/* ===== 移动端基础样式 ===== */
@media screen and (max-width: 768px) {
    html, body {
        font-size: 14px;
        line-height: 1.6;
        color: #333;
        background: #f5f5f5;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
    }

    /* 首页特殊布局保护 */
    .page.page--weissgroup .main-content-box {
        padding-top: 0 !important;
        background: transparent !important;
    }

    /* 修复 .wrap 伪元素导致的多余显示框问题 */
    .page.page--weissgroup .main-content-box .wrap::before,
    .page.page--weissgroup .main-content-box .wrap::after,
    .page.page--weissgroup .section.section--verteiler.wrap::before,
    .page.page--weissgroup .section.section--verteiler.wrap::after,
    .page.page--weissgroup .section.section--teaser.wrap::before,
    .page.page--weissgroup .section.section--teaser.wrap::after {
        display: none !important;
        content: none !important;
    }

    .page.page--weissgroup .main-content-box .wrap {
        padding: 0 12px !important;
        max-width: 100% !important;
    }

    .page.page--weissgroup .section--verteiler {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 15px 12px !important;
        background: transparent !important;
    }

    .page.page--weissgroup .section--verteiler .grid {
        display: flex !important;
        flex-direction: column !important;
        background: #fff !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        text-decoration: none !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
    }

    .page.page--weissgroup .section--verteiler .grid .image {
        width: 100% !important;
        height: 120px !important;
        overflow: hidden !important;
    }

    .page.page--weissgroup .section--verteiler .grid .image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .page.page--weissgroup .section--verteiler .grid .infos {
        padding: 10px !important;
    }

    .page.page--weissgroup .section--verteiler .grid .infos h4 {
        font-size: 13px !important;
        color: #333 !important;
        margin: 0 0 8px 0 !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .page.page--weissgroup .section--verteiler .grid .btn-detail {
        display: block !important;
        width: 100% !important;
        padding: 8px 12px !important;
        background-color: #273e8e !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 4px !important;
        font-size: 12px !important;
        cursor: pointer !important;
        margin-top: 8px !important;
        text-align: center !important;
    }

    /* 首页 Cases 区域 teaser2 */
    .page.page--weissgroup .section.section--teaser {
        display: block !important;
        padding: 15px 12px !important;
        margin: 0 !important;
        background: transparent !important;
    }

    .page.page--weissgroup .section.section--teaser .wrap {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .page.page--weissgroup .teaser2,
    .page.page--weissgroup .teaser2.grid,
    .page.page--weissgroup .teaser2.grid.grid--size1 {
        display: flex !important;
        flex-direction: column !important;
        background: #fff !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        text-decoration: none !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
        margin-bottom: 12px !important;
        float: none !important;
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        margin-right: 0 !important;
    }

    .page.page--weissgroup .teaser2 .img,
    .page.page--weissgroup .teaser2.grid .img,
    .page.page--weissgroup .teaser2.grid.grid--size1 .img {
        width: 60px !important;
        height: 60px !important;
        overflow: hidden !important;
        margin: 10px auto !important;
        border-radius: 8px !important;
    }

    .page.page--weissgroup .teaser2 .img img,
    .page.page--weissgroup .teaser2.grid .img img,
    .page.page--weissgroup .teaser2.grid.grid--size1 .img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        background: #f5f5f5 !important;
    }

    .page.page--weissgroup .teaser2 .title {
        display: block !important;
        padding: 10px !important;
        font-size: 13px !important;
        color: #333 !important;
        text-decoration: none !important;
        text-align: center !important;
    }

    .page.page--weissgroup .teaser2 .desc {
        padding: 0 10px 10px !important;
        font-size: 11px !important;
        color: #999 !important;
        text-align: center !important;
        margin: 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* Cases 和 News 页面 tabs 容器 */
    .page.page--weissgroup .cases-tabs,
    .page.page--weissgroup .news-tabs {
        padding: 8px 12px !important;
        margin: 20px 0 10px 0 !important;
        background: #fff !important;
        box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
        position: static !important;
        z-index: auto !important;
        text-align: center !important;
    }

    /* Cases 和 News 页面使用 tabs-container */
    .page.page--weissgroup .cases-tabs .tabs-container,
    .page.page--weissgroup .news-tabs .tabs-container {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .page.page--weissgroup .cases-tabs .tab-item,
    .page.page--weissgroup .news-tabs .tab-item {
        display: inline-flex !important;
        flex-shrink: 0 !important;
        flex: 0 0 calc(25% - 6px) !important;
        min-width: 70px !important;
        max-width: none !important;
        padding: 8px 6px !important;
        font-size: 11px !important;
        background: #f8f9fa !important;
        border-radius: 6px !important;
        color: #666 !important;
        text-decoration: none !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center !important;
        transition: all 0.2s ease !important;
        border: 1px solid #e9ecef !important;
        white-space: normal !important;
        margin-bottom: 8px !important;
    }

    .page.page--weissgroup .cases-tabs .tab-item:active,
    .page.page--weissgroup .news-tabs .tab-item:active {
        transform: scale(0.98) !important;
    }

    .page.page--weissgroup .cases-tabs .tab-item.active,
    .page.page--weissgroup .news-tabs .tab-item.active {
        background: #273e8e !important;
        color: #fff !important;
        border-color: #273e8e !important;
        box-shadow: 0 2px 6px rgba(39, 62, 142, 0.2) !important;
    }

    /* 移除PC端的一些固定布局 */
    .wrap {
        padding: 0 12px !important;
        max-width: 100% !important;
    }

    /* ===== Cases 页面 ===== */
    .page--weissgroup .cases-page {
        padding-top: 70px !important;
        background: #fff;
        min-height: auto;
    }

    .page--weissgroup .cases-content {
        padding: 15px 0;
    }

    .page--weissgroup .cases-content .content-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px;
        padding: 0 12px;
    }

    .page--weissgroup .cases-content .content-text {
        order: 1;
    }

    .page--weissgroup .cases-content .subtitle {
        font-size: 14px;
        color: #273e8e;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .page--weissgroup .cases-content .description {
        font-size: 13px;
        line-height: 1.7;
        color: #666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .page--weissgroup .cases-content .content-image {
        order: 2;
        width: 100%;
    }

    .page--weissgroup .cases-content .content-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
    }

    /* ===== News 页面 ===== */
    .page--weissgroup .news-page {
        padding-top: 70px !important;
        background: #f5f5f5;
        min-height: 100vh;
    }

    .page--weissgroup .news-page .service-banner {
        height: 140px !important;
        position: relative;
        overflow: hidden;
    }

    .page--weissgroup .news-page .banner-bg {
        background: linear-gradient(135deg, #1a365d 0%, #2d4a9e 100%) !important;
    }

    .page--weissgroup .news-page .banner-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 12px !important;
        background: linear-gradient(transparent, rgba(0,0,0,0.5));
    }

    .page--weissgroup .news-page .banner-content h1 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        font-weight: 600;
    }

    .page--weissgroup .news-page .banner-content p {
        font-size: 12px;
        color: rgba(255,255,255,0.85);
        margin: 5px 0 0 0;
    }

    .page--weissgroup .news-container {
        padding: 12px;
    }

    .page--weissgroup .news-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .page--weissgroup .news-item {
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    .page--weissgroup .news-item .news-image {
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

    .page--weissgroup .news-item .news-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page--weissgroup .news-item .news-content {
        padding: 12px;
    }

    .page--weissgroup .news-item .news-title {
        font-size: 15px;
        font-weight: 600;
        color: #333;
        margin: 0 0 8px 0;
        line-height: 1.4;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .page--weissgroup .news-item .news-description {
        font-size: 12px;
        color: #999;
        line-height: 1.5;
        margin: 0 0 8px 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .page--weissgroup .news-item .news-date {
        font-size: 11px;
        color: #bbb;
    }

    .page--weissgroup .news-pagination {
        padding: 15px 0;
        display: flex;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .page--weissgroup .news-pagination a,
    .page--weissgroup .news-pagination span {
        display: inline-block;
        padding: 8px 12px;
        font-size: 12px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        color: #666;
        text-decoration: none;
    }

    .page--weissgroup .news-pagination span.current {
        background: #273e8e;
        color: #fff;
        border-color: #273e8e;
    }

    /* ===== Product 页面 ===== */
    .page--weissgroup .product-page {
        padding-top: 70px !important;
        background: #f5f5f5;
        min-height: 100vh;
    }

    .page--weissgroup .product-page .product-container {
        display: flex !important;
        flex-direction: column;
        padding: 12px;
        gap: 12px;
    }

    .page--weissgroup .product-page .product-main {
        width: 100% !important;
        order: 1;
    }

    .page--weissgroup .product-page .series-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .page--weissgroup .product-page .product-card {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        text-decoration: none;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    .page--weissgroup .product-page .product-card .product-image {
        width: 100%;
        height: 130px;
        overflow: hidden;
    }

    .page--weissgroup .product-page .product-card .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page--weissgroup .product-page .product-card .product-name {
        padding: 10px;
        font-size: 13px;
        color: #333;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page--weissgroup .product-page .product-sidebar {
        width: 100% !important;
        order: 2;
        background: #fff;
        border-radius: 8px;
        padding: 12px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    .page--weissgroup .product-page .sidebar-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .page--weissgroup .product-page .sidebar-item {
        flex-shrink: 0;
        padding: 8px 14px;
        font-size: 13px;
        background: #f0f0f0;
        border-radius: 16px;
        color: #666;
        text-decoration: none;
    }

    .page--weissgroup .product-page .sidebar-item.active {
        background: #273e8e;
        color: #fff;
    }

    /* ===== Service 页面 ===== */
    .page--weissgroup .service-page {
        padding-top: 70px !important;
        background: #fff;
        min-height: 100vh;
    }

    .page--weissgroup .service-page .service-banner {
        height: 140px !important;
        position: relative;
        overflow: hidden;
    }

    .page--weissgroup .service-page .banner-bg {
        background: linear-gradient(135deg, #1a365d 0%, #2d4a9e 100%) !important;
    }

    .page--weissgroup .service-page .banner-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 12px !important;
        background: linear-gradient(transparent, rgba(0,0,0,0.5));
    }

    .page--weissgroup .service-page .banner-content h1 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        font-weight: 600;
    }

    .page--weissgroup .service-page .banner-content p {
        font-size: 12px;
        color: rgba(255,255,255,0.85);
        margin: 5px 0 0 0;
    }

    .page--weissgroup .service-page .section-container {
        padding: 20px 12px;
    }

    .page--weissgroup .service-page .section-title {
        font-size: 17px;
        color: #333;
        margin: 0 0 15px 0;
        font-weight: 600;
        text-align: center;
        padding-top: 50px;
    }

    .page--weissgroup .service-page .service-content {
        display: flex !important;
        flex-direction: column;
        gap: 15px;
    }

    .page--weissgroup .service-page .service-image {
        width: 100%;
        height: 180px;
        border-radius: 8px;
        overflow: hidden;
    }

    .page--weissgroup .service-page .service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page--weissgroup .service-page .service-info {
        padding: 0 !important;
    }

    .page--weissgroup .service-page .service-subtitle {
        font-size: 15px;
        color: #273e8e;
        margin: 0 0 10px 0;
        font-weight: 600;
    }

    .page--weissgroup .service-page .service-description {
        font-size: 13px;
        line-height: 1.7;
        color: #666;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .page.page--weissgroup .service-page .contact-cards {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 15px !important;
    }

    .page.page--weissgroup .service-page .contact-card {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        padding: 12px !important;
        background: #fff !important;
        border-radius: 8px !important;
        border: 1px solid #e9ecef !important;
        box-shadow: 0 1px 4px rgba(0,0,0,0.03) !important;
        transition: all 0.2s ease !important;
        width: 100% !important;
    }

    .page.page--weissgroup .service-page .contact-card:active {
        transform: scale(0.99) !important;
        background: #fafafa !important;
    }

    .page.page--weissgroup .service-page .contact-card .card-icon {
        width: 36px !important;
        height: 36px !important;
        border-radius: 8px !important;
        background: #273e8e !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
        box-shadow: 0 2px 6px rgba(39, 62, 142, 0.15) !important;
    }

    .page.page--weissgroup .service-page .contact-card .card-icon::before {
        color: #fff !important;
        font-size: 16px !important;
    }

    .page.page--weissgroup .service-page .contact-card .card-icon.location::before {
        content: '📍' !important;
    }

    .page.page--weissgroup .service-page .contact-card .card-icon.phone::before {
        content: '📞' !important;
    }

    .page.page--weissgroup .service-page .contact-card .card-content {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 !important;
    }

    .page.page--weissgroup .service-page .contact-card .card-title {
        font-size: 11px !important;
        color: #9ca3af !important;
        margin: 0 !important;
        font-weight: 400 !important;
    }

    .page.page--weissgroup .service-page .contact-card .card-value {
        font-size: 13px !important;
        color: #374151 !important;
        font-weight: 500 !important;
        margin: 3px 0 0 0 !important;
        line-height: 1.4 !important;
    }

    .page--weissgroup .service-page .certification-content {
        display: flex !important;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .page--weissgroup .service-page .certification-info {
        order: 2;
    }

    .page--weissgroup .service-page .certification-subtitle {
        font-size: 15px;
        color: #333;
        margin: 0 0 10px 0;
    }

    .page--weissgroup .service-page .certification-subtitle b {
        color: #273e8e;
    }

    .page--weissgroup .service-page .certification-description {
        font-size: 13px;
        line-height: 1.7;
        color: #666;
    }

    .page--weissgroup .service-page .certification-description p {
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .page--weissgroup .service-page .certification-image {
        order: 1;
        width: 100%;
        height: 180px;
        border-radius: 8px;
        overflow: hidden;
    }

    .page--weissgroup .service-page .certification-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* ===== Single 页面 ===== */
    .page--weissgroup .single-page {
        padding-top: 70px !important;
        background: #fff;
        min-height: 100vh;
    }

    .page--weissgroup .single-page .page-banner {
        height: 120px !important;
    }

    .page--weissgroup .single-page .banner-overlay {
        background: rgba(0,0,0,0.3) !important;
    }

    .page--weissgroup .single-page .section-container {
        padding: 20px 12px;
    }

    .page--weissgroup .single-page .section-title {
        font-size: 17px;
        color: #333;
        margin: 0 0 15px 0;
        font-weight: 600;
        text-align: center;
    }

    .page--weissgroup .single-page .section-subtitle {
        font-size: 13px;
        color: #999;
        text-align: center;
        margin: 0 0 15px 0;
    }

    .page--weissgroup .single-page .company-description {
        font-size: 13px;
        line-height: 1.8;
        color: #666;
    }

    .page--weissgroup .single-page .culture-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
        margin-top: 15px;
    }

    .page--weissgroup .single-page .culture-card {
        padding: 14px;
        background: #f8f9fc;
        border-radius: 8px;
        border: 2px solid transparent;
        cursor: pointer;
    }

    .page--weissgroup .single-page .culture-card.featured {
        border-color: #273e8e;
        background: #f0f4ff;
    }

    .page--weissgroup .single-page .culture-card .card-title {
        font-size: 14px;
        color: #333;
        margin: 0 0 8px 0;
        font-weight: 600;
    }

    .page--weissgroup .single-page .culture-card .card-content {
        font-size: 12px;
        line-height: 1.5;
        color: #666;
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .page--weissgroup .single-page .honors-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 10px 0;
        width: 100%;
        justify-content: flex-start;
    }

    .page--weissgroup .single-page .honors-tabs .tab {
        flex-shrink: 0;
        padding: 8px 12px;
        font-size: 12px;
        background: #f0f0f0;
        border-radius: 16px;
        color: #666;
        cursor: pointer;
        white-space: nowrap;
    }

    .page--weissgroup .single-page .honors-tabs .tab.active {
        background: #273e8e;
        color: #fff;
    }

    .page--weissgroup .single-page .honors-content {
        margin-top: 15px;
    }

    .page--weissgroup .single-page .honors-grid {
        display: none !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .page--weissgroup .single-page .honors-grid.active {
        display: grid !important;
    }

    .page--weissgroup .single-page .honor-card {
        background: #f8f9fc;
        border-radius: 8px;
        overflow: hidden;
    }

    .page--weissgroup .single-page .honor-card .honor-image {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    .page--weissgroup .single-page .honor-card .honor-name {
        padding: 10px;
        font-size: 12px;
        color: #333;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page--weissgroup .single-page .partners-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 6px;
        margin-top: 15px;
    }

    .page--weissgroup .single-page .partner-item {
        padding: 8px 6px;
        background: #f8f9fc;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page--weissgroup .single-page .partner-item .partner-image {
        width: 100%;
        height: 80px;
        margin-bottom: 6px;
        overflow: hidden;
        background: #fff;
    }

    .page--weissgroup .single-page .partner-item .partner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page--weissgroup .single-page .partner-item .partner-logo {
        font-size: 11px;
        color: #666;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    /* ===== Contact 页面 ===== */
    .page--weissgroup .contact-page {
        padding-top: 70px !important;
        background: #fff;
        min-height: 100vh;
    }

    .page--weissgroup .contact-page .service-banner {
        height: 140px !important;
        position: relative;
        overflow: hidden;
    }

    .page--weissgroup .contact-page .banner-bg {
        background: linear-gradient(135deg, #1a365d 0%, #2d4a9e 100%) !important;
    }

    .page--weissgroup .contact-page .banner-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 12px !important;
        background: linear-gradient(transparent, rgba(0,0,0,0.5));
    }

    .page--weissgroup .contact-page .banner-content h1 {
        font-size: 18px;
        color: #fff;
        margin: 0;
        font-weight: 600;
    }

    .page--weissgroup .contact-page .banner-content p {
        font-size: 12px;
        color: rgba(255,255,255,0.85);
        margin: 5px 0 0 0;
    }

    .page--weissgroup .contact-page .office-section,
    .page--weissgroup .contact-page .message-section {
        padding: 20px 12px;
    }

    .page--weissgroup .contact-page .section-title h2 {
        font-size: 17px;
        color: #333;
        margin: 0 0 15px 0;
        font-weight: 600;
    }

    .page--weissgroup .contact-page .office-container {
        display: flex !important;
        flex-direction: column;
        gap: 15px;
    }

    .page--weissgroup .contact-page .office-image {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }

    .page--weissgroup .contact-page .image-slider {
        position: relative;
        height: 200px;
    }

    .page--weissgroup .contact-page .slider-wrapper {
        width: 100%;
        height: 100%;
    }

    .page--weissgroup .contact-page .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .page--weissgroup .contact-page .slide.active {
        opacity: 1;
    }

    .page--weissgroup .contact-page .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page--weissgroup .contact-page .image-caption-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 12px;
        background: rgba(0,0,0,0.6);
    }

    .page--weissgroup .contact-page .image-caption {
        font-size: 12px;
        color: #fff;
        margin: 0;
    }

    .page--weissgroup .contact-page .image-dots {
        display: flex;
        gap: 6px;
    }

    .page--weissgroup .contact-page .dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgba(255,255,255,0.4);
        cursor: pointer;
    }

    .page--weissgroup .contact-page .dot.active {
        width: 16px;
        border-radius: 3px;
        background: #fff;
    }

    .page--weissgroup .contact-page .office-info {
        background: #f8f9fc;
        border-radius: 8px;
        padding: 15px;
    }

    .page--weissgroup .contact-page .info-item {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .page--weissgroup .contact-page .info-item:last-child {
        border-bottom: none;
    }

    .page--weissgroup .contact-page .info-label {
        font-size: 13px;
        color: #999;
    }

    .page--weissgroup .contact-page .info-value {
        font-size: 13px;
        color: #333;
        font-weight: 500;
    }

    .page--weissgroup .contact-page .message-form-wrapper {
        background: #f8f9fc;
        border-radius: 8px;
        padding: 15px;
        margin-top: 20px;
    }

    .page--weissgroup .contact-page .form-header h3 {
        font-size: 15px;
        color: #333;
        margin: 0 0 12px 0;
        font-weight: 600;
    }

    .page--weissgroup .contact-page .message-form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .page--weissgroup .contact-page .form-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .page--weissgroup .contact-page .form-group {
        width: 100%;
    }

    .page--weissgroup .contact-page .form-group input,
    .page--weissgroup .contact-page .form-group textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 14px;
        color: #333;
        background: #fff;
    }

    .page--weissgroup .contact-page .form-group input:focus,
    .page--weissgroup .contact-page .form-group textarea:focus {
        outline: none;
        border-color: #273e8e;
    }

    .page--weissgroup .contact-page .form-group textarea {
        height: 100px;
        resize: none;
    }

    .page--weissgroup .contact-page .submit-btn {
        width: 100%;
        padding: 14px;
        background: #273e8e;
        color: #fff;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
    }

    /* Toast */
    .toast-notification {
        position: fixed !important;
        top: 70px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        background: rgba(0,0,0,0.8) !important;
        color: #fff !important;
        padding: 12px 20px !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        z-index: 99999 !important;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        max-width: 85%;
        text-align: center;
    }

    .toast-notification.show {
        opacity: 1;
        visibility: visible;
    }

    /* 产品详情页 */
    .page--weissgroup .product-detail {
        padding-top: 70px !important;
    }

    .page--weissgroup .product-detail .detail-container {
        display: flex !important;
        flex-direction: column;
        padding: 15px 12px;
        gap: 20px;
    }

    .page--weissgroup .product-detail .detail-image {
        width: 100%;
    }

    .page--weissgroup .product-detail .detail-info {
        width: 100%;
    }

    .page--weissgroup .product-detail .detail-title {
        font-size: 18px;
    }

    .page--weissgroup .product-detail .detail-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .page--weissgroup .product-detail .detail-actions {
        display: flex;
        gap: 10px;
    }

    .page--weissgroup .product-detail .detail-btn {
        flex: 1;
        padding: 12px;
        font-size: 14px;
    }
}