/* list.htm - 产品列表页专用样式 */
.nice-select .current {
    line-height: 28px !important;
}

.vloaec li a .tit h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    color: inherit;
}

/* 栏目Banner：确保背景图正确缩放，不溢出 */
.page-title .page-title-wrap.bg-section {
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
}
.page-title {
    overflow: hidden !important;
    max-width: 100vw !important;
}