﻿
.login-bg {
    min-height: 100%;
    background-image: url('../../imgs/login-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.logins_size {
    font-size: 1.75rem;
}

.card {
    background-image: url('../../imgs/register-model-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}



.register-model-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.active {
    color: #000000 !important;
    font-weight: bold;
    font-family: SourceHanSansSC-Bold;
}

    .active::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -0.5rem;
        transform: translateX(-50%);
        width: 100%;
        height: .188rem;
        background-color: var(--bs-public);
    }

.clerafix::after {
    content: none;
}

.nav-link-custom {
    padding: 0 !important;
}

.nav-link,
.nav-link:hover {
    color: var(--bs-color-gays);
}

.nav-link {
    position: relative;
}

.input-custom {
    border-left: 0 !important;
    line-height: 2.5rem;
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}

.span-account,
.span-password {
    background-color: #FFFFFF;
    padding: .375rem .25rem .375rem 1rem !important;
}

.login-logo {
    width: 1.625rem;
}

.register-btn-custom {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: .9rem;
    background-color: var(--bs-public) !important;
    border-color: var(--bs-public);
    color: #FFFFFF;
    font-weight: 400;
    font-family: SourceHanSansSC-Regular; /* margin-top: 3.9rem; */
}

.label-custom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 1.13rem;
    font-family: SourceHanSansSC-Regular;
    color: var(--bs-link-color);
}

/* .label-input-custom{
  display: flex;
} */
.input-content-custom {
    flex: 1;
}

.label-pdr-custom {
    padding-right: 0 !important;
}

.label-pdl-custom {
    padding-left: 0 !important;
}

.code-input-custom {
    border-radius: .313rem !important;
}

.input-group-text {
    background-color: #FFFFFF !important;
    font-size: 1.13rem;
    color: var(--bs-public);
    font-weight: regular;
    font-family: SourceHanSansSC-Regular;
}

.none-border-left {
    border-left: 0 !important;
}

.none-border-right {
    border-right: 0 !important;
}

.none-border {
    border: 0 !important
}

.agree-content-custom {
    font-size: 1rem;
    color: var(--bs-link-color);
    margin-top: 3.9rem;
    margin-bottom: 1rem;
    font-weight: regular;
    font-family: SourceHanSansSC-Regular;
}

.form-check-label {
    color: var(--bs-link-color) !important;
}


.form-check-input:checked {
    background-color: #469D00 !important;
    border-color: #469D00 !important;
}

.form-check-input:focus { /* box-shadow: none !important; */
}

.code-half-custom {
    border-top-right-radius: .313rem !important;
    border-bottom-right-radius: .313rem !important;
    padding: .75rem;
}

.label-sex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-sex {
    margin-top: 0 !important;
    margin-right: .5rem;
}

.tab-contain-custom {
    padding: 2.8rem 1.3rem 0 0;
    z-index: 1;
}

/* 注册成功弹窗 */

.modal-body-content-custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: unset;
}

    .modal-body-content-custom img {
        width: 7.5rem;
    }

    .modal-body-content-custom .tips {
        font-size: 1.88rem;
        color: var(--bs-link-color);
        font-weight: medium;
        font-family: SourceHanSansSC-Medium;
        margin-top: 1.56rem;
    }

    .modal-body-content-custom .tologin-custom {
        width: 9.4rem;
        margin-top: 3.8rem;
        background-color: var(--bs-public);
        border-radius: .313rem !important;
        border-color: var(--bs-public) !important;
        font-weight: medium;
        font-family: SourceHanSansSC-Medium;
    }

.modal-content-custom {
    position: relative;
    background-color: transparent !important;
    width: 36.6rem;
    height: 29.4rem;
}

.sucess-closed-custom {
    width: 2rem;
    height: 2rem;
    z-index: 1;
    margin: .4rem .4rem 0 auto;
}

/* 定义小于等于991.98px的样式，即：0~991.98px范围内 */
@media (max-width: 991.98px) {
    .register-form-custom {
        width: 100%;
        height: auto;
        margin-top: 5.81rem; /* margin-bottom: 5.81rem; */
    }

    .register-btn-custom-pc-h5 {
        height: 4rem;
    }

    .form-check-input {
        width: 2rem !important;
        height: 2rem !important;
    }

    .form-check {
        display: flex;
    }

    .form-check-label {
        margin-left: .5rem;
    }

    .label-custom-pc-h5 {
        width: 9rem;
        display: none !important;
    }

    .register-form-custom-son {
        padding: 6rem 2.44rem;
        position: relative;
    }

    .label-sex {
        max-width: 10rem;
    }
}

/* 定义某一区间: 大于991.98px的样式*/
@media (min-width: 991.98px) {
    .register-form-custom {
        width: 36.13rem; /* height: 37.13rem; */
        margin-top: 5.81rem;
        margin-bottom: 5.81rem;
    }

    .register-btn-custom-pc-h5 {
        height: 3.5rem;
    }

    .label-custom-pc-h5 {
        width: 7rem;
    }

    .register-form-custom-son {
        padding: 3rem 2.44rem;
        position: relative;
    }

    .form-check-input {
        width: 1rem !important;
        height: 1rem !important;
    }

    .label-sex {
        max-width: 5rem;
    }
}
