
.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;
	margin-bottom: 16px;
	background: url(img/404-banner.png) no-repeat center;
}
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;
  font-size: 16px;
}
span.reload-btn:hover {
	background-color: #4396fe;
}
