
.n-banner {
    position: relative;
}
.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}
.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 48px;
    font-weight: 700;
}

.n-banner-text h2 {
    margin-top: 12px;
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 400;
}

.n-banner-text p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.n-banner-text a {
    margin-top: 48px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 40px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    margin-right: 24px;
}

.n-banner-text a:hover{
    background: #CC002D;
}
.red-btn{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 40px;
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
}
.red-btn:hover{
    background: #CC002D;
    color: #FFFFFF;
}
.n-banner-text a:last-child {
    margin-right: 0;
}

.n-banner-text .whiteBtn{
    background: #FFFFFF;
    color: #E60039;
}
.n-banner-text .whiteBtn:hover{
    background: #CC002D;
    color: #FFF;
}
.n-banner-footer{
    width: 1400px;
    bottom: -73px;
    left: calc((100% - 1400px) / 2);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    position: absolute;
}
.n-banner-footer-item{
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(0, 148, 255, 0.15);
    backdrop-filter: blur(16px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.n-footer-img{
    width: 36px;
}
.n-banner-footer-text{
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
    margin-bottom: 12px;
    text-align: center;
}
.n-banner-footer-p{
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: 0 6px;
}
#tiaozhan{
    padding-top: 160px;
}
.n-challenge-card-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.n-challenge-card{
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}
.n-card-content{
    padding: 24px;
    background: #FAFBFC;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}
.n-card-title{
    color:  #2A2B2E;
    font-size: 20px;
    line-height: 150%; 
}
.n-card-desc{
    display: none;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
    margin-top: 16px;
}
.n-page-desc b{
    color: #0094FF;
}


/* 客户案例 */

.caseCont {
    position: relative;
}

.caseInfo img {
    width: 100%;
}

.case-prev,
.case-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.case-prev.swiper-button-disabled,
.case-next.swiper-button-disabled {
    opacity: .1;
    pointer-events: none;
}

.case-prev {
    left: 150px;
}

.case-next {
    right: 150px;
}

.caseInfo {
    margin-top: 60px;
    position: relative;
}

.caseCard {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 424px;
    padding: 36px;
    background-color: #FFF;
    border-radius: 4px;
    text-align: left;
}

.caseCard h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.caseCard p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 180px;
}
#caseSwiper .swiper-pagination{
    bottom: 100px;
}
#caseSwiper .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: unset;
}

#caseSwiper .swiper-pagination-bullet-active {
    background: #E60039;
}

#caseSeciton+.greyBg {
    margin-top: 0;
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
}

.transparent-commonlink::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/cp/riil-rj/lxydyfw/RJ-img/link.svg);
    background-size: cover;
    margin-left: 8px;
    transition: transform .16s linear;
}

.case-download{
    border-radius: 4px;
    border: 1px solid #E60039;
    backdrop-filter: blur(2.5px);
    cursor: pointer;
    padding: 12px 40px;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: fit-content;
    margin: 32px auto 0;
}
.case-download:hover{
    background-color: #CC002D;
    color: #FFFFFF;
}

@media screen and (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}

@media screen and (max-width:1788px) {
    .case-prev {
        left: 20px;
    }
    .case-next {
        right: 20px;
    }
    .case-prev img,
    .case-next img {
        width: 48px;
    }
}

@media screen and (max-width:1600px) {
    .caseCard {
        padding: 24px;
    }
}

@media screen and (max-width:1540px) {
    .caseCard {
        left: calc((100% - 1200px)/2);
    }
}

@media screen and (max-width:1440px) {
    .caseCard p {
        margin-top: 20px;
        font-size: 14px;
        min-height: 105px;
    }
}

@media screen and (max-width:1340px) {
    .caseCard {
        left: calc((100% - 1024px)/2);
    }
    .case-prev img,
    .case-next img {
        width: 40px;
    }
}

@media screen and (max-width:1136px) {
    .case-prev,
    .case-next {
        display: none;
    }
    .caseCard h3 {
        font-size: 16px;
    }
    .caseCard {
        padding: 16px;
    }
    .caseCard p {
        margin-top: 12px;
    }
    .caseCard .transparent-commonlink {
        margin-top: 24px;
        font-size: 14px;
    }
    .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:1056px) {
    .caseCard {
        left: 40px;
        padding: 36px;
    }
}

@media screen and (max-width:600px) {
    .caseCard {
        position: unset;
        transform: unset;
    }
    .caseCard {
        width: 100%;
        padding: 20px;
    }
    .swiper-pagination {
        display: none;
    }
    .caseCard p {
        font-size: 16px;
    }
    .case-pag {
        display: flex;
        justify-content: center;
        gap: 24px;
    }
    .case-prev,
    .case-next {
        position: unset;
        display: block;
        top: unset;
        transform: unset;
    }
    .caseCont {
        padding-bottom: 48px;
    }
}

