@media screen and (max-width: 1400px) {
    .product-showcase-section, 
    .product-details-section, 
    .related-products-section {
        padding: 0 16px;
        margin-bottom: 16px;
    }

    .product-showcase-section {
        padding-top: 20px;
    }

    /* 产品展示区域适配 */
    .pro-container {
        flex-direction: column;
    }
    
    .left-flex {
        width: 100%;
        padding: 0 0 20px 0;
    }
    
    .right-flex {
        width: 100%;
        padding: 0;
    }
    
    /* 产品信息区域适配 */
    .product-info-section {
        padding-left: 0;
        row-gap: 0;
    }
    
    .product-title {
        font-size: 36px;
    }
    
    .product-subtitle {
        font-size: 18px;
    }
    
    .cta-button {
        width: 100%;
        justify-content: center;
        padding: 14px 32px;
    }

    .product-badge {
        top: -2px;
        bottom: 0;
        right: 0;
        font-size: 12px;
        height: fit-content;
        line-height: 16px;
        padding: 6px 12px;
    }

    .pro-container {
        padding: 0;
    }

    .product-title {
        margin-bottom: 8px;
    }

    .product-header {
        margin-bottom: 8px;
    }

    .product-tags {
        margin-bottom: 8px;
    }

    .product-description {
        margin-bottom: 4px;
    }

    .product-specs {
        margin-bottom: 12px;
    }

    .spec-item {
        padding-top: 0;
        padding-bottom: 12px;
    }

    .product-actions {
        padding-bottom: 16px;
    }

    .cta-button {
        font-size: 14px;
    }

    .section-title {
        margin-bottom: 6px;
    }

    .section-divider {
        margin-bottom: 0;
    }

    .section-header {
        margin-bottom: 4px;
    }

    .text-block p {
        margin-bottom: 12px;
    }

    .comparison-section,
    .details-text {
        margin-bottom: 16px;
    }

    .accessories-header h3 {
        margin-bottom: 6px;
    }

    .accessories-header {
        margin-bottom: 16px;
    }

    .accessory-content h4 {
        margin-bottom: 0px;
    }

    .accessories-section {
        padding: 0px;
    }

    .other-container .swiper-pagination {
        bottom: 2px;
    }
}

