<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!DOCTYPE html&gt;
&lt;html lang="zh-CN"&gt;
&lt;head&gt;
		&lt;meta charset="UTF-8"&gt;
		&lt;meta name="hotcss" content="initial-dpr=1"&gt;
	    &lt;meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"&gt;
	    &lt;meta http-equiv="x-ua-compatible" content="IE=edge, chrome=1"&gt;
	    &lt;meta name="renderer" content="webkit"&gt;
        &lt;meta name="author" content="深圳方维网络科技有限公司"&gt;

    
    &lt;title&gt;404 该页面没有找到&lt;/title&gt;
   
	&lt;style&gt;
		/*重置样式*/
		body,div,ul,li,h1,h2,h3,h4,h5,h6,p { margin:0; padding:0; }
		body { font-size: 14px; font-family: '微软雅黑'; background-color: #F9FAFC; min-width: 900px; }
		img { border:0; display: block; } 
		ul {  list-style:none; } 
		h1,h2,h3,h4,h5,h6 {  font-size:100%; color: #333;  font-weight:normal;  }
		a{ text-decoration: none; color: #666; }
		/*页面样式*/
		html,body,.content { width: 100%; height: 100%; position: relative; }
		body { background: #F9FAFC url(/Public/Home/images/body.jpg) no-repeat center bottom; }
		.content .main { width: 500px; height: 500px; position: absolute; left: 50%; margin-left: -250px; bottom: 100px; }
		.content .main h1 { margin: 0 auto 20px; }
		.content .main h2 { text-align: center; font-family: '微软雅黑'; font-size: 24px; line-height: 26px; font-weight: 900; color: #f85766; }
		.content .main h3 { text-align: center; font-size: 18px; line-height: 26px; color: #999; }
		.content .main .img { width: 83px; margin: 10px auto 20px; }
		.content .main .img h4 { font-size: 14px; color: #999; line-height: 18px; text-align: center; }
		.content .main .backIndex { display: block; margin: 0 auto; width: 167px; height: 43px; line-height: 43px; text-align: center; color: #FFF; background: url(/static/home/images/404_back.png); }
		.content .main .backIndex:hover { opacity: 0.8; filter: alpha(opacity=80); }
		.content .main .nav { width: 500px; height: 14px; margin-top: 10px; text-align: center; }
		.content .main .nav a {  font-size: 14px; line-height: 14px; display: inline-block; *display: inline; *zoom: 1; padding: 0 10px; border-right: 1px solid #e0e2e3; }
		.content .main .nav a.r { border-right: none; }
		.content .main .nav a:hover { color: #f85766; }
		@media (max-width: 1023px){
		body { background: none; }
		.content .main { width: 100%; height:auto; position:inherit; left: 0;  bottom: 0; }
		.content .main h1 img{ max-width:25%; margin:100px auto}
		.content .main h2{
			margin-bottom:30px;
		}
		}
	&lt;/style&gt;
    
 	&lt;script src="/static/home/js/jquery.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;div class="content"&gt;
		&lt;div class="main"&gt;
			&lt;h1&gt;&lt;img src="/static/home/images/404.png"&gt;&lt;/h1&gt;
			&lt;h2&gt;您访问的网页没有找到！&lt;/h2&gt;
			&lt;h3&gt;访问的您页面出错了&lt;/h3&gt;
			&lt;div class="img"&gt;
                                				
			&lt;/div&gt;
			&lt;a href="/" class="backIndex"&gt;返回首页&lt;/a&gt;
	&lt;script type="text/javascript"&gt;
	 window.onload=function(){
	 
	   var start=60;  
	   timecount(start)
	function timecount(start) {
        if (start &gt; -1) {
            $('#seconds').html(start);
			 start--;
          
        } else {
           window.location.href="/"
		   return false;
        }
		if(start&gt;=-1){
        setTimeout(function () {
            timecount(start)
        }, 1000);
		}
		
    }
	 
	 
	 }
    &lt;/script&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;

</pre></body></html>