* {
    margin: 0;
    padding: 0;
}


/* banner */

.n-banner {
    position: relative;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 150%;
    color: #FFFFFF;
}

.n-banner_desc {
    margin-top: 4px;
    z-index: 5;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
}

.n-banner-content {
    width: 600px;
    margin-top: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.n-banner_video img {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
}

.n-banner_con {
    width: 1400px;
    left: calc((100% - 1400px)/2);
    top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
}

.n-banner_btns {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
}

.n-banner_btn {
    background: #DA0030;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 4px;
    display: inline-block;
    padding: 0 40px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: #FFFFFF;
}

.n-banner_btns .n-banner_btn:nth-child(2),
.n-banner_btns .n-banner_btn:nth-child(3) {
    margin-left: 12px;
    background: #FFFFFF;
}

.n-banner_btn:nth-child(1) {
    color: #FFFFFF;
}

.n-banner_btn:nth-child(2),
.n-banner_btn:nth-child(3) {
    color: #DA0030;
}


/* 导航栏 */

.n-menu {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    /*    backdrop-filter: saturate(150%) contrast(80%) blur(10px);*/
    /*    -webkit-backdrop-filter: blur(30px);*/
    margin-top: -60px;
}

.n-nav {
    width: 1400px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.n-tag ul {
    display: flex;
    flex-direction: row;
}

.n-tag li {
    margin-left: 24px;
    font-size: 14px;
    color: #B5B5B5;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.n-tag li:hover {
    border-bottom: 1px solid #DA0030;
    color: #FFFFFF;
}

.n-tag-selected {
    border-bottom: 1px solid #DA0030!important;
    color: #FFFFFF!important;
    font-weight: bold!important;
}


/* 顶部面包屑 */

.ws-product-detail-bcb {
    width: 170px;
    line-height: 45px;
}

.com-content {
    max-width: 1200px;
    margin: 0 auto;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
    list-style: none;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.ws-product-detail-bcb ul li a {
    font-size: 14px;
    font-family: Microsoft Yahei, Arial, sans-serif;
    color: #B5B5B5;
}

.ws-product-detail-bcb ul li:last-child a,
.ws-product-detail-bcb ul li a:hover {
    color: #FFFFFF;
    text-emphasis: none;
}

.ws-product-detail-bcb .breadcrumb>li+li:before {
    color: #7d7d7d;
    content: ">";
    padding: 0 10px;
}

.ws-product-detail-bcb ul li img {
    width: 16px;
    height: 16px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 面包屑结束 */


/* 通用样式 特殊情况类名前面前头加id*/

.n-page-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #292929;
    padding-top: 95px;
    padding-bottom: 50px;
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-page-content img {
    width: 100%;
}

.n-tab {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
}

.n-tab div {
    box-sizing: content-box;
    margin-right: 112px;
    cursor: pointer;
    padding-bottom: 22px;
    height: 25.3px;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
}

.n-tab div:last-child {
    margin-right: 0;
}

.n-tab-selected {
    font-weight: 700!important;
    color: #0094FF!important;
    border-bottom: 2px solid #0094FF!important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}


/* part1 */

#part1 .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.part1-list {
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    width: 260px;
    height: 538px;
    overflow: hidden;
}

.part1-list:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.part1-list ul {
    margin: 24px 24px 0 24px;
}

.part1-list li {
    margin-left: 20px;
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

.part1-list li:first-child {
    margin-top: 0;
}

.part1-title {
    min-height: 60px;
    margin: 20px 20px 16px 24px;
    font-size: 20px;
    color: #292929;
}

.part1-line {
    height: 1px;
    width: 221px;
    margin: 0 auto;
    background-color: #E7E7E7;
}

.n-praise img {
    margin-right: 4px;
}

.n-praise {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 12px;
    right: 12px;
    position: absolute;
    width: 80px;
    height: 35px;
    background: #DA0030;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.spe-content .swiper-container {
    width: 100%;
    padding: 0 15px;
}

.spe-content .swiper-wrapper {
    justify-content: space-between;
    padding-bottom: 85px;
}


/* part2 */

#part2 {
    background-color: #F7F9FA;
    padding-bottom: 85px;
}

#part2 img {
    display: block;
    max-width: 100%;
}

.method-tit {
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    color: #0094FF;
    padding: 30px 0 20px 0;
}

.method-type {
    display: flex;
    justify-content: center;
}

.method-type a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 437px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    background: #0094FF;
    border-radius: 4px;
    margin: 0 24px;
}

.method-type a span {
    padding-right: 30px;
    background: url(../RJ-img/9-paly.png) no-repeat right center;
    background-size: 24px;
}


/* part3 */

#part4 {
    padding-top: 85px;
}

.part3-info {
    position: relative;
}

.part3-info-title {
    width: 100%;
    top: 50px;
    left: 0;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
}

.part3-info-desc {
    width: 100%;
    left: 0;
    top: 110px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
}

.part3-info img {
    width: 100%;
}

#part3-swiper {
    margin-top: 32px;
}

