/* Product page specific styles */
.nice-select .current {
    line-height: 28px !important;
}

.intro-content .section-title {
    display: inline-block;
    padding: 1.4rem 1.33rem;
    position: relative;
    z-index: 9;
    margin: 0;
}

.intro-content .section-title * {
    line-height: 1;
    margin: 0;
}

.intro-content .data_area {
    margin: -2.4rem -1px 0;
}

.intro-content .data_area > * {
    padding: 0 1px;
}

.intro-content .data_area .ttm-fid {
    background: #f7f7f7;
    padding: 2rem 0 2rem;
    color: #0070cd;
}

.ttm-fid-contents .ttm-fid-title {
    color: #0070cd;
    font-weight: 300;
}

.ttm-fid-contents .ttm-fid-title br {
    display: none;
}

.featured-item {
    padding-bottom: 30px;
}

.fs_60 {
    font-size: 4rem;
}

.font-weight-bold {
    font-weight: bold;
}

.ttm-fid sub {
    opacity: 1;
    font-size: 35px;
    font-weight: 600;
    bottom: 0;
    margin-left: -5px;
}

.ttm-fid {
    position: relative;
}

.fs_24 {
    font-size: 1.6rem;
}

.font-weight-thin {
    font-weight: 300;
}

.fs_inherit {
    font-size: inherit !important;
}

.text-white {
    color: #fff !important;
}

.ttm-fid-contents h3 {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    color: rgba(0,0,0,.8);
}

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

/* Tab 切换：默认隐藏所有分类产品列表，只显示.active */
.product-list {
    display: none;
}
.product-list.active {
    display: flex;
    flex-wrap: wrap;
}

.product-tab {
    cursor: pointer;
}

/* 栏目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;
}
