img {
    image-rendering: unset;
    image-rendering: unset;
    image-rendering: unset;
    image-rendering: unset;
    -ms-interpolation-mode: unset;
}
#fa-scene .n-fa-card {
    position: relative;
}

#fa-scene .n-fa-more {
    position: absolute;
    bottom: 40px;
    left: 24px;
    z-index: 2;
    margin-top: 0;
    padding: 8px 36px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    background-color: #0175E8;
    border-radius: 4px;
}
#fa-scene .n-fa-more::after {
    content: '';
    margin-left: 0px;
    width: 0px;
    height: 0px;
}
.n-banner .m-show {
    display: none;
}

.n-banner video.pc-show {
    display: block;
    width: 100%;
}

.n-banner-text h1{
    color: #FFFFFF;
}
.n-banner-text p {
    color: #ffffff;
}
.n-banner-text a:hover{
    color: #FFFFFF;
}
.n-page-desc{
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
.n-adv-tip{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 24px 0px;
}
.n-adv-tip1{
    background-image: url(../RJ-img/adv1-bg.webp);
}
.n-adv-tip2{
    background-image: url(../RJ-img/adv2-bg.webp);
}
.n-adv-tip .n-page-content {
    margin: 0px auto;
}
.n-adv-tip-title{
    color: #FFFB80;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%; /* 42px */
}
.n-adv-tip-desc{
    color: #FFF;
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin:8px 0 16px
}
.n-adv-tip-btn{
    color: #FFF;
    font-size: 16px;
    line-height: 150%; /* 24px */
    DISPLAY: flex;
    width: fit-content;
}
.n-adv-tip-btn:hover{
    color: #FFFFFF;
}
.n-adv-tip-btn::after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/arrow-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform 0.3s ease-in-out;
}
.n-adv-tip-btn:hover::after{
    transform: translateX(8px);
}

.n-fa-desc li{
    list-style: disc;
    margin-left: 20px;
}

.content-1,
.content-2,
.content-3,
.content-4,
.content-5 {
    position: relative;
}

.content-1 .n-fa-card,
.content-2 .n-fa-card,
.content-3 .n-fa-card,
.content-4 .n-fa-card,
.content-5 .n-fa-card {
    width: 100%;
}

.content-1 .news-swiper-pagination,
.content-2 .news-swiper-pagination,
.content-3 .news-swiper-pagination,
.content-4 .news-swiper-pagination,
.content-5 .news-swiper-pagination {
    display: none;
    text-align: center;
    margin-top: 12px;
}

.content-1 .swiper-pagination-bullet,
.content-2 .swiper-pagination-bullet,
.content-3 .swiper-pagination-bullet,
.content-4 .swiper-pagination-bullet,
.content-5 .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #F1F3F5;
    opacity: 1;
    border-radius: unset;
    margin: 0;
}

.content-1 .swiper-pagination-bullet-active,
.content-2 .swiper-pagination-bullet-active,
.content-3 .swiper-pagination-bullet-active,
.content-4 .swiper-pagination-bullet-active,
.content-5 .swiper-pagination-bullet-active {
    background: #E60039;
    border-radius: 2px;
}

.content-1 .news-pag,
.content-2 .news-pag,
.content-3 .news-pag,
.content-4 .news-pag,
.content-5 .news-pag {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1700px;
    left: -150px;
    top: calc(50% - 62px);
}

.content-1 .news-prev,
.content-1 .news-next,
.content-2 .news-prev,
.content-2 .news-next,
.content-3 .news-prev,
.content-3 .news-next,
.content-4 .news-prev,
.content-4 .news-next,
.content-5 .news-prev,
.content-5 .news-next {
    cursor: pointer;
}

@media screen and (max-width: 1788px) {
    .content-1 .news-pag,
    .content-2 .news-pag,
    .content-3 .news-pag,
    .content-4 .news-pag,
    .content-5 .news-pag {
        width: 1600px;
        left: -100px;
    }
}

