.show-m,.n-tabs_m,.bannerCTA{
    display: none;
}
.n-nav-content ul {
    align-items: center;
}
.swiper-button-disabled {
    opacity: 0;
}
.n-nav-content .n-main-btn a{
    color: #FFFFFF;
}
.n-banner-text a:hover,.n-nav-content .n-main-btn a:hover {
    color: #FFFFFF;
}
.whiteBtn {
    border: 0px solid var(--standard-red-color);
}
.gaisu-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    background-image: url(../RJ-img/gaisu-bg.webp);
    background-size: 100% 100%;
}
.gaisu-box h2{
    color: var(---, #385075);
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
}
.gaisu-pm{
    background: linear-gradient(90deg, #E2C688 28.37%, #A86B21 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    padding: 0 36px;
    margin-left: 24px;
}
.gaisu-pm::before,.gaisu-pm::after{
    content: "";
    position: absolute;
    top: 0;
    width: 28px;
    height: 46px;
    background-size: 100% 100%;
}
.gaisu-pm::before{
    background-image: url("../RJ-img/left.webp");
    left: 0;
}
.gaisu-pm::after{
    background-image: url("../RJ-img/right.webp");
    right: 0;
}

.gaisu-box .blueBtn{
    padding: 12px 24px;
    border-radius: 4px;
    background: linear-gradient(256deg, #0E72FF 3.37%, #50B1F3 59.94%);
    backdrop-filter: blur(4.550000190734863px);
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 35px;
}
.gaisu-img{
    width: 120px!important;
    margin-right: 36px;
}

#tongdian{
    background-image: url("../RJ-img/jiagou-bg.webp");
    background-size: 100% 100%;
}
.tongdian-box{
    display: grid;
    gap:24px;
    grid-template-columns: repeat(2, 1fr);
}
.box-title{
    background: linear-gradient(111deg, #0097FF 15.47%, #06F 72.11%);
    padding: 10px 52px;
    text-align: center;
    color: #FFF;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.box-title h3{
    font-weight: 700;
    font-size: 20px;
}
.box-content{
    padding: 12px 24px;
    background-color: #FFFFFF;
}
.n-tab{
    display: flex;
    border-bottom: 1px solid rgba(56, 80, 117, 0.30);
}
.n-tab div{
    color:#7D7D7D;
    text-align: center;
    font-size: 16px;
    line-height: 150%; /* 24px */
    padding: 0 24px 8px;
    cursor: pointer;
}
.n-tab-selected{
    color: #01A0E8!important;
    font-weight: 700!important;
    border-bottom: 3px solid #01A0E8;
}
.n-xuqiu{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12px;
}
.n-text-list{
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.n-text{
    padding: 16px;
    border-radius: 4px;
    background: #F4F6F8;
    height: 108px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.n-text p{
    color:#292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
#value{
    background-image: url(../RJ-img/value-bg.webp);
    background-size: 100% 100%;
}
.value-list{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
}
.value-item{
    text-align: center;
    border-radius: 4px;
    backdrop-filter: blur(15px);
    background-color: #FFFFFF;
}
.value-item img{
    width: 120px;
}
.value-text{
    padding: 0 22px 24px;
}
.value-text h3{
    margin-bottom: 16px;
    color: #2A2B2E;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
}
.value-text p{
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
    text-align: left;
}
.n-tab-fa{
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.n-tab-fa div{
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    padding: 12px 32px;
    border-bottom: 2px solid #E3E5E6;
    cursor: pointer;
}
.n-tab-fa-active{
    color: #E60039!important;
    border-bottom: 2px solid #E60039!important;
}

#caseSwiper-2 {
    margin-top: 60px;
    padding-bottom: 0px;
}
#caseSwiper-2 .swiper-pagination {
    bottom: 10px;
}
#caseSwiper-2 .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: unset;
    background: #FFF;
    opacity: 1;
}
#caseSwiper-2 .swiper-pagination-bullet-active {
    background: #E60039;
}
#caseSwiper {
    margin-top: 100px;
}

.case-card{
    position: absolute;
    background-color: #FFFFFF;
    padding: 36px;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100% - 1400px) / 2);
    width: 402px;
}
.n-case-tab{
    display: flex;
    width: 100%;
    border-bottom: 2px solid #E3E5E6;
}
.n-case-tab div{
    padding: 12px 32px;
    color:#7D7D7D;
    font-size: 24px;
    line-height: 150%; /* 36px */
    cursor: pointer;
}
.n-case-tab-active{
    color: #2A2B2E!important;
    font-weight: 700;
    position: relative;
}
.n-case-tab-active::after{
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #E60039;
    bottom: -2px;
    position: absolute;
    left: calc((100% - 70px) / 2);
}
.n-case-content{
    margin-top: 24px;
    min-height: 212px;
}
.n-case-content1{
    height: 300px;
}
.n-case-content3{
    height: 310px;
}
.n-case-content ul{
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-left: 20px;
}
.n-case-content ul li{
    list-style-type: disc;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.n-tags{
    display: flex;
    gap: 8px;
    margin: 16px 0 28px;
    flex-wrap: wrap;
}
.n-tag{
    color: #2A2B2E;
    font-size: 14px;
    line-height: 32px; /* 21px */
    padding: 0 20px;
    border-radius: 16px;
    border: 0.5px solid rgba(56, 80, 117, 0.50);
    background: #F8FAFB;
}
.n-case-content .n-main-btn{
    border-radius: 21px;
}
.n-case-content .n-main-btn:hover{ 
    color: #FFFFFF;
}
.fa-link{
    color:#292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 16px;
    width: fit-content;
    position: relative;
}
.fa-link::after{
    content: "";
    background-image: url(../RJ-img/arrow.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    top: 2px;
    position: absolute;
    right: -20px;
    transition: all 0.3s ease-in-out;
}
.fa-link a:hover{
    color: #E60039;
}
.fa-link:hover::after{
    transform: translateX(8px);
}
#unc{
    background-image: url(../RJ-img/unc-bg.webp);
    background-size: 100% 100%;
}
#product{ 
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.product-title{
    position: absolute;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.n-tab-product{
    display: flex;
    width: fit-content;
    border-bottom: 2px solid #FFFFFF;
    margin: 32px auto 0;
}
.n-tab-product div{
    padding: 12px 32px;
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    cursor: pointer;
}
.n-tab-product-selected{
    color: #E60039!important;
    position: relative;
}
.n-tab-product-selected::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #E60039;
    bottom: -2px;
    position: absolute;
    left: 0;
}
.product-cta{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%; /* 24px */
    display: flex;
    gap: 28px;
    align-items: center;
}
#product .whiteBtn{
    padding: 12px 24px;
    border-radius: 23px;
    border: 1px solid var(--standard-red-color);
    backdrop-filter: blur(2.5px);
    font-size: 16px;
    line-height: 150%;
    background-color: transparent!important;
}
#product .whiteBtn:hover{
    background-color: var(--standard-red-hover-color) !important;
}
.case-cta{
    margin-top: 40px;
}
#anli-2 .whiteBtn,#faq .whiteBtn{
    padding: 12px 24px;
    border-radius: 23px;
    border: 1px solid var(--standard-red-color);
    backdrop-filter: blur(2.5px);
    font-size: 16px;
    line-height: 150%;
    background-color: transparent!important;
    
}
#anli-2 .whiteBtn:hover,#faq .whiteBtn:hover{
    background-color: var(--standard-red-hover-color) !important;
}
.product-card{
    display: flex;
    gap: 20px;
    padding: 12px 20px;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: linear-gradient(0deg, #FFF 7.43%, #F4F6F9 86.49%);
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.product-card-2{
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.product-card-2-box{
    display: flex;
    gap: 20px;
}
.product-card::after{
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #fff;
}
.card-title{
    color:#2A2B2E;
    font-size: 16px;
    font-weight: 700;
}
.card-desc{
    color: #6A6B6D;
    font-size: 14px;
    margin: 2px 0 4px 0;
}
.product-card a{
    color: #0175E8;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.product-card a::after{
    content: "";
    background-image: url(../RJ-img/Vector.svg);
    background-size: 100% 100%;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
}
.product-card img{ 
    width: 50px;
}
.product-tag{
    text-align: center;
}
.product-tag img{
    width: 48px;
    cursor: pointer;
    animation: fadeLoop 0.5s infinite alternate; /* 2秒循环，往返 */
}

@keyframes fadeLoop {
    from {
      opacity: 0.3;
    }
    to {
      opacity: 1;
    }
}

.product-msg{
    position: absolute;
}
.product-msg-IF2920{
    top: 470px;
    left: 124px;
}
.product-msg-MF2920{
    top: 167px;
    left: 622px;
}
.product-msg-MAP920{
    top: 400px;
    left: 350px;
}
.product-msg-SF2920{
    top: 294px;
    left: 904px;
}
.product-msg-PF2920U{
    top: 250px;
    left: 1160px;
}
.product-msg-AM5832{
    top: 476px;
    left: 1424px;
}
.product-msg-2{
    display: flex;
}
.product-msg-2 .product-card {
    margin-bottom: 0px;
    margin-left: 35px;
}
.product-msg-2 .product-tag {
    margin-top: 24px;
}
.product-msg-2 .product-card::after {
    bottom: 0px;
    top: 36px;
    left: -22px;
    transform: translateX(-50%);
    transform: rotate(90deg);
}
.product-msg-N18010{
    top: 300px;
    left: 990px;
}
.product-msg-S7600{
    top: 530px;
    left: 1170px;
}
.product-msg-huiju{
    top: 284px;
    left: 1330px;
}
#anli-2 .arrowBtn {
    top: 40%
}
/* 相关资料 */
.resourcesSection {
    display: flex;
    align-items: flex-start;
}

.resources-tab {
    flex-shrink: 0;
}
.resources-tab {
    position: relative;
    padding: 12px 0;
    margin-right: 200px;
}

.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: 18px;
    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;
    padding-right: 24px;
    color: #2A2B2E;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImg i {
    display: block;
    margin-top: 12px;
    margin-bottom: 16px;
    font-style: normal;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.resourceImgCover {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0px 0;
}

.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(../RJ-img/link.svg);
    z-index: 3;
}
.resourceCard .transparent-commonlink {
    margin-top: 0;
}
#contactus {
    margin: 0px 0 0;
}
@media screen and (min-width:1068px) {
    .resourceImg:hover .resourceImgCover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1600px) {
    .resources-tab {
        margin-right: 100px;
    }
    .resourceCard p {
        font-size: 16px;
    }
    .resourceImg p {
        margin-top: 14px;
        font-size: 16px;
    }
}

