/* 定制 */
.auth_page_wrappers ::-webkit-input-placeholder {
    color: #9D9D9D;
    font-size: 14px;
}

.auth_page_wrappers ::-moz-placeholder {
    color: #9D9D9D;
    font-size: 14px;
}

.auth_page_wrappers ::-ms-input-placeholder {
    color: #9D9D9D;
    font-size: 14px;
}

.qrcode {
    display: none;
}

.m-rememberMe {
    display: none;
}

.container .footer {
    display: none;
}

.wrap {
    /* width: 480px;
    height: 469px; */
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0 8px 8px 0;
    height: auto;
    width: 60%;
    min-width: 358px;
    box-shadow: none;
}

.main {
    /* height: calc(100% - 43px); */
    padding: 12vh 4.5vw 4vh;
    width: calc(100% - 9vw);
    height: auto;
    /* height: calc(100% - 6.6vh); */
}

.login-qrcode>div {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    text-align: center;
}

.selected_underline a {
    color: #222;
    border-bottom: 2px solid #005375
}

.tabHead {
    background: transparent !important;
    border-bottom: 1px solid #C3C3C3;
    width: calc(100% - 9vw);
    height: 4vh;
    margin-top: 0;
    overflow: visible;
}

.tabHead span {
    padding: 0;
    width: auto;
    color: #000;
    padding-bottom: 1.6vh;
    margin-right: 10px;
}

.selected_underline {
    border-bottom: 0px solid #005375 !important;
}

.form .m-account .username {
    border-radius: 4px;
    margin-bottom: 16px;
    background: #fff;
}

.form .m-account,
.form .m-phone {
    background: transparent;
}

.form .m-account .item,
.form .m-phone .item {
    border-width: 0px;
    background-color: #fff;
    border-radius: 2px;
}

.form .m-account>div.username>input,
.form .m-phone>div.username>input,
.form .m-account>div.password>input {
    padding: 13.5px 5px;
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
    padding-left: 4vh !important;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
    padding: 13.5px 5px;
    box-sizing: border-box;
    margin-left: 0;
    width: 100%;
    padding-left: 4vh !important;
}

.form .m-account .password,
.form .m-account .captcha,
.form .m-phone .code {
    border-radius: 2px;
    background: #fff;
    margin-top: 16px;
}

.form .prex-icon .login-icon {
    width: 16px;
    height: 16px;
}

.container .btn .login-btn {
    height: 40px;
    line-height: 40px;
    background: #005375;
    font-size: 16px;
}

.container .btn {
    margin-top: 10px;
}

.container .form {
    margin: 0 auto;
}

.form .prex-icon {
    left: 12px;
    top: 12px;
}

.auth-language {
    font-size: 14px;
    position: absolute;
    right: 20vh;
    top: 10vh;
    width: 134px;
    overflow: hidden;
    border-radius: 19px;
    display: flex;
}

.auth-language button {
    width: 67px;
    height: 34px;
    border: none;
    cursor: pointer;
    color: #000;
    background: rgba(255, 255, 255, 1);
}

.auth-language button.active {
    background: #005375;
    color: #fff;
}

.auth_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.auth_bg img {
    width: 100%;
    height: 100%;
}

.login_bottom {
    position: absolute;
    /* bottom: 100px; */
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 9.5vh;
}

.loginFont_a {
    font-size: 16px;
    color: #000;
    padding-bottom: 1.6vh;
}

