.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;
}
.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;
}