@media screen and (max-width: 1620px) {
    .content-1 .news-pag,
    .content-2 .news-pag,
    .content-3 .news-pag,
    .content-4 .news-pag,
    .content-5 .news-pag {
        width: 1400px;
    }
}

@media screen and (max-width: 1440px) {
    .content-1 .news-pag,
    .content-2 .news-pag,
    .content-3 .news-pag,
    .content-4 .news-pag,
    .content-5 .news-pag {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .content-1 .news-swiper-pagination,
    .content-2 .news-swiper-pagination,
    .content-3 .news-swiper-pagination,
    .content-4 .news-swiper-pagination,
    .content-5 .news-swiper-pagination {
        display: block;
    }

    .content-1 .news-pag,
    .content-2 .news-pag,
    .content-3 .news-pag,
    .content-4 .news-pag,
    .content-5 .news-pag {
        display: none;
    }

    .content-1 .swiper-pagination-bullet,
    .content-2 .swiper-pagination-bullet,
    .content-3 .swiper-pagination-bullet,
    .content-4 .swiper-pagination-bullet,
    .content-5 .swiper-pagination-bullet {
        width: 24px;
    }

    .content-1 .news-swiper-pagination,
    .content-2 .news-swiper-pagination,
    .content-3 .news-swiper-pagination,
    .content-4 .news-swiper-pagination,
    .content-5 .news-swiper-pagination {
        margin-top: 0;
    }
}

.content-news {
    position: relative;
}

.content-news .news-swiper-pagination {
    display: block;
    text-align: center;
    margin-top: 12px;
}

.content-news .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #F1F3F5;
    opacity: 1;
    border-radius: unset;
    margin: 0;
}

.content-news .swiper-pagination-bullet-active {
    background: #E60039;
    border-radius: 2px;
}

.content-news .news-pag {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1700px;
    left: -150px;
    top: calc(50% - 62px);
}

.content-news .news-prev,
.content-news .news-next {
    cursor: pointer;
}

.content-news .n-news-card {
    width: 100%;
    overflow: hidden;
}

.content-news .news-img img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    transition: transform 0.3s ease-out;
}

.content-news .news-content {
    padding: 16px 24px;
    border-radius: 0 0 4px 4px;
    background: #F7F9FA;
    backdrop-filter: blur(15px);
}

.content-news .news-title {
    color: #2A2B2E;
    font-size: 18px;
    line-height: 150%;
    min-height: 54px;
}

.content-news .news-date img {
    width: 18px;
    margin-right: 8px;
}

.content-news .news-date {
    margin-top: 24px;
    display: flex;
    align-items: center;
    color: #2A2B2E;
    font-size: 14px;
    line-height: 150%;
}

.content-news .n-news-card:hover .news-content {
    background: #E4E8EB;
}

.content-news .n-news-card:hover .news-img img {
    transform: scale(1.05);
}

@media screen and (max-width: 1788px) {
    .content-news .news-pag {
        width: 1600px;
        left: -100px;
    }
}

@media screen and (max-width: 1620px) {
    .content-news .news-pag {
        width: 1400px;
    }
}

@media screen and (max-width: 1440px) {
    .content-news .news-pag {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .content-news .news-swiper-pagination {
        display: block;
        margin-top: 0;
    }

    .content-news .news-pag {
        display: none;
    }

    .content-news .swiper-pagination-bullet {
        width: 24px;
    }

    .content-news .news-title {
        font-size: 16px;
        min-height: auto;
    }
}

#al {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../RJ-img/al-bg.webp);
    background-size: 100% 100%;
}

#al .n-page-content {
    margin-top: 60px;
}

#al .n-links {
    display: flex;
    gap: 16px;
}

#al .n-main-btn {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 32px;
    border-radius: 4px;
    background-color: transparent !important;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    width: fit-content;
    cursor: pointer;
}

#al .whiteBtn-1 {
    background-color: transparent !important;
    color: #E60039 !important;
    border: 1px solid #E60039;
}

