/* 标题 */
.section_title {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 6px;
    position: relative;
}

.section_title_En {
    color: #D27C00;
    font-size: 14px;
    text-transform: uppercase;
}

.section_title_Ch {
    color: #000000;
    font-size:20px;
}

.section_title_Ch .yellow {
    color: #D27C00;
    font-weight: 600;
}

.section_line {
    width: 2px;
    height: 32px;
    background: #000000;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
/* 按钮 */
.section_btn{
    width:var(--view-width,92%);
    height:40px;
    background: #D27C00;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    color:#ffffff;
    font-size: 14px;
}

/* 展开按钮 */
.openBtn {
    color: #D27C00  !important;
    font-weight: normal;
}