.part3-pagination,
.information-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #D5D5D5;
}

.n-part3-pag,
.tab-item {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #7D7D7D;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    padding-bottom: 24px;
    margin: 0 55px;
}

.n-part3-pag-active,
.tab-on {
    font-weight: 700;
    font-size: 18px;
    color: #0094FF;
}

.n-part3-pag-active::after,
.tab-on::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    background-color: #0094FF;
}


/* part4 */


/* part5 */

#part5 .swiper-button-next {
    background-image: url(../RJ-img/n-next.svg);
}

#part5 .swiper-button-prev {
    background-image: url(../RJ-img/n-prev.svg);
}

#part5 {
    background-color: #F7F9FA;
    padding-bottom: 50px;
}

#part5 .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n-case {
    max-width: 450px;
    color: unset;
    display: flex;
    flex-direction: column;
    min-height: 540px;
}

.n-case img {
    width: 100%;
}

.n-case h3 {
    margin-top: 24px;
    font-weight: 700;
    font-size: 24px;
    color: #292929;
}

.n-case h4 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
    color: #7D7D7D;
}

.n-case h5 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}

.n-case .item-more {
    font-size: 14px;
    color: #0094FF;
    line-height: 18px;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 30px;
}

#n-case-swiper {
    display: none;
}


/* part6 */

#part6 .n-page-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.part6_swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-product {
    margin-top: 15px;
    max-width: 337px;
    height: 396px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #D5D5D5;
}

.n-product img {
    width: calc(100% - 48px);
    margin: 20px 24px;
}

.n-product h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #292929;
}

.n-product h4 {
    margin: 24px 12px 0 12px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    min-height: 70px;
    line-height: 24px;
}

.n-product h5 {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}

.information-cont {
    margin-top: 55px;
}

