<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

<title>页面内容找不到</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link href="/css/base.css" rel="stylesheet" />
<style type="text/css">
body {
background: #f5f5f5
}

.con404 {
text-align: center;
padding: 100px 0;
}

.text404 {
font-size: 18px;
padding: 10px;
}

.out404 {
padding: 20px 0;
}

.out404 a {
font-size: 14px;
background: #f90;
border-radius: 25px;
display: block;
height: 22px;
line-height: 22px;
padding: 10px;
color: #fff;
width: 110px;
margin: 0 auto;
}

.out404 a:hover {
background-color: #38cdbb;
}
</style>
</head>
<body>
<div class="con404">
<div class="text404">:( 很抱歉，您所访问的页面内容不存在!</div>
<div class="out404"><a href="/">返回首页</a></div>
</div>
</body>
</html>
