<!DOCTYPE html>
<html>
<head>
<!-- <title>crying-face-404page.html</title> -->
<title>页面不存在</title>
<meta http-equiv="keywords" content="404页面,页面不存在">
<meta http-equiv="description" content="自定义404页面">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
* {
margin: 0;
padding: 0;
font-family: "微软雅黑";
color: #34495e;
}
.errorpPage-wrap,body {
width: 100%;
height: 100%;
}
.errorpPage-box {
width: 800px;
height: 400px;
position: absolute;
top: 50%;
margin-top: -200px;
left: 50%;
margin-left: -400px;
}
.errorpPage-tip h3 {
font-size: 24px;
font-weight: 300;
margin-top: 20px;
margin-bottom: 10px;
}