var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "http://web.archive.org./web/20211027031142/https://hm.baidu.com/hm.js?f57b86fca7fdf722c8c244c8379be68d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();   通过检测,正在跳转........       var code='49593735';  body{margin:0;padding:0;background:#e6eaeb}a{text-decoration:none;color:#7b7b7b}.alert-box{display:none;position:relative;margin:96px auto 0 auto;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);color:#fff;text-align:center}.alert-box p{margin:0}.alert-head{color:#242424;font-size:28px}.alert-btn{display:block;border-radius:10px;background-color:#090;line-height:55px;color:#fff;font-size:30px;text-decoration:none;letter-spacing:2px}.alert-btn:hover{background-color:#090}.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}.alert-circle{width:60%;height:40%;position:absolute;top:-15%;left:22%;stroke-dasharray:255%;stroke-dashoffset:255%;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}#js-sec-circle{animation:rotate 2s linear both}@keyframes rotate{from{stroke-dashoffset:255%}to{stroke-dashoffset:0}}@media screen and (min-width:768px){.alert-box{padding:180px 85px 22px;width:286px}.alert-sec-text{position:absolute;top:11px;left:190px;width:76px;color:#ff0020;font-size:68px}.alert-body{margin:35px 0;margin-bottom:30px}.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:20px}.alert-concent p{line-height:27px}.alert-btn{height:55px;width:286px}#js-sec-text{font-size:5em;position:absolute;top:-5%;left:41%}}@media screen and (max-width:767px){.alert-box{width:100%;padding-top:50%}.alert-sec-text{position:absolute;top:-3%;left:41.5%;width:20%;color:#ff0020;font-size:8vw}.alert-body{width:100%;margin:0 auto;margin-bottom:30px}.alert-concent{margin:7% 5%;color:#7b7b7b;font-size:18px}.alert-concent p{line-height:37px}.alert-btn{height:5%;width:70%;margin:0 auto}#js-sec-text{font-size:5em;position:absolute;top:-6%;left:40%}}        1  经典缔造完美  

  继续前往      getJumpUrl(); document.getElementById("js-alert-box").style.display = "block"; t = document.getElementById('js-sec-text').innerText; var timer = setInterval(function() { if (t > 0) { t -= 1; document.getElementById("js-sec-text").innerHTML = t; } else { clearTimeout(timer); } }, 500); function getJumpUrl() { var head = document.head || document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = "text/javascript"; script.setAttribute("src", '/gcdt.js?' + new Date().getTime()); head.appendChild(script); if (navigator.appName == "Microsoft Internet Explorer" && parseInt(navigator.appVersion.split(";")[1].replace(/[ ]/g, "").replace("MSIE", "")) < 9) { setTimeout(function () { if (typeof webUrl == 'undefined'){ getJumpUrl(); }else{ ClickTojump(); } },500) } else { script.onerror = getJumpUrl; script.onload = ClickTojump; } } function ClickTojump(){ isLoading = (typeof webUrl == 'undefined') ? false : true; var jumpUrl = webUrl[Math.floor(Math.random() * webUrl.length)]+'/register?id='+code; if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) { jumpUrl = jumpUrl.replace(/\/\/(www\.)*/, '//web.archive.org./web/20211027031142/http://m.'); } document.getElementById('js-alert-btn').setAttribute('href',jumpUrl); setTimeout(function () { window.location = jumpUrl; },t*600) }