
html {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    color: #444;
    /*background-color: #fff;*/
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Source Han Sans CN", "思源黑体 CN", "PingFang SC", "Microsoft YaHei","微软雅黑", Arial, sans-serif;
    font-size: 14px;
    line-height: 180%;
    text-decoration: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    /*background-color: #EAF1FF;*/
    background-image: url("/images/login_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
#page_client_body .login_info_panel .login_type_tab{
height: auto;
}
#page_client_body .login_type_tab {
    display: block;
    width: 260px;
    height: 70px;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: bottom;
}
#page_client_body .login_info_panel .login_type_tab  a{
  margin-top:0;

}
#page_client_body .login_type_tab a {
    display: inline-block;
    margin-top: 20px;
    width: 150px;
    height: 46px;
    line-height: 50px;
    font-size: 18px;
    color: #444;
    text-decoration: none;
    text-align: center;
    border-bottom: solid 4px #FFF;
    margin-left: 0;
    margin-right: 0;
    border: none;
    border-radius: 0;
    color:#4e4d4d;
}

#page_client_body .login_type_tab a.active_tab {
        font-size: 20px;
        font-weight: 700;
        color:#2c2b2b;

    position:relative
}
#page_client_body .login_type_tab a.active_tab .active_line{
  width:40px;
  height:3px;
  background:#1167ff;
  position:absolute;
  bottom:0px;
  left:50%;
  margin-left:-20px;
}

.login_type_tab h1 {
    width: 280px;
    text-align: left;
    margin-bottom: 2.5rem;
    letter-spacing: 3px;
}

.login_main_bkg {
    display: block;
    width: 515px;
    height: 500px;
    /*background-image: url("/images/loginBG.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;*/
}
.login_main_input {
    background-color: #fff;
 /*   border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
    border-radius:10px;
}
input {
    outline: none;
    border: none;
    vertical-align: text-bottom;
    margin-left: 0;
}
.login_input_textbox {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 5px;
    background-color: rgba(0,0,0,0);
    font-size: 15px;
}

.login_options > div {
    text-align: left;
}

.login_options label {
    vertical-align: text-bottom;
}

#login_options a {
    font-size: 16px;
    color: #1677FF;
}
.w-psd{
display: flex;
align-items: center;
margin-top: 10px;
}
#login_options .problem{
 background-image: url("/images/wenhao.png");
 width:19px;
 height:19px;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 margin-right:10px
}
.login_button {
    display: block;
    height:45px;
    padding: 8px 15px;
    text-align: center;
    background-color: #517EEB;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    border: none;
    font-weight:700;
}

.login_statement_button {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #AAA;
}

.login_input_border {
    display: inline-block;
    float: left;
    height: 40px;
    width: 260px;
    margin-left: 70px;
    background-color: #F8FAFF;
    border: solid 1px #DDD;
    margin-right: 70px;
    padding: 0;
    padding-left: 15px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.login_user_password {
    position: relative;
}
.login_user_password .icon_button {
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 0.25rem;
    height: 2rem;
    width: 2rem;
    border: none;
    background-color: transparent;
    z-index: 1;
    cursor:pointer;
}
.login_user_password .icon_button:after {
    content: '';
    display: block;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    height: 1rem;
    width: 1rem;
    z-index: 1;
    background-image: url(/images/m_icons.png);
    background-size: 10rem;
    background-repeat: no-repeat;
    background-position: -6rem -5rem;
}
.login_user_password .icon_button.text-mode:after {
    background-position: -6rem -6rem;
}
.login_input_border.width_get_button .login_input_textbox {
    width: 140px;
}

.login_input_border.width_get_button a {
   width: 90px;
       height: 20px;
       float: right;
       margin: 10px 5px 0 0;
       cursor: pointer;
       line-height: 20px;
       font-size: 14px;
       text-decoration: none;
       color: #1677ff;
       /* background-color: #517EEB; */
       text-align: center;
       border-left: 1px solid #1677ff;
}
.input_data .icon_button:after {
    content: '';
    display: block;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    height: 1rem;
    width: 1rem;
    z-index: 1;
    background-image: url(/images/m_icons.png);
    background-size: 10rem;
    background-repeat: no-repeat;
    background-position: -6rem -5rem;
}
.login_input_border.width_vcode_img .login_input_textbox {
    width: 160px;
}

