body,html{
	font-family: Tahoma, Helvetica, "Microsoft Yahei", "Î¢ÈíÑÅºÚ", Arial, STHeiti;
	background:url(../images/bg_error.gif) repeat top left fixed;
	margin:0;
	padding:0;
	color:#454545;
	text-align:center;
	height:100%;
	width:100%;
}
p{
	margin:0;
	padding:0;
}
.error_back a{cursor: pointer;}
.error_shell{
	background:#fff;
	border: #e1e1e1 1px solid;
    margin-top: 10px;
	padding:60px 60px; 
    text-align: center;
    border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.refresh{font-size: 24px;line-height: 60px;}
.error{margin-bottom: 30px;font-size:12px;}
.error_back{font-size: 14px; line-height: 20px}
.error_back a{text-decoration: none;color: #3fa7cb;}
.mod-footer{color: #959595;line-height: 18px;height: 18px;font-size:12px;overflow: hidden;text-align: center;font-family: Arial,simsun;}
@media screen and (max-width: 1110px){
	.refresh{font-size: 16px;line-height: 30px;margin:10px 0 0;font-weight:bold;}
	.error{margin-bottom: 20px;font-size:12px;line-height: 20px;}
	.error_back{font-size: 12px; line-height: 16px}
	.error_back a{text-decoration: none;color: #3fa7cb;}
	}