/*错误页面*/
*{
	margin:0;
	padding:0;
	background:#f2f2f2;
}
ul,li{
    list-style-type:none;
}
img{
	vertical-align:middle;
}
a{
    text-decoration:none;
    cursor:pointer;
}
a{blr:expression(this.onFocus=this.close());} 
a{blr:expression(this.onFocus=this.blur());} 
a:focus { -moz-outline-style: none; }
a:focus { outline: none; }
a,button,input,div{-webkit-tap-highlight-color:rgba(255,0,0,0);}
.FL{
	float:left;
}
.error{
	text-align:center;
	margin:76px 30px 0 30px;
	padding-bottom:30px;
	border-bottom:1px solid #dbdbdb;
}
.hide{
	display:none;
}
.error a{
	display:block;
	position:relative;
}
.error a>img{
	width:182px;
	height:125px;
}
.error img.ask{
	width:40px;
	height:60px;
	display:inline-block;
	position:absolute;
	top:0;
}
.error>p{
	color:#6bb9f0;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	font-weight:bold;
	margin-top:10px;
}
.errorBox ul{
	margin-top:25px;
	margin-left:30px;
}
ul>li{
	color:#a0a0a0;
	font-size:1rem;
	line-height:1.5rem;
}
.network{
	display:inline-block;
	clear:both;
}
.redraw{
	text-align:center;
	padding-top:42px;
	line-height:25px;
}
.redraw a img{
	height:20px;
	padding-right:7px;
	position:relative;
	top:-2px;
}
.redraw a{
	display:inline-block;
	color:#6bb9f0;
	font-size:1rem;
	font-family:"微软雅黑";
}
.redraw a.return{
	padding-left:60px;
}
.refresh{
	margin-left:50px;
}