* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.br {
    display: none;
}

.dot {
    display: inline-block;
}

.n-video-bg-m {
    display: none;
}

.pc-show {
    display: block;
}

.zoomBtn,
.n-tabs_m,
.m-show {
    display: none;
}


/* 通用 */

.n-project-page img {
    width: 100%;
}

.n-project-info {
    padding-top: 80px;
    padding-bottom: 80px;
}

.n-page-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}

.n-page-desc {
    color: #6A6B6D;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    margin-top: 16px;
}

.n-page-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}

.blueBg {
    padding: 80px 0 80px 0;
    background: #FAFBFC;
    margin-top: 0px;
}


/* banner和nav */

.n-nav {
    position: relative;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: #2A2B2E;
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #D5D5D5;
    cursor: pointer;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.n-nav-content ul {
    display: flex;
}

.n-nav-content ul li {
    margin-right: 24px;
    display: flex;
    align-items: center;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}

.n-breadcrumb a:hover {
    color: #FFF;
}

.n-breadcrumb a:last-child:hover {
    pointer-events: none;
    color: #D5D5D5;
}

.n-banner {
    position: relative;
}

.n-banner-text {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
    width: 800px;
}

.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: 700;
}

.n-banner-text p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.n-banner-text a {
    margin-top: 60px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: 46px;
    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;
}

.n-banner-text a:last-child {
    margin-right: 0;
}

.n-banner-text .whiteBtn {
    background: #FFF;
    color: #E60039;
}

.n-banner-text .whiteBtn:hover {
    background: #CC002D;
    color: #FFF;
}

.red-btn {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    height: 46px;
    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: #FFF;
}

.whiteBtn {
    background: #FFF;
    color: #E60039;
    border: 1px solid #E60039;
}

.whiteBtn:hover {
    background: #CC002D;
    color: #FFF;
}

.n-tab {
    width: 100%;
    display: flex;
    justify-content: center;
}

.n-tab div {
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid #D5D5D5;
    width: 33.33%;
    display: flex;
    justify-content: center;
}

.n-tab h4 {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
}

.n-tab img {
    width: 32px;
    margin-right: 16px;
}

.n-active-tab {
    background-color: #FFFFFF!important;
    border-bottom: 2px solid #E60039!important;
}

.n-active-tab h4 {
    color: #2A2B2E;
    font-weight: 700;
}

.n-tab-box {
    width: 100%;
    background-color: #FFFFFF;
}


/*架构*/

.n-jiagoubox {
    display: flex;
    gap: 4px;
}

.n-tab-jiagou div {
    width: 240px;
    padding: 0 32px;
    height: calc(50% - 2px);
    background: #FAFBFC;
    display: flex;
    align-items: center;
    color: #2A2B2E;
    font-size: 20px;
    line-height: 150%;
    cursor: pointer;
    /* 30px */
}

.n-tab-jiagou div:last-child {
    margin-top: 4px;
}

.n-tab-content-jiagou {
    width: calc(100% - 244px);
}

.n-tab-jiagou-active {
    font-weight: 700;
    background: #F1F3F5!important;
    border-left: 2px solid #E60039;
}


/*价值*/

.n-tab-box {
    display: flex;
    gap: 48px;
    margin-top: 60px;
}

.n-tab-jiazhi {
    border-right: 1px solid #E3E5E6;
}

.n-tab-jiazhi div {
    padding: 12px 16px 12px 0;
    color: #9B9FA8;
    font-size: 20px;
    line-height: 150%;
    /* 30px */
    width: 240px;
    cursor: pointer;
}

.n-tab-jiazhi {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.n-tab-active-jiazhi {
    font-weight: 700;
    border-right: 2px solid #E60039;
    color: #2A2B2E!important;
}

.n-tab-content-jiazhi-3 {
    background-color: #FAFBFC;
}

.n-jiazhi-3 {
    padding: 24px 40px 0;
    position: relative;
}

.n-jiazhi-3 p {
    color: #6A6B6D;
    font-size: 16px;
    line-height: 150%;
    /* 24px */
}

.n-jiazhi-3 img {
    margin: 24px 83px 36px;
    width: 866px;
}

#caseSwiper {
    margin: 24px 83px;
    padding-bottom: 32px;
    width: 866px;
}

