@charset "utf-8";

body{min-width:1200px;}
.error-wrap{text-align: center;position: absolute;width:100%;max-width:1200px;top:50%;left:50%;transform:translate(-50%, -50%);margin:0 auto;}
.logo{width: 160px;height: 70px;overflow: hidden;background: url(/_public/images/common/logo5.png) no-repeat;background-position: 0 -70px;margin: 0 auto;}
.error-box{margin-top:20px;background: #f2f2f2;padding:100px 20px;text-align: center;font-size:35px;font-weight:500;}
.error-box em{display:inline-block;width:50px;position: relative;top:-4px;margin-right:10px;}
.error-box em img{width:100%;}
.error-button{width:200px;display: inline-block;margin-top: 30px;color: #fff !important;background: #333;text-align: center;line-height: 50px;}
.error-button:hover{color:#fff;}

@media screen and (max-width:1024px) {
	body{min-width:320px;}
	.error-wrap{max-width:600px;}
	.error-box{padding:50px 20px;font-size:16px;}
	.error-box em{width: 25px;top: -1px;}
}