#al .whiteBtn-1:hover {
    background-color: #CC002D !important;
    color: #FFFFFF !important;
}

#al .al-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#al .n-fa-title {
    color: #2A2B2E;
    font-size: 24px;
    margin-bottom: 16px;
}

#al .al-text .n-fa-title {
    margin-bottom: 0;
}

#al .al-text {
    width: 614px;
    text-align: left;
}

#al .al-img {
    width: 696px;
    position: relative;
    cursor: pointer;
}

#al .al-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-image: url(../RJ-img/play.webp);
    background-size: cover;
}

#al .al-img:hover::after {
    background-image: url(../RJ-img/videoPlay-hover.svg);
    width: 64px;
    height: 64px;
}

#al .al-1 .n-to-doc {
    margin-top: 32px;
    border-radius: 24px;
    padding: 8px 24px;
    display: block;
}

#al .al-2 {
    margin-top: 100px;
}

#al .n-fa-subtitle {
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 4px;
    margin-bottom: 16px;
}

#al .n-fa-desc {
    margin-bottom: 0;
}

#al .n-fa-card-content {
    position: static;
    padding: 16px;
    background-color: #FFFFFF;
    text-align: left;
}

#al .n-fa-card-content .n-fa-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

#al .n-fa-more {
    color: #E60039;
    margin-top: 16px;
    padding: 12px 0;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#al .n-fa-more::after {
    background-image: url(../RJ-img/link-red.svg);
    content: '';
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
}

#al .n-fa-card:hover .n-fa-more::after {
    transform: translateX(8px);
}

#fa {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#fa .n-fa-card {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    #al .al-text {
        width: 544px;
    }

    #al .al-img {
        width: 596px;
    }
    .n-page-desc {
        width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    #al .al-text {
        width: 504px;
    }

    #al .al-img {
        width: 546px;
    }

    #al .n-fa-subtitle {
        font-size: 16px;
    }
    .n-page-desc {
        width: 1080px;
        font-size: 16px;
    }
    .content-news .news-title {
        font-size: 16px;
        min-height: 72px;
    }
}

@media screen and (max-width: 768px) {
    #al {
        background-image: url(../RJ-img/al-bg_750.webp);
    }

    #al .al-1 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 24px;
    }

    #al .al-img,
    #al .al-text {
        width: 100%;
    }

    #al .n-fa-title {
        font-size: 20px;
    }

    #al .al-img::after {
        width: 40px;
        height: 40px;
    }

    #al .al-2 {
        margin-top: 40px;
    }

    #fa {
        grid-template-columns: repeat(1, 1fr);
    }
}

#value .n-value-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#value .n-value-item {
    overflow: hidden;
    border-radius: 4px;
}

#value .n-value-cover {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#value .n-value-cover img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease-out;
}

#value .n-value-cover::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-image: url(../RJ-img/play.webp);
    background-size: cover;
    z-index: 2;
}

#value .n-value-item:hover .n-value-cover::after {
    background-image: url(../RJ-img/videoPlay-hover.svg);
    width: 64px;
    height: 64px;
}

#value .n-value-item:hover .n-value-cover img {
    transform: scale(1.05);
}

#value .n-value-desc {
    padding: 24px;
    background: #F7F9FA;
    color: #2A2B2E;
    font-size: 20px;
    line-height: 150%;
    min-height: 108px;
    font-weight: 700;
}

#related-solutions .n-fa-title {
    color: #FFFFFF;
}
#related-solutions .n-fa-desc {
    color: #FFFFFF;
}
#related-solutions .n-fa-more {
    color: #40ECFF;
}

#related-solutions .n-fa-more::after {
    background-image: url(../RJ-img/link-cyan.svg);
}

@media screen and (max-width: 768px) {
    #value .n-value-list {
        grid-template-columns: repeat(1, 1fr);
    }

    #value .n-value-cover::after {
        width: 40px;
        height: 40px;
    }

    #value .n-value-desc {
        font-size: 16px;
        min-height: auto;
    }
}

