html{
	background: #F5F7FA;
}
img{
	max-width: 100%;
}
.pages {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
text-align: center;
padding-top: 100px;
}

.errInfor {
	width: 100%;
	height: 50px;
	font-size: 20px;
	font-family: SourceHanSansCN-Normal;
	font-weight: 400;
	color: rgba(130, 140, 153, 1);
	line-height: 50px;
	text-align: center;
	margin-top: 60px;
}

.errBtn {
	width: 90%;
	display: inline-block;
	padding: 0 20px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 179, 138, 1);
	border-radius: 23px;
	margin-top: 40px;
}
.errBtn:hover,.errBtn:focus{
	color: #fff;
}
