body{
	background: #ec0019 url(../images/error/error-bg.png) top center no-repeat;
	background-size:100% auto;
}
.error{
	width: 100%;
	height: 100%;
	position: relative;
}
.error .error-logo{
	width:4.2rem;
	height:1.44rem;
	position: absolute;
	top:5%;
	left:50%;
	z-index: 1;
	margin-left:-2.1rem;
	background: url(../images/error/error-logo.png) top center no-repeat;
	background-size:100% auto;
}
.error .error-img{
	width:100%;
	height: 5.1rem;
	position: absolute;
	top:30%;
	left:0;
	z-index: 2;
}
.error .error-img .error-img-box{
	width:4.9rem;
	height:4.1rem;
	margin:0 auto;
}
.error .error-img .error-img-box img{
	display: block;
	width:100%;
	height: 4.1rem;
}
.error .error-img p{
	text-align: center;
	color: #FFF;
	font-size: 0.3rem;
	color: #ffe100;
	margin: 0;
}
.error .error-label{
	width:3.3rem;
	height: 0.6rem;
	position: absolute;
	bottom: 3%;
	left:50%;
	margin-left: -1.65rem;
}
.error .error-label img{
	display: block;
	width:100%;
}









