.n-banner-text h1 {
    color: #FFFFFF;
}
.n-banner-text {
    z-index: 1;
}
.m-show{
    display: none;
}
.n-banner-text h2 {
    color: #FFFFFF;
}
.n-banner-video{
    width: 100%;
}
.whiteBtn {
    border: 0px solid var(--standard-red-color);
}
.overviewInfo p {
    line-height: 170%;
}
.overview-bg{
    background-image: url(../RJ-img/value-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 40px 0px;
    padding: 24px 0px;
}
.overview-box{
    display: flex;
    justify-content: flex-start;
    gap: 48px;
    width: 1400px;
    margin: 0 auto;
}
.overview-item h3{
    color: #FFFB80;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%; /* 42px */
    margin-bottom: 8px;
}
.overview-item p{
    color: #FFF;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.n-tip{
    font-size: 12px!important;
}
#jiagou{
    padding: 80px 0 0;
}
#jiagou .n-page-desc{
    width: 1400px;
    margin: 16px auto 0;
}
#jiagou .n-page-content{
    width: 100%;
}
#challenge3{
    background-image: url(../RJ-img/value-bg-1.webp);
}
#challenge3 .n-page-title{
    color: #FFF;
}
#challenge3 .n-challenge-content .n-title{
    color: #FFF;
}
#challenge3 .n-challenge-content .n-desc {
    color: #FFF;
    opacity: 0.75;
}
#challenge3 .n-challenge-content {
    border-radius: 4px;
    background: rgba(42, 43, 46, 0.50);
    backdrop-filter: blur(10px);
}
.linktext-none::after{
    display: none!important;
}

.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}

.resources-tab-word {
    display: none;
}

.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 180px;
}

.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-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);
    cursor: pointer;
}

.resourceCard p {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    margin-bottom: 42px;
}

.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 {
    color: #2A2B2E;
    font-size: 18px;
    line-height: 150%; /* 27px */
    margin:16px 0 12px;
}

.resourceImg i {
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
}

.resourceImgCover img {
    transition: transform .16s linear;
}

.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;
}

.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/videoPlay.svg);
    z-index: 3;
}
.resourceImg:hover .resourceImgCover::after{
    background-image: url(../RJ-img/videoPlay-hover.svg);
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    width: 100px;
    margin: 24px 0 0 0;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(../RJ-img/link.svg);
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
    -webkit-transition:transform .16s linearr;
    -moz-transition:transform .16s linear;
    -o-transition:transform .16s linear;
}


@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}

@media screen and (max-width:1440px) {
    .resources-tab {
        margin-right: 150px;
    }
    .resourceCard p {
        font-size: 18px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 184px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .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;
    }
    .form-content {
        margin-top: 12px;
    }
}

@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 (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;
    }
}

.n-product-item .transparent-commonlink{
    width: 100%;
}
.n-news-box{
    display: flex;
    gap: 16px;
    align-items: center;
}
.n-news-box img{
    width: 688px;
}
.news-list{
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 100%;
}
.n-news-text{
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    background: #F7F9FA;
    padding: 0 16px;
    cursor: pointer;
    color: #2A2B2E;
}
.n-news-text:hover{
    color: #E60039;
    border: 1px solid #E60039;
    background: rgba(230, 0, 57, 0.03);
}
.n-news-text.n-news-text-active{
    color: #E60039;
    border: 1px solid #E60039;
    background: rgba(230, 0, 57, 0.03);
}
.n-news-text p{
    font-size: 16px;
    line-height: 150%; /* 24px */
    line-height: 80px;
}

@media screen and (max-width:1920px) {
    .overview-bg { 
        background-position: right;
    }
}
@media screen and (max-width:1750px) {
    .overview-bg { 
        background-position: center;
    }
}
@media screen and (max-width:1600px) {
    .overview-box {
        width: 1200px;
    }
    .overview-item h3 {
        font-size: 24px;
        margin-bottom: 6px;
    }
    .overview-item p {
        font-size: 14px;
    }
    #jiagou .n-page-desc {
        width: 1200px;
    }
    .new-index-solution {
        width: 1200px;
    }
    .n-news-box img {
        width: 588px;
    }
    .question-hub-footer {
        width: 1200px;
    }
    .overview-bg { 
        background-position: center;
    }
}
@media screen and (max-width:1280px) {
    .overview-box {
        width: 1080px;
    }
    .overview-item h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .overview-item p {
        font-size: 13px;
    }
    #jiagou .n-page-desc {
        width: 1080px;
    }
    .n-news-box img {
        width: 528px;
    }
    .question-hub-footer {
        width: 1080px;
    }
    .new-index-solution {
        width: 1080px;
    }
}

@media screen and (max-width:768px) {
    .pc-show{
        display: none;
    }
    .m-show{
        display: block;
    }
    .overviewImg-m{
        height: auto;
    }
    .new-index-solution {
        width: 100%;
    }
    .overview-bg {
        background-image: url(../RJ-img/value-bg_750.webp);
        margin: 40px 0px 0px;
        padding: 80px 20px;
    }
    .overview-box {
        flex-direction: column;
        width: 100%;
    }
    .overview-item h3 {
        font-size: 28px;
    }
    .overview-item p {
        font-size: 16px;
    }
    #jiagou .n-page-desc {
        width: 100%;
        padding: 0 20px;
    }
    .n-page-title {
        padding: 0 20px;
    }
    #challenge3 {
        background-image: unset;
    }
    #challenge3 .n-page-title {
        color: #2A2B2E;
    }
    #jiagou .n-page-content{
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .question-hub-footer {
        width: 100%;
    }
    #challenge3 .n-challenge-box {
        gap: 16px;
    }
    #challenge3 .n-challenge-content {
        border-radius: 4px;
        background: unset;
        backdrop-filter: unset;
        display: flex;
        gap: 20px;
        align-items: center;
    }
    #challenge3 .n-challenge-content .n-title {
        color: #2A2B2E;
        text-align: left;
    }
    #challenge3 .n-challenge-content .n-desc {
        color: #6A6B6D;
        opacity: 1;
        text-align: left;
    }
    #challenge3 .n-challenge-content img {
        width: 72px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .n-news-box {
        display: flex;
        flex-direction: column;
    }
    .n-news-box img {
        width: 100%;
    }
    .n-news-text.n-news-text-active {
        color: #2A2B2E;
        border: 0px solid #E60039;
        background: #F7F9FA;
    }
    .n-news-text {
        background: #F7F9FA;
        padding: 16px;
        color: #2A2B2E;
        gap: 12px;
        align-items: center;
    }
    .n-news-text p {
        font-size: 14px;
        line-height: 150%;
    }
    .date{
        width: 140px;
    }
}

.toVideo::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/play.webp);
    z-index: 3;
    pointer-events: none;
}
.toVideo:hover::after {
    width: 64px;
    height: 64px;
    background-image: url(../RJ-img/play-hover.svg);
}