/* 方案架构轮播 */
#solution .n-page-desc {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#solution .n-page-content.solutionCont {
    overflow: visible;
}

.solutionCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.solutionSwiperWrap {
    position: relative;
    width: 100%;
    overflow: visible;
}

#solutionSwiper {
    width: 100%;
    padding-bottom: 48px;
}

#solutionSwiper .swiper-slide img {
    width: 100%;
    display: block;
}

#solutionSwiper .swiper-pagination {
    bottom: 0;
}

#solutionSwiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: 0;
    background: #F1F3F5;
    opacity: 1;
}

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

.solutionCont .arrowBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    line-height: 0;
}

.solutionCont .arrowBtn.prev {
    right: calc(100% + 50px);
}

.solutionCont .arrowBtn.next {
    left: calc(100% + 50px);
}

.solutionCont .arrowBtn img {
    width: 70px;
    height: 70px;
    display: block;
}

.solutionConsultBtn {
    margin-top: 40px;
}

.solutionConsultBtn:hover {
    color: #fff;
}

.solutionMobileList {
    display: none;
}

@media screen and (max-width: 1440px) {
    .solutionCont .arrowBtn {
        display: none;
    }
}

/* 相关阅读 */
#related-read {
    padding: 60px 0;
    background-image: url(../RJ-img/footer-bg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.related-read-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 128px;
    width: 1400px;
    margin: 0 auto;
}

#related-read .n-page-title {
    flex-shrink: 0;
    margin-bottom: 0;
}

.related-read-cards {
    display: flex;
    gap: 24px;
    flex: 1;
    max-width: 1057px;
}

.related-read-card {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}

.related-read-card > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.related-read-title {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.related-read-link {
    display: inline-flex;
    align-items: center;
    color: #0175E8;
    font-size: 16px;
    line-height: 150%;
    padding: 12px 0;
}

.related-read-link::after {
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url(../RJ-img/link.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .16s linear;
}

.related-read-card:hover .related-read-link::after {
    transform: translateX(8px);
}

@media screen and (max-width: 1600px) {
    #solution .n-page-desc,
    .related-read-inner {
        width: 1200px;
    }

    .related-read-inner {
        gap: 80px;
    }
}

@media screen and (max-width: 1280px) {
    #solution .n-page-desc,
    .related-read-inner {
        width: 1080px;
    }

    .related-read-inner {
        gap: 48px;
    }

    .related-read-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 1068px) {
    .related-read-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 36px;
    }

    .related-read-cards {
        width: 100%;
        max-width: none;
        flex-wrap: wrap;
    }

    .related-read-card {
        flex: 1 1 calc(50% - 12px);
        min-width: 280px;
    }
}

@media screen and (max-width: 768px) {
    #solution .n-page-desc,
    .related-read-inner {
        width: 100%;
    }

    #related-read {
        background-image: url(../RJ-img/footer-bg_750.webp);
    }

    .related-read-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
        padding: 0 20px;
    }

    .solutionSwiperWrap {
        display: none;
    }

    .solutionMobileList {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .solutionMobileItem {
        border-radius: 4px;
        overflow: hidden;
    }

    .solutionMobileTip {
        padding: 16px;
        background: #0175E8;
        color: #fff;
        font-size: 14px;
        line-height: 150%;
    }

    .solutionMobileImg {
        padding: 20px 0;
        background: #F7F9FA;
    }

    .solutionMobileImg img {
        width: 100%;
        display: block;
    }

    .solutionConsultBtn {
        margin-top: 20px;
    }

    .related-read-cards {
        flex-direction: column;
    }

    .related-read-card {
        flex: 1 1 100%;
        min-width: 0;
    }
    .nav-show img {
        width: 24px!important;
    }
}