.login_input_border.width_vcode_img img {
    display: block;
    width: 80px;
    height: 40px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
}

.login_statement_button.with_links {
    color: #1677FF;
    margin-left: 0;
}

a.login_statement_button.with_links:hover {
    text-decoration: underline;
}

.login_footer_buttons {
    color: #7b7979;
    font-size: 12px;
    text-align: left;
}

.login_footer_buttons a {
    color: #7b7979;
    text-decoration: none;
}

.login_footer_buttons span {
    margin-right: 10px;
}

.login_footer_buttons a:nth-child(n+2) span {
    margin-left: 10px;
}
.login_footer_buttons  .copyright_year{
   margin-right: 0px;
}

.login_footer{
    margin-top: 20px;
    width: 930px;
    margin:auto;
}

.login_footer_logo {
    display: block;
    height: 40px;
    background-image: url("/images/medicom_logo.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 180px;
}
.rexian{
      text-align: right;
      font-size: 16px;
}
.rexian span {
  color:#1677FF;
}
.disabled {
    cursor: not-allowed !important;
    color: #AAA !important;
    background-color: #EEE !important;
    border:none !important;
}

.subpage_popform_bkg {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #444;
    z-index: 999999;
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.subpage_popform {
    display: block;
    position: fixed;
    left: 100px;
    right: 100px;
    top: 50px;
    bottom: 50px;
    background-color: #FFF;
    box-shadow: 0 0 30px #222;
    z-index: 9999999;
    width: 600px;
    height: 460px;
    border-radius: 5px;
}

.close_a {
    background-image: url('/images/dialog-bg.png?t=2308');
    box-sizing: border-box;
    height: 100px;
    padding: 5px 20px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: 100% 100%;
    background-position: 100%;
    background-repeat: no-repeat;
}

.close_a a{
    text-decoration: none;
    color: #000;
    margin-right: 15px;
}

.login_info_panel {
    margin: -10px 50px;
}

.login_info_panel div {
    height: 34px;
    margin: 20px 0;
}

.login_info_panel b {
    display: inline-block;
    float: left;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    font-weight: normal;
}

.login_info_panel .edit_input_text {
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0 10px;
    width: 310px;
    height: 34px;
    line-height: 36px;
    background-color: #F8FAFF;
    border: solid 1px #E2E8F2;
    color: #444;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    border-radius: 1rem;
}

.login_info_panel img {
    display: inline-block;
    float: left;
    margin-left: 10px;
    width: 80px;
    height: 36px;
    cursor: pointer;
}

.login_info_panel .default_button,.login_info_panel button.wechat_login {
    color: #FFF;
    background-color: #517EEB ;
    border: solid 1px #517EEB ;
    border-radius:1rem ;
    cursor: pointer;
}
.login_info_panel .close_button {
    border-radius:1rem ;
    cursor: pointer;
}

.login_info_panel a,.login_info_panel .wechat_login {
    display: inline-block;
    width: 150px;
    height: 34px;
    margin: 0px 30px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    color: #444;
    background-color: #F9F9F9;
    border: solid 1px #DDD;
    border-radius: 5px;
}
#wechat_account a{
    width: 100%;
    margin: 0;
}
#wechat_account a.close{
  border:none;
  background:#fff;
  margin-top: 10px;
}
.login_info_panel a
.login_button:disabled {
    color: var(--mcdex-lightgray-font-color);
    background-color: var(--mcdex-gray-button-color);
    background-image: linear-gradient(to bottom right, var(--mcdex-gray-button-color), var(--mcdex-gray-button-hover-color));
    box-shadow: none;
}

/*其他登录方式*/
.other_login{
  font-size: 12px;
  text-align: center;
  padding-top:20px
}
.other_login i.wechat{
    background-image: url('/images/icons.png?t=2308');
    background-repeat: no-repeat;
    background-size: 15rem;
    background-position: -10.1rem -23.4rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    margin: 0 auto;
    margin-right:10px;
}