.login_navs {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.login_navs img {
    width: 40px;
    margin: 0 15px;
    cursor: pointer;
    display: block;
}

.auth_page_wrappers {
    width: 100%;
    height: 100vh;
    min-width: 600px;
    min-height: 600px;
    /* overflow: auto; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth_login_content {
    display: flex;
    position: relative;
    width: 41.7vw;
    min-height: 330px;
    /* height: 50vh;
     */
}

.left-qrcode {
    position: relative;
    width: 192px;
    color: #000;
    font-size: 18px;
    border-radius: 8px 0 0 8px;
    background: rgba(255, 255, 255, 0.85);
    /* height: 469px; */
    text-align: center;
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 12vh;
}

.left-qrcode::after {
    content: "";
    position: absolute;
    right: 0;
    top: 16vh;
    width: 1px;
    height: 20vh;
    background: rgba(0, 0, 0, 0.3);
}

.login-qrcode>div {
    margin-top: 0%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center; */
}

.login-qrcode>div img {
    margin-bottom: 30px;
}

.login-qrcode>div span {
    display: block;
    margin-bottom: 11px;
}

.login-qrcode>div span.title {
    font-size: 16px;
    color: #34363e;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: bold;
}

.login-qrcode>div span.title2 {
    font-size: 14px;
    color: #34363e;
    letter-spacing: 0;
    line-height: 14px;
}

.form-errorTip {
    bottom: 85px;
}

.main-logo {
    position: relative;
    display: flex;
    align-items: center;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
}

.main-logo img {
    /* width: 180px; */
    width: 57%;
}

.main-logo span {
    color: #000;
    font-size: 18px;
    display: block;
    margin-left: 13px;
}

.help-online {
    position: relative;
    clear: both;
    margin-top: 12px;
    height: 26px;
    display: flex;
    justify-content: space-between;
}

.forget-password {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}

.qr_scan_box {
    /* position: absolute;
    background:transparent;
    width: 150px;
    height: 150px;
    left: 36px;
    top: -120px; */
    /* height: 156px;
    width: 156px; */
    border-radius: 9px;
    margin: 0 auto;
    position: relative;
    width: 14.7vh;
    height: 14.7vh;
    background: transparent;
    filter: none;
}

.qr_scan_code img {
    /* width: 156px;
    height: 156px; */
    margin: 0 auto;
    border-radius: 9px;
    width: 14.7vh;
    height: 14.7vh;
}

.login-qrcode>div span.title {
    font-size: 1px;
    /* line-height: 1px; */
    font-weight: 500;
    display: none;
}

.login-qrcode>div img {
    margin-bottom: 10px;
}

.qr_scan_Invalid {
    /* width: 156px;
      height: 156px; */
    width: 14.7vh;
    height: 14.7vh;
    margin: 0;
    border-radius: 9px;
}

.qr_scan_Invalid img {
    left: 38px;
}

.qr_scan_success {
    margin-top: 0;
}

.qr_scan_success img {
    width: 50px;
    height: 50px;;
    margin: 0 auto !important;
}

.qr_scan_success .sub_title {
    font-size: 13px;
}

.qr_scan_success .title_h1 {
    color: #fff !important;
}

.scan_a {
    font-size: 12px;
}

.weixin-saoma {
    font-size: 16px;
    margin-top: 8px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #000;
}

#qr_refresh {
    width: 80px;
    height: 80px;
}

.container .login-pc {
    width: 98%;
    margin: 0 auto;
}

.img_wxewm_item {
    padding: 13px 19px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -140px;
    left: -20px;
    /* left: calc(50% - 170px); */
    border-radius: 4px;
    display: none;
}

.img_wxewm_item p {
    font-size: 11px;
    color: #FFFFFF;
    margin: 0 0 9px;
}

.img_wxewm_item img {
    width: 72px;
    height: 72px;
    margin-left: 5px;
}

.img_remark_item {
    padding: 10px 8px;
    width: 120px;
    text-align: center;
    position: absolute;
    top: -55px;
    left: -20px;
    /* bottom: -10px;
    left: calc(50% + 45px); */
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: none;
    font-size: 11px;
}

#captchaDiv_code {
    margin: 15px 0;
}

.form .m-account>div.captcha>input,
.form .m-phone>div.captcha>input,
.form .m-phone>div.code>input {
    padding: 13px 5px;
    width: 260px;
    margin-left: 0;
    padding-left: 18px;
}

