#main{
    background-color: #EBF5FB;
    background-image: linear-gradient(to bottom, #EBF5FB, #fff);
}

/* 容器布局 */
.supplier-box {
    margin: 0 auto;
    display: flex;
    padding: 60px 0;
}

/* 左侧区域 */
.left-section {
    flex: 1;
    padding: 19px 60px 0 0;
    border-radius: 8px;

}

.left-section h1 {
    font-size: 40px;
    color: #040000;
    margin-bottom: 5px;
    font-weight: 800;
}

.left-section h2 {
    margin-bottom: 40px;
    font-size: 40px;
    color: #CA252D;
    font-weight: 800;
}

/* 福利区域 */
.section-title {
    font-size: 20px;
    color: #040000;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: 'Alibaba_PuHuiTbsem';
}

.was-validated .form-control:invalid, .form-control.is-invalid{
    background-image: none;
    border:1px solid #FF8D28;
    box-shadow: 2px 2px 2px rgba(255, 141, 40, 0.2);
}
.section-title i{
    font-size: 20px;
    background: linear-gradient(270deg, #FC573F 0%, #CA252D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-right: 10px;
}
.invalid-feedback{
    position: absolute;
    bottom: -18px;
    color: #FF8D28;
}
.benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.benefit-card {
    flex: 1 1 calc(50% - 15px);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    border: 2px solid #fff;
}

.benefit-icon {
    font-size: 20px;
    margin-top: 2px;
    width: 50px;
    height: 50px;
}

.benefit-content h3 {
    font-size: 16px;
    color: #040000;
    margin-bottom: 4px;
    font-weight: bold;
}

.benefit-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* 入驻流程 */
.process-steps {
    display: flex;
    align-items: center;
    gap: 5px;
}

.step {
    display: flex;
    align-items: center;
    gap: 8px;
}

.step-number {
    width: 20px;
    height: 20px;
    color: #CA252D;
    background: rgba(202,37,45,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.step-text {
    font-size: 16px;
    color: #333;
}

/* 右侧表单区域 */
.right-section {
    flex: 1;
    background: #fff;
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.right-section h3 {
    font-size: 16px;
    color: #CA252D;
    margin-bottom: 20px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}
.form-group i{position: absolute;right: 10px;height: 100%;display: flex;align-items: center;}
.form-group input,
.form-group select {
    width: 100%;
    padding: 6px 12px;
    border: rgba(0,0,0,0);
    border-radius: 4px !important;
    font-size: 14px;
    background: #F5F6FA;
}
.form-group input:focus, .form-group select:focus{
    box-shadow: 0 0 0 0.25rem #FCF4F4;
}
.form-group input::placeholder {
    color: #999;
}

/* 手机号组合 */
.phone-group {
    display: flex;
    gap: 10px;
}

.phone-group .country-code {
    flex: 0 0 60px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #f5f5f5;
    text-align: center;
}

/* 验证码组合 */
.verify-group {
    display: flex;
    gap: 10px;
}


/* 复选框区域 */
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 15px;
    line-height: 22px;
}

.list-split2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.list-split2:nth-child(3) .form-group{
    margin-bottom: 0;}
.list-split2 .form-group:nth-child(1){
    margin-bottom: 0;}
.checkbox-group label {
    margin-bottom: 0;
    font-size: 12px;
    color: #666;
}
.form-group .f-box{
    margin-bottom: 0;
}
.checkbox-group label a{
    color: #000;
}
/* 提交按钮 */
.submit-btn {
    width: 100%;
    height: 32px;
    border: none;
    background: linear-gradient( 270deg, #FC573F 0%, #CA252D 100%);
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 0;
    line-height: 32px;
    color: #fff;
    /*opacity: 0.3;*/
}
.zh-btn-text {
    border-color: transparent;
    color: #CA252D;
    background-color: transparent;
    width: fit-content;
}
.f-box {
    border-radius: 4px;
    box-sizing: border-box;
    height: 35px;

    display: flex;
    align-items: center;
    position: relative;
    background: #F5F6FA;
    margin-bottom: 20px;
}
.form-group label strong{
    color: #CA252D;
    margin-left: 4px;
}
.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;
}
.hex{
    width: 20px;
    height: 1px;
    background: rgba(0,0,0,0.1);
}
.right-section .hex{
    width: 100%;
    margin: 20px 0;
    background:#F5F6FA;
}

@media (max-width: 992px) {
    .supplier-box{
        flex-direction: column;
        padding: 40px 0;
    }
    .right-section{
        padding: 20px;
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
    .left-section h1,
    .left-section h2{
        font-size: 22px;
    }

    .left-section{
        padding: 20px;
    }
    .list-split2{
        grid-template-columns: initial;
    }
}
