.g-header .g-head .g-head-main .center-nav .center-list .nav-item .layer .layer__wp .layer__products .rigth-pro-list.row2 .pro-card {
    width: calc((100% - 1.42rem) / 2);
}
.g-header .g-head .g-head-main .center-nav .center-list .nav-item .layer .layer__wp .layer__products .rigth-pro-list.row2 .pro-card:nth-child(3n) {
    margin-right: 1.42rem;
}
.g-header .g-head .g-head-main .center-nav .center-list .nav-item .layer .layer__wp .layer__products .rigth-pro-list.row2 .pro-card:nth-child(2n) {
    margin-right: 0;
}

.product-detail-page .swiper-comparison-section .wal .-body .swiper-comparison-box .image-layer .layer-content {
    height: 100%;
}

@media screen and (min-width: 800px){

    .download-page .main-box .right-con .content-box {
        margin-top: 0.28rem;
    }
    .integ-eco-home-page .application-scenarios .scenarios-img-container .tabs-body .tabs-wrapper .tabs {
        margin: 0 auto;
    }
    .product-detail-page .preview__section .wal .-body .-list .-item {
        min-height: 9rem;
    }

    .product-detail-page .preview__section .wal .-body .-list .-item .box-3d {
        max-width: 10.5rem;
        height: 8rem;
        bottom: 0.8rem;
    }
    .index-page .mission__section .mission__section-wrapper .mission__section-body .mission__section-inner .cart-row .cart-box .-inner {
        padding-right: 0.34rem;
    }
    .g-header .g-head .g-head-main .g-head-right .search-language:last-child {
        margin-right: 0.36rem;
    }
    .news-blog-page .tag-s {
        margin-bottom: 0.6rem;
    }
    .news-blog-page .news-blog-main .news-card-list {
        margin-top: 0;
    }

}
@media screen and (max-width: 800px) {
    .integ-eco-home-page .application-scenarios .scenarios-img-container .tabs-body .tabs-wrapper .tabs .tab-pane {
        text-align: center;
        max-width: 80vw;
    }

    .integ-eco-home-page .related-cases .tit-btn .h2 {
        width: 70%;
    }
    .integ-eco-home-page .related-products .tit-btn .h2 {
        width: 70%;
    }
    .solinteg-cookies-set {
        max-height: calc(100vh - 1.5rem);
        overflow-y: auto;
    }


    .about-solinteg-page .global-layout-section .anchor-swiper .swiper-wrapper .swiper-slide {
        height: auto;
        min-height: 4rem;
    }
    .product-detail-page .technical__specifications .wal .-body .-table table {
        width: max-content;
        max-width: 27rem;
    }
}
.download-page .main-box .left-tree-box .close-icon {
    z-index: 10;
}
.g-footer .footer-content .content-main .tit-email .tit {
    width: 6.8rem; !important;
}
.case-study-page .main-box .card-box-list .card-box .infor-box .tit {
    min-height: 0;
}
.case-details-page .case-details-main .flex-box .right .infor-card .infor-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case-details-page .case-details-main .flex-box .right .infor-card .infor-left .sub-box {
    margin-bottom: 0.32rem;
}

.g-footer .footer-logo-box {
    z-index: 8;
}

/* Community导航项特殊样式 - NEW标识 */
.g-header .g-head .g-head-main .center-nav .center-list .nav-item-community {
    position: relative;
}

.g-header .g-head .g-head-main .center-nav .center-list .nav-item-community .a {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 500;
}

.g-header .g-head .g-head-main .center-nav .center-list .nav-item-community .a::after {
    content: 'NEW';
    font-size: 0.10rem;
    line-height: 1;
    padding: 0.025rem 0.06rem;
    background: linear-gradient(135deg, #E8553A 0%, #FF6B45 100%);
    color: #FFFFFF;
    border-radius: 0.04rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-left: 0.06rem;
    white-space: nowrap;
    opacity: 0.92;
    transition: opacity 0.3s ease;
}

.g-header .g-head .g-head-main .center-nav .center-list .nav-item-community:hover .a::after {
    opacity: 1;
}

/* 移动端Community样式 */
.g-header .head-phone-nav .nav-box.community-nav-item .nav-cell .txt {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.g-header .head-phone-nav .nav-box.community-nav-item .nav-cell .txt::after {
    content: 'NEW';
    font-size: 0.10rem;
    line-height: 1;
    padding: 0.025rem 0.06rem;
    background: linear-gradient(135deg, #E8553A 0%, #FF6B45 100%);
    color: #FFFFFF;
    border-radius: 0.04rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-left: 0.06rem;
    white-space: nowrap;
    opacity: 0.92;
}