<meta name="viewport" content="width=device-width,initial-scale=1" />
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>404-对不起！您访问的页面不存在</title>
</head>
<style>
*{
  margin:0;
  padding:0;
  }
html{
  height:100%;
  }
body{
  background:#F1FDFE;
  height:100%;
  }
.mom{
  width:600px;
  height:100px;
  line-height:100px;
  text-align:center;
  font-size:30px;
  border-width:5px;
  border-style:dashed;
  border-color:rgb(200, 0, 255);
  position:relative; left:50%;
  margin-left:-300px; top:50%;
  margin-top:-50px;
  background:#e6fafd;
  color:rgb(255, 0, 55);
  }
</style>
<body>
<div class="mom">
    对不起！您访问的页面不存在....
</div>
</body>
</html>