.bannerInfo {
    width: 700px;
}
.yycj-item-title-m{
    display: none;
}
.bannerInfo h1 {
    color: var(--dark-color);
}
.bannerInfo p {
    color: var(--neutra-color);
}
.navCont {
    position: sticky;
    width: 100%;
    padding: 14px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    z-index: 20;
}

.navText {
    display: none;
}

.navInfo {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
}

.navTab {
    position: relative;
    margin-left: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    cursor: pointer;
}

.navTab.active {
    font-weight: 700;
    color: #2A2B2E;
    pointer-events: none;
}

.navTab.active::after {
    content: '';
    display: block;
    background-color: #E60039;
    width: 100%;
    height: 2px;
}

.pageCont {
    width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
}
.n-cont-box {
    display: flex;
    justify-content: center;
    row-gap: 80px;
    column-gap: 100px;
    flex-wrap: wrap;
}
.n-item{
    display: flex;
    align-items: start;
    gap: 20px;
    width: 400px;
}
.n-item img {
    width: 96px;
    height: 96px;
}
.n-item-text h3{
    color: #2A2B2E;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.n-item-text p{
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.pageCont-1{
    padding: 120px 0 80px;
}

/*应用场景*/

.n-yycj-box {
    position: relative;
}

.n-yycj-box .n-page-title,
.n-yycj-box .n-page-title-desc {
    position: absolute;
    top: 5vw;
    left: 0;
    right: 0;
}

.n-yycj-box .n-page-title-desc {
    top: 7.5vw;
}

.yycj-btn {
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 4px;
    display: inline-block;
    border-radius: 29.5px;
    position: absolute;
}

.yycj-btn:hover strong {
    background-color: #0094FF;
    color: #fff;
}

.yycj-btn:hover strong::after {
    color: #fff;
}

.yycj-btn strong {
    box-shadow: 0px 4px 4px 0px rgba(109, 158, 204, 0.3);
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.76px;
    text-align: center;
    color: #0094FF;
    border-radius: 24.5px;
    padding: 15px 55px 11px 45px;
    background-color: #fff;
    cursor: pointer;
}

.yycj-btn strong::after {
    position: absolute;
    content: '>';
    display: inline-block;
    color: #0094FF;
    padding: 0 0px 0 9px;
    font-size: 24px;
}
.yycj-b2 {
    top: 28vw;
    left: 14.1vw;
}

.yycj-b3 {
    top: 18vw;
    left: 40.1vw;
}

.yycj-b4 {
    top: 42vw;
    left: 54.5vw;
}

.yycj-b5 {
    top: 20.5vw;
    left: 61.1vw;
}

.yycj-b6 {
    top: 28vw;
    left: 75.1vw;
}

.yycj-item-box {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: 70%;
    display: none;
    z-index: 10;
}

.yycj-item-content {
    display: flex;
    justify-items: center;
    /* align-items: center; */
}

.close-btn {
    position: absolute;
    right: 2vw;
    top: 1.5vw;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

/*案例*/
.anliCont{
    background-image: url(../RJ-img/anli-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.caseCard{
    position: static;
    transform: unset;
    width: 614px;
    background-color:unset;
    padding: 0;
}
.caseInfo{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 80px 0 100px;
}
.caseImg {
    width: 696px;
}
.caseCard h3{
    font-size: 24px;
}
.caseCard p {
    margin-top: 16px;
    font-size: 20px;
    min-height: unset;
}
.caseCard .transparent-commonlink {
    margin-top: 32px;
}
.case-prev {
    left: -150px;
}
.case-next {
    right: -150px;
}
.n-project-info.greyBg{
    margin-top: 0;
}

.resourceCard{
    border-radius: 4px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0px 6px 20px 0px rgba(213, 219, 228, 0.50);
}
.resources-tab {
    margin-right: 210px;
}
.qaInfo:nth-child(n+4) {
    display: block;
}
.n-project-btn{
    cursor: pointer;
}
.n-project-btn img{
    width: 24px;
    margin-right: 8px;
}
.resourceCard p {
    font-size: 18px;
}
.n-project-img{
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: white;
    padding: 0 20px 20px 20px;
    border-radius: 5px;
    width: 50%;
    position: relative;
    text-align: right;
}

.close {
    display: block;
    cursor: pointer;
    font-size: 40px;
}

.modal-content iframe {
    width: 100%;
    height: 30vw;
}
.caseCard a:hover .transparent-commonlink::after{
    transform: translateX(8px);
}
.product-card:hover .transparent-commonlink::after{
    transform: translateX(8px);
}
.resourceCard:hover .transparent-commonlink::after{
    transform: translateX(8px);
}
.product-card img{
    transition: all 0.3s ease;
}
.product-card:hover img{
    transform: scale(1.05);
}

.connentCont {
    background-image: url(../RJ-img/concat.webp);
}
.connectInfo{
    width: 633px;
}
.connectInfo h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 4px;
}
.connectInfo p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin-bottom: 24px;
}
#connectSection{
    padding-top: 120px;
}

@media screen and (max-width: 1600px) {
    .case-prev {
        left: -60px;
    }
    .case-next {
        right: -60px;
    }
}
@media screen and (max-width: 1440px) { 
    .bannerInfo {
        width: 640px;
    }
    .n-cont-box {
        row-gap: 60px;
        column-gap: 60px;
    }
    .n-item {
        gap: 12px;
        width: 360px;
    }
    .n-item-text p {
        font-size: 14px;
    }
    .n-item-text h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .n-item img {
        width: 80px;
        height: 80px;
    }
    .pageCont {
        width: 100%;
        padding: 60px 0;
    }
    .pageCont-1 {
        padding: 120px 0 60px;
    }
    .n-project-desc {
        max-width: 1200px;
    }
    .caseInfo {
        margin: 20px 0 60px;
    }
    .caseCard {
        width: 534px;
    }
    .caseImg {
        width: 616px;
    }
    .caseCard h3 {
        font-size: 20px;
    }
    .caseCard p {
        font-size: 18px;
    }
    .n-project-info.greyBg {
        padding: 80px 0;
    }
    .n-project-info {
        padding-top: 80px;
    }
    .resources-tab {
        margin-right: 140px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .navInfo {
        width: 1200px;
    }
}
@media screen and (max-width: 1280px) {
    .navInfo {
        width: 1080px;
    }
    .pageCont-1 {
        padding: 100px 0 60px;
    } 
    .n-project-desc {
        max-width: 1080px;
    }
    .n-item {
        width: 332px;
    }
    .n-cont-box {
        row-gap: 40px;
        column-gap: 40px;
    }
    .caseCard {
        width: 454px;
    }
    .caseImg {
        width: 536px;
    }
    .caseCard h3 {
        font-size: 18px;
    }
    .caseCard p {
        font-size: 16px;
    }
    .caseInfo {
        margin: 0px 0 40px;
    }
    .anliCont {
        padding: 60px 0;
    }
    .resources-tab {
        margin-right: 100px;
    }
    .resourceCard p {
        font-size: 14px;
    }
    .n-project-content {
        width: 1080px;
    }
}
@media screen and (max-width: 768px) { 
    .bannerInfo {
        left: 0;
        top: 40px;
        transform: unset;
        width: 100%;
        padding: 0 20px;
    }
    .navCont {
        background: #DFE5EB;
        padding: 0 0;
    }
    .navInfo {
        display: none;
        border-top: 1px solid #D5D5D5;
        width: 100%;
        flex-wrap: wrap;
        padding: 6px 20px 0 20px;
    }
    .navTab {
        width: 100%;
        margin-left: 0;
    }
    .navTab.active::after {
        display: none;
    }
    .navText {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 20px;
        color: #2A2B2E;
        font-size: 16px;
        font-weight: 400;
    }
    .navText::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url(../RJ-img/link.svg);
        display: block;
        background-size: cover;
        transform: rotate(90deg);
    }
    .navText.active::after {
        transform: rotate(-90deg);
    }
    .pageCont {
        padding: 40px 20px;
    }
    .pageCont-1 {
        padding: 80px 20px 40px;
    }
    .n-project-desc {
        font-size: 16px;
    }
    .n-project-content {
        width: 100%;
        padding: 0;
        margin: 40px auto 0 auto;
    }
    .n-item img {
        width: 72px;
        height: 72px;
    }
    .n-item {
        gap: 20px;
        width: 100%;
        align-items: center;
    }
    .n-cont-box {
        row-gap: 36px;
        column-gap: 36px;
    }
    .n-project-img{
        width: 1400px;
    }
    .n-project-img-box{
        padding-bottom: 20px;
        overflow-x: auto;
    }
    .yycj-btn{
        display: none;
    }
    .n-yycj-box .n-page-title{
        top: 10vh;
        padding : 0 20px;
    }
    .n-yycj-box .n-page-title-desc {
        top: 19vh;
        padding : 0 20px;   
    }
    .caseInfo {
        flex-direction: column-reverse;
        margin: 0px 0px 40px;
    }
    .caseCont {
        padding: 0 20px 20px;
    }
    .caseImg {
        width: 100%;
    }
    .caseCard {
        width: 100%;
    }
    .caseCard h3 {
        font-size: 20px;
        margin-top: 24px;
    }
    .caseCard p {
        font-size: 14px;
    }
    .case-pag {
        display: none
    }
    .swiper-pagination {
        display: block;
    }
    #products .n-project-content{
        padding: 0 20px;
    } 
    .resourcesSection,.qaCont{
        padding: 0 20px;
    }
    .resources-tab {
        margin-right: auto;
        margin-left: auto;
    }
    .yycj-item-box{
        position: relative;
        display: block;
        transform:unset;
        left: 20px;
        top: 0;
        width: calc(100% - 40px);
        padding-top: 20px;
        background: #F1F3F5;
        border-radius: 4px;
        margin-bottom: 20px;
    }
    #yycj-b6-content{
        display: none;
    }
    .yycj-item-title-m{
        display: block;
        color: #2A2B2E;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 100%; /* 24px */
        padding-bottom: 20px;
    }
    .n-yycj-box{
        background-color: #DEE5F1;
        padding-bottom: 60px;
    }
    .yycj-item-box .close-btn{
        transform: rotate(180deg);
    }
    .yycj-item-box-active .close-btn{
        transform: rotate(0deg);
    }
    .yycj-item-box .yycj-item-content{
        display: none;
    }
    .yycj-item-box-active .yycj-item-content{
        display: block;
    }
    .yycj-item-box-active .yycj-item-title-m{
        padding-bottom: 0px;
    }
    .close-btn {
        top: 4vw;
    }
    .modal-content{
        width: 90%;
    }
    .connentCont {
        background-image: url(../RJ-img/concat_750.webp);
        min-height: 470px;
    }
    .connectInfo h2 {
        font-size: 22px;
    }
    .connectInfo p {
        font-size: 16px;
    }
    .connectInfo {
       text-align: left;
       width: 100%;
    }
    #connectSection {
        padding-top: 80px;
    }
}