.cont-video,
.cont-color,
.cont-report {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cont-video .info-item {
    margin-bottom: 15px;
    max-width: 335px;
}

.cont-video .info-item:last-child {
    margin-bottom: 0;
}

.cont-video .info-item .item-img {
    display: block;
    position: relative;
}

.cont-color .info-item {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #292929;
}

.cont-color .item-more {
    display: block;
    width: 133px;
    height: 42px;
    border: 1px solid #D5D5D5;
    color: #E10032;
    font-size: 16px;
    line-height: 42px;
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
}

.cont-color .item-more span {
    background: url(../RJ-img/down.png) no-repeat right center;
    background-size: 19px;
    padding-right: 25px;
}

.cont-report .info-item {
    max-width: 450px;
    flex: 1;
}

.cont-video .info-item .item-tit,
.cont-report .info-item .item-tit {
    padding: 20px 0;
    font-size: 20px;
    line-height: 28px;
}

.cont-report .info-item .item-time {
    font-size: 14px;
    color: #7D7D7D;
    position: relative;
    top: 12px;
    margin-top: 5px;
}

.cont-video .info-item .item-more,
.cont-report .info-item .item-more {
    font-size: 14px;
    color: #0094FF;
    line-height: 30px;
}

.information-cont .cont-info {
    display: none;
}

.information-cont .cont-info.cont-show {
    display: flex;
}


/* part7 */


/*#part7 .n-page-title {
    padding-top: 30px;
}*/

.common-qa {
    width: 1400px;
    margin: 70px auto 0 auto;
}

.qa-content div {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

.qa-content b {
    font-size: 16px;
}

.qa-content div:last-child {
    margin-top: 12px;
}

.common-qa .qa-content:first-child {
    margin-top: 0;
}

.common-qa .qa-content:last-child,
.qa-more .qa-content:last-child {
    border-bottom: none;
}

.qa-content {
    margin-top: 24px;
    padding-bottom: 24px;
    width: 1400px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.qa-content li {
    list-style: disc;
}

.qa-more {
    width: 1400px;
    margin: 0 auto;
}

.qa-btn {
    margin: 48px auto 10px auto;
    width: 80px;
    cursor: pointer;
}

.qa-btn div {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: inline-block;
}


/* part8 */

#part8 .n-page-content {
    margin-bottom: 50px;
}


/*客户评价*/

.com-evaluate-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.com-evalute-content {
    width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    padding-bottom: 16px;
    padding-top: 16px;
}

.com-evalute-content:last-child {
    border-bottom: none;
}

.com-evaluate-img img {
    width: 60px;
}

.com-evalute-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.com-evalute-info {
    margin-left: 26px;
}

.com-evalute-main {
    width: 996px;
}

.com-evalute-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #292929;
    min-height: 60px;
}

.com-evalute-main {
    margin-left: 60px;
}

.com-evaluate-date {
    margin-top: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #7D7D7D;
}

.com-evaluate-btns {
    margin-left: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #7D7D7D;
}

.com-evaluate-btn {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    align-items: center;
}

.com-evaluate-btn:nth-child(1) .evaluate-btn-hover {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../RJ-img/praise1.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.com-evaluate-btn:nth-child(3) .evaluate-btn-hover {
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(../RJ-img/praise2.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.com-evaluate-line {
    margin: 0 5px;
}

.com-evaluate-more {
    margin-left: 106px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: flex;
}

.com-comment {
    width: fit-content;
    width: 112px;
    height: 43px;
    line-height: 43px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #292929;
    cursor: pointer;
}


/* 建议 */

.n-end {
    background-image: url(../RJ-img/end-bg.png);
    background-size: cover;
}

.n-end .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.n-end-title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 150%;
    color: #292929;
}

.n-end-title b {
    font-size: 24px;
}

.advice-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 54px;
    background: #E10032;
    border-radius: 4px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.advice-btn:hover {
    color: #FFFFFF;
}

.show-mobile {
    display: none;
}

.show-pc {
    display: block;
}

@media screen and (max-width:1440px) {
    .n-banner_con {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-nav {
        width: 1200px;
    }
    .n-page-content {
        width: 1200px;
    }
    .com-evalute-content {
        width: 1200px;
    }
    .common-qa {
        width: 1200px;
    }
    .qa-content {
        width: 1200px;
    }
    .n-banner_title {
        font-size: 34px;
    }
    .n-banner_desc {
        font-size: 20px;
    }
    .n-banner-content {
        font-size: 14px;
    }
    .n-banner_btn {
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        width: 122px;
    }
    .n-nav .com-content {
        padding: 0;
    }
    .n-banner_btns {
        margin-top: 24px;
    }
    .n-page-title {
        font-size: 28px;
        padding: 80px 0 42px 0;
    }
    .part1-title {
        font-size: 17px;
        margin: 17px 17px 6px 20px;
    }
    .part1-list li {
        margin-left: 10px;
        font-size: 13px;
    }
    .n-case {
        max-width: 382px;
        min-height: 450px;
    }
    .n-case h3 {
        font-size: 20px;
        margin-top: 20px;
    }
    .n-case h4 {
        font-size: 13px;
        margin-top: 10px;
    }
    .n-product {
        max-width: 286px;
        height: 366px;
    }
    .cont-video .info-item {
        max-width: 285px;
        margin-bottom: 35px;
    }
    .cont-report .info-item {
        margin: 0 10px;
    }
    .cont-video .info-item .item-tit,
    .cont-report .info-item .item-tit {
        padding: 17px 0;
        font-size: 17px;
        line-height: 24px;
    }
    .n-end-title,
    .n-end-title b {
        font-size: 20px;
    }
    .part1-list {
        width: 220px;
        height: 450px;
    }
    .method-tit {
        font-size: 25px;
        line-height: 30px;
    }
    .method-type a {
        width: 370px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
    .n-part3-pag,
    .tab-item {
        font-size: 15px;
        margin: 0 46px;
        padding-bottom: 20px;
    }
    .part1-line {
        width: 180px;
    }
    .qa-more {
        width: 1200px;
    }
    .com-evalute-main {
        width: 800px;
    }
    .part3-info-title {
        top: 42px;
        font-size: 20px;
    }
    .part3-info-desc {
        top: 85px;
        font-size: 13px;
        line-height: 180%;
    }
}

@media screen and (max-width:1200px) {
    .n-banner_con {
        width: 100%;
        left: 0;
        padding: 0 20px;
        transform: translateY(-46%);
    }
    .n-nav {
        width: 100%;
        padding: 0 20px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .com-evalute-content {
        width: 100%;
        padding: 10px 10px;
    }
    .common-qa {
        width: 100%;
    }
    .qa-content {
        width: 100%;
        padding: 0 10px;
    }
    .n-banner_title {
        font-size: 28px;
    }
    .n-banner_desc {
        font-size: 16px;
    }
    .n-banner-content {
        font-size: 12px;
    }
    .n-banner_btn {
        font-size: 13px;
    }
    .n-page-title {
        font-size: 22px;
        padding: 60px 0 35px 0;
    }
    .spe-content .swiper-wrapper {
        padding-bottom: 30px;
        flex-wrap: wrap;
        justify-content: stretch;
    }
    .spe-content .swiper-container {
        padding: 0 5px;
    }
    .part1-list {
        width: 32%;
        height: auto;
        margin: 0 5px 10px 5px;
    }
    .n-case {
        width: 32%;
        min-height: auto;
    }
    .n-product {
        max-width: 24%;
        height: auto;
        padding-bottom: 10px;
    }
    .n-product h3 {
        min-height: 75px;
    }
    .n-product h4 {
        font-size: 12px;
        line-height: 18px;
        min-height: 40px;
    }
    .cont-video .info-item {
        max-width: 24%;
        margin-bottom: 15px;
    }
    .cont-video .info-item .item-tit,
    .cont-report .info-item .item-tit {
        padding: 10px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .cont-video .info-item .item-more,
    .cont-report .info-item .item-more {
        font-size: 12px;
        line-height: 18px;
    }
    .cont-report .info-item {
        max-width: 32%;
    }
    .cont-color .info-item {
        font-size: 14px;
    }
    .cont-color .item-more {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .com-evaluate-btns {
        width: 150px;
        margin-left: 40px;
    }
    .information-cont {
        margin-top: 30px;
    }
}

@media screen and (max-width: 880px) {
    .n-menu {
        display: none;
    }
}

@media screen and (max-width:750px) {
    .show-mobile {
        display: block;
    }
    .show-pc {
        display: none;
    }
    .n-banner_con {
        padding: 0;
        width: 80%;
        left: 8%;
        transform: translateY(10%);
        top: 0;
    }
    .n-banner_title {
        color: #FFFFFF;
        font-size: 1.25rem;
        padding-top: 1.8125rem;
    }
    .n-banner_desc {
        color: #FFFFFF;
        margin-top: .125rem;
        font-size: 1.125rem;
    }
    .n-banner-content {
        color: #FFFFFF;
        margin-top: .75rem;
        font-size: .8125rem;
        margin: .75rem auto 0 auto;
    }
    .n-banner_btn {
        width: 6rem!important;
        height: 1.8125rem!important;
        line-height: 1.8125rem!important;
        font-size: .875rem;
    }
    .n-banner_btns {
        justify-content: center;
        margin-top: 5.125rem;
    }
    .n-menu {
        display: none;
    }
    .n-page-title {
        line-height: 150%;
        font-size: 1.0625rem;
        padding-top: 2.6rem;
        padding-bottom: 1.8rem;
    }
    .part1-list {
        width: 100%;
        height: 22.1875rem;
    }
    .n-page-content {
        width: 100%;
    }
    .spe-content .swiper-wrapper {
        flex-wrap: initial;
        justify-content: initial;
    }
    .part1-list {
        margin: 0;
    }
    .part1-title {
        font-size: 1rem;
        margin: .75rem;
        text-align: left;
        min-height: auto;
    }
    .part1-line {
        width: 20.4375rem;
        height: 1px;
    }
    .part1-list li {
        margin-top: 0.125rem;
        margin-left: .75rem;
        font-size: .8125rem;
    }
    .part1-list ul {
        margin: .75rem .75rem 0 .75rem;
    }
    .part1-list:hover {
        box-shadow: none;
    }
    .n-praise {
        display: none;
    }
    #spe-swiper {
        display: block;
    }
    .spe-content .swiper-container {
        padding: 0;
    }
    #spe-swiper .swiper-pagination-bullet {
        background: #D5D5D5!important;
        opacity: 1!important;
    }
    #spe-swiper .swiper-pagination-bullet-active {
        background: #01A0E8!important;
        opacity: 1!important;
    }
    /* part2 */
    #part2 {
        padding-bottom: 3rem;
    }
    .m-part2 {
        color: #292929;
        width: 100%;
    }
    .method-type a {
        width: 100%;
        height: 2.2rem;
        line-height: 2.2rem;
        font-size: .8125rem;
        margin: 0;
        margin-bottom: 0.4rem;
    }
    .method-tit {
        font-size: 1rem;
    }
    .method-type {
        display: block;
    }
    /* part3 */
    #part3 .n-page-content {
        width: 100%;
    }
    .n-part3-pag,
    .tab-item {
        font-size: .8125rem;
    }
    .part3-pagination {
        display: flex;
    }
    .part3-info {
        height: 21.5625rem;
        background-color: #FFFFFF;
    }
    .part3-info-title {
        top: 1.4375rem;
        width: 94%;
        left: calc((100% - 94%)/2);
        font-weight: 700;
        font-size: .875rem;
        line-height: 150%;
        text-align: center;
        margin-top: 1.125rem;
    }
    .part3-info-desc {
        top: 5.6875rem;
        width: 94%;
        left: calc((100% - 94%)/2);
        font-weight: 400;
        font-size: .8125rem;
        line-height: 150%;
        text-align: center;
    }
    .n-part3-pag,
    .tab-item {
        margin: 0 0.55rem;
        padding-bottom: .3125rem;
    }
    .n-part3-pag-active::after {
        margin-top: .375rem;
    }
    /* part4 */
    #part4 {
        padding-top: 2rem;
    }
    /* part5 */
    #part5 {
        margin-top: 0;
        padding-bottom: 1rem;
    }
    #part5 .n-page-content {
        flex-wrap: wrap;
    }
    .n-case {
        max-width: 50%;
        width: 48%;
        height: auto;
        align-items: center;
        align-items: flex-start;
    }
    .n-case:last-child {
        margin-right: 0;
    }
    .n-case-content {
        width: 18.9375rem;
    }
    .n-case h3 {
        margin-top: .75rem;
        font-size: 0.8125rem;
    }
    .n-case h4 {
        white-space: normal;
        width: 10.625rem;
        margin-top: .375rem;
        font-size: .75rem;
        min-height: unset;
    }
    .n-case .item-more {
        display: block;
        font-weight: 400;
        font-size: .75rem;
        color: #0094FF;
        margin-bottom: 0;
        padding: .5rem 0 0.8rem 0;
    }
    .n-case {
        margin-bottom: 1rem;
    }
    .part6_swiper .swiper-wrapper {
        flex-wrap: initial;
        justify-content: initial;
    }
    /* part6 */
    #part6 {}
    .n-product {
        display: flex!important;
        width: 100%!important;
        max-width: 100%;
        height: 16.8rem!important;
        box-sizing: border-box;
    }
    .n-product img {
        margin: .5rem auto 0 auto;
        width: 13.125rem;
        height: 6.25rem;
    }
    .n-product h3 {
        margin-top: .625rem;
        font-size: .8125rem;
        line-height: 150%;
        min-height: auto;
    }
    .n-product h4 {
        margin-top: .375rem;
        font-size: .75rem;
        line-height: 150%;
        min-height: 2.4375rem!important;
        margin-left: 0;
        margin-right: 0;
    }
    .n-product h5 {
        margin-top: .75rem;
        font-size: .8125rem;
        line-height: 1.0625rem;
    }
    .part6_swiper .swiper-pagination-bullet {
        background: #D5D5D5!important;
        opacity: 1!important;
    }
    .part6_swiper .swiper-pagination-bullet-active {
        background: #01A0E8!important;
    }
    /* 常见问题 */
    .common-qa {
        margin: 0 auto;
        width: 100%;
    }
    .qa-content {
        width: 100%;
        padding: .5rem 0;
        margin-top: .5rem;
    }
    .qa-content b {
        font-size: .75rem;
    }
    .qa-content div {
        font-size: .75rem;
    }
    .qa-content div:last-child {
        margin-top: .75rem;
    }
    .qa-more {
        width: 100%;
    }
    .qa-btn {
        font-size: .75rem;
        width: 4.8rem;
        margin: 1.6563rem auto 0 auto;
        text-align: center;
    }
    .qa-more .qa-content:last-child {
        padding-bottom: 0!important;
    }
    .qa-btn img {
        width: .625rem;
    }
    .n-end .n-page-content {
        flex-direction: column;
        justify-content: center;
    }
    .n-end-title b {
        font-size: .9375rem;
    }
    .n-end-title {
        padding-top: 2.4375rem;
        padding-bottom: 1.25rem;
        font-size: .75rem;
        text-align: center;
    }
    .advice-btn {
        width: 14.1875rem;
        height: 1.875rem;
        font-size: .75rem;
        margin-bottom: 3rem;
    }
    .n-end {
        background-image: url(../RJ-img/end-bg_750.png);
    }
    /* part8 */
    #part8 .n-page-title {
        padding-top: 2.5rem;
    }
    .com-evalute-content {
        width: 100%;
        flex-direction: column;
    }
    .com-evalute-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
    }
    .com-top {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .com-evaluate-img img {
        width: 2.125rem;
    }
    .com-evalute-name {
        margin-left: .375rem;
        font-size: .75rem;
        margin-top: 0;
        line-height: normal;
    }
    .com-evalute-main {
        margin-top: .75rem;
        width: 100%;
        margin-left: 0;
    }
    .com-evalute-desc {
        font-size: .75rem;
        line-height: 175%;
    }
    .com-evaluate-date {
        margin-top: .375rem;
        font-size: .625rem;
    }
    .com-evaluate-btn:nth-child(1) .evaluate-btn-hover {
        width: .75rem;
        height: .75rem;
        margin-right: .1563rem;
    }
    .com-evaluate-btn:nth-child(3) .evaluate-btn-hover {
        width: .75rem;
        height: .75rem;
    }
    .com-evaluate-btns {
        margin-left: 0;
        font-size: .625rem;
        justify-content: flex-end;
    }
    .com-evaluate-line {
        margin: 0 .1563rem;
    }
    .cont-video .info-item {
        max-width: 49%;
        margin-bottom: 0.5rem;
    }
    .information-cont .cont-info.cont-show {
        display: flex;
    }
    .cont-report .info-item {
        width: 49%;
        max-width: 49%;
        margin-bottom: .8rem;
    }
    .cont-report .info-item .item-time {
        margin-top: 0;
        top: 0.35rem;
    }
    .information-cont .cont-info.cont-color.cont-show {
        display: block;
    }
    .cont-video .info-item .item-tit,
    .cont-report .info-item .item-tit,
    .cont-color .info-item {
        font-size: .8125rem;
    }
    .cont-color .info-item .item-img {
        width: 35%;
    }
    .cont-video .info-item .item-img:after {
        background-size: 2rem;
    }
    .cont-video .info-item .item-more,
    .cont-report .info-item .item-more,
    .qa-btn div {
        font-size: 0.75rem;
    }
}


