/*登陆弹出窗口*/
#login_box{
    display: none;
    position: fixed;
    border: 7px solid #e2e2e2;
    background: #FFF;
    top: 50%;
    left: 50%;
    padding: 20px 70px;
    margin-top: -235px;
    margin-left: -268px;
    z-index: 2001;
}

.title .close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 16px;
  background: url(../../../images/common/popup_close_icon.png) no-repeat;
  cursor: pointer;
}

.title .close:hover{
    background-position: center -23px;
}


/*登录部分*/
.login-main {
  width: 380px;
  margin: 0 auto;
  text-align: center;
}

/*诊所登录页面优化样式*/
.main-wrap.login-main-wrap{
  background: none;
}

.top-main {
  margin-bottom: 10px;
}

.way-tab {
  margin-bottom: 46px;
}

.way-tab li{
  font-size: 18px;
  color: #767676;
  float: left;
  width: 50%;
  border-right: #e9ecee 1px solid;
  box-sizing: border-box;
  cursor: pointer;
}

.way-tab li.tab-current{
  color: #ff9913;
}

.way-tab li.no_border{
  border: 0;
}

.login-way li{
  position: relative;
  margin-bottom: 16px;
}

.login-way .input_icon{
  width: 30px;
  height: 30px;
  background: url(../../../images/common/login_input_icon.png) no-repeat center 3px;
  position: absolute;
  left: 15px;
  top: 7px;
}

.login-way .input_icon.pwd_icon{
  background-position: center;
}

.login-way .input_icon.captcha_icon{
  background-position: center -116px;
}

.login-way input[type="text"]{
  width: 100%;
  height: 44px;
  border: #ddd 1px solid;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  padding-left: 65px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 44px;
}

.login-way input[type="password"]{
  width: 100%;
  height: 44px;
  border: #ddd 1px solid;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  padding-left: 65px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 44px;
}

.login-way input:focus{
  box-shadow: 0px 0px 1px 1px #ff9913;
  border: 0;
  border: #ddd 1px solid\9;
}

.login-way .dynamic_code{
  text-align: left;
}

.login-way .dynamic_code input{
  width: 68%;
}

.send_code{
  width: 110px;
  height: 46px;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  line-height: 46px;
  color: #336fb3;
  cursor: pointer;
  background-color: #d3e7f5;
  text-align: center;
  vertical-align: middle;
  float: right;
}

.login-way input::-webkit-input-placeholder{
  font-size: 14px;
  color: #818181;
}

.login-way input:-moz-placeholder{
  font-size: 14px;
  color: #818181;
}

.login-way input::-moz-placeholder{
  font-size: 14px;
  color: #818181;
}

.login-way input::-ms-input-placeholder{
  font-size: 14px;
  color: #818181;
}

.login-way .captcha{
  position: absolute;
  right: 10px;
  width: 97px;
  height: 30px;
  top: 8px;
  border: #ddd 1px solid;
  box-sizing: border-box;
  overflow: hidden;
}

.commitBtn{
  width: 100%;
  font-size: 22px;
  color: #fff;
  background: #ff9913;
  border-radius: 4px;
  border: none;
  height: 52px;
  line-height: 52px;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.validation_summary{
  font-size: 12px;
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 12px;
  margin-top: -36px;
  border: 1px solid;
}

.validation_summary em{
  width: 16px;
  height: 22px;
  background: url(../../../images/common/validation_icon.png) no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}

.validation_summary.success{
  color: #76a91d;
  border-color: #76a91d;
  background-color: #f1ffea;
}

.validation_summary.success em{
  background-position: -26px 2px;
}

.validation_summary.error{
  color: #ef5555;
  background: #ffebeb;
  border-color: #ef5555;
}
.validation_summary.error em{
  background-position: -1px 2px;
}
.css_cache{
  font-size: 14px;
  line-height: 14px;
  margin-top: -4px;
  margin-bottom: 14px;
}

.css_cache .css_account_cached{
  margin-left: 10px;
  color: #666;
}

.css_cache .css_account_cached input[type="checkbox"]{
  margin-right: 20px;
}

.login-link{
  font-size: 14px;
  line-height: 14px;
  margin-top: -4px;
}

.login-link a{
  color: #ff9913;
}

.login-link a:hover{
  color: #e56100;
}

.css_login_link {
  line-height: 40px;
  margin-top: 0;
}

.ssl_note{
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #9e9e9e;
  text-align: right;
}