
.auto {
	margin: 0 auto;
	padding-top: 84px;
	min-width: 1000px;
	max-width: 1200px;
	_width: 1000px;
}
/*banner背景图*/
.error-bg {
	width: 520px;
	height: 436px;
	margin: 0 auto 16px auto;
	background-image: url(img/404-banner.png);
	background-repeat: no-repeat;
	background-position: center;
}
.error-bg.no-service {
	background-image: url(img/no-service-banner.jpg);
}
@media screen and (max-width: 500px) {
	.auto {
		min-width: 375px;
		_width: 375px;
	}
	.error-bg {
		width: 320px;
		height: 268px;
		background-size: contain;
	}
}
p.tip2{
	margin-bottom: 32px;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 38px;
	text-align: center;
	color: #333333;
}
p.tip3{
	margin-bottom: 16px;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 16px;
	text-align: center;
	color: #3689f1;
}
span.num {
	color: #045eaf;
}

a.a-index-page {
	text-decoration: none;
	color: #045eaf;
}
/*刷新按钮样式*/
span.reload-btn {
	display: block;
	width: 110px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	background-color: #3689f1;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
}
span.reload-btn:hover {
	background-color: #4396fe;
}
