﻿/*--- 滑块验证样式 --*/

.captcha {
    width: 100%;
    position: relative;
    display: none;
}

.captchaBox {
    position: absolute;
    background: #ffffff;
    z-index: 3;
    bottom: 0px;
    left: 50%;
    border-radius: 3px;
    margin: auto;
    transform: translate(-50%,0);
}

.captcha_title {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px solid #e4e7eb;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.captcha_close {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.captcha_Bg {
    background: #0000006b;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

#captcha {
    background: #ffffff;
    z-index: 3;
    margin: 20px;
}

.verify-img {
    background: transparent;
    border: 0;
}

.t_functional_div .t_two_child a {
    background: #fff;
    cursor: pointer;
    display: block;
    float: right;
    /*height: 100%;*/
    line-height: 48px;
    width: 125px;
    text-align: center;
    line-height: 1;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weixin {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #dedede;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

    .weixin iframe {
        width: 320px;
        height: 345px;
        background: #fff;
        border: 1px solid #dedede;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.hqyzm label.error {
    right: 100px;
}

.login_list .login_list_left input.t_weixinbtn {
    width: 49%;
    height: 40px;
    line-height: 40px;
    background: #F13B48;
    color: #fff;
    font-size: 16px;
    padding: 0;
    border: none;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.wrp_code img {
    border: 0 !important;
}

.box {
    position: absolute;
    top: 90px;
    right: 62px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);
}

.am-viewport, .am-slides, .am-slides li, .am-slides img {
    height: 100%;
}

.login-ico {
    display: flex;
}

#cbxpwd {
    width: 14px;
    height: 14px;
}

.UserAgreement {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
}

    .UserAgreement .Wt_Content {
        padding-bottom: 100px;
    }

    .UserAgreement .UserAgreementBtn {
        width: 940px;
        height: 50px;
        min-height: 50px;
        color: #fff;
        border-radius: 4px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--main-color);
        cursor: pointer;
        position: fixed;
        bottom: 20px;
    }

.Wt_Content * {
    text-wrap: inherit !important;
}
