.n-banner-text h1,
.n-banner-text h2,
.n-banner-text p {
    color: #FFFFFF;
}

img {
    image-rendering: unset;
    image-rendering: unset;
    image-rendering: unset;
    image-rendering: unset;
    -ms-interpolation-mode: unset;
}

.n-banner-text .whiteBtn {
    border: none;
}

#challenge {
    padding-top: 120px;
}

#challenge .n-challenge {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; 
}

#challenge .n-challenge-card {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    background: #FFFFFF;
}

#challenge .n-challenge-card-img img {
    width: 100%;
    display: block;
    border-radius: 4px 4px 0 0;
}

#challenge .n-card-content {
    padding: 16px 24px 16px 0;
    background: #FFFFFF;
}

#challenge .n-card-title {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

#challenge .n-card-desc {
    margin-top: 8px;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
}

#architecture .arch-hotspots {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#architecture .arch-hotspot {
    position: absolute;
    max-width: 280px;
    padding: 12px 16px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    pointer-events: auto;
}

#architecture .arch-hotspot strong {
    display: block;
    color: #2A2B2E;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
}

#architecture .arch-hotspot p {
    color: #6A6B6D;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}

#architecture .arch-hotspot:nth-child(1) {
    top: 18%;
    right: 8%;
}

#architecture .arch-hotspot:nth-child(2) {
    top: 46%;
    right: 22%;
}

#architecture .arch-hotspot:nth-child(3) {
    bottom: 14%;
    right: 10%;
}

#value {
    background: #FFFFFF;
}

#value .n-page-content {
    margin-top: 32px;
}

#value .n-page-title {
    margin-bottom: 0;
}

.park-value-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.park-value-top-tabs {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: fit-content;
    border-bottom: 1px solid #E3E5E6;
    box-sizing: border-box;
}

.park-value-top-tabs > div {
    position: relative;
    padding: 12px 32px;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: none;
}

.park-value-top-tabs > div.is-active {
    color: #E60039;
}

.park-value-top-tabs > div.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #E60039;
    z-index: 1;
}

.park-value-subtitle {
    display: none;
    width: 100%;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 0;
}

.park-value-subtitle.is-active {
    display: block;
}

.park-value-panel {
    display: none;
    margin-top: 60px;
}

.park-value-panel.is-active {
    display: block;
}

.park-value-body {
    display: flex;
    gap: 40px;
    align-items: stretch;
    margin-top: 0;
}

.park-value-left-tabs {
    width: 400px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px;
    box-sizing: border-box;
    background: #F7F9FA;
    align-self: stretch;
}

.park-value-left-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 16px;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    box-sizing: border-box;
    min-height: 0;
}

.park-value-left-tab.is-active {
    background: #FFFFFF;
}

.park-left-label {
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.park-value-left-tab.is-active .park-left-label {
    color: #0175E8;
}

.park-left-desc {
    display: none;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
    margin-top: 8px;
}

.park-value-left-tab.is-active .park-left-desc {
    display: block;
}

.park-value-content {
    flex: 1;
    min-width: 0;
    position: relative;
    background: #F7F9FA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.park-value-img {
    width: 100%;
    height: auto;
    display: block;
}

.park-value-video {
    width: 100%;
    height: auto;
    display: none;
}

.park-value-mobile-tabs {
    display: none;
}

.park-value-mobile {
    display: none;
}

.park-value-mobile-block.resourceInfo-hide {
    display: none;
}

#products .n-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    flex-wrap: unset;
}

#products .n-products .n-product-item {
    width: auto;
    background-color: #FAFBFC;
    padding: 20px 16px;
    border-radius: 4px;
    box-sizing: border-box;
}

#products .n-products .n-product-item img {
    margin-top: 0;
    width: 100%;
    max-width: 250px;
}

#products .n-products p {
    -webkit-line-clamp: 3;
    min-height: 72px;
}

#anli-2 {
    background-image:
        linear-gradient(90deg, rgba(241, 248, 255, 1) 24%, rgba(241, 248, 255, 0.75) 73%, rgba(241, 248, 255, 0.95) 92%),
        url(../RJ-img/caseBg.webp);
    background-size: cover;
    background-position: center;
}

#anli-2 .transparent-commonlink::after {
    background-image: url(../RJ-img/link.svg);
}

#caseSwiper .swiper-pagination-bullet {
    background: #E3E5E6;
}

#caseSwiper .swiper-pagination-bullet-active {
    background: #E60039;
}

#anli-2 .caseImg img {
    border-radius: 4px;
}

