<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>404 - Not Found</title>
	<style>
		body{
			background: #f8faf9;
			font-family: '微软雅黑', Arial, Helvetica, sans-serif
		}
		.main {
			text-align: center;
			padding-top: 140px;
		}
		.img {
			width: 534px;
			height: 438px;
			margin: auto;
			background: no-repeat center url(../fonts/dc7f1aa63db1453fb6b04cbd9a39ef95.woff);
		}
		.text-wrap{
			font-size: 24px
		}
        .blue{
            color: #248eff;
        }
		.deepBlue{
			color:#486f8a
		}
	</style>
</head>
<body>
<div class="main">
	<div class="img">

	</div>
	<div class="text-wrap">
        <p class="blue">Not Found</p>
		<p class="deepBlue">找不到文件或目录。</p>
	</div>
</div>
</body>
</html>