.caseInfo img {
    margin: 0;
    width: 100%;
}

.case-prev,
.case-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.case-prev {
    left: 30px;
}

.case-next {
    right: 30px;
}

#caseSwiper .swiper-pagination-bullet-active {
    background: #E60039;
}

.case-pag img {
    width: 64px;
    margin: 0;
}


/*应用场景*/

.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;
    font-size: 16px;
    text-align: center;
}

.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: #CC002D;
    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: 16px;
    font-weight: 400;
    line-height: 23.76px;
    text-align: center;
    color: #6A6B6D;
    border-radius: 24.5px;
    padding: 14px 58px 12px 48px;
    background-color: #fff;
    cursor: pointer;
}

.yycj-btn strong::after {
    position: absolute;
    content: '>';
    display: inline-block;
    color: #E60039;
    padding: 0 0px 0 9px;
    font-size: 24px;
    font-weight: 300;
}

.yycj-b1 {
    top: 31.5vw;
    left: 16.1vw;
}

.yycj-b2 {
    top: 19vw;
    left: 29.5vw;
}

.yycj-b3 {
    top: 27.5vw;
    left: 44.1vw;
}

.yycj-b4 {
    top: 44vw;
    left: 60.5vw;
}

.yycj-b5 {
    top: 21.5vw;
    left: 61.1vw;
}

.yycj-b6 {
    top: 31vw;
    left: 78.1vw
}

.yycj-item-box {
    position: absolute;
    left: 14.5vw;
    top: 12vw;
    right: 14.5vw;
    /* bottom: 6vw; */
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: none;
    z-index: 10;
}

.yycj-item-t {
    text-align: center;
    padding: 5px 0 20px 0;
}

.yycj-item-t h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.68px;
    padding-bottom: 5px;
}

.yycj-item-t p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    color: #7D7D7D;
}

.compare-t1 {
    height: 45px;
    text-align: center;
    background: #7D7D7D;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}

.compare-t1-box {
    border: 1px solid #ECECEC;
    border-top: none;
    margin-bottom: 15px;
    text-align: center;
}

.compare-flex {
    display: flex;
    justify-items: center;
    align-items: center;
}

.compare-t1-box:last-child {
    margin-bottom: 0;
}

.compare-t2 {
    height: 45px;
    text-align: center;
    background: #0094FF;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
}

.compare-t2-box {
    border: 1px solid #C8DFEB;
    border-top: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #0094FF;
}

.compare-t2-box span {
    display: block;
    text-align: center;
    color: #0094FF;
    padding: 16px 0 12px 0;
}

.compare-t2-box span strong {
    font-weight: 700;
    color: #0094FF;
}

.compare-t3-box {
    border: 1px solid #ECECEC;
    border-top: none;
    text-align: center;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.compare-t3-box span {
    display: block;
    text-align: center;
    color: #7d7d7d;
    padding: 16px 0 12px 0;
}

.compare-t3-box span strong {
    color: #7d7d7d;
}

.compare-t3-box .info-s1,
.compare-t2-box .info-s1 {
    padding: 21px 0 22px 0;
}

.compare-t3-box .info-s1 span,
.compare-t2-box .info-s1 span {
    padding: 12px 0 0 0;
    color: #7d7d7d;
}

.compare-t3-box .info-s1 span strong,
.compare-t2-box .info-s1 span strong {
    color: #7d7d7d;
}

.compare-t2-box .info-s1 span,
.compare-t2-box .info-s1 span strong {
    color: #0094FF;
}

.yycj-item-content {
    display: flex;
    justify-items: center;
    /* align-items: center; */
}

.yycj-item-col {
    margin-right: 20px;
    width: 100%;
    position: relative;
}

.yycj-item-col:last-child {
    margin-right: 0;
}

.compare-c1 {
    width: 60%;
    padding: 10px 20px 0 20px;
}

.compare-c2 {
    width: 31%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #7d7d7d;
}

.compare-c2 strong {
    font-weight: 700;
    color: #7d7d7d;
}

.yycj-item-box img.img-s1 {
    max-height: 183px;
    margin-bottom: 20px;
    margin: 5px auto 3px auto;
}

.yycj-item-box img.img-s2 {
    max-width: 263px;
    max-height: 163px;
    margin: 0 auto;
}

.yycj-item-box img.img-s3 {
    width: 85%;
    margin: 23px auto;
}

.yycj-item-box img.img-s4 {
    width: 80%;
    margin: 28px auto 10px auto;
}

.yycj-item-box img.img-s5 {
    width: 80%;
    margin: 40px auto 13px auto;
}

.yycj-item-box img.img-s6 {
    width: 73%;
    margin: 30px auto 10px auto;
}

.yycj-item-box img.img-s7 {
    width: 70%;
    margin: 30px auto 13px auto;
}

.yycj-item-box img.img-s8 {
    width: 85%;
    margin: 30px auto 10px auto;
}

.yycj-item-box img.img-s9 {
    width: 82%;
    margin: 30px auto 10px auto;
}

.yycj-item-box img.img-s10 {
    width: 88%;
    margin: 30px auto 10px auto;
}

.yycj-item-box img.img-s11 {
    width: 92%;
    margin: 31px auto 10px auto;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.compare-vs {
    background: #7492B9;
    width: 75px;
    height: 75px;
    color: #fff;
    border-radius: 50%;
    font-size: 37px;
    font-weight: 700;
    line-height: 71px;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -37.5px;
    font-family: '微软雅黑';
    z-index: 10;
}

.yycj-item-col .info-list {
    position: absolute;
    right: 13px;
    bottom: 23%;
}

.info-list {
    padding: 0;
}

.info-list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    list-style-type: disc;
    color: #0094FF;
}

.info-list li span,
.info-list li span strong {
    color: #7d7d7d;
}

.compare-desc1,
.compare-desc2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: center;
    color: #7d7d7d;
    padding: 20px 0 5px 0;
}

.compare-desc2 {
    padding: 15px 0 0 0;
}

.compare-desc2 div {
    width: 100%;
    color: #7d7d7d;
    border-right: 1px solid #ececec;
    line-height: 150%;
}

.compare-desc2 div:last-child {
    border: none;
}

.compare-desc2 div span {
    color: #7492B9;
    font-weight: 700;
}

.cta-box {
    margin-top: 48px;
    text-align: center;
}


/* 全光多种形态产品重磅齐发 */

#n-scene {
    margin-top: 80px;
    position: relative;
}