.n-neirong-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.n-neirong-item{
    position: relative;
}
.n-neirong-box .transparent-commonlink{
    position: absolute;
    top: 103px;
    left: 216px;
    font-size: 14px;
}
.n-neirong-box .transparent-commonlink:hover{
    color: #CC002D;
}
.n-neirong-box .red-btn{
    position: absolute;
    bottom: 24px;
    left: 272px;
}


/* 相关资料 */
.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}
.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 248px;
}

.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: 20px;
    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;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImg i {
    display: block;
    margin-top: 12px;
    font-style: normal;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
}

.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(/cp/riil-rj/lxydyfw/RJ-img/link.svg);
    z-index: 3;
}

.bannerImg {
    display: none;
}

@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1440px) {
    .resources-tab {
        margin-right: 214px;
    }
    .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;
    }
}

@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;
    }
}








@media screen and (max-width:1440px) {
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .n-banner-text h1 {
        font-size: 42px;
    }
    .n-banner-text h2 {
        margin-top: 8px;
        font-size: 20px;
    }
    .n-banner-text p {
        margin-top: 20px;
        font-size: 14px;
    }
    .n-banner-text a {
        margin-top: 24px;
        padding: 10px 24px;
        font-size: 14px;
    }
    .n-banner-footer {
        width: 1200px;
        left: calc((100% - 1200px) / 2);
    }
    .n-page-desc {
        width: 1200px;
    }
    .n-neirong-box .transparent-commonlink {
        top: 88px;
        left: 184px;
        font-size: 12px;
    }
    .n-neirong-item .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .n-neirong-box .red-btn {
        bottom: 22px;
        left: 222px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-text h1 {
        font-size: 32px;
    }
    .n-banner-text h2 {
        font-size: 16px;
    }
    .n-banner-text p {
        margin-top: 16px;
    }
    .n-banner-text {
        left: calc((100% - 1024px)/2);
    }
    .n-banner-text a {
        margin-top: 20px;
    }
    .n-banner-footer {
        width: 1024px;
        left: calc((100% - 1024px) / 2);
        gap: 20px;
        bottom: -60px;
    }
    .n-page-desc {
        width: 1024px;
        font-size: 16px;
    }
    .n-neirong-box .transparent-commonlink {
        top: 72px;
        left: 158px;
    }
    .n-neirong-item .transparent-commonlink::after {
        width: 20px;
        height: 20px;
    }
    .n-neirong-box .red-btn {
        bottom: 16px;
        left: 178px;
    }
    .n-banner-footer-p {
        font-size: 12px;
    }
    .n-banner-footer-item{
        padding: 12px;
    }
    .n-card-title {
        font-size: 16px;
    }
    .n-card-desc {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 40px 24px 0 24px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text h2 {
        font-size: 14px;
    }
    .n-banner-text p {
        margin-top: 12px;
    }
    .n-banner-text a{
        display: flex;
        width: fit-content;
        margin-top: 32px;
    }
    .n-banner-text .whiteBtn {
        margin-top: 10px;
    }
    .n-banner-footer{
        position: static;
        padding: 0 20px;
        margin-top: 40px;
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .n-banner-footer-p {
        font-size: 14px;
    }
    .n-page-content {
        margin: 40px auto 0 auto;
    }
    .n-page-desc {
        width: 100%;
        padding: 0 20px;
        font-size: 16px;
        margin: 16px auto 0 auto;
    }
    #tiaozhan {
        padding-top: 80px;
    }
    .n-challenge-card-list{
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .n-challenge-card{
        width: 100%;
    }
    .n-card-content{
        position: static;
        padding: 12px;
        font-size: 18px;
    }
    .n-card-desc{
        display: block;
        margin-top: 10px;
        font-size: 16px;
    }
    .n-card-title {
        font-size: 18px;
    }
    .pc-show{
        display: none;
    }

    #caseSeciton .n-page-desc{
        display: none;
    }

    .swiper-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .swiper-slide{
        height: auto;   
        margin-bottom: 16px;
    }
    .swiper-slide:last-child{
        margin-bottom: 0px;
    }
    .case-pag{
        display: none;
    }
    .caseCont {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .caseInfo {
        margin-top: 0px;
        width: 100%;
        padding: 0 20px;
    }
    .caseCard{
        background: #F7F9FA;
    }
    .caseCard h3 {
        font-size: 20px;
    }
    .case-download{
       background-color: #E60039; 
       color: #FFFFFF;
    }
    .n-neirong-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .n-neirong-box .transparent-commonlink {
        top: 38vw;
        left: 30vw;
        font-size: 14px;
    }
    .n-neirong-box .red-btn {
        bottom: 8vw;
        left: 27vw;
    }
}