
<!DOCTYPE html>
<html class="home">
	<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>Sorry,您要找的页面迷路了！</title>
		<link rel="icon" href="img/favicon.ico" sizes="32x32">	
		<!--[if lt IE 9]>
		  <script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
		  <script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script>
		<![endif]-->
	</head>
	<body>
		<div class="nofindBox">
			<div class="kuang">
				<h1>Sorry,您要找的页面迷路了！</h1>
				<div class="btnBox">
					<a href="javascript:location.reload();">刷新一下</a><a href="/">返回首页</a>
				</div>
			</div>
		</div>
		<style type="text/css">
			*{margin: 0;padding: 0;overflow: hidden;}
			.nofindBox{width: 100vw;height: 100vh;background: url(/static/icdc/img/404.jpg) center no-repeat;background-size: cover;display: flex;align-items: center;justify-content: center;}
			h1{
				font-size: 56px;
				color: rgb(255, 255, 255);
				font-weight: 400;
				margin: 0;
				margin-top: 220px;
			}
			.btnBox{margin-top: 56px;}
			.btnBox a{
				display: inline-block;
				border-radius: 24px;
				background-color: rgb(0, 91, 172);
				line-height: 53px;
				font-size: 24px;
				color: rgb(255, 255, 255);
				padding: 0 44px;
				text-decoration: unset;
				margin: 0 88px;
			}
			@media (max-width:768px) {
				h1{font-size: 24px;margin-top: 40vh;}
				.btnBox{margin-top: 8vh;}
				.btnBox a{line-height: 40px;font-size: 16px;margin: 16px 0;display: block;text-align: center;}
			}
		</style>
	</body>
</html>