#n-scene .n-page-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5vw;
    color: #FFFFFF;
}

#n-scene .n-page-title h4 {
    font-weight: 700;
    font-size: 36px;
}

#n-scene .n-page-title h5 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 24px;
}

.areaInfo {
    position: absolute;
    /* background: pink; */
}

#area1 {
    width: 15.8vw;
    height: 11vw;
    left: 9vw;
    top: 26vw;
}

#area2 {
    width: 15.2vw;
    height: 3.8vw;
    left: 15.2vw;
    top: 37.4vw;
}

#area3 {
    width: 13.8vw;
    height: 1.8vw;
    left: 25.7vw;
    top: 34.6vw;
}

#area4 {
    width: 7vw;
    height: 4.8vw;
    left: 31.4vw;
    top: 36.6vw;
}

#area5 {
    width: 4vw;
    height: 3.8vw;
    left: 34.4vw;
    top: 30.6vw;
}

#area6 {
    width: 7vw;
    height: 4.8vw;
    left: 39vw;
    top: 29.2vw;
}

#area7 {
    width: 7.2vw;
    height: 9.8vw;
    left: 50vw;
    top: 22vw;
}

#area8 {
    width: 9.2vw;
    height: 9.8vw;
    left: 61.6vw;
    top: 27vw;
}

#area9 {
    width: 16.2vw;
    height: 12.4vw;
    left: 74vw;
    top: 24vw;
}

#area10 {
    width: 14.8vw;
    height: 2.4vw;
    left: 70vw;
    top: 37vw;
}

#area11 {
    width: 16.8vw;
    height: 2.4vw;
    left: 67vw;
    top: 39.8vw;
}

