﻿/*--- 滑块验证样式 --*/

.captcha {
    width: 100%;
    position: relative;
    display: none;
}

.captchaBox {
    position: absolute;
    background: #ffffff;
    z-index: 3;
    bottom: 0;
    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;
}

.login-type {
    display: flex;
    align-items: center;
    min-height: 60px;
}

    .login-type input[type="checkbox"] {
    }


    .login-type input[type=checkbox] {
        width: 13px;
        height: 13px;
        position: relative;
        cursor: pointer;
        margin-right: 10px;
        margin-top: 0px;
        border-radius: 3px;
    }

        .login-type input[type=checkbox]:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: -4px;
            left: -4px;
            border: 2px solid #ddd;
            background: #fff;
            border-radius: 50%;
        }

        .login-type input[type=checkbox]:checked::before {
            position: absolute;
            top: 1px;
            left: 1px;
            width: 10px;
            height: 10px;
            background: var(--main-color);
            border-color: var(--main-color);
            z-index: 1;
        }

        .login-type input[type=checkbox]:checked::after {
            content: "";
            position: absolute;
            top: -4px;
            left: -4px;
            display: block;
            width: 20px;
            height: 20px;
            border: 2px solid var(--main-color);
            background: #fff;
            border-radius: 50%;
        }

    .login-type .email-box, .login-type .phone-box {
        width: 50%;
        display: flex;
        margin-left: 5px;
        align-items: center;
    }

        .login-type .email-box label, .login-type .phone-box label {
            margin-bottom: 0;
            cursor: pointer;
        }

.register, .login {
    margin-top: 0px;
}

    .phone-login .dm-cf, .register .phone-box {
        display: flex;
    }
.select {
    height: 100%;
    outline: none; /* 移除聚焦时的轮廓 */
    border: none;
    background: rgb(0,0,0,0) !important;
}
.code-box {
    position:relative;
    display:flex;
}
.code-box .sendMail {
    flex: 1;
}
    .code-box .code-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        min-width: 113px;
        width: fit-content;
        height: 100%;
        color:#666;
        background: #fff;
        padding: 0 5px;
        cursor: pointer;
    }

.paw-box {
    
}
    .paw-box .paw-box-tip {
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        color: var(--main-color) !important;
        background-color: var(--main-color-01) !important;
    }
    .paw-box .label-input-box {
        padding-top: 38px;
    }
.paw-box .label-input {
    margin-bottom: 20px;
}
    .paw-box .label-input label {
        width: 140px;
        color: #101010;
        text-align: right;
        font-weight: 500;
    }
        .paw-box .label-input input {
            width: 400px;
        }

    .paw-box .btn {
        width: fit-content;
        min-width: 80px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-left: auto;
        margin-right: 56px;
        border-radius: 4px;
        cursor: pointer;
        background-color: var(--main-color) !important;
    }