@media screen and (max-width:1280px) {
    .resources-tab {
        margin-right: 100px;
    }
    .resources-tab div {
        margin-top: 36px;
        font-size: 16px;
    }
    .resourceCard {
        padding: 20px;
    }
    .resourceCard p {
        font-size: 14px;
        min-height: 42px;
    }
    .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 (min-width:1068px) {
    .transparent-commonlink.active::after {
        transform: translateX(6px);
    }
}
@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:1600px) {
    .n-text {
        height: 90px;
    }
    .case-card {
        padding: 20px;
        right: calc((100% - 1200px) / 2);
        width: 345px;
    }
    .n-case-tab div {
        padding: 8px 32px;
        font-size: 22px;
    }
    .n-case-content ul li {
        font-size: 14px;
    }
    .n-case-content {
        margin-top: 20px;
    }
    .n-case-content1{
        height: 260px;
    }
    .n-case-content3{
        height: 290px;
    }
    #caseSwiper {
        margin-top: 80px;
    }
    #anli-2 .arrowBtn {
        top: 35%;
    }

}

@media screen and (max-width:1280px) {
    .n-text p {
        font-size: 14px;
    }
    .n-text {
        padding: 12px 16px;
        height: 78px;
    }
    .n-tab-fa div {
        font-size: 18px;
    }
    .case-card {
        padding: 16px;
        right: calc((100% - 1080px) / 2);
    }
    .n-case-tab div {
        padding: 8px 36px;
        font-size: 18px;
    }
    .n-case-content ul {
        gap: 8px;
    }
    .n-tags {
        margin: 12px 0 20px;
    }
    .n-tag {
        line-height: 28px;
    }
    .n-case-content {
        margin-top: 16px;
    }
    .n-case-content1{
        height: 234px;
    }
    .n-case-content3{
        height: 264px;
    }
    .gaisu-img {
        margin-right: 24px;
    }
    .gaisu-box .blueBtn {
        margin-left: 24px;
    }
    .gaisu-pm {
        padding: 0 32px;
        margin-left: 20px;
    }
}

