@charset "UTF-8";
html, body, td, input, textarea, select, button, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{ box-sizing: content-box;}
body { background: #f2f3f7; color: #666; min-width: 320px;}
html, body { margin: 0; padding: 0;}
body, td, input, textarea, select, button { color: #666; font-size: 12px; font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; }
label{ font-weight: normal; }
body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0;}
ul, ol, li { list-style-image: none; list-style-type: none; }
a { color: #666; text-decoration: none;  blr: expression(this.onFocus=this.blur()); outline: none;}
a:active { star: expression_r(this.onFocus=this.blur());} 
a:hover { text-decoration: none; cursor: pointer}
a:focus, input[type=button] ,input[type=submit] { outline: none; } 


.errorBox{width:600px;height::380px;background: #fff; position: absolute; top: 50%; left: 50%; margin-top:-190px; margin-left:-300px; border: 1px solid #e6e6e6;}
.errorBox .error{padding:50px 50px 20px 50px; text-align: center;}
.errorBox .error span{display:block;margin:0 auto 28px auto;width:120px;}
.errorBox .error span img{width:100%;}
.errorBox .error h1{margin-bottom: 20px; font-size: 22px; color: #212121; font-weight:normal;letter-spacing: -1pt;}
.errorBox .error p{font-size: 16px; color: #717171; line-height: 28px;letter-spacing: -1pt;}

.errorBox .goHome{text-align: center;padding:20px 0 50px 0}
.errorBox .goHome a{padding:12px 50px; font-size: 14px; display:inline-block; border: 1px solid #6d6d6d;color:#2f2f2f;}


@media (max-width: 600px){

    .errorBox{min-width: 320px;width:100%;height:320px;background: #fff; position: absolute; left:0px;top: 50%; margin:-160px 0px 0 0px; border: 1px solid #e6e6e6;}
	.errorBox .error span{width:80px;margin-bottom:16px}
	.errorBox .error h1 {font-size:13px;margin-bottom: 10px; }
	.errorBox .error p {font-size:12px; line-height: 22px;}
	.errorBox .goHome{padding:10px 0 30px 0}
	.errorBox .goHome a{padding:8px 22px; font-size: 12px;}

}