.productInfo {
    display: none;
    position: absolute;
    align-items: center;
    padding: .625vw 1.04vw;
    border-radius: 8px;
    border: 2px solid #FFF;
    background: linear-gradient(0deg, #FFF 7.43%, #F4F6F9 86.49%);
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.productInfo::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .42vw solid transparent;
    border-right: .42vw solid transparent;
    border-top: .52vw solid #FFF;
}

.productInfo img {
    width: 2.6vw;
    margin-right: 1.04vw;
}

.productTitle {
    font-size: .83vw;
    color: #2A2B2E;
    font-weight: 700;
}

.productInfo p {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    font-size: .72vw;
}

.productInfo span {
    display: block;
    margin-top: 4px;
    color: #0175E8;
    font-size: .72vw;
    font-weight: 400;
}

#product1 {
    left: 10.6vw;
    top: 19.6vw;
}

#product2 {
    left: 16.8vw;
    top: 31.2vw;
}

#product3 {
    left: 26.2vw;
    top: 28.4vw;
}

#product4 {
    left: 29.2vw;
    top: 40.2vw;
}

#product4::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .42vw solid transparent;
    border-right: .42vw solid transparent;
    border-bottom: .52vw solid #FFF;
}

#product4::after {
    display: none;
}

#product5 {
    left: 30.6vw;
    top: 25.3vw;
}

#product6 {
    left: 36.9vw;
    top: 24vw;
}

#product7 {
    left: 47.4vw;
    top: 16.6vw;
}

#product8 {
    left: 59.9vw;
    top: 21.8vw;
}

#product9 {
    left: 75.6vw;
    top: 19.4vw;
}

#product10 {
    left: 69.6vw;
    top: 31vw;
}

#product11 {
    left: 68.8vw;
    top: 43vw;
}

#product11::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .42vw solid transparent;
    border-right: .42vw solid transparent;
    border-bottom: .52vw solid #FFF;
}

#product11::after {
    display: none;
}

.n-challenge {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.n-challenge-card {
    border-radius: 4px;
    position: relative;
}

.n-challenge-card img {
    transition: all 0.3s ease-in-out;
}

.n-challenge-card:hover img {
    transform: scale(1.05);
}


/*场景*/

.n-scene-content {
    padding: 24px;
    background: #F7F9FA;
}

.n-scene-title {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
    /* 25px */
    margin-bottom: 8px;
}

.n-scene-subtitle {
    color: #2A2B2E;
    font-size: 20px;
    line-height: 125%;
    /* 25px */
    margin-bottom: 12px;
}

.n-scene-desc {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.transparent-commonlink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    width: 100px;
    margin: 18px 0 0 0;
}

.transparent-commonlink::after {
    content: '';
    background-image: url(../RJ-img/link.svg);
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: transform .16s linear;
    -webkit-transition: transform .16s linearr;
    -moz-transition: transform .16s linear;
    -o-transition: transform .16s linear;
}

.n-challenge-card:hover .transparent-commonlink::after {
    transform: translateX(8px);
}

#jszl .n-page-content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.jszl-box {
    background: linear-gradient(102deg, #9BA2AA 0.01%, #6F7783 100.01%);
    padding: 64px 0 64px 48px;
    display: flex;
    align-items: center;
}

.jszl-box ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    margin-left: 14px;
    width: 652px;
}

.jszl-box ul a {
    color: #FFF;
}

.jszl-box ul li {
    margin-bottom: 16px;
    cursor: pointer;
    list-style: disc;
    position: relative;
}

.jszl-box ul li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../RJ-img/white-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.jszl-box ul li:hover {
    border-bottom: 1px solid #FFF;
}

.n-info-tab {
    border-left: 1px solid #D5D5D5;
    margin-right: 230px;
}

.n-info-tab .n-info-tab-active {
    color: #E60039;
    pointer-events: none;
}

.n-info-tab .n-info-tab-active::after {
    content: '';
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #E60039;
}

.n-info-tab div {
    padding-left: 24px;
    position: relative;
    margin-bottom: 48px;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    line-height: 150%;
    /* 30px */
}

.n-info-tab div:last-child {
    margin-bottom: 0;
}

.n-infos {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}

.n-info-content {
    display: flex;
    flex-wrap: wrap;
}

.n-info {
    margin-top: 24px;
    margin-right: 24px;
    width: 520px;
    border-radius: 4px;
    padding: 24px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFF 100%);
    box-shadow: 0px 6px 20px 0px rgba(213, 219, 228, 0.50);
}

.n-info:nth-child(1),
.n-info:nth-child(2) {
    margin-top: 0;
}