/* 方案相关其他热门话题 */
.question-hub-footerbox {
    padding: 60px 0;
    background-image: url(../RJ-img/footer-bg.webp);
    background-size: 100% 100%;
}

.question-hub-footer {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-hub-footer h2 {
    color: #2A2B2E;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
}

.question-hub-footer-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.question-hub-footer-item {
    width: 336px;
    padding: 20px;
    background-color: #FFFFFF;
}

.question-hub-footer-item h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.question-hub-footer-item p {
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
    margin: 16px 0 24px;
}

.question-hub-footer-item .hub-link {
    position: relative;
    display: flex;
    color: #0175E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 4px;
    padding: 12px 0;
}

.question-hub-footer-item .hub-link::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0175E8;
    display: block;
}

.question-hub-footer-item .hub-link::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../RJ-img/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 8px;
    transition: transform .3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .question-hub-footer-item .hub-link:hover {
        color: #0175E8;
    }

    .question-hub-footer-item .hub-link:hover::after {
        transform: translateX(10px);
    }
}

@media screen and (max-width: 1600px) {
    .question-hub-footer {
        width: 1200px;
    }
    .question-hub-footer-item {
        width: 316px;
    }
}
@media screen and (max-width: 1480px) {
    .question-hub-footer {
        width: 1200px;
    }

    .question-hub-footer-item {
        max-width: 300px;
    }

    .question-hub-footer-item h3 {
        font-size: 18px;
    }

    .question-hub-footer-item p {
        font-size: 14px;
    }

    .question-hub-footer-item .hub-link::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 1280px) {
    .question-hub-footer {
        width: 1080px;
    }

    .question-hub-footer h2 {
        font-size: 24px;
    }

    .question-hub-footer-list {
        gap: 16px;
    }

    .question-hub-footer-item {
        max-width: 290px;
        padding: 16px;
    }
}


@media screen and (max-width: 1200px) {
    .question-hub-footer {
        width: 100%;
        padding: 0 80px;
    }
}

@media screen and (max-width: 1024px) {
    .question-hub-footer {
        flex-wrap: wrap;
        gap: 24px;
    }

    .question-hub-footer-item {
        max-width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .question-hub-footerbox {
        background-image: url(../RJ-img/footer-bg_750.webp);
    }

    .question-hub-footer {
        padding: 0 20px;
        gap: 40px;
    }

    .question-hub-footer h2 {
        font-size: 30px;
    }

    .question-hub-footer-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

    .question-hub-footer-item {
        max-width: 100%;
        padding: 20px;
    }

    .question-hub-footer-item h3 {
        font-size: 20px;
    }

    .question-hub-footer-item p {
        font-size: 16px;
    }
    .nav-show img {
        width: 24px;
        filter: brightness(0) invert(1);
    }
    .n-banner video.pc-show {
        display: none;
    }
    .n-banner .m-show {
        display: block;
        width: 100%;
    }
    .n-page-desc {
        width: 100%;
        font-size: 14px;
    }
    .n-adv-tip {
        padding: 24px 20px;
    }
    .n-adv-tip1{
        background-image: url(../RJ-img/adv1-bg_750.webp);
        background-size: cover;
        height: 340px;
    }
    .n-adv-tip2{
        background-image: url(../RJ-img/adv2-bg_750.webp);
        background-size: cover;
        height: 212px;
    }
    .n-tabs_m img {
        width: 24px;
    }
    #value .n-value-desc {
        padding: 16px;
    }
    .modal-dialog {
        width: 95%;
        margin: 40% auto 35px;
    }
    .n-tabs-resource_m img {
        width: 24px;
    }
    .n-nav {
        background: #2A2B2E;
    }
    .nav-show span {
        color: #ffffff;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-nav-content {
        background: #2A2B2E;
    }
    .n-nav .n-nav-content .n-nav-active {
        border-bottom: 1px solid #FFFFFF;
    }
    .n-nav-content .n-nav-active {
        color: #ffffff;
    }
    .n-nav-content a {
        color: #FFFFFF;
    }
}