.box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.box .bg img {
    position: absolute;
    object-fit: contain;
}

.box .bg .bg_1 {
    right: 0;
    top: 0;
}

.box .bg .bg_2 {
    left: 0;
    bottom: 0;
}

.main {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.main_l {
    min-width: 530px;
    margin-right: 60px;
}

.main_r .logo {
    width: 417px;
    margin-bottom: 40px;
}

.main_r .logo img {
    width: 100%;
    object-fit: contain;
}

.main_r .tabs {
    width: 500px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #00428D;
}

.main_r .tabs .tabs_item {
    margin-right: 45px;
    cursor: pointer;
}

.main_r .tabs .tabs_item.on,
.main_r .tabs .tabs_item:hover {
    color: #00428D;
}


.main_r .tabs div:nth-of-type(7n) {
    margin-right: 0;
}

.main_r .tips {
    min-height: 22px;
    color: #FF7946;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_r .label_input {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.main_r .label_input p {
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    white-space: nowrap;
    margin: 0;
}

.main_r .label_input div {
    flex-grow: 1;
    background: #F8F8FA;
    border-radius: 18px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.main_r .label_input input {
    background-color: transparent;
    font-size: 14px;
    line-height: 22px;
    border: none;
    outline: none;
}

.main_r .submit {
    width: 150px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    background: #00428D;
    border-radius: 20px;
    margin-top: 40px;
}

.main_r .submit img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-right: 6px;
}