.form .captcha .captcha-img {
    top: 7px;
}

.form .code .get-code {
    width: 80px;
    height: 30px;
    top: 5px;
    font-size: 14px;
    line-height: 30px;
    right: 10px;
}

.cus_rem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.rememberMe_font {
    font-size: 14px;
    color: #222;
}

.activation_account {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.7);
    font-size: 14px;
}

.login_tips {
    font-size: 12px;
    /* color: rgba(255,255,255,0.7); */
    text-align: left;
    margin-top: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.container .methods {
    margin-top: 5.5vh;
}

.bottom_fonts {
    font-size: 14px;
    color: #fff;
}

.all_ways {
    margin-top: 20px;
    width: 100%;
}

.all_ways .cus_ways .item img {
    width: 1.5vw;
}

.form-errorTip {
    bottom: 157px;
}

#qr_refresh {
    width: 5vh;
    height: 5vh;
}

.qr_scan_Invalid img {
    left: 34%;
    top: 34%;
}

.outer-user-btn {
    font-size: 14px;
    position: absolute;
    right: 37vh;
    top: 10vh;
    border-radius: 19px;
    width: 109px;
    height: 34px;
    border: none;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.52);
    line-height: 34px;
    text-align: center;
    text-decoration: none;
}

.container .methods>a:hover {
    color: #005375;
}

.container .help .fo-password,
.container .help .fo-password:hover,
.container .help .activation-account,
.container .help .activation-account:hover {
    color: #005375;
}

.form .code .get-code {
    border: 1px solid #005375;
    color: #005375;
}

.remember-login-checkbox input[type="checkbox"]:checked+i {
    background: #005375;
}


.cus_rememberMe {
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: 100%;
}

.cus_help {
    color: rgba(34, 34, 34, 0.7);
    text-decoration: none;
    font-size: 14px;
}

.form .m-phone .code {
    margin-top: 15px;
}

.login_navs {
    display: none;
}

.form .m-phone .item {
    margin-top: 15px;
}

.ids_union_info_item {
    width: 48%;
    background: #fff;
    border-radius: 20px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}

.idsUnion_loginFont_a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.node-name {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 12px;
}

.weixin-saoma a{
    color: #E68A19;
    text-decoration: none;
}

@media screen and (max-width: 1441px) {
    .tabHead span {
        padding-bottom: 1.2vh;
    }

    .loginFont_a {
        padding-bottom: 1.2vh;
    }

    .weixin-saoma {
        font-size: 14px;
    }

    .form .m-account>div.username>input,
    .form .m-phone>div.username>input,
    .form .m-account>div.password>input {
        padding: 12px 5px;
        padding-left: 4.4vh !important;
    }

    .form .m-account>div.captcha>input,
    .form .m-phone>div.captcha>input,
    .form .m-phone>div.code>input {
        padding: 12px 5px;
        padding-left: 4.4vh !important;
    }
}

@media screen and (max-width: 1401px) {
    .tabHead span {
        padding-bottom: 1.4vh;
    }
    .loginFont_a {
        padding-bottom: 1.4vh;
    }
}

@media screen and (max-width: 1380px) {
    .tabHead span {
        padding-bottom: 0.7vh;
    }

    .loginFont_a {
        padding-bottom: 0.7vh;
    }

    .main-logo {
        top: 20px;
    }

    .loginFont_a {
        font-size: 14px;
    }

    .weixin-saoma {
        font-size: 12px;
    }

    .form .m-account>div.username>input,
    .form .m-phone>div.username>input,
    .form .m-account>div.password>input {
        padding: 13px 5px 11px;
        padding-left: 5.4vh !important;
    }

    .form .m-account>div.captcha>input,
    .form .m-phone>div.captcha>input,
    .form .m-phone>div.code>input {
        padding: 13px 5px 11px;
        padding-left: 5.4vh !important;
    }
}