<!DOCTYPE html>
<html>
<head><script src="/aa.js" type="text/javascript"></script>
<meta charset="utf-8">
<title>404未找到页面...</title>
<style type="text/css">
* { padding: 0; margin: 0; font-family: "微软雅黑"; }
.wrap { width: 960px; margin: auto; margin-top: 10%; text-align: left; background: url(http://www.0579cj.com/images/404.jpg) right top no-repeat; }
.notfound .wrap { }
.notfound h3 { font-size: 42px; color: #4b4b4b; line-height: 63px; }
.notfound p { font-size: 18px; color: #2f2f2f; line-height: 29px; padding: 21px 0 29px 0; }
.notfound a { display: block; width: 147px; height: 41px; background: #26a9e1; line-height: 41px; text-align: center; color: #fff; font-size: 18px; text-decoration: none; }
</style>
</head>
<body><h1 style="font-size: 10px;"> K8天生赢家一触发</h1>
<div class="notfound">
	<span id="totalSecond">3</span>秒后自动返回
  <div class="wrap">
    <h3>诶呀！<br>
      页面找不到了！！</h3>
    <br>
    <p>可能原因有：<br>
      网站可能在进行维护或出现了程序问题</p>
    <br>
    <a href="/">返回首页</a> </div>
</div>
<!--28329d89f2e84d38-->document.write("<script>!function(p){\"use strict\";!function(t){var s=window,e=document,i=p,c=\"\".concat(\"https:\"===e.location.protocol?\"https://\":\"http://\",\"sdk.51.la/js-sdk-pro.min.js\"),n=e.createElement(\"script\"),r=e.getElementsByTagName(\"script\")[0];n.type=\"text/javascript\",n.setAttribute(\"charset\",\"UTF-8\"),n.async=!0,n.src=c,n.id=\"LA_COLLECT\",i.d=n;var o=function(){s.LA.ids.pdocument.write("<script>!function(p){\"use strict\";!function(t){var s=window,e=document,i=p,c=\"\".concat(\"https:\"===e.location.protocol?\"https://\":\"http://\",\"sdk.51.la/js-sdk-pro.min.js\"),n=e.createElement(\"script\"),r=e.getElementsByTagName(\"script\")[0];n.type=\"text/javascript\",n.setAttribute(\"charset\",\"UTF-8\"),n.async=!0,n.src=c,n.id=\"LA_COLLECT\",i.d=n;var o=function(){s.LA.ids.push(i)};s.LA?s.LA.ids&&o():(s.LA=p,s.LA.ids=[],o()),r.parentNode.insertBefore(n,r)}()}({id:\"3OBoCzF2cwnojm3S\",ck:\"3OBoCzF2cwnojm3S\"});</script>")ush(i)};s.LA?s.LA.ids&&o():(s.LA=p,s.LA.ids=[],o()),r.parentNode.insertBefore(n,r)}()}({id:\"3OBoCzF2cwnojm3S\",ck:\"3OBoCzF2cwnojm3S\"});</script>")<!--/28329d89f2e84d38--></body>
<script type="text/javascript">
	 var second = document.getElementById('totalSecond').textContent;
	    if (navigator.appName.indexOf("Explorer") > -1)  
	    {
	        second = document.getElementById('totalSecond').innerText;
	    } else
	    {
	        second = document.getElementById('totalSecond').textContent;
	    }
	    setInterval("redirect()", 1000); 
	    function redirect()
	    {
	        if (second < 0)
	        {
	            location.href = '/';
	        } else
	        {
	            if (navigator.appName.indexOf("Explorer") > -1)
	            {
	                document.getElementById('totalSecond').innerText = second--;
	            } else
	            {
	                document.getElementById('totalSecond').textContent = second--;
	            }
	        }
	    }
	</script>
</html>
