<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>抱歉，站点已暂停</title>
<script src="//at.alicdn.com/t/c/font_1415315_ur3t6ufxoan.js"></script>
<style>
html,body,div,h1,*{margin:0;padding:0;}
body{
	background-color:#fefefe;
	color:#333
}
.box{
	width:580px;
	margin:0 auto;
}
h1{
	font-size:20px;
	text-align:center; 
	padding-top:160px;
	margin-top:30%;
	font-weight:normal;
}
h1 svg{
	display:block;
	width:128px;
	height:128px;
	margin:20px auto;
}

</style>
</head>

<body>
<div class="box">
<h1>
<svg class="icon" aria-hidden="true">
    <use xlink:href="#icon--stop"></use>
</svg>
抱歉！该站点已经暂停运行，请联系管理员了解详情！</h1>
</div>
</body>
</html>
