.bomHomeNav {
    border-bottom: 1px solid #DDE1E6;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.bom-title {
    font-size: 16px;
    font-weight: 700;
    color: #4D5358;
}

.bom-title_p {
    font-size: 12px;
    color: #697077;
    margin-bottom: 10px;
}


.update-bom {
    width: 855px;
    background-color: #EFF8FF;
    height: 336px;
    border: 2px dashed #73B5E5;

}

.update-bom1 {
    width: 100%;
    background-color: #f7f8fc;
    height: 100%;
    /* border: 2px dashed #73B5E5; */
}

.update-title1 {
    height: 380px;
    width: 730px;
    margin: auto;
    padding: 10px;
    position: absolute;
    z-index: 99;
    bottom: 90px;
    left: 30%;
    background: white;
}

.bom-li {
    margin-left: 80px;
    font-size: 18px !important;
    font-weight: 500;
}

.bom-li1 {
    margin: 0px 80px 0px 160px;
    font-size: 18px !important;
    font-weight: 500;
}

.bom-subit {
    font-size: 18px;
    font-weight: 500;
    background-color: #0072C3 !important;
    color: white;
    margin-top: 10px;
}

.update-textarea1 {
    background-color: #f7f8fc !important;
    height: 270px !important;
}

.update-div>.layui-tab-title .layui-this {
    color: #0072C3 !important
}

.update-div>.layui-tab-more li.layui-this:after,
.update-div>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #0072C3 !important;
}

.hidden-file-input {
    display: none;
}

.update-button {
    /* 根据需要自定义按钮样式 */
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    font-weight: 700;
    /* margin-top: 20px; */
    background: #0072C3;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-bottom: 30px;
}

.dragDrop_flex {
    display: flex;
    gap: 20px;
}

.uploadFile_div {
    text-align: center;
    padding: 20px;
}

.bomIntroContainer {
    padding: 20px 60px 0px 25px;
    width: 543px;
    height: 320px;
    background: #F4F4F4;
}

.easyUploadFileText {
    color: #161616;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
}

.dragDropText {
    color: #4D5358;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 700;
}

.custom-paragraph {
    color: #095082;
    font-size: 12px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 100%;
}

.bomTemplate {
    font-size: 12px;
    margin-top: 15px;
}

.bomTemplate_a {
    font-weight: bold;
    color: #0072C3;

}

.bomTemplate_a:hover {
    color: #0072C3;
}

.section-title {
    margin-top: 2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.section-text {
    margin-top: 20px;
    color: #333 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    align-self: stretch;
}

.subsection-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 5px;
    color: #333333;
    margin: 20px 0px;
}

.step-list {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    align-self: stretch;
}