

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>系统发生错误</title>
<style type="text/css">
html {
    background: #f7f7f7;
}
body {
    background: #fff;
    color: #333;
    font-family: "MicrosoftYaHei" , "微软雅黑" ,Verdana,Arial;
    margin: 2em auto 0 auto;
    width: 700px;
    padding: 1em 2em;
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #dfdfdf;
}

a {
    color: #2583ad;
    text-decoration: none;
}

a:hover {
    color: #d54e21;
}

h1 {
    border-bottom: 1px solid #dadada;
    clear: both;
    color: #666;
    margin: 5px 0 5px 0;
    padding: 0;
    padding-bottom: 1px;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 30px;
}

p {
    text-align: center;
    font-size: 18px;
}

div {
    margin-bottom: 80px;
}

ul {
    width: 400px;
    margin: 0 auto;
}
img{border:0;}
</style>
</head>
<body>
<h1 id="logo"><a href="/index.html"><img alt="" src="/static/front/images/logo.png" /></a> </h1> 
  <h2> Hey? 404 </h2> 
  <p>抱歉,网页不存在，你输入的网址可能不正确，或者链接有非法字符。</p> 
  <div> 
   <ul> 
    <li><a href="/index.html"><span id="seconds_back"></span>返回首页</a></li> 
   </ul> 
  </div>
<script type="text/javascript">
	function seconds_back() {
    if (all <= 0) {
        self.location = "/index.html";
    }
    var obj = document.getElementById("seconds_back");
    if (obj) obj.innerHTML = all + " 秒后";
    all--;
}
var all = 9;
if (all > 0) window.setInterval("seconds_back();", 1000);
</script>
</body>
</html>