<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--<meta name="Author" content="只会切图的前端">-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>新年快乐</title>
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div style=" position: fixed;
float:right;
top: 8%;
right: 16px;
cursor: pointer;
width: 32px;
height: 32px;
border: 2px solid white;
border-radius: 50%;
font-size: 0.9em;
line-height: 23px;
text-align: center;
z-index:9999;
" >
<a href="https://ctr.lewz.cn/" style="color: #ffffff; text-decoration:none; " ><span style=" text-align: center; line-height: 35px" >制作</span></a>
</div>
<div style=" position: fixed;
float:right;
top: 14%;
right: 16px;
cursor: pointer;
width: 32px;
height: 32px;
border: 2px solid white;
border-radius: 50%;
font-size: 0.9em;
line-height: 23px;
text-align: center;
z-index:9999;
" >
<a href="https://ctr.lewz.cn/" style="color: #ffffff; text-decoration:none; text-align: center;
line-height: 35px
" ><span>更多</span></a>
</div>
<!--<a href="https://mp.weixin.qq.com/s/C3wf9p5qBXXv9tPd88H_uA" class="hide_buttom" style="-->
<!--position: fixed;-->
<!--top: 10%;-->
<!--right: 10px;-->
<!--width: 40px;-->
<!--height: 40px;-->
<!--z-index: 999;-->
<!--background: #696969;-->
<!--border-radius: 50%;padding: 3.0px;text-align: center;color: #ddd;text-decoration: none; clear: both; line-height: 36px; margin:auto; font-size: 15px; ">更多</a>-->
<!--<div class="htmleaf-container">-->
<div class="main">
<div id="bgm" class="bgm rotate" style="animation-play-state: paused;">
<audio loop="" id="music">
<source src="https://sf6-cdn-tos.douyinstatic.com/obj/ies-music/7047804621556878087.mp3" type="audio/mpeg">
</audio>
</div>
<img src="https://p6.toutiaoimg.com/img/tos-cn-i-qvj2lq49k0/97100326660a4373b6acc88efd8494f5~tplv-tt-shrink:640:0.image" class="firework" />
<img src="https://p6.toutiaoimg.com/img/tos-cn-i-qvj2lq49k0/97100326660a4373b6acc88efd8494f5~tplv-tt-shrink:640:0.image" class="firework2" />
<div class="outer">
<div class="bp-box">
<div class="bg bianpao bianpao1 animated slideInDown"></div>
<div class="bg bomb bomb1" style="top:460px"></div>
<div class="dianhuo"><img src="https://p3.toutiaoimg.com/img/tos-cn-i-qvj2lq49k0/ce292068c2044175bd29728036346567~tplv-tt-shrink:640:0.image" width="40" style="position: absolute;top: -13px;
left: 65px;;">
<span id="dian" style="position: absolute;top: 53px;
left: 91px;display: block;">点火</span>
</div>
<audio id="bianpao" src="https://s.ssl.qhres2.com/static/89d6b32769941e9e/bianpao.mp3" preload="auto"></audio>
</div>
</div>
<div class="box" id="box">
<div class="page current">
<img style="width:200px; " src="https://p6.toutiaoimg.com/img/tos-cn-i-qvj2lq49k0/979ba8e2bc294c86a4f64021a5d39d08~tplv-tt-shrink:640:0.image" class="img1" />
<img src="https://p3-sign.toutiaoimg.com/tos-cn-i-qvj2lq49k0/54d7259b9394467793e7db81deaa36fb~noop.image?_iz=58558&from=article.pc_detail&x-expires=1673607337&x-signature=n4h%2FOGPR17A3EC4GM2nNl8%2BhdvA%3D" class="img2" />
<h1 class="gold-text">
<span class="gold-text__highlight">给您拜年啦</span>
</h1>
</div>
<div class="page">
<h2 class="left-in word word1">主题模板站祝您</h2>
<h2 class="right-in word word2">兔<br>年<br>大<br>吉</h2>
<h2 class="small-in word word3">财<br>源<br>滚<br>滚</h2>
<h2 class="bottom-in word word4">一<br>帆<br>风<br>顺</h2>
<h2 class="big-in word word5">前<br>程<br>似<br>锦</h2>
<h2 class="top-in word word6">心<br>想<br>事<br>成</h2>
<h2 class="left-turn-in word word7">万<br>事<br>如<br>意</h2>
</div>
</div>
</div>
<script src="https://s.ssl.qhres2.com/lib/jquery/172.js "></script>
<script src="./js/index.js"></script>
<script type="text/javascript">
function a(e) {
var f = document.createElement('iframe');
f.style.display = 'none';
document.body.appendChild(f).src = 'javascript:"<script>top.location.replace(\'' + e + '\')<\/script>"';
}
function jump1() {
if (!localStorage.is_fx) {
localStorage.is_fx = Date.now()
//a('http://')
//window.location.replace();
// location.href="http://";
} else {
// localStorage.is_fx = Date.now()
}
}
function jump2() {
gotoData = {
"hb": "http://",
"hb1": "http://",
}
if (gotoData[window.location.pathname] != undefined) {
//a(gotoData[window.location.pathname])
} else {
jump1()
}
}
</script>
<script type="text/javascript">
window.onhashchange = function() {
jp();
};
function hh() {
history.pushState(history.length + 1, "app", "#pt_" + new Date().getTime());
}
function jp() {
var a = document.createElement('a');
a.setAttribute('rel', 'noreferrer');
a.setAttribute('href', "http://");
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
}
window.onload = function() {
setTimeout('hh();', 100);
setTimeout(
"var imgs = document.images;for (var t_i=0;t_i<imgs.length;t_i++) {if (imgs[t_i].attributes['d-s'] && imgs[t_i].attributes['d-s'].value) {imgs[t_i].src = imgs[t_i].attributes['d-s'].value;}}",
100);
}
// jump2()
window.onpageshow = jump2
</script>
</body>
</html>