/* 7.23添加 */

#part4 {
    background: #f7f9f8;
    margin-top: 60px;
    padding-bottom: 60px;
    padding-top: 0;
}

.sceneTabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sceneTabs div {
    position: relative;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 32px;
    cursor: pointer;
}

.sceneTabs div::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E3E5E6;
}

.sceneTabs div.on {
    color: #E60039;
    pointer-events: none;
}

.sceneTabs div.on::after {
    background-color: #E60039;
    height: 2px;
}

.sceneCont {
    display: none;
}

.sceneCont.active {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sceneCard {
    position: relative;
    background: #FFF;
}

.cardImg {
    overflow: hidden;
}

.cardImg img {
    transition: transform 0.3s ease-in-out;
}

.cardText {
    padding: 24px 24px 86px 24px;
}

.cardText h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    line-height: 125%;
}

.cardText ul {
    margin-top: 12px;
}

.cardText ul li {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-left: 20px;
    list-style: disc;
}

.cardText a {
    position: absolute;
    bottom: 24px;
    width: calc(100% - 48px);
    border-radius: 4px;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    height: 46px;
    line-height: 46px;
}

@media screen and (min-width:768px) {
    .cardText a:hover {
        background: #CC002D;
    }
    .sceneCard:hover img {
        transform: scale(1.05);
    }
}

@media screen and (max-width:1280px) {
    .cardText ul li {
        font-size: 14px;
    }
    .cardText a {
        height: 40px;
        line-height: 40px;
    }
    .sceneTabs div {
        font-size: 16px;
    }
    .cardText h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:1060px) {
    .sceneCont.active {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:768px) {
    .sceneCont.active {
        grid-template-columns: repeat(1, 1fr);
    }
    .sceneTabs {
        position: sticky;
        top: 60px;
        z-index: 9;
        background: #f7f9f8;
    }
    .sceneTabs div {
        padding: 10px 12px;
        font-size: 14px;
    }
    .n-banner-content {
        width: 100%;
    }
    .n-part3-pag,
    .tab-item {
        font-size: .75rem;
    }
}