#anli-2 .caseImg-has-video {
    position: relative;
    cursor: pointer;
}

#anli-2 .caseImg-has-video::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

#anli-2 .case-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#anli-2 .case-play-btn img {
    display: block;
    width: 48px;
    height: 48px;
}

.case-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.case-video-modal.is-open {
    display: flex;
}

.case-video-modal-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.case-video-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(960px, calc(100vw - 40px));
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.case-video-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

#caseVideoPlayer {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

body.case-video-modal-open {
    overflow: hidden;
}

#anli-2 .arrowBtn.prev {
    left: calc(50% - 850px);
}

#anli-2 .arrowBtn.next {
    right: calc(50% - 850px);
    left: auto;
}

@media screen and (max-width: 1600px) {
    #anli-2 .arrowBtn.prev {
        left: calc(50% - 750px);
    }

    #anli-2 .arrowBtn.next {
        right: calc(50% - 750px);
    }
}

@media screen and (max-width: 1440px) {
    #anli-2 .arrowBtns {
        display: none;
    }
}

/* 相关资料 */
#resources .resourceCard .transparent-commonlink::after {
    background-image: url(../RJ-img/link.svg);
}

#resources .resourceVideo .resourceImgCover::after {
    display: none;
}

#resources .resourceImgCover.caseImg-has-video {
    position: relative;
}

#resources .resourceImgCover.caseImg-has-video .case-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#resources .resourceImgCover.caseImg-has-video .case-play-btn img {
    display: block;
    width: 48px;
    height: 48px;
}

#resources .resourceImgCover.caseImg-has-video::before {
    z-index: 2;
}
.n-products .n-product-item p{
    font-size: 14px!important;
}
.n-products .n-product-item span {
    margin-top: 4px!important;
}
@media screen and (max-width: 1280px) {
    .park-value-left-tabs {
        width: 320px;
        padding: 12px;
    }

    .park-value-top-tabs > div {
        padding: 10px 24px;
        font-size: 16px;
    }

    .park-value-subtitle {
        font-size: 16px;
    }

    .park-value-left-tab {
        padding: 12px;
    }

    .park-left-label {
        font-size: 20px;
    }

    .park-left-desc {
        font-size: 14px;
    }

    #challenge .n-challenge {
        grid-template-columns: repeat(2, 1fr);
    }

    #challenge .n-card-title {
        font-size: 18px;
    }

    #challenge .n-card-desc {
        font-size: 14px;
    }

    #products .n-products {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    #challenge .n-challenge {
        grid-template-columns: 1fr;
    }

    .park-value-header {
        display: none;
    }

    .park-value-desktop {
        display: none;
    }

    #value .park-value-mobile {
        display: block;
        width: 100%;
    }

    #value .park-value-subtitle-mobile {
        color: #6A6B6D;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        margin: 16px 0 20px;
        padding: 0 4px;
    }

    #value .park-value-mobile-stack {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 8px;
    }

    #value .park-value-mobile-item {
        background: #F7F9FA;
        border-radius: 8px;
        padding: 16px;
        box-sizing: border-box;
    }

    #value .park-value-mobile-text {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 16px;
    }

    #value .park-mobile-label {
        color: #0175E8;
        font-size: 20px;
        font-weight: 700;
        line-height: 150%;
        text-align: left;
    }

    #value .park-mobile-desc {
        color: #6A6B6D;
        font-size: 14px;
        line-height: 150%;
        text-align: left;
    }

    #value .park-value-mobile-img {
        position: relative;
        background: #FFFFFF;
    }

    #value .park-value-mobile-img img {
        display: block;
        width: 100%;
        height: auto;
    }

    #architecture .arch-hotspot {
        position: static;
        max-width: none;
        margin-top: 12px;
    }

    #architecture .arch-hotspots {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 16px;
    }

    .resourcesSection {
        flex-direction: column;
        align-items: center;
    }

    .resources-tab {
        display: flex;
        justify-content: center;
        margin-right: 0;
        padding: 0;
        margin-bottom: 36px;
    }

    .resources-tab div {
        margin-top: 0;
        padding: 0 12px 12px;
    }

    .resources-tab::before {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        top: unset;
    }

    .resources-tab div.active::before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 2px;
    }

    .resourceCards {
        grid-template-columns: 1fr;
    }

    #products .n-products {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #products .n-products .n-product-item {
        padding: 12px 12px 24px;
    }

    #products .n-products .n-product-item img {
        max-width: 100px;
    }
    #challenge {
        padding-top: 80px;
    }
}
