
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
	<title>抱歉，没有找到您请求的页面</title>	
	<link rel="stylesheet" type="text/css" href="css/style.css" />	
</head>
<style>
body { background: #0e377c;  }
p { margin: 0; color: #fff; line-height: 30px; text-align: center; font-size: 18px; }
.lose-en { font-size: 14px; }
.lose-main { background: url("/images/lose-bg.png") 0 0 no-repeat; background-size: 100%; min-height: 540px; }
.lose-box { width: 440px; height: 450px; position: absolute; left: 50%; top: 50%; margin: -225px 0 0 -220px; }
.lose-box img { margin-bottom: 50px; }
.lose-box a { width: 218px; height: 50px; display: block; margin: 50px auto 0 auto; border: solid 1px #fff; border-radius: 3px; text-align: center; line-height: 50px; color: #fff; text-decoration: none; transition: all ease-out .4s; }
.lose-box a:hover { background: #fff; color: #004f67; border-color: transparent; }
</style>
<body>
	<div class="lose-main">
		<div class="lose-box">
			<img src="/images/pic1.png">
			<p>抱歉，没有找到您请求的页面</p>
			<p class="lose-en">Sorry, didn't find the page you requet.</p>
			<a href="/">返回首页</a>
		</div>
	</div>

</body></html>