.section {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .sign_box {
    width: 700px;
    height: 100%;
    background: rgba(255, 255, 255, 0.81);
    padding: 0 87px 0 73px;
    display: flex;
    align-items: center;
    position: relative;
}

.section .sign_box .box {
    width: 100%;
    transform: translateY(-15px);
}

.section .sign_box .box .title {
    margin-bottom: 30px;
}

.section .sign_box .box .title h5 {
    font-weight: 400;
    font-size: 50px;
    color: #111111;
    margin-bottom: 10px;
}

.section .sign_box .box .title p {
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
    line-height: 30px;
}

.section .sign_box .box .sign_control {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section .sign_box .box .sign_control .item {
    font-family: 'Poppins b';
    font-weight: 600;
    font-size: 24px;
    color: #1C69D4;
    cursor: pointer;
}

.section .sign_box .box .form_box form input {
    width: 540px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0 30px;
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #FFFFFF;
}

.section .sign_box .box .form_box form input::placeholder {
    color: #B9B9B9;
}

.section .sign_box .box .form_box form .layui-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: space-between;
}

.section .sign_box .box .form_box form .layui-row h5 {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #111111;
    margin: 0 0 10px;
}

.section .sign_box .box .form_box form .layui-row input {
    width: 280px;
}

.section .sign_box .box .form_box form .layui-row button {
    width: 250px;
    height: 70px;
    background: #F4F8FE;
    border-radius: 6px 6px 6px 6px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    border: none;
}

.section .sign_box .box .form_box form .submit {
    width: 100%;
    height: 72px;
    background: #1C69D4;
    border-radius: 6px 6px 6px 6px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 30px 0 0;
}

.section .sign_box .box .form_box form .layui-form-item {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

.section .sign_box .box .form_box form .layui-form-item input {
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
}

.section .sign_box .box .form_box form .layui-form-item .checkbox_text {
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
    transition: 0.6s;
    cursor: pointer;
}

.section .sign_box .box .form_box form .layui-form-item .checkbox_text:hover {
    color: #1C69D4;
}

.section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox {
    margin: 0;
    padding-left: 38px;
}

.section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox div {
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
    margin: 0;
    line-height: unset;
    padding-right: 8px;
}

.section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox > i {
    width: 27px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 22px;
}

.section .sign_box .sign_box_bottom {
    position: absolute;
    left: 75px;
    bottom: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #B9B9B9;
}

.section .sign_box .sign_box_bottom a {
    color: #1C69D4;
}

#reg-password {
    margin-bottom: 27px;
}

.layui-input-affix {
    line-height: 70px;
    width: 55px;
}

.layui-input-affix .layui-icon {
    font-size: 20px;
}

/*# sourceMappingURL=register.css.map */
@media screen and (max-width: 1919px) {
    .section .sign_box {
        width: 36.4583333333vw;
        padding: 0px 4.53125vw 0px 3.8020833333vw;
    }

    .section .sign_box .box {
        transform: translateY(-0.78125vw);
    }

    .section .sign_box .box .title {
        margin-bottom: 1.5625vw;
    }

    .section .sign_box .box .title h5 {
        font-size: 2.6041666667vw;
        margin-bottom: 0.5208333333vw;
    }

    .section .sign_box .box .title p {
        font-size: 1.0416666667vw;
        line-height: 1.5625vw;
    }

    .section .sign_box .box .sign_control {
        margin-bottom: 0.5208333333vw;
    }

    .section .sign_box .box .sign_control .item {
        font-size: 1.25vw;
    }

    .section .sign_box .box .form_box form input {
        width: 28.125vw;
        height: 3.6458333333vw;
        border-radius: 0.3125vw;
        padding: 0px 1.5625vw;
        font-size: 1.0416666667vw;
    }

    .section .sign_box .box .form_box form .layui-row {
        margin: 1.0416666667vw 0px;
    }

    .section .sign_box .box .form_box form .layui-row h5 {
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.5208333333vw;
    }

    .section .sign_box .box .form_box form .layui-row input {
        width: 14.5833333333vw;
    }

    .section .sign_box .box .form_box form .layui-row button {
        width: 13.0208333333vw;
        height: 3.6458333333vw;
        border-radius: 0.3125vw;
        font-size: 0.9375vw;
    }

    .section .sign_box .box .form_box form .submit {
        height: 3.75vw;
        border-radius: 0.3125vw;
        font-size: 1.0416666667vw;
        margin: 1.5625vw 0px 0px;
    }

    .section .sign_box .box .form_box form .layui-form-item {
        margin: 1.0416666667vw 0px 0px;
    }

    .section .sign_box .box .form_box form .layui-form-item input {
        font-size: 1.0416666667vw;
    }

    .section .sign_box .box .form_box form .layui-form-item .checkbox_text {
        font-size: 1.0416666667vw;
    }

    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox {
        padding-left: 1.9791666667vw;
    }

    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox div {
        font-size: 1.0416666667vw;
        padding-right: 0.4166666667vw;
    }

    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox > i {
        width: 1.40625vw;
        height: 1.3541666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.1458333333vw;
    }

    .section .sign_box .sign_box_bottom {
        left: 3.90625vw;
        bottom: 1.5625vw;
        font-size: 1.0416666667vw;
    }

    #reg-password {
        margin-bottom: 1.40625vw;
    }

}
@media screen and (max-width: 768px) {
    .section {
        justify-content: center;
        align-items: center;
    }
    .section .sign_box {
        width: 90%;
        height: unset;
        padding: 30px 20px;
        display: block;
    }
    .section .sign_box .box .title h5 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .section .sign_box .box .title p {
        font-size: 15px;
        line-height: 1.5;
    }
    .section .sign_box .box .title {
        margin-bottom: 30px;
    }
    .section .sign_box .box .sign_control .item {
        font-size: 16px;
    }
    .section .sign_box .box .sign_control {
        margin-bottom: 8px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox div {
        font-size: 15px;
    }
    .section .sign_box .box .form_box form .layui-form-item .checkbox_text {
        font-size: 15px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox {
        padding-left: 30px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox > i {
        width: 21px;
        height: 20px;
        line-height: 19px;
        font-size: 12px;
    }
    .section .sign_box .sign_box_bottom {
        position: unset;
        font-size: 15px;
        margin: 20px 0 0;
    }
    .section .sign_box .box .form_box form .submit {
        height: 40px;
        margin: 0px;
        font-size: 15px;
    }
    .section .sign_box .box .form_box form input {
        width: 100%;
        height: 50px;
        padding: 0 15px;
        font-size: 15px;
    }
    .section .sign_box .box .form_box form input.input-pass {
        margin: 15px 0;
    }
    .layui-input-affix {
        line-height: 50px;
    }
    .section .sign_box .box .form_box form .layui-row {
        margin: 15px 0;
    }
    .section .sign_box .box .form_box form .layui-row h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .section .sign_box .box .form_box form .layui-row input {
        width: 45vw;
    }
    .section .sign_box .box .form_box form .layui-row button {
        width: 31vw;
        height: 50px;
        font-size: 15px;
    }
    .section .sign_box .box .form_box form .submit {
        margin: 15px 0 0;
    }
    .section .sign_box .box .form_box form .layui-form-item {
        margin: 30px 0 0;
    }
    #reg-password {
        margin-bottom: 15px;
    }
}
