.tab-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #B7B7B7;
}

.tab-wrap div.user-class,
.tab-wrap div.gid-class,
.tab-wrap div.phone-class {
    flex: 1;
    display: flex;
    justify-content: center;
}

.tab-wrap div {
    cursor: pointer;
    text-align: center;
}

.user-active, .gid-active, .phone-active {
    font-weight: bold;
    color: #EF8E3A;
    position: relative;
}

.user-active::after, .gid-active::after, .phone-active::after {
    content: '';
    position: absolute;
    bottom: -.02rem;
    left: 0;
    width: 100%;
    background: #EF8E3A;
    border-radius: .08rem;
    opacity: 0.16;
}

.gid-active {
    color: #5A7CEA;
}

.gid-active::after {
    background: #5A7CEA;
}

.phone-active {
    color: #F85353;
}

.phone-active::after {
    background: #F85353;
}

.input-box {
    background: #F7F8F9;
    border-radius: .06rem;
    display: flex;
    align-items: center;
    position: relative;
}

.input-box input {
    min-width: 0;
    flex: 1;
    height: 90%;
    border: 0;
    outline: none;
    background-color: #F7F8F9;
}

.input-box .input-yzm {
    font-weight: 400;
    color: #F85353;
    display: none;
    cursor: pointer;
    white-space: nowrap;
}

.input-box .input-bdyzm {
    font-weight: 400;
    color: #F85353;
    display: none;
    cursor: pointer;
    white-space: nowrap;
}

.remomber-forget-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.98);
}

.remomber-box {
    display: flex;
    align-items: center;
}

.forget-box, .remomber-box label {
    cursor: pointer;
}

.remomber-box input[type='checkbox'] {
    appearance: none;
    background: #ECEEF1;
}

.remomber-box input[type=checkbox]:checked {
    background: url('../images/newVersion/remember.png') no-repeat center;
    background-size: cover;
}

.login-btn {
    width: 100%;
    outline: none;
    border: 0;
    display: block;
    background: #F8A053;
    color: #fff;
    border-radius: .06rem;
}

.footer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    color: #000000;
}

.footer-wrap span {
    font-weight: bold;
}

.footer-wrap div {
    text-align: center;
    font-weight: 400;
    color: #999999;
}

