@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0; font-family:"Microsoft YaHei";font-size:12px; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
time, mark, audio, video{ margin:0; padding:0; border:0; font-size:100%; text-decoration:none; }
html { line-height:1; }
q, blockquote { quotes:none; }
q:before, q:after, blockquote:before, blockquote:after { content:""; content:none; }
a img { border:none; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
.table-container{ margin:0; padding:0; width:100%; overflow-x:auto; overflow-y:hidden; }
.ime-disabled{ ime-mode:disabled; } 
.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.line5{ clear:both; font-size:0px; height:5px; overflow:hidden; }
.line10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.line15{ clear:both ;font-size:0px; height:15px; overflow:hidden; }
.line20{ clear:both; font-size:0px; height:20px; overflow:hidden; }
.line30{ clear:both; font-size:0px; height:30px; overflow:hidden; }
.left{ float:left; }
.right{ float:right; }
.loginbody{ background:#267cb7; text-align:center; }
.indexbody{ width:100%; height:100%; overflow:hidden; }
.mainbody{ /*padding:10px 15px;*/ margin:10px 15px; min-width:285px; }

/*input {-webkit-appearance:none; 去除input默认样式*/
input[type=text],input[type=button],input[type=submit]{-webkit-appearance: none;}
/*输入框提示文字颜色*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #ccc;  }
::-moz-placeholder { /* Mozilla Firefox 19+ */color: #ccc;}
input:-ms-input-placeholder{color: #ccc;}
input::-webkit-input-placeholder{ color: #ccc;}
/***/
.ajaxloading{outline:0 solid #000;position:fixed;left:0;right:0;top:0;bottom:0;z-index:10003;width:100%;height:100%;background:rgba(255,255,255,.8);opacity:.3;display:none}
.ajaxloading img{display:block;position:absolute;left:50%;top:50%;margin-left:-24px;margin-top:-24px}
.displayhide{display:none}
#onesecond{display:none;position:fixed;top:50%;left:50%;width:22rem;margin-left:-11rem;margin-top:-17px;text-align:center;background:rgba(0,0,0,.7);line-height:40px;color:#fff;min-height:40px;border-radius:5px;z-index:99;padding:5px}
#onesecond p{line-height:40px;padding:0;margin:0}
@media screen and (min-width: 950px) {
	.pc-hide {display: none;}

}
@media screen and (min-width:640px) and (max-width:948px){/*页面宽度大于640px且小于910px的时候执行*/
  .md-hide {
    display: none !important;
  }
  
}
@media screen and (max-width: 640px) {
  .md-hide {
    display: none !important;
  }
}