.n-info:nth-child(even) {
    margin-right: 0;
}

.n-info h6 {
    color: #292929;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    height: 54px;
}

.n-info span {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
}

.n-info:hover .transparent-commonlink::after {
    transform: translateX(8px);
}

#qaSection {
    padding-bottom: 120px;
}

#qaSection .n-page-content {
    margin-top: 60px;
}

.n-qa {
    padding-top: 32px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.50);
    padding-bottom: 32px;
}

.n-ask {
    color: #292929;
    font-size: 18px;
    font-weight: 700;
    line-height: 125%;
}

.n-answer {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}

@media screen and (max-width:1720px) {
    .n-yycj-box .n-page-title-desc {
        top: 8.5vw;
    }
    .jszl-box {
        padding: 40px 0 40px 48px;
    }
    .jszl-box ul li {
        margin-bottom: 12px;
    }
}

@media screen and (max-width:1600px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
        margin: 48px auto 0 auto;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1200px)/2);
        width: 580px;
    }
    .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;
        height: 40px;
        padding: 10px 24px;
        font-size: 14px;
    }
    .n-nav {
        height: 48px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-tab h4 {
        font-size: 18px;
    }
    .n-jiazhi-3 img {
        width: 666px;
    }
    .case-pag img {
        width: 48px;
    }
    #caseSwiper {
        width: 666px;
    }
    .n-scene-desc {
        height: 140px;
    }
    .n-scene-subtitle {
        font-size: 18px;
    }
    .n-info-tab {
        margin-right: 120px;
    }
    .n-info {
        width: 470px;
    }
    .jszl-box ul li {
        margin-bottom: 8px
    }
    .jszl-box ul {
        width: 550px;
    }
    .jszl-box {
        padding: 32px 0 32px 48px;
    }
    .yycj-item-box {
        left: 6vw;
        right: 6vw;
        top: 10.5vw;
    }
}

@media screen and (max-width:1280px) {
    /* 通用 */
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        width: 1080px;
        margin: 40px auto 0 auto;
    }
    .n-project-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /* banner */
    .n-banner-text {
        left: calc((100% - 1080px)/2);
        width: 580px;
    }
    .n-nav-content {
        width: 1080px;
    }
    .n-tab h4 {
        font-size: 16px;
    }
    .n-banner-text h1 {
        font-size: 38px;
    }
    .n-jiazhi-3 img {
        width: 546px;
    }
    .case-pag img {
        width: 48px;
    }
    #caseSwiper {
        width: 546px;
    }
    .n-scene-desc {
        font-size: 14px;
    }
    .n-scene-subtitle {
        font-size: 16px;
    }
    .jszl-box ul {
        font-size: 14px;
        width: 480px;
    }
    .jszl-box {
        padding: 28px 0 28px 48px;
    }
    .n-info {
        width: 414px;
    }
}

