.loginbox .logo {
    position: absolute;
    top: 100px;
    left: 120px;
    width: 150px;
}

.loginbox .left {
    flex: 1
}

.loginbox .left .dt-title {
    font-size: 40px;
    color: #040000;
    margin-top: 27px;
}

.loginbox .left .dt-title strong {
    color: #CA252D;
}

.loginbox .left .list {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 360px;
}

.loginbox .left .list .item {
    border-radius: 12px 12px 12px 12px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    display: flex;
    border: 2px solid #FFFFFF;
    padding-right: 30px;
}

.loginbox .left .list .item .tpic {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.loginbox .left .list .item .title {
    font-size: 16px;
    color: #040000;
    font-weight: bold;
}

.member-login-right {
    width: 400px;
    padding: 0px 38px;
    padding-bottom: 30px;
    background: #fff;
    position: relative;
    border-radius: 18px;
    height: 465px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0px 0px 100px 0px #0000000A;
}

.login-title {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
    cursor: pointer;
}

.login-title img {
    width: 62px;
    height: 62px;
}

.login-title span {
    width: 91px;
    height: 32px;
    background: #FDF6F7;
    border-radius: 4px 4px 4px 4px;
    color: #CA252D;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    position: relative;
}

.login-title span:before {
    content: "";
    width: 5px;
    height: 8px;
    background-image: url("../../imgs/login/rightsjx.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: -5px;
    top: calc(50% - 4px);
}

.loginbox .form .l-menu {
    display: flex;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 22px;
    margin-top: 60px;
    font-size: 16px;
    color: #040000;
}

.loginbox .form .l-menu .on {
    color: #CA252D;
}

.loginbox .form .l-menu .sx {
    width: 1px;
    height: 14px;
    background: #D9D9D9;
}


.l-menu div {
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    margin: 0 30px;
    white-space: nowrap;
}

#memberQrcodeLogin {
    display: block;
    margin-top: 60px;
}

.wx-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}

.wx-qr-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #F8E8E7;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.wx-qr-cover .zh-btn {
    height: 30px;
    margin-top: 40px;
    width: 80%;
}

.f-item {
    width: 100%;
}

.l-cont-inner.on {
    display: flex;
}

.qrdodt {
    text-align: center;
    font-size: 16px;
    color: #CA252D;
    font-weight: bold;
}

.qrdodt p {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}

.l-cont-inner {
    display: none;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: auto;
}

.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 {
    border-radius: 4px;
    box-sizing: border-box;
    height: 32px;
    width: 100%;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    position: relative;
    background: #F5F6FA;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.f-box input {
    width: 100%;
    border-radius: 40px;
    font-size: 16px;
    padding: 0 10px;
    border: none;
    outline: none;
    background: none;
}

.l-cont-inner {
    margin-top: 20px;
}

.f-box .sent-btn {
    position: absolute;
    right: 0;
}

.zh-btn {
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    height: 32px;
    overflow: hidden;
    padding: 12px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #FCF4F4;
    color: #CA252D;
    transition: all .3s;
}

.zh-btn-text {
    border-color: transparent;
    color: #CA252D;
    background-color: transparent;
    width: fit-content;
}

.l-line {
    margin: 20px 0;
    background: #F5F6FA;
    height: 1px;
    width: 100%;
}

.loginSubmit {
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
    color: #fff;
    /*opacity: 0.6;*/
    margin-bottom: 6px;
    padding: 0;
    height: 32px;
}

.loginSubmitDialog {
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
    color: #fff;
    /*opacity: 0.3;*/
    margin-bottom: 20px;
}

.loginSubmit.on {
    opacity: 1;
}

.loginSubmitDialog.on {
    opacity: 1;
}

.checkbox-box {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    color: transparent;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    flex-shrink: 0;
    margin: 2px 6px 0 0 !important;
    outline: none !important;
    cursor: pointer;
}

.xieyi .checkbox-box {
    zoom: .78;
    border-radius: 4px;
}

.l-know {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    display: flex;
    font-weight: normal;
}

.l-know a {
    color: #CA252D;
}

.checkbox-box:after {
    content: "";
    width: 10px;
    display: block;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
    margin: 4px auto;
}

.checkbox-box:checked {
    color: #fff;
    background-color: #CA252D;
    border: 1px solid #CA252D;
}

.wx-qr {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    /*padding: 20px;*/
    border: 1px solid #CDCDCD;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.drag-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 4px);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    width: 50px;
    margin: 2px;
    border-radius: 6px;
    z-index: 6;
}

.drag-bgline {
    position: absolute;
    width: 0;
    height: 100%;
    background: #CA252D;
    top: 0;
    left: 0;
    z-index: 1;
}

.drag-bg {
    height: 100%;
    width: 100%;
    background: #e9ecef;
    position: relative;
}

.drag-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 14px;
}

p {
    margin: 0;
}

.bdlist .item .status {
    width: calc(50% - 5px);
    position: absolute;
    bottom: 10px;
}

.loginbox {
    width: 100%;
    height: 100vh;
    background: url('../../imgs/login/login_bg.png') top center no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
}
#aliyunCaptcha-checkbox-wrapper{
    margin-bottom: 0 !important;
}
#drag1, #drag2 {
    border-radius: 4px;
    box-sizing: border-box;
    height: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background: #F5F6FA;
    margin-bottom: 20px;
    overflow: hidden;
}

.nc-container #nc_1_wrapper {
    width: 354px !important;
}

.nc-container #nc_2_wrapper {
    width: 354px !important;
}

.nc_scale {
    background: #F5F6FA !important;
}

.nc-container .nc_scale span {
    border: none !important;
}

.nc-container .nc_scale .nc_ok, .nc-container .nc_scale .nc_bg {
    background: #CA252D !important;
}

.nc_iconfont {
    font-size: 20px;
}

.icon-huakuaiyanzhengchenggong {
    text-align: center;
    width: 38px !important;
    height: 30px !important;
    line-height: 33px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    cursor: move;
    background: #fff;
    z-index: 2;
    top: 2px;
    padding-left: 13px;
    color: red;
    border-radius: 10%;
}

.nc-container .nc_scale span.nc_iconfont.btn_slide {
    height: 34px !important;
}

.shake {
    animation: shake 0.1s ease infinite;
}

@keyframes shake {
    0% {
        transform: translate(-10px, 0px);
    }
    50% {
        transform: translate(10px, 0px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.nc-container .nc_scale .scale_text2 b {
    -webkit-text-fill-color: #fff !important;
    font-size: 14px;
    margin-left: 55px;
}

.f-box.error {
    border: 1px solid #FF8D28 !important;
}

.error-message {
    color: #FF8D28;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: -20px;
    display: none;
    align-items: center;
}


.loginbox #Reset.form .l-menu {
    margin-top: 20px;

}

.loginbox #Reset.form .l-menu div {
    width: 100%;
}

.loginbox #Reset.form .l-menu .fanhui {
    cursor: pointer;
}

.l-menu div img {
    position: absolute;
    right: -10px;
    top: -20px;
    width: 60px;
}

@media (max-width: 992px) {
    .loginbox .left {
        display: none;
    }

    .loginbox .mbox {
        justify-content: flex-end;
    }
    .loginbox .logo{
        top: 30px;
    }
}
.supplier-entry-btn {
    display: flex;
    width: 100%;
    justify-content: end;
    color: #CA252D;
}
.loginbox .disabled {
    opacity: 0.6;
}
