.main-body{
    margin-top: 20px;
}

/* 区块标题样式（匹配图片的“经办人信息”“证明人材料”标题+下划线） */
.section-title {
    margin-bottom: 15px;
}
.section-title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-left: 20px;

    height: 25px;
    width: fit-content;
    border-bottom: 2px solid #007bff;
}
.title-underline {
    width: 1200px;
    height: 1px;
    opacity: 1;
    background: rgba(204, 204, 204, 1);
}


/* 表单区块间距 */
.form-section {
    padding: 10px 0;
    width: 800px;
    margin: 0 auto;
}
.form-section2{
    margin: 20px;
}

.form-section input{
    width: 594px;
    height: 40px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
}

/* 表单项标签对齐（匹配图片的右对齐标签） */
.el-form-item__label {
    text-align: right !important;
    padding-right: 15px;

    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);
    vertical-align: top;
}

/* 上传模块样式（匹配图片的材料说明） */
.upload-section {
    margin-bottom: 20px;
}
/* 按钮样式微调 */
.form-actions {
    margin-top: 30px;
    text-align: center;
}
.form-actions .el-button {
    margin: 0 10px;
}


/*--------------------*/
/* 材料说明行样式（匹配图片的*号+文字排版） */
.upload-desc-line {
    opacity: 1;
    /** 文本1 */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(212, 48, 48, 1);
    /** 文本2 */
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
}
.required-mark {
    color: #FF0000;
    margin-right: 4px;
}
.material-title {
    font-weight: normal;
}

/* 上传区域容器（匹配图片的灰色背景框） */
.upload-container {
    background-color: #F5F5F5; /* 图片中的浅灰色背景 */
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

/* 上传提示文字（匹配图片的“上传材料照片+说明”布局） */
.upload-hint {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.hint-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: top;
    margin-right: 20px;
}
.hint-note {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(153, 153, 153, 1);
    text-align: left;
    vertical-align: top;
}

/* 上传按钮容器（匹配图片的按钮位置） */
.upload-btn-wrapper {
    display: inline-block;
}
.el-upload__tip {
    display: none; /* 隐藏原有的tip，改用自定义的hint-note */
}

/* 进度条样式微调 */
.upload-progress {
    margin-top: 10px;
    width: 100%;
}
.uploadBox{
    padding-left: 120px;
}
