

<!DOCTYPE html>
<html>
<head>
<title>404错误</title>
<meta charset="utf-8" />
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0, minimum-scale=1, maximum-scale=1">
<style>
html,body{
	background: #1da3e0;
	font-family: Microsoft YaHei,PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
	height: 100%;
	margin: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;

	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
}
@media only screen and (min-width:1201px) {
div.block	{
	width: 600px;
	text-align: center;
	box-shadow: 3px 3px 15px rgba(0,0,0,.22);
}
h3 {
	font-size: 48px;
	color: #fff;
	margin: 0;
	height: 160px;
	line-height: 160px;
    background: #444;
}
a {
	background: #fff;
	display: block;
	font-size: 18px;
	color: #666;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
}
@media only screen and (max-width:1200px) {
div.block	{
	width: 80%;
	text-align: center;
	box-shadow: 3px 3px 15px rgba(0,0,0,.22);
}
h3 {
	font-size: 36px;
	color: #fff;
	margin: 0;
	height: 100px;
	line-height: 100px;
    background: rgba(0,0,0,.2);
}
a {
	background: #fff;
	display: block;
	font-size: 18px;
	color: #666;
	padding: 15px;
	text-decoration: none;
}
}
</style>
</head>
<body>
	<div class="block">
		<h3>404错误</h3>
		<a href="http://www.xs-eurtrade.com/">您要查看的页面不存在或已过期，请点击这里回到首页</a>
	</div>
</body>
</html>
