@charset "utf-8";
/* CSS Document */
body{ font-size:12px;font-family:"宋体","Arial"; margin:0px; padding:0px; line-height:20px; color:#333}
a{color:#333;text-decoration:none;}
a:hover{ color:#Ff6600; text-decoration:underline;}
.black{ color:#333;}
.red{ color:#C30;}
.red a{ color:#C30; text-decoration:none;}
.red a:hover{ color:#333;}
.blue{ color:#2b75b4}
.deepblue{ color:#465664;}
a.deepblue{ color:#465664; text-decoration:none;}
a.deepblue:hover{ color:#C30;text-decoration:underline;}
.white{ color:#FFF;}
a.white { color:#FFF;}
a.white:hover{color:#FFF;text-decoration:none;}
.orange{ color:#ff6600;}
.yellow{ color:#ffeb00;}
.pink{ color:#ff66cc;}
a.pink{ color:#ff66cc; text-decoration:none;}
a.pink:hover{ color:#ff6666;}
.glay{ color:#cbcbcb;}
.deepglay,.deepglay a{ color:#989898; text-decoration:none}
.deepglay a:hover{ color:#ff66cc;}
.f14px{ font-size:14px;}
.f16px{ font-size:16px;}
.f18px{ font-size:18px;}
.f12px{ font-size:12px;}
.f10px{ font-size:10px;}
.bold{ font-weight:bold;}
.nobold{ font-weight:normal;}
.en{ font-family:Tahoma;}
.yh{ font-family: "微软雅黑"}
.purple{ color:#9966cc}
.deeppurple{ color:#9900ff;}
.deep2purple{ color:#330066;}
.deep3purple{ color:#663399;}
.lightpurple,.lightpurple a{ color:#ad85d6; text-decoration:none;}
.lightpurple a:hover{ color:#9966cc;}
.textcenter{ text-align:center;}
.poin{ font-family: "宋体"}



/*loading*/
#loading {
  pointer-events:none;
  display:block;
  position:fixed;
  z-index:1031;
  top:50%;
  right:50%;
}
#loading .icon {
  background-image:url('../../../static/img/load.gif');
  width:24px;
  height:24px;
  box-sizing:border-box;
  border:solid 3px transparent;
  border-top-color:#5996B9;
  border-left-color:#6AB7E2;
  border-bottom-color:#A08585;
  border-right-color:#8C78E2;
  border-radius:50%;
}
#loading_over {
  z-index:19891014;
  background-color:#000;
  opacity:0.01;
  filter:alpha(opacity=1);
  left:0;
  top:0;
  width:100%;
  height:100%;
  _height:expression(document.body.offsetHeight+"px");
  position:fixed;
  _position:absolute;
  pointer-events:auto;
}


