.n-nav{
    margin-bottom: 40px;
    background: #F7F9FA;
}
.n-tab-m{
    display: none;
}
.n-nav-content{
    align-items: center;
}
.bannerCTA{
    border-radius: 0;
    padding: 0px 36px;
}
.bannerCTA a{
    color: #FFFFFF;
    line-height: 60px;
}
.n-fa-card1 .n-fa-title,.n-fa-card1 .n-fa-desc,.n-fa-card1 .n-fa-more{
    color: #FFFFFF;
}

.n-fa-card1 .n-fa-more::after{
    background-image: url('../RJ-img/white-arrow.svg');
}
.n-fa-box {
    justify-content: flex-start;
}
.n-products .n-product-item {
    background-color: #F7F9FA;
}
.n-products .n-product-item p {
    -webkit-line-clamp: 2;
    min-height: 48px;
}

/*场景*/
#scene{
    background-image: url(../RJ-img/scene-bg.webp);
    background-size: 100% 100%;
}
#scene .n-page-content{
    margin-top: 32px;
}
.n-scene-tabs{
    display: grid;
    grid-auto-flow: column;
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; /* 24px */
    justify-items: center;
}
.n-scene-tabs div{
    padding: 12px 0;
    cursor: pointer;
    width: fit-content;
}
.n-scene-tabs .n-tab-active{
    color: #000000;
    font-weight: 700;
    border-bottom: 2px solid #E60039;
}
#scene-swiper{
    margin-top: 55px;
}
.arrowBtn.prev{
    left: -140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.arrowBtn.next{
    right: -140px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.arrowBtn img{
    width: 70px;
    height: 70px;
}
.scene-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.scene-img{
    width: 696px;
}
.scene-card-title{
    color: #2A2B2E;
    font-size: 36px;
    line-height: 150%; /* 54px */
}
.scene-card-subtitle{
    color: #2A2B2E;
    font-size: 20px;
    line-height: 150%; /* 30px */
    margin: 16px 0;
}
.scene-card-text p{
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.n-scene-cta{
    color: #FFFFFF;
    display: block;
    margin-top: 32px;
}
.n-scene-cta:hover{
    color: #FFFFFF;
}


@media screen and (max-width:1600px) {
    .arrowBtn.prev{
        left: -100px;
    }
    .arrowBtn.next{
        right: -100px;
    }
    .scene-card-text{
        width: 564px;
    }
    .scene-img{
        width: 596px;
    }
    .bannerCTA a {
        line-height: 48px;
    }
}
@media screen and (max-width:1440px) {
    .arrowBtn.prev{
        display: none;
    }
    .arrowBtn.next{
        display: none;
    }
}
@media screen and (max-width:1280px) {
    .scene-card-text{
        width: 504px;
    }
    .scene-img{
        width: 546px;
    }
    .n-scene-tabs {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .hide-m{
        display: none;
    }
    .n-nav {
        margin-bottom: 0px;
    }
    #challenge3 .n-challenge-content {
        padding: 0px;
        display: flex;
        gap: 20px;
    }
    #challenge3 .n-challenge-content img {
        width: 72px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #challenge3 .n-challenge-box {
        gap: 36px;
    }
    #challenge3 .n-challenge-content .n-title,#challenge3 .n-challenge-content .n-desc {
        text-align: left;
    }
    .n-products .n-product-item {
        width: 100%;
    }
    .n-products .n-product-item img {
        width: 250px;
    }
    .n-products .n-product-item i {
        font-size: 18px;
    }
    .n-products .n-product-item p {
        font-size: 14px;
    }
    .n-products .n-product-item span {
        font-size: 16px;
    }
    .n-scene-tabs {
        display: none;
    }
    .swiper-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .swiper-slide{
        height: auto;
        margin-bottom: 0px;
        opacity: 1!important;
    }
    .scene-card {
        flex-direction: column-reverse;
        gap: 36px;
        margin-bottom: 40px;
    }
    .scene-img {
        width: 100%;
    }
    .scene-card-text {
        width: 100%;
    }
    .scene-card-title {
        font-size: 22px;
    }
    .scene-card-subtitle {
        font-size: 18px;
    }
    .scene-card-text p {
        font-size: 14px;
    }
    .n-scene-cta {
        margin-top: 24px;
    }
    .n-tab-m{
        display: block;
        color: #6A6B6D;
        font-size: 16px;
        line-height: 150%; /* 24px */
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 46px;
        margin-bottom: 8px;
    }
    .n-tab-m-active{
        color: #2A2B2E;
        font-weight: 700;
        margin-bottom: 36px;
        border-bottom: 2px solid #E60039;
    }
    .n-tab-m img{
        width: 24px;
    }
    .n-tab-m-active img{
        transform: rotate(-90deg);
    }
    #scene{
        background-image: url(../RJ-img/scene-bg_750.webp);
    }
}



/* 相关资料 */
.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}
.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 200px;
}

.resources-tab div {
    position: relative;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 0 0 24px;
    margin-top: 48px;
    cursor: pointer;
}

.resources-tab div.active {
    color: #E60039;
    pointer-events: none;
}

.resources-tab div.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #E60039;
    display: block;
}

.resources-tab div:first-child {
    margin-top: 0;
}

.resources-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #D5D5D5;
    display: block;
}

.resourcesCont {
    width: 100%;
}

.resourceCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.resourceCard {
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0px 6px 20px 0px rgba(213, 219, 228, 0.50);
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px;
    min-height: 60px;
    font-weight: 700;
}

.resourceCard a,
.resourceImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.resourceImgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resourceImg {
    position: relative;
}

.resourceImg img {
    width: 100%;
}

.resourceImg p {
    margin-top: 16px;
    padding-right: 24px;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImg i {
    display: block;
    margin-top: 12px;
    margin-bottom: 16px;
    font-style: normal;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0px 0;
}

.resourceImgCover img {
    transition: transform .16s linear;
}

.resourceVideo .resourceImgCover::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.20);
    z-index: 2;
}

.resourceVideo .resourceImgCover::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/link.svg);
    z-index: 3;
}
.resourceCard .transparent-commonlink {
    margin-top: 0;
}
#contactus {
    margin: 0px 0 0;
}
@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1600px) {
    .resources-tab {
        margin-right: 100px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 100px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard {
        padding: 20px;
    }
    .resourceCard p {
        font-size: 14px;
        min-height: 42px;
    }
    .resourceImg p {
        margin-top: 12px;
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink {
        font-size: 14px;
    }
    .resourceCard .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .resourceVideo .resourceImgCover::after {
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width:1068px) {
    .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 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;
    }
    .resourceImgs {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .resourceCards {
        gap: 20px;
    }
}
@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}
@media screen and (max-width:768px) {
    .resourceCard {
        padding: 16px;
    }
}

@media screen and (max-width:600px) {
    .resourceCards {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:520px) {
    .resourceImgs {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}