/* 动态模拟框 组件 */
/*.modal-open{overflow:hidden;}*/
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;outline:0;}
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%);}
.modal.in .modal-dialog{transform:translate(0,0);}
.modal-open .modal{overflow-x:hidden;overflow-y:auto;}
.modal-dialog{position:relative;width:auto;margin:30px auto;width:600px;}
.modal-content{position:relative;outline:0;border:1px solid #999;background-color:#fff;box-shadow:0 3px 9px rgba(0,0,0,0.5);}
.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000;}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0);}
.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50);}
.modal-scrollbar-measure{position:absolute;top:-9999px;overflow:scroll;width:50px;height:50px;}


/* 登录 */
.loginthreef{width:526px;height:360px;display:block;background:url(/ms../images/loginthree.png) no-repeat;position:fixed;top:200px;left:50%;margin-left:-263px;}
.loginthreef .close{width:55px;height:22px;display:block;background:url(/ms../images/loginthree.png) -745px 0 no-repeat;position:absolute;right:0px;top:0px;cursor:pointer;text-indent:-9999em;}
.loginthree dt{margin:26px 26px 0 26px;text-align:center;}
.loginthree dt span{cursor:pointer;width:124px;height:44px;display:inline-block;background:none;font-size:14px;line-height:44px;color: #444;text-align:center;}
.loginthree dt span.on{background: url(/ms../images/loginthree.png) -580px -50px no-repeat;color:#fff;}

.loginthree dd{display:none;width:346px;margin:10px auto;}
.loginthree dd .btn1{width:217px;height:52px;display:block;background:url(/ms../images/loginthree.png) -580px -160px no-repeat;margin-top:20px;margin-left:80px;}
.loginthree dd .btn2{width:217px;height:52px;display:block;background:url(/ms../images/loginthree.png) -580px -100px no-repeat;margin-top:20px;margin-left:80px;}
.loginthree dd .btn3{width:217px;height:52px;display:block;background:url(/ms../images/loginthree.png) -580px -100px no-repeat;margin-top:20px;margin-left:80px;}

.loginthree .errortext{height:16px;line-height:16px;font-size:16px;color:rgb(221, 69, 121);text-align:center;margin-top:20px;}
.loginthree dd .label{height: 32px;  margin-top: 10px;}
.loginthree dd .label span{float:left;line-height:30px;font-size:14px;color: #444;text-align:right;display:block;width:70px;padding-right:10px;}
.loginthree dd .label .js_three_getyzm{cursor: pointer;}
.loginthree dd .label .js_three_getyzm:hover{text-decoration: underline;}
.loginthree dd .label input{width:220px;height:30px;line-height:30px;font-size:14px;color:#000;background:#fff;border: #bbb 1px solid;text-indent:5px;float:left;}
.loginthree dd .label input.small{width:100px;margin-right: 20px;}

.code_btn span {
    font-family: 寰蒋闆呴粦
}

.code_popup {
  z-index: 9001;
  color: #666;
  background: rgba(101,101,101,0.63);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: Tahoma,Arial,Helvetica,STHeiti,'瀹嬩綋';
}

.code_popup .pop_container {
  position: relative;
  background: #ffffff;
  zoom: 1;
  border: 1px #6e6e6e solid;
  padding: 10px;
  width: 225px;
}

.code_popup .code_btn {
  display: block;
  height: 18px;
  line-height: 18px;
  color: #fff;
  padding: 6px 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  background: #ff9700;
}

.code_popup a:visited {
  color: #4a9ce6;
  text-decoration: none;
}

.code_popup a:link {
  color: #4a9ce6;
  text-decoration: none;
}

.code_popup .pop_container .from_box label.title {
  line-height: 30px;
  font-family: 寰蒋闆呴粦;
}

.code_popup input, input[type="password" i], input[type="search" i] {
  -webkit-appearance: textfield;
  padding: 1px;
  background-color: white;
  border: 2px inset;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  cursor: auto;
}

.code_popup img {
  -ms-interpolation-mode: bicubic;
  border: none;
  vertical-align: middle;
}

.code_popup .pop_container .from_box input.text {
  width: 45px;
  margin-right: 5px;
  border: 1px #ccc solid;
  background: #fff;
  padding: 5px;
  line-height: 18px;
  color: #333;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
}

.code_popup .pop_container .from_box {
  margin-bottom: 10px;
}

.yzmpic {
  cursor: pointer;
}


.verify-code-close {
  position:relative; 
  left:207px;
  font-size:16px;
  top:2px;
}







