<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>404 页面不存在</title>
<style>
body{background-color:#ececec;color:#3c3c3c;font-size:14px;font-family:Open Sans,sans-serif}
.first{color:#fff;text-align:center;letter-spacing:5px;font-weight:700;font-size:150px;font-family:cursive;line-height:50pt}
.first span{text-shadow:0 0 2px #686868,0 1px 1px #ddd,0 2px 1px #d6d6d6,0 3px 1px #ccc,0 4px 1px #c5c5c5,0 5px 1px #c1c1c1,0 6px 1px #bbb,0 7px 1px #777,0 8px 3px hsla(0,0%,39%,.4),0 9px 5px hsla(0,0%,39%,.1),0 10px 7px hsla(0,0%,39%,.15),0 11px 9px hsla(0,0%,39%,.2),0 9pt 11px hsla(0,0%,39%,.25),0 13px 15px hsla(0,0%,39%,.3);cursor:pointer}
.first span,.first span:hover{-webkit-transition:all .1s linear;transition:all .1s linear}
.first span:hover{text-shadow:0 0 2px #686868,0 1px 1px #fff,0 2px 1px #fff,0 3px 1px #fff,0 4px 1px #fff,0 5px 1px #fff,0 6px 1px #fff,0 7px 1px #777,0 8px 3px #fff,0 9px 5px #fff,0 10px 7px #fff,0 11px 9px #fff,0 9pt 11px #fff,0 13px 15px #fff}
.demo p:not(:first-child){margin-top:-25px;color:#666;text-align:center;text-shadow:0 1px 0 #fff;letter-spacing:1px;font-size:20px;font-family:cursive;line-height:2em}
</style>
</head>

<body>
	<div class="demo">
		<p class="first"><span>4</span><span>0</span><span>4</span></p>
		<p>您要找的页面不存在</p>
		<!-- <p class="jump">等待时间：<b id="wait">5</b>&nbsp;秒自动返回首页</p>
		<p>如果你的浏览器没有自动跳转，请点击 <a id="href" href="/">这里</a></p> -->
		<p><a id="href" href="/">回到首页</a></p>
	</div>
	
	
<!-- <script type="text/javascript">
    (function(){
		var wait = document.getElementById('wait'),href = document.getElementById('href').href;
		var interval = setInterval(function(){
		var time = --wait.innerHTML;
		if(time <= 0) {
		location.href = href;
		clearInterval(interval);
		};
		}, 1000);

    })();
</script> -->
	
</body>
</html>