@media screen and (max-width:768px) {
    .n-banner-text a {
        display: ruby-text;
        margin-right: 16px;
        padding: 10px 32px;;
    }
    .show-m {
        display: block;
    }
    .show-pc{
        display: none;
    }
    .tongdian-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 20px;
    }
    .box-title {
        background: #FFFFFF;
        padding: 0;
        text-align: left;
        color: #2A2B2E;
        border-radius: 0;
    }
    #tongdian {
        background-image: unset;
        background-size: 100% 100%;
    }
    .n-xuqiu {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 20px;
    }
    .box-content {
        padding: 12px 0px;
        background-color: #FFFFFF;
    }
    .value-list {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
    .value-text {
        padding: 16px;
    }
    .value-text h3 {
        margin-bottom: 8px;
    }
    .value-text p {
        font-size: 14px;
    }
    .value-item {
        display: flex;
    }
    .value-item img {
        width: 112px;
    }
    .value-text h3 {
        text-align: left;
    }
    #value {
        background-image: url(../RJ-img/value-bg_750.webp);
        padding: 40px 20px 80px;
    }
    #caseSwiper {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .caseInfo {
        width: 100%;
        flex-direction: column-reverse;
        padding: 0px;
    }
    .n-tabs_m{
        display: block;
        padding: 12px 10px;
        color: #2A2B2E;
        border-bottom: 1px solid #E60039;
        background: rgba(1, 117, 232, 0.05);
        margin-bottom: 12px;
    }
    .n-tabs-hide_m{
        border-bottom: 1px solid #D5D5D5;
        background: #E4E8EB;
    }
    .n-tabs_m img{
        width: 24px;
        float: right;
    }
    .arrow-hide-m{
        transform: rotate(270deg);
    }
    .n-tab,#fa-tab{
        display: none;
    }
    .n-text-list {
        gap: 0px;
    }
    .n-text{
        border-radius: 0px;
        padding: 8px 16px;
        height: 70px;
    }
    #caseSwiper-2 .swiper-wrapper{
        flex-wrap: wrap;
        flex-direction: column;
    }
    #caseSwiper-2 .swiper-slide{
        height: auto;
        margin-bottom: 24px;
        opacity: 1!important;
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
    #caseSwiper-2 {
        margin-top: 0px;
        padding-bottom: 0px;
    }
    .case-card {
        position: static;
        padding: 0px 0 24px;
        transform: unset;
        width: 100%;
    }
    .n-tags {
        margin: 16px 0 30px;
    }
    .product-title{
        position: static;
        transform: unset;
    }
    .product-cta{
        position: static;
        transform: unset;
        flex-direction: column;
    }
    #product {
        padding-top: 80px;
        padding-bottom: 80px;
        background-color: #F7F9FA;
    }
    .n-products {
        gap: 24px;
    }
    .n-products .n-product-item {
        padding: 0px 16px 20px;
    }
    .n-products .n-product-item {
        width: 100%;
    }
    .n-products .n-product-item img {
        width: 250px;
    }
    .n-products .n-product-item i {
        margin-top: 8px;
        font-size: 18px;
    }
    .n-products .n-product-item p {
        font-size: 14px;
    }
    .n-products .n-product-item span {
        margin-top: 24px;
        font-size: 16px;
    }
    .card-desc{
        font-size: 16px;
        margin: 24px 0 0px 0;
    }
    .nav-show .whiteBtn {
        display: none;
        background-color: #E60039!important;
        color: #FFFFFF!important;
    }
    .gaisu-img {
       display: none;
    }
    .gaisu-box {
        display: flex;
        flex-direction: column;
        background-image: url(../RJ-img/gaisu-bg_750.webp);
        padding: 40px 20px;
    }
    .gaisu-box h2 {
        font-size: 20px;
        margin-bottom: 0px;
        text-align: center;
    }
    .gaisu-box .show-m {
        margin-bottom: 40px;
    }
    .gaisu-box .blueBtn {
        display: block;
        width: fit-content;
        text-align: center;
        margin-top: 12px;
        margin-left: 0;
    }
    .gaisu-pm {
        padding: 0 32px;
        margin-left:0px;
        font-size: 24px;
        line-height: 46px;
    }
    /* #caseSwiper-2 #content-6,#caseSwiper-2 #content-5{
        display: none;
    } */
}
