.section {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.bottom {
    position: fixed;
    left: 5vw;
    bottom: 20px;
}
.bottom p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.bottom a {
    color: #FFFFFF;
}
.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;
}

.section .sign_box .box {
    width: 100%;
}

.section .sign_box .box .title {
    margin-bottom: 57px;
}

.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-weight: 400;
    font-size: 20px;
    color: #111111;
    cursor: pointer;
    transition: 0.6s;
}

.section .sign_box .box .sign_control .item:hover, .section .sign_box .box .sign_control .item.on {
    font-weight: 600;
    color: #1C69D4;
}

.section .sign_box .box .sign_control .item.on {
    font-size: 24px;
}

.section .sign_box .box .sign_control .line {
    width: 1px;
    height: 17px;
    background: #C7C7C7;
    margin: 0 20px;
}

.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: 27px 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 .layui-row button.on {
    pointer-events: 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: 40px 0 0;
}

.section .sign_box .box .form_box form .layui-form-item {
    display: flex;
    align-items: center;
}

.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;
}

.layui-input-affix {
    line-height: 70px;
}
.section .sign_box .box .form_box form .layui-row-password,.section .sign_box .box .form_box form .layui-row-password .layui-input-wrap {
    width: 100%;
}
.layui-input-wrap {
    width: fit-content;
}
.section .sign_box .box .form_box form input.password {
    width: 100% !important;
}
.section .sign_box .box .form_box .form_box_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .sign_box .box .form_box .form_box_bottom .change {
    font-size: 20px;
    color: #1C69D4;
    margin: 30px 0 0;
    cursor: pointer;
}
@media screen and (max-width: 1600px) {
    .section .sign_box {
        width: 36.4583333333vw;
        padding: 0px 4.53125vw 0px 3.8020833333vw;
    }

    .section .sign_box .box .title {
        margin-bottom: 2.96875vw;
    }

    .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.0416666667vw;
    }

    .section .sign_box .box .sign_control .item.on {
        font-size: 1.25vw;
    }

    .section .sign_box .box .sign_control .line {
        height: 0.8854166667vw;
        margin: 0px 1.0416666667vw;
    }

    .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.40625vw 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: 2.0833333333vw 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;
    }

    .layui-input-affix {
        line-height: 3.6458333333vw;
    }
    .section .sign_box .box .form_box .form_box_bottom .change {
        font-size: 1.0416666667vw;
        margin: 3.125vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .section .sign_box {
        width: 90vw;
        height: unset;
        position: absolute;
        left: 5vw;
        top: 50%;
        transform: translateY(-50%);
        padding: 40px 20px;
    }
    .section .sign_box .box .title h5 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .section .sign_box .box .title p {
        font-size: 16px;
        line-height: 1.5;
    }
    .section .sign_box .box .title {
        margin-bottom: 25px;
    }
    .section .sign_box .box .sign_control {
        margin-bottom: 10px;
    }
    .section .sign_box .box .sign_control .item {
        font-size: 16px;
    }
    .section .sign_box .box .form_box form input {
        width: 100%;
        padding: 0 15px;
        height: 50px;
        font-size: 15px;
    }
    .section .sign_box .box .form_box form .layui-row {
        margin: 20px 0;
    }
    .section .sign_box .box .form_box form .layui-row h5 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .section .sign_box .box .form_box form .layui-row input {
        width: 46vw;
    }
    .section .sign_box .box .form_box form .layui-row button {
        height: 50px;
        width: 29vw;
        font-size: 15px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox div,.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 > i {
        width: 20px;
        height: 20px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox > i {
        font-size: 14px;
        line-height: 19px;
    }
    .section .sign_box .box .form_box form .submit {
        height: 40px;
        font-size: 15px;
        border-radius: 2px;
    }
    .layui-input-affix {
        line-height: 50px;
    }
    .section .sign_box .box .form_box form .layui-form-item .layui-form-checkbox {
        padding-left: 25px;
    }
    .header_supplier .header_r {
        display: none !important;
    }
    .section .sign_box .box .form_box .form_box_bottom .change {
        font-size: 15px;
    }
}