.mask-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mask-wrap .account-list {
    height: 500px;
    overflow: scroll;
    text-align: center;
}
.mask-phone {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mask-wrap span {
    font-weight: 400;
    color: #FFFFFF;
}

.mask-phone-span {
    font-weight: 400;
    color: #FFFFFF;
}

.mask-wrap .account-list div {
    background: #FFFFFF;
    font-weight: 400;
    color: #333333;
    text-align: center;
    cursor: pointer;
    border-radius: .06rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sliding-block-text {
    font-size: 14px !important;
}

.swipe-column {
    margin-bottom: 20px;
}

.swipe-column > div {
    width: 100% !important;
}

.other-login {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 0.98);
    display: flex;
    align-items: center;
}

.other-login div {
    height: 28px;
    width: 28px;
    margin-left: 12px;
    cursor: pointer;
    background-size: contain;
}

.other-login .weChat {
    /* background-image: url('../images/newVersion/weChatOff.png'); */
    background-image: url('../images/newVersion/weChatOn.png');
}

.other-login .weChat:hover {
    background-image: url('../images/newVersion/weChatOn.png');
}

.other-login .qq {
    /* background-image: url('../images/newVersion/qqOff.png'); */
    background-image: url('../images/newVersion/qqOn.png');
}

.other-login .qq:hover {
    background-image: url('../images/newVersion/qqOn.png');
}

.other-login .aliPay {
    /* background-image: url('../images/newVersion/aliPayOff.png'); */
    background-image: url('../images/newVersion/aliPayOn.png');
}

.other-login .aliPay:hover {
    background-image: url('../images/newVersion/aliPayOn.png');
}

.other-login .sina {
    /* background-image: url('../images/newVersion/sinaOff.png'); */
    background-image: url('../images/newVersion/sinaOn.png');
}

.other-login .sina:hover {
    background-image: url('../images/newVersion/sinaOn.png');
}

.other-login .dingTalk {
    /* background-image: url('../images/newVersion/dingTalkOff.png'); */
    background-image: url('../images/newVersion/dingTalkOn.png');
}

.other-login .dingTalk:hover {
    background-image: url('../images/newVersion/dingTalkOn.png');
}
@media screen and (min-width: 1024px) {
    .header-wrap {
        margin-left: 7.8%;
        height: 160px;
        display: flex;
        align-items: center;
    }

    .header-wrap img {
        /* width: 370px; */
        height: 90px;
        margin-right: 32px;
    }

    .header-wrap div {
        font-size: 26px;
        font-weight: bold;
        color: #333333;
    }

    .body-wrap {
        height: calc(100% - 320px);
        min-height: 380px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding-right: 12.9%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .form-wrap {
        padding: 24px 32px;
        background: #FFFFFF;
        border-radius: 10px;
        min-width: 296px;
    }

    .wx-login {
        padding: 20px 20px;
        background: #FFFFFF;
        border-radius: 10px;
        min-width: 296px;
    }
    .return-login {
        cursor: pointer;
    }

    .return-login {
        font-size: 14px;
        text-align: right;
        margin-left: 280px;
}

    .form-wrap-binding {
        padding: 24px 32px;
        border-radius: 10px;
        min-width: 296px;
    }

    .tab-wrap {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .tab-wrap div {
        cursor: pointer;
    }

    .user-active::after, .gid-active::after, .phone-active::after {
        height: 10px;
        bottom: -2px;
        border-radius: 8px;
    }

    .input-box {
        height: 40px;
        padding-left: 16px;
        margin-bottom: 20px;
        position: relative;
        border-radius: 6px;
    }

    .input-box input::placeholder {
        font-size: 14px;
    }

    .input-box img {
        height: 20px;
        margin-right: 11px;
    }

    .input-box .input-yzm {
        font-size: 14px;
        position: absolute;
        top: 13px;
        right: 16px;
    }

    .input-box .input-bdyzm {
        font-size: 14px;
        position: absolute;
        top: 13px;
        right: 16px;
    }

    .input-box .eye-img {
        height: 8px;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 16px;
    }

    .remomber-forget-wrap {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .remomber-box input[type='checkbox'] {
        margin: 0 10px 0 0;
        width: 14px;
        height: 14px;
    }

    .alert-danger {
        font-size: 14px;
        line-height: 20px;
        color: #F85353;
        margin-bottom: 30px;
    }

    .login-btn {
        height: 40px;
        margin-bottom: 22px;
        cursor: pointer;
        border-radius: 6px;
    }


    .footer-wrap {
        min-height: 160px;
        font-size: 14px;
        line-height: 22px;
        margin-left: 7.8%;
    }
    .footer-wrap .copyright {
        margin-left: -7.8%;
    }

    .footer-wrap div {
        text-align: center;
        font-weight: 400;
        color: #999999;
    }

    .mask-wrap span {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .mask-phone-span {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .mask-wrap .account-list div {
        width: 298px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 14px;
        border-radius: 6px;
    }

    .h5-show {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .header-wrap div, .footer-wrap div {
        display: none;
    }

    .other-login {
        margin-top: 10px;
        font-size: .24rem;
        /* display: none; */
    }

    .h5-show {
        flex: 1;
        display: block;
    }

    .login-container {
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        box-sizing: border-box;
        overflow-y: scroll;
        display: flex !important;
        flex-direction: column;
    }

    .login-container::-webkit-scrollbar {
        width: .01rem !important;
        height: .01rem;
    }

    .header-wrap {
        justify-content: center;
        padding-top: 1.2rem;
        font-size: .36rem;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 1.15rem;
        position: relative;
    }

    .header-wrap img {
        height: 1.01rem;
    }

    .header-wrap div {
        position: absolute;
        top: 1rem;
        left: .65rem;
    }

    .body-wrap {
        background: #FFFFFF;
        border-radius: .1rem;
        margin: 0 .46rem .88rem;
        padding-right: 0;
        justify-content: center;
    }

    .form-wrap {
        padding: .62rem .76rem .82rem;
        min-width: calc(100% - 1.52rem);
        max-width: calc(100% - 1.52rem);
    }

    .wx-login {
        padding: .62rem .76rem .82rem;
        min-width: calc(100% - 1.52rem);
        max-width: calc(100% - 1.52rem);
    }

    .form-wrap-binding {
        padding: .62rem .76rem .82rem;
        min-width: calc(100% - 1.52rem);
        max-width: calc(100% - 1.52rem);
    }

    .tab-wrap {
        font-size: .28rem;
        margin-bottom: .54rem;
    }

    .user-active::after, .gid-active::after, .phone-active::after {
        height: .19rem;
        bottom: -0.04rem;
    }

    .input-box {
        height: .69rem;
        padding-left: .32rem;
        margin-bottom: .34rem;
        position: relative;
    }

    .input-box input::placeholder {
        font-size: .24rem;
    }

    .input-box img {
        height: .36rem;
        margin-right: .24rem;
    }

    .input-box .input-yzm {
        font-size: .24rem;
        position: absolute;
        top: .24rem;
        right: .2rem;
    }

    .input-box .input-bdyzm {
        font-size: .24rem;
        position: absolute;
        top: .24rem;
        right: .2rem;
    }

    .input-box .eye-img {
        height: .14rem;
        cursor: pointer;
        position: absolute;
        top: .3rem;
        right: .2rem;
    }

    .remomber-forget-wrap {
        font-size: .24rem;
        margin-bottom: .52rem;
    }

    .remomber-box input[type='checkbox'] {
        margin: 0 .1rem 0 0;
        width: .24rem;
        height: .24rem;
    }

    .login-btn {
        height: .70rem;
        margin-bottom: 0;
    }

    .footer-wrap {
        font-size: .24rem;
        line-height: .44rem;
        padding: .28rem .75rem .5rem;
        background: rgba(250, 250, 250, 0.7);
    }

    .footer-wrap span {
        font-weight: bold;
    }

    .footer-wrap div {
        display: none;
    }

    .mask-wrap span {
        font-size: .24rem;
        margin-bottom: .2rem;
    }

    .mask-phone-span {
        font-size: .24rem;
        margin-bottom: .2rem;
    }

    .mask-phone span {
        font-size: .24rem;
        margin-bottom: .2rem;
    }

    .mask-wrap .account-list div {
        width: 6rem;
        height: .76rem;
        line-height: .76rem;
        font-size: .24rem;
        margin-bottom: .2rem;
    }

    .alert-danger {
        font-size: .14rem;
        line-height: .2rem;
        color: #F85353;
        margin-bottom: .3rem;
    }

    .mask-phone .input-binding-yzm {
        font-weight: 400;
        color: #F85353;
        display: none;
        cursor: pointer;
        white-space: nowrap;
    }
}