@media screen and (max-width:768px) {
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        background: #2A2B2E;
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
        background: #2A2B2E;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 1.25rem;
        justify-content: space-between;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 24px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        border-bottom: 1px solid #DA0030;
        padding-bottom: 4px;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .n-banner img {
        display: block;
    }
    .n-banner video {
        display: none;
    }
    .n-banner-text {
        left: 0;
        transform: unset;
        top: 0;
        width: 100%;
        padding: 40px 20px 0 20px;
    }
    .ys_header {
        height: 64px!important;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text h2 {
        font-size: 16px;
    }
    .n-banner-text p {
        margin-top: 12px;
        font-size: 14px;
    }
    .n-banner-text a {
        margin-top: 32px;
        height: 40px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 100%;
    }
    .n-page-title {
        font-size: 22px;
        padding: 0 20px;
    }
    .n-page-desc {
        font-size: 14px;
        padding: 0 20px;
    }
    .n-tab-content {
        padding-top: 0px;
    }
    .n-project-info {
        padding-top: 40px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
        margin: 40px auto 0 auto;
        position: relative;
    }
    .n-banner-text .whiteBtn {
        background: #FFF;
        color: #E60039;
        font-size: 14px;
        border-radius: 4px;
    }
    .whiteBtn {
        background: #E60039;
        padding: 6px 18px;
        color: #FFF;
        font-size: 14px;
        border-radius: 4px;
    }
    .n-nav-content .primary-btn {
        display: none;
    }
    .nav-show .whiteBtn {
        height: 50px;
        border-radius: 0;
        line-height: 38px;
    }
    .zhixunbtn {
        display: none!important;
    }
    .n-project-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .n-tab {
        display: none;
    }
    .n-tab-box {
        width: 100%;
        background: #FAFBFC;
    }
    .n-tab-content {
        margin-bottom: 12px;
    }
    .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;
        font-weight: 700;
    }
    .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);
    }
    .m-show {
        display: block;
    }
    .pc-show {
        display: none;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-tab-jiagou,
    .n-tab-jiazhi {
        display: none;
    }
    .n-jiagoubox {
        display: flex;
        flex-direction: column;
    }
    .n-tab-content-jiagou {
        width: 100%;
        display: block!important;
        position: relative;
    }
    .n-tab-content-jiazhi {
        width: 100%;
    }
    .zoomBtn {
        display: block;
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
    .n-jiazhi-3 p {
        display: none;
    }
    .n-tab-box {
        margin: 12px 0;
    }
    .n-jiazhi-3 {
        padding: 0;
    }
    .n-jiazhi-3 img {
        width: 100%;
        margin: 0
    }
    .n-yycj-box {
        position: relative;
        margin-top: 40px;
        background: #EAF1F7;
        padding-bottom: 60px;
    }
    .yycj-btn strong::after {
        display: none;
    }
    .yycj-btn strong {
        box-shadow: 0px 4px 4px 0px rgba(109, 158, 204, 0.3);
        display: block;
        font-size: 1rem;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        color: #0094FF;
        border-radius: .95rem;
        padding: .15rem .45rem;
        background-color: #fff;
        cursor: pointer;
    }
    .yycj-b1 {
        top: 67vw;
        left: 2vw;
    }
    .yycj-b2 {
        top: 47vw;
        left: 17.5vw;
    }
    .yycj-b3 {
        top: 54.5vw;
        left: 36.1vw;
    }
    .yycj-b4 {
        top: 77vw;
        left: 45.5vw;
    }
    .yycj-b5 {
        top: 48.5vw;
        left: 61.1vw;
    }
    .yycj-b6 {
        top: 57vw;
        left: 77.1vw;
        width: 24vw;
    }
    .yycj-item-box {
        position: relative;
        display: block;
        padding: 15px;
        margin: 0px 20px 20px 20px;
        left: inherit;
        right: inherit;
        top: inherit;
    }
    .yycj-item-box .close-btn {
        display: none;
    }
    .yycj-item-content {
        display: block;
    }
    .yycj-item-box .compare-vs {
        position: inherit;
        margin: 5px auto;
        left: inherit;
        top: inherit;
        z-index: inherit;
    }
    .n-yycj-box .n-page-title {
        top: 14.5vw
    }
    .n-yycj-box .n-page-title-desc {
        top: 25.5vw;
    }
    .compare-t3-box {
        margin-bottom: 15px;
    }
    .yycj-item-box img.img-s5 {
        width: 80%;
        margin: 25px auto 48px auto;
    }
    #n-scene .n-page-title h4 {
        font-weight: 700;
        font-size: 22px;
    }
    #n-scene .n-page-title h5 {
        font-size: 16px;
    }
    #n-scene .n-page-title {
        padding: 0;
        top: 40px;
    }
    .n-challenge {
        grid-template-columns: repeat(1, 1fr);
    }
    .cta-box {
        margin-top: 24px;
    }
    #jszl .n-page-content {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }
    .jszl-box ul {
        width: 100%;
    }
    .jszl-box {
        padding: 24px 12px;
    }
    .jszl-box ul li {
        margin-bottom: 12px;
    }
    .jszl-box ul li::after {
        right: -10px;
    }
    .n-info-tab {
        display: none;
    }
    .n-info-content {
        gap: 24px;
    }
    .n-info {
        width: 100%;
        margin-right: 0px;
    }
    .n-info h6 {
        font-size: 16px;
    }
    .productInfo,
    .areaInfo {
        display: none!important;
    }
    #qaSection {
        margin-top: 0px;
        padding-bottom: 80px;
    }
    #qaSection .n-page-content {
        margin-top: 12px;
    }
    .n-qa {
        padding-top: 28px;
    }
}