<!DOCTYPE html>
<html lang="zh-cn">
  <head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>404</title>
<title>404页面</title>
<style type="text/css">
	.page-404{color:#afb5bf;padding-top:0px;font-family: "微软雅黑";text-align: center;width: 80%;margin: auto;}
	.page-404 .error-title{/* font-size:80px */}
	.page-404 .error-title .iconfont{font-size:80px}
	.page-404 .error-description{font-size:24px}
	.page-404 .error-info{font-size:14px;}
</style>
</head>
<body>
	<section class="page-404">
		<p class="error-description">您访问的资源不存在！</p>
		<p class="error-info">
			<a href="javascript:;" onclick="history.go(-1)" style="color:#8ab2ff;text-decoration: none;">< 返回</a>
			<span style="padding: 0px 10px;">|</span>
			<a href="/" style="color:#8ab2ff;text-decoration: none;">
				<span class="text-primary cursor">主页 ></span>
			</a>
		</p>
	</section>
</body>
</html>