:root{
    --color-primary: #CA3525;
}

body{
    opacity: 1;
}
.member-login{
    display: flex;
    min-height: calc(100vh - 46px);
    color: #121212;
}
.member-login-left{
    display: flex;
    min-height: 400px;
    align-items: stretch;
    width: 62%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px;
    background-image: url("../images/member_login/bg.png");
    position: relative;
}
.member-login-left:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .38);
}
.member-login-left .logo{
    position: absolute;
    left: 60px;
    top: 60px;
    height: 48px;
    z-index: 1;
}
.member-login-left .logo a{
    margin-right: 20px;}
.member-login-left .logo *{
    height: 100%;
    object-fit: contain;
}
.member-login-right{
    width: 38%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 100px 60px;
}
.login-title{
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}
.l-menu{
    margin: 32px 0;
    display: flex;
    justify-content: center;
}
.l-menu div{
    padding: 0 12px 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    margin: 0 30px;
    white-space: nowrap;
}
.l-menu .on{
    color: var(--color-primary);
}
.l-menu .on:after{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    content: '';
    display: block;
    height: 4px;
    background: var(--color-primary);
    border-radius: 4px 4px 0 0;
}
.l-cont-inner{
    display: none;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: auto;
}
.l-cont-inner.on{
    display: flex;
}
.wx-qr{
    width: 240px;
    height: 240px;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #CDCDCD;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
.wx-qr img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wx-qr-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F8E8E7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wx-qr-cover .txt{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #CA3525;
}
.wx-qr-cover .zh-btn{
    background: none;
    height: 36px;
    width: fit-content;
}
.wx-qr-cover .zh-btn:hover{
    border-color: var(--color-primary);
}
.l-toast{
    font-size: 14px;
    text-align: center;
    color: #787878;
}
.l-line{
    margin: 32px 0;
    background: #CDCDCD;
    height: 1px;
    width: 100%;
}
.zh-btn{
    border-radius: 40px;
    border: 1px solid var(--color-primary);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    height: 44px;
    overflow: hidden;
    padding: 12px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--color-primary);
    color: #fff;
    transition: all .3s;
}
.zh-btn:hover{
    background-color: #f8e8e7;
    color: var(--color-primary);
}
.zh-btn-outline{
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: #fff;
}
.zh-btn-outline:hover{
    color: #fff;
    background-color: var(--color-primary);
    border-color: transparent;
}
.zh-btn-text{
    border-color: transparent;
    color: var(--color-primary);
    background-color: transparent;
    width: fit-content;
}
.f-item{
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}
.f-label{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.f-box{
    border-radius: 22px;
    box-sizing: border-box;
    height: 44px;
    width: 100%;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    position: relative;
}
.f-box.border{
    border: 1px solid #CDCDCD;
}
.mb-16{
    margin-bottom: 16px;
}
.f-box-slide{
    background: #CDCDCD;
}
.f-box input{
    width: 100%;
    border-radius: 40px;
    font-size: 16px;
    padding: 0 10px;
    border: none;
    outline: none;
}
.phone-number{
    padding: 0 10px 0 16px;
    white-space: nowrap;
    width: fit-content;
    font-size: 16px;
    border-right: 1px solid #CDCDCD;
    line-height: 18px;
}
.f-box .sent-btn{
    position: absolute;
    right: 0;
}
.forget-link{
    font-size: 14px;
    color: #787878;
    margin-top: 8px;
    display: block;
}
.l-know{
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    display: flex;
    font-weight: normal;
}
.l-know a{
    color: var(--color-primary);
}

.l-know input{

}
.checkbox-box{
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    color: transparent;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    flex-shrink: 0;
    margin: 2px 6px 0 0 !important;
    outline: none !important;
}
.checkbox-box:checked {
    color: #fff;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}
.checkbox-box:after {
    content: "✔";
}

.member-login-back{
    display: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    position: fixed;
    left: 10px;
    z-index: 2;
    margin-top: 20px;
    transition: all 220ms cubic-bezier(.4, 0, .2, 1);
    transition-duration: .35s;
    transform: rotate(180deg);
}
.member-login-back:hover{
    background: #f4f4f4;
}
.drag{
    position: relative;
    width: 100%;
    height: 44px;
    border-radius: 44px;
    overflow: hidden;
}
.drag div,.drag span{
    height: 100% !important;
    line-height: 44px !important;
}
.drag .nc_wrapper{
    width: 100% !important;
}
.drag .nc-container .nc_scale .btn_slide,.drag .nc-container .nc_scale .btn_ok{
    width: 60px !important;
    border-radius: 60px;
    font-size: 20px;
    color: #121212;
}
.j-warning {
    border: 1px dashed #d81d25;
    padding: 3px 15px;
    background: white;
    color: #d81d25;
    position: absolute;
    z-index: 199;
}
.j-warning:before {
    content: '\21E0 ';
    font-style: normal;
    speak: none;
    color: #d81d25;
    left: -24px;
    position: absolute;
    font-size: 25px;
}


.footer {
    position: relative;
    width: 100%;
    background-color: #222222;
    overflow: hidden;
    justify-content: center;
}
.footer .copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    flex-wrap: wrap;
    font-size: 12px;
}
.footer .copy-right .info-l{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.footer .copy-right .info-l img{
    height: 18px;
    margin-right: 18px;
    object-fit: contain;
}
.footer .copy-right .info-r{

}
.footer .copy-right .info-r a{
    text-decoration: underline;
}
.error-messgae {
    display: none;
    position: absolute;
    font-size: 12px;
    padding: 2px 6px 4px;
    color: #fff;
    background: #ca3525;
    border-radius: var(--border-radius-xs);
    right: 20px;
    z-index: 2;
}


#memberMobileLogin .xieyi {
    position: relative
}

#memberMobileLogin .xieyi .error-messgae {
    position: absolute;
    top: 20px;
    left: 0;
    width: 120px;
}

.member-login-left .inner-body {
    width: 62%;
    flex-grow: 1;
    margin: 30px 0;
    display: flex
;
    align-items: center;
    position: relative;
    z-index: 1;
}
.member-login-left .desc {
    text-align: left;
    margin-bottom: 0;
    margin-top: 102px;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}
.member-login-left .title {
    text-align: left;
    margin: 0;
    color: #fff;
    font-size: 36px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}
.require{
    position: relative;
}
.require::after{
    content: '*';
    color: #E21818;
    font-size: 12px;
}
.split-2{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-gap: 8px;
}
.layui-form-select{
    width: 100%;
}
.layui-input:focus, .layui-textarea:focus{
    border-color: #E21818 !important;
    box-shadow: 0 0 0 3px rgba(226, 24, 24, 0.2);
}
.layui-form-select dl dd.layui-this{
    color: #E21818;
}



@media (max-width: 991.98px) {
    .member-login-back{
        display: flex;
    }
    .member-login{
        flex-direction: column;
    }
    .member-login-left,.member-login-right{
        width: 100%;
    }

}
@media (max-width: 767.98px) {
    .member-login-right{
        padding: 60px 20px;
    }
    .footer .copy-right{
        padding: 14px 20px;
    }
    .login-header-tips{
        text-align: left;
    }
    .member-login-left{
        padding: 20px;
    }
    .member-login-left .logo{
        height: 24px;
        top: 20px;
        left: 20px;
    }
    .member-login-left .text{
        font-size: 24px;

    }
}