@media screen and (max-width: 1200px) {
    /* 产品信息区域适配 */
    .product-title {
        font-size: 32px;
    }
    
    .product-subtitle {
        font-size: 16px;
    }
    
    .product-details-section .container {
        padding: 20px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .comparison-section {
        padding: 30px;
    }
    
    .comparison-images {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* 配件区域适配 */
    
    .accessories-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    /* 其他相关产品适配 */
    .other-container {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    /* 产品信息区域适配 */
    .product-title {
        font-size: 28px;
    }
    
    .product-subtitle {
        font-size: 14px;
    }
    
    .product-tags {
        gap: 8px;
    }
    
    .product-tag {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .product-details-section .container {
        padding: 16px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .section-header p {
        font-size: 16px;
    }
    
    .comparison-section {
        padding: 20px;
    }
    
    .comparison-content h3 {
        font-size: 20px;
    }
    
    .comparison-content p {
        font-size: 14px;
    }
    
    .detail-image {
        height: 150px;
    }
    
    /* 配件区域适配 */
    
    .accessories-header h3 {
        font-size: 24px;
    }
    
    .accessory-item {
        padding: 16px;
        gap: 12px;
    }
    
    .accessory-number {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .accessory-content h4 {
        font-size: 14px;
    }
    
    .accessory-content p {
        font-size: 12px;
    }
    
    /* 其他相关产品适配 */
    .other-container {
        padding: 15px;
    }
    
    .other-container h3 {
        font-size: 20px;
    }
    
    .other-swiper p {
        font-size: 16px;
    }
    
    .other-swiper .slide-img {
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    
    /* 产品信息区域适配 */
    .product-badge {
        font-size: 12px;
    }
    
    .product-title {
        font-size: 18px;
    }
    .product-tags {
        gap: 6px;
    }
    
    .product-tag {
        padding: 4px 8px;
        font-size: 12px;
    }
    
    .product-description p {
        font-size: 14px;
    }
    
    .spec-label {
        font-size: 14px;
    }
    
    .spec-value {
        font-size: 14px;
    }
    
    .cta-button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .section-header p {
        font-size: 14px;
    }
    
    .text-block {
        margin-bottom: 30px;
    }
    
    .text-block p {
        font-size: 14px;
    }
    
    .comparison-section {
        padding: 15px;
    }
    
    .comparison-content h3 {
        font-size: 18px;
    }
    
    .detail-image {
        height: 120px;
    }
    
    /* 配件区域适配 */
    
    .accessories-header h3 {
        font-size: 20px;
    }
    
    .accessory-item {
        padding: 12px;
        gap: 10px;
    }
    
    .accessory-number {
        width: 28px;
        height: 28px;
    }
    
    .accessory-content p {
        font-size: 12px;
    }
    
    /* 其他相关产品适配 */
    
    .other-container h3 {
        font-size: 18px;
    }
    
    .other-swiper p {
        font-size: 14px;
    }
    
    .other-swiper .slide-img {
        height: 100px;
    }
}

@media screen and (max-width: 480px) {
    /* 产品信息区域适配 */
    .product-badge {
        font-size: 12px;
    }
    
    .product-tags {
        gap: 4px;
    }
    
    .product-tag {
        padding: 3px 6px;
        font-size: 8px;
    }
    
    .product-description p {
        font-size: 12px;
    }
    
    .spec-label {
        font-size: 12px;
    }
    
    .spec-value {
        font-size: 12px;
    }
    
    .cta-button {
        padding: 10px 20px;
    }
    
    .button-icon {
        width: 18px;
        height: 18px;
    }
    
    .section-title {
        font-size: 18px;
    }
    
    .section-header p {
        font-size: 12px;
    }
    
    .text-block {
        margin-bottom: 20px;
    }
    
    .comparison-section {
        padding: 10px;
    }
    
    .comparison-content h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .detail-image {
        height: 100px;
    }
    
    /* 配件区域适配 */
    .accessories-header h3 {
        font-size: 18px;
    }
    
    .accessory-item {
        padding: 8px;
        gap: 8px;
    }
    
    .accessory-number {
        width: 24px;
        height: 24px;
    }

    /* 其他相关产品适配 */
    
    .other-container h3 {
        font-size: 16px;
    }
    
    .other-swiper p {
        font-size: 12px;
    }
    
    .other-swiper .slide-img {
        height: 80px;
    }

    #other-product {
        padding: 0 16px;
    }
}

/* 移动端Swiper轮播图适配 */
@media screen and (max-width: 768px) {
    /* 主图片轮播适配 */
    .caseSwiper2 .swiper-slide .img-wrapper {
        height: 200px;
    }
    
    .caseSwiper .swiper-slide .img-wrapper {
        height: 80px;
    }
    
    /* 隐藏导航按钮 */
    .caseSwiper2-prev,
    .caseSwiper2-next {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    /* 主图片轮播适配 */
    .caseSwiper2 .swiper-slide .img-wrapper {
        height: 180px;
    }
    
    .caseSwiper .swiper-slide .img-wrapper {
        height: 60px;
    }
}

/* 移动端触摸优化 */
@media screen and (max-width: 1024px) {
    /* 增加触摸区域 */
    .cta-button {
        min-height: 44px;
        touch-action: manipulation;
    }
    
    /* 优化图片点击区域 */
    .caseSwiper .swiper-slide,
    .caseSwiper2 .swiper-slide {
        cursor: pointer;
        touch-action: manipulation;
    }
    
    /* 优化配件项目点击 */
    .accessory-item {
        cursor: pointer;
        touch-action: manipulation;
    }
}

/* 移动端滚动优化 */
@media screen and (max-width: 768px) {
    /* 平滑滚动 */
    .product-showcase-section,
    .product-details-section,
    .related-products-section {
        scroll-behavior: smooth;
    }
    
    /* 优化滚动条 */
    .pro-container,
    .product-details-section .container,
    .other-container {
        -webkit-overflow-scrolling: touch;
    }
}