/*404*/
.zero{
	width: 100%;
	height: 910px;
	background:url('../images/404-bg.png') no-repeat top center;
	background-size: cover;
}
.zero img{
	/*width: 23.4%;*/
	max-width: 450px;
	margin-top: 150px;
	margin-bottom: 30px;
}
.zero p{
	font-size: 24px;
	color: #1480ee;
}

.zero .refresh{
	display: inline-block;
	width: 230px;
	height: 60px;
	line-height: 58px;
	font-size: 24px;
	color: #4c88ee;
	border:1px solid #1798E9;
	border-radius: 30px;
	margin-top: 95px;
	transition: .25s;
}
.zero .refresh:hover{
	background: #4c88ee;
	color: #fff;
	box-shadow: 0 0 15px rgba(76, 136, 238, 1);
}













/*提交成功*/
.success{
	width: 100%;
	height: 550px;
	margin: 55px 0 80px;
	background:url('../images/success-bg.png') no-repeat center center;
	background-size: cover;
}
.success img{
	width: 202px;
	margin: 60px 0 80px;
}
.success p{
	font-size: 22px;
	color: #353535;
	margin-bottom: 85px;
}
.success a{
	display: inline-block;
	width: 258px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.success a:hover{
	box-shadow: 0 0 15px rgba(76, 136, 238, 1);
}














/* 小屏幕 */
@media (max-width: 768px){ 
.zero img{
	margin-top: 100px;
	margin-bottom: 0px;
}
.zero .refresh{
	margin-top: 40px;
	width: 180px;
	height: 50px;
	line-height: 48px;
	font-size: 18px;
}
.zero p{
	font-size: 16px;
	color: #1480ee;
}









/*提交成功*/
.success p{
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	color: #353535;
	margin-bottom: 85px;
}
.success{
	margin: 30px 0 40px;
}



}

@media (max-height: 900px){ 
.zero{
	width: 100%;
	height: 540px;
}
}



/* 中等屏幕（桌面显示器） */
@media (max-width: 992px) { 


}

/* 大屏幕（大桌面显示器） */
@media (max-width: 1200px){ 


}