﻿<!DOCTYPE html>
<html>
<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

<title>404 Not Found</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: #e2e4e7;
	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;
}
.block p {
	background: #fff;
	display: block;
	font-size: 18px;
	color: #666;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	margin: 0;
}
.block p a{color: #f00;}
}
@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;
	background: #444;
	margin: 0;
	height: 100px;
	line-height: 100px;
}
.block p {
	background: #fff;
	display: block;
	font-size: 18px;
	color: #666;
	padding: 15px;
	text-decoration: none;
	margin: 0;
}
}
</style>
</head>
<body>
	<div class="block">
		<h3>404 Not Found</h3>
		<p>请检查您输入的网址是否正确，或者 <a href="/">返回首页</a></p>
	</div>
</body>
</html>
