/* 主体开始 */
.error-box{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}
.error-main{
	width: 769px;
	height: 513px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -384.5px;
	margin-top: -256.5px;
	background: url(../images/error-main-bg.jpg) no-repeat center center;
}
.error-main .title{
	font-size: 30px;
	line-height: 55px;
	padding-top: 130px;
	padding-left: 270px;
	color: #212121;
}
.error-main .doc{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 27px;
	padding-left: 250px;
}
.error-main .doc a{
	color: #0168b7;
	text-decoration: underline;
}