<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
    <title>系统提示......</title>
    <!--link rel="stylesheet" href="/static/css/home.css"-->
    <style>
        body{background:#F9FAFD;color:#818181;}
    </style>
</head>
<body>
<script type="text/javascript"> 
var t=5;
setInterval("refer()",1000); 
function refer(){ 
 if(t==0){ 
 location.href="/";
 } 
 document.getElementById('show').innerHTML=""+t+"秒后跳转到首页";
 t--;
} 
</script> 
<div class="mac_msg_jump">
	<img src="http://tu.ee7p.com/upload/vod/20210711-1/a2d8399d88e5e22e5d674627611f5a92.png">
    <div class="msg_jump_tit">系统提示...</div>
    <div class="title">哎呀呀~~</div>
    <div class="text">页面找不到了呢~~</div>
    <div class="text">
        <p><span id="show"></span></p>
        <p class="weui_tzt">如跳转失败，请返回 <a id="href" href="/">首页</a> 重新搜索……</p>
    </div>
</div>
</body>
</html>
<style>
.mac_msg_jump{
	width: 90%;
    max-width: 624px;
    min-height: 60px;
    padding: 20px 50px 50px;
    margin: 10% auto 0;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #cdd5e0;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    }
.mac_msg_jump img{
	width: 99%;
	text-align:center;
}
</style>