@charset "UTF-8";
*{padding:0px; margin:0px;}
/*404页面*/

body{ background-color:#f2f6fa;}
.lostpage{position:absolute;left:50%; top:50%;}
.lostpage-content{width:460px; height:460px; position:absolute;left:-230px; top:-230px;}
.lostpage img{width:451px;height:213px;}
.lostpage p{font-size:20px;line-height:60px;text-align:center; color:#3598e4;}
.lostpage .back{text-align:center;width:130px;margin:0 auto;}
.lostpage .back a{ display:block;width:130px;height:38px;line-height:38px;text-align:center;border:2px solid #b7e1fe; text-decoration:none;color:#58aced; border-radius:100px;}

@media (max-width: 992px){
	.lostpage-content{width:280px; height:280px; position:absolute;left:-140px; top:-140px;}
	.lostpage img{width:280px;height:auto;}	
}
