









































<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"/>
    <title>404 - 页面不存在</title>
    <script src="/static/jquery/j1.js"></script>
    <style>
      * {
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
      }
      body {
        width: 100%;
        height: 100%;
        background-color: #fff;
      }
      .home-square {
        width: 100%;
        text-align: center;
        height: 100%;
        background-color: #fff;
        padding-top: 80px;
      }
      .img {
        width: 506px;
        height: 380px;
      }
      .text-zi {
        font-size: 21px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4a4a4a;
        margin-top: 28px;
      }
      .text-zi1 {
        font-size: 21px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4a4a4a;
        margin-top: 2px;
      }
      .text-zi1 span {
        color: #0294ff !important;
      }
    </style>
  </head>

  <body>
    <div class="home-square">
      <div>
        <img src="/static/mainAhead/mobile/error/images/img-no.png" class="img" />
        <div class="text-zi">您访问的页面不存在</div>
        <div class="text-zi1"><span class="time_go">5</span>秒后自动返回上一页，您也可以<a style="color: #0294ff !important;" href="/a/home">返回首页</a></div>
      </div>
    </div>
    <script type="text/javascript">
	 	setTimeout(function(){
				/* window.location.href="/a"; */
	 		 	window.history.go(-1); 
			},5000);
	 	
	 	setInterval(fn,1000);
	 	
	 	var val = 5;
	 	function fn(){
			val --;
			if(val==-1){
				window.location.href="/a";
			}
			$('.time_go').html(val);			
		};
    </script>
  </body>
  <script></script>
</html>
