.elementor-915 .elementor-element.elementor-element-0b96555{--display:flex;}.elementor-915 .elementor-element.elementor-element-57e60aa{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-915 .elementor-element.elementor-element-0b96555{--content-width:1200px;}.elementor-915 .elementor-element.elementor-element-57e60aa{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-3a20478 */.page-header {
    max-width: 1200px;
    margin: 30px auto 30px;
    padding: 0 20px;
    text-align: center;
}
.page-header h1 {
    font-size: 32px;
    color: #1a2b48;
    margin-bottom: 10px;
}
.page-header p {
    color: #555;
    font-size: 16px;
}

/* 分类标签 */
.category-tabs {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 0 20px;
    text-align: center;
}
.tab-btn {
    padding: 10px 20px;
    margin: 0 6px;
    border: none;
    border-radius: 4px;
    background: #eee;
    cursor: pointer;
    font-size: 15px;
}
.tab-btn.active {
    background: #1a2b48;
    color: #fff;
}

/* 分类内容 */
.category-grid {
    display: none;
}
.category-grid.active {
    display: block;
}

/* 产品卡片 */
.series-grid {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.series-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    background: #fff;
    transition: transform 0.2s ease;
}
.series-card:hover {
    transform: translateY(-4px);
}
.series-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.series-info {
    padding: 20px;
}
.series-info h3 {
    font-size: 18px;
    color: #1a2b48;
    margin-bottom: 8px;
}
.series-info p {
    font-size: 15px;
    color: #666;
    margin-bottom: 12px;
}
.view-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #1a2b48;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}
.view-btn:hover {
    background: #2a3d5f;
    color: #FFF;
}/* End custom CSS */