.errBox{
	background: #fff;
}
.errBox>h1{
	font-weight: 300;
	width: 50vw;
	color: #333;
}
.errBox>h4{
	color: #666;
	font-weight: 500px;
	font-size: 18px;
}
.errBox>h3{
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
.errBox>a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}
.errBox>a:hover>i{
	left: -4px;
}
.errBox>a>i{
	position: relative;
	left: 0;
	margin-right: 4px;
	transition: left .3s;
}
.errBox>ul{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.errBox>ul>li{
	font-size: 14px;
	color: #666;
	font-weight: 500;
	line-height: 36px;
}
.errorContainer{
	padding:120px 0;
	background: #fff;
}