* {
    margin: 0;
    padding: 0;
}


/* banner */

.n-banner {
    position: relative;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    padding-top: 4vw;
    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: 646px;
    margin-top: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}

.n-banner_video {
    position: relative;
}

.n-banner_video::after {
    content: '';
    display: block;
    padding-top: 31.2%;
}

.n-banner_video img {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.n-banner_con {
    width: 1400px;
    left: calc((100% - 1400px)/2);
    top: 0;
    position: absolute;
}

.n-banner_btns {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
}

.n-banner_btn {
    background: linear-gradient(175.62deg, #FF4040 2.49%, #DA0030 134.78%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 4px;
    width: 144px;
    height: 40px;
    line-height: 40px;
    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;
    width: 144px;
    height: 40px;
    background: #FFFFFF;
}

.n-banner_btn:nth-child(1) a {
    color: #FFFFFF;
}

.n-banner_btn:nth-child(2) a,
.n-banner_btn:nth-child(3) a {
    color: #DA0030;
}


/* 导航栏 */

.n-menu {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: saturate(150%) contrast(80%) blur(10px);
    -webkit-backdrop-filter: blur(30px);
    margin-top: -59px;
}

.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;
}


/* 顶部面包屑 */


/* 有配景面包屑 */

.n-breadcrumb-bg {
    display: flex;
    flex-direction: row;
}

.n-breadcrumb-bg li::after {
    content: '>';
    display: inline-block;
    margin: 0 5px;
    color: #FFFFFF;
}

.n-breadcrumb-bg li:last-child:after {
    content: '';
}

.n-breadcrumb-bg li {
    list-style: none;
}

.n-breadcrumb-bg li a {
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 150%;
}

.n-breadcrumb-bg li a:hover {
    color: #DA0030!important;
}

.n-breadcrumb-bg li:last-child a:hover {
    cursor: default;
    color: #FFFFFF!important;
}


/* 面包屑竣事 */


/* 通用样式 特殊情形类名前眼前头加id*/

.n-page-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #292929;
}

.n-page-content {
    width: 1400px;
    margin: 0 auto;
}

.n-page-content img {
    width: 100%;
}

.n-tab {
    width: 100%;
    height: 48px;
    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;
}


/* plan-bg */

#plan-bg {
    padding: 90px 0 100px 0;
    background-image: url(/fa/pj/202209231/RJ-img/banner2.png);
    background-size: cover;
}

#plan-bg .n-page-content {
    margin-top: 48px;
}

#plan-bg .n-page-content .swiper-wrapper {
    justify-content: space-between;
}

#plan-bg .n-page-content .swiper-slide {
    width: 418px;
}

.plan-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.plan-desc {
    margin-top: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.plan-line {
    width: 1px;
    height: 132px;
    background-color: #E7E7E7;
}


/* part1 */

#part1 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part1 .n-page-content {
    margin-top: 48px;
}

.part1-list {
    position: relative;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    width: 332px;
    height: 560px;
    overflow: hidden;
}

.part1-list ul {
    margin: 24px 24px 0 24px;
}

.part1-list li {
    margin-left: 20px;
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #292929;
}

.part1-list li:first-child {
    margin-top: 0;
}

.part1-title {
    min-height: 60px;
    margin: 22px 24px 24px 24px;
    font-size: 20px;
    color: #292929;
}

.part1-line {
    height: 1px;
    width: calc(100% - 48px);
    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-swiper {
    overflow: visible;
}

#spe-swiper .swiper-slide {
    width: 332px;
}

#spe-swiper .swiper-slide:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

#spe-swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


/* part2 */

#part2 {
    background-image: url(/fa/pj/202209231/RJ-img/cloud-bg.png);
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

#part2 .n-page-content {
    margin-top: 48px;
}

#part2-P {
    margin-top: 24px;
}

#part2 .n-page-content img:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.part2-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.part2-row img {
    width: 450px;
    margin-top: 36px;
}

#part2 h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #292929;
}

#part2 .part2-bottom {
    width: 1400px;
    height: 40px;
    background-color: #01A0E8;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
}


/* part3 */

#part3 {
    padding: 90px 0;
}

.value-tab {
    margin-top: 48px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #D5D5D5;
    height: 48px;
}

.value-tab div {
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    border-bottom: 2px solid transparent;
    padding-bottom: 24px;
    margin-right: 64px;
    height: 48.5px;
    cursor: pointer;
}

.value-tab div:last-child {
    margin-right: 0;
}

.value-tab .value-tab-active {
    color: #01A0E8;
    font-weight: 700;
    border-bottom: 2px solid #01A0E8;
    cursor: default;
}

.value-main {
    margin-top: 48px;
    height: 610px;
}

.value-content {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.left-nav {
    height: 100%;
    border-right: 1px solid #D5D5D5;
}

.left-nav-tab {
    margin-top: 64px;
    width: 342px;
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    cursor: pointer;
}

.left-nav-tab:first-child {
    margin-top: 0;
}

.left-nav .left-nav-tab-active {
    padding-right: 1.5px;
    color: #01A0E8;
    border-right: 2px solid #01A0E8;
}

#right_swiper {
    margin-left: 56px;
}

#right_swiper .swiper-slide {
    width: 1002px;
    background-color: #FFFFFF;
}

.rightBox h3 {
    font-weight: 400;
    font-size: 18px;
    color: #292929;
}

.rightBox hr {
    margin: 24px 0;
}

.boxImg {
    width: 100%;
    position: relative;
}

.boxImg ul {
    position: absolute;
    bottom: 24px;
    left: 36px;
}

.boxImg li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

#ul6 {
    left: 70px;
}

#ul7 {
    left: 740px;
}

.custom-p {
    position: absolute;
    width: 720px;
    left: calc((100% - 720px)/2);
    text-align: center;
    top: 36px;
}

.custom-p b {
    font-weight: 400;
    font-size: 18px;
    color: #385075;
}

.custom-p h5 {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}


/* part5 */

#part5 {
    background-image: url(/fa/pj/202209231/RJ-img/case-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#part5 .n-case-prev {
    position: absolute;
    top: 358px;
    left: 46px;
}

#part5 .n-case-next {
    position: absolute;
    top: 358px;
    left: 1582px;
}

.n-case-prev,
.n-case-next {
    cursor: pointer;
    transform: translateY(-60%);
}

#part5 {
    background-color: #F7F9FA;
    padding-top: 90px;
    padding-bottom: 90px;
}

#part5 .n-page-content {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.n-case {
    max-width: 450px;
    color: unset;
    display: flex;
    flex-direction: column;
}

.n-case img {
    width: 450px;
}

.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;
    /* min-height: 144px; */
}

.n-case h5 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}

#case_swiper .swiper-slide {
    width: 450px;
    margin-right: 10px;
}

#n-case-swiper {
    display: none;
}


/* part6 */

#part6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part6 .n-page-content {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#part6 .n-page-title {
    margin-bottom: 58px;
}

.n-product {
    width: 450px;
    height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EEEEEE;
    flex-wrap: wrap;
}

.n-product:nth-child(4),
.n-product:nth-child(5),
.n-product:nth-child(6) {
    margin-top: 24px;
}

.n-product img {
    margin-top: 16px;
    width: 300px;
}

.n-product h4 {
    margin-top: 0px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}

.n-product h5 {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}


/* part7 */


/* #part7 .n-page-content {
    margin-top: 70px;
} */

.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 90px auto;
    width: 80px;
    cursor: pointer;
}

.qa-btn div {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: inline-block;
}

.list-btn {
    margin: 48px auto 90px 0;
    width: 80px;
    cursor: pointer;
}

.list-btn div {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #01A0E8;
    display: inline-block;
}


/* part8 */

#part8 .n-page-content {
    margin-top: 60px;
    margin-bottom: 50px;
}

#part8 .n-page-title {
    padding-top: 0;
}


/*客户评价*/

.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: 796px;
}

.com-evalute-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #292929;
    width: 1000px;
}

.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: 320px;
    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(/fa/pj/202209231/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(/fa/pj/202209231/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(/fa/pj/202209231/RJ-img/n-end.png);
    background-size: cover;
}

.n-end .n-page-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.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;
}

.part6_swiper {
    display: none;
}

.n-end img {
    position: absolute;
    z-index: -10;
}

.l_ftmdinfo {
    justify-content: flex-start;
}

.l_ftnrbt {
    justify-content: flex-start;
}

@media screen and (min-width:2000px) {
    .n-banner_title {
        font-size: 42px;
        padding-top: 7vw;
    }
    .n-banner-content {
        font-size: 16px;
        margin-top: 24px;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
    .n-banner_btn {
        font-size: 22px;
    }
    .n-banner_desc {
        font-size: 26px;
    }
    #part5 .swiper-button-next,
    #part5 .swiper-button-prev {
        width: 68px;
        height: 68px;
        background-size: 68px 68px;
        outline: none;
    }
}

@media screen and (max-width:1999px) and (min-width:1750px) {
    .n-banner_title {
        padding-top: 6vw;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
}

@media screen and (max-width:1749px) and (min-width:1440px) {
    .n-banner_title {
        padding-top: 5.2vw;
    }
    .n-banner_btns {
        display: flex;
        flex-direction: row;
        margin-top: 48px;
    }
}

@media screen and (max-width:1440px) and (min-width:1200px) {
    .n-banner_con {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner_title {
        padding-top: 5.5vw;
        font-size: 32px;
    }
    .n-banner_desc {
        font-size: 24px;
    }
    .n-nav {
        width: 1200px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-nav .com-content {
        padding: 0;
    }
    .n-banner_btns {
        margin-top: 24px;
    }
    .n-product {
        width: 382px;
    }
    .part2-row img {
        width: 390px;
    }
    .com-evalute-content {
        width: 1200px;
    }
    .com-evalute-desc {
        width: 800px;
    }
    .com-evaluate-btns {
        margin-left: 130px;
    }
    .common-qa {
        width: 1200px;
    }
    .qa-content {
        width: 1200px;
    }
    .n-case img {
        width: 380px;
    }
    .n-case h4 {
        width: 380px;
    }
    .part1-list {
        width: 282px;
    }
    #spe-swiper .swiper-slide {
        width: 282px;
    }
    .part3-spe-title {
        left: 666px;
    }
    .part3-spe-desc {
        left: 666px;
    }
    .qa-more {
        width: 1200px;
    }
    #part2 .part2-bottom {
        width: 1200px;
    }
    .value-main {
        height: 504px;
    }
    #plan-bg .n-page-content .swiper-slide {
        width: 355px;
    }
}

@media screen and (max-width:750px) {
    .n-banner_video::after {
        padding-top: 86.3%;
    }
    .n-banner_con {
        width: 21.875rem;
        left: calc((100% - 21.875rem)/2);
        text-align: center;
    }
    .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 {
        width: 100%;
        color: #FFFFFF;
        margin-top: .75rem;
        font-size: .75rem;
    }
    .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: 0 .75rem;
    }
    #plan-bg {
        padding: 2.5rem 0 0 0;
    }
    #plan-bg .n-page-content {
        margin-top: 1.5rem;
    }
    .plan-title,
    .plan-desc {
        font-size: .8125rem;
    }
    #plan-bg .n-page-content .swiper-slide {
        width: 100%;
        padding-bottom: 2.5rem;
    }
    .plan-line {
        display: none;
    }
    #part1 {
        padding: 2.8125rem 0;
    }
    .part1-list {
        width: 21.9375rem;
        height: 23.3125rem;
        box-shadow: none;
    }
    #part1 .n-page-content {
        margin-top: 1.5rem;
    }
    .n-page-content {
        width: 21.9375rem;
    }
    .part1-title {
        font-size: 0.8rem;
        margin: .75rem;
        text-align: left;
        min-height: .9063rem;
    }
    .part1-line {
        width: 20.4375rem;
        height: 1px;
    }
    .part1-list li {
        margin-top: 1.125rem;
        margin-left: .75rem;
        font-size: .7125rem;
    }
    .part1-list ul {
        margin: .75rem .75rem 0 .75rem;
    }
    .part1-list:hover {
        box-shadow: none;
    }
    #part1 .spe-content {
        display: none;
    }
    .n-praise {
        display: none;
    }
    #spe-swiper {
        margin-top: 1.5rem;
        display: block;
        overflow: hidden;
        padding-bottom: 1.5rem;
    }
    #spe-swiper .swiper-wrapper {
        justify-content: unset;
    }
    #spe-swiper .swiper-slide {
        width: 21.9375rem;
    }
    #spe-swiper .swiper-slide:hover {
        box-shadow: none;
    }
    #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-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    #part2 .n-page-content {
        margin-top: .75rem;
        padding-bottom: 0;
    }
    #part2 .n-page-content img:hover {
        box-shadow: none;
    }
    #part2 .n-page-content img {
        margin-top: 0.175rem;
    }
    .part2-row {
        flex-direction: column;
    }
    #part2 {
        position: relative;
    }
    .part2-row img {
        width: 100%;
    }
    #part2 .part2-bottom {
        width: 21.4375rem;
    }
    #part2 .part2-bottom {
        margin-top: 1.5rem;
        font-size: 1rem;
        height: 1.8125rem;
        line-height: 1.8125rem;
    }
    #part2 h4 {
        padding: 0 .75rem;
        margin-top: .75rem;
        font-size: .8125rem;
    }
    /* part3 */
    #part3 {
        padding: 2.8125rem 0 0 0;
    }
    #part3 .n-page-content {
        width: 100%;
    }
    .left-nav {
        display: none;
    }
    #right_swiper {
        margin-left: 0;
    }
    .value-tab {
        display: none;
    }
    .rightBox {
        position: relative;
    }
    .rightBox hr {
        display: none;
    }
    .rightBox h3 {
        top: 1.4375rem;
        width: 21.9375rem;
        text-align: center;
        left: calc((100% - 21.9375rem)/2);
        font-weight: 400;
        font-size: .875rem;
        color: #385075;
        position: absolute;
        z-index: 3;
    }
    .boxImg li {
        width: 21.9375rem;
        font-weight: 400;
        font-size: .8125rem;
        line-height: 150%;
        text-align: center;
        color: #292929;
        list-style: none;
    }
    .boxImg ul {
        left: calc((100% - 21.9375rem)/2);
        top: 3.375rem;
        bottom: unset;
    }
    #ul1 li {
        color: #FFFFFF;
    }
    #right1 h3 {
        color: #FFFFFF;
    }
    #ul3 {
        top: 4.5rem;
    }
    .value-main {
        height: unset;
    }
    .value-main h6 {
        margin: 1.5rem auto .75rem auto;
        font-weight: 700;
        font-size: .875rem;
        color: #01A0E8;
        text-align: center;
    }
    #ul6 {
        left: calc((100% - 21.9375rem)/2);
        top: 1.4375rem;
    }
    #ul7 {
        display: none;
    }
    .custom-p {
        width: 21.9375rem;
        left: calc((100% - 21.9375rem)/2)
    }
    .custom-p b {
        font-weight: 400;
        font-size: .875rem;
        color: #385075;
    }
    .custom-p h5 {
        margin-top: .75rem;
        font-weight: 400;
        font-size: .8125rem;
        line-height: 150%;
        color: #292929;
    }
    /* part5 */
    .n-case-btn {
        display: none;
    }
    #part5 {
        padding: 2.8125rem 0;
        background: none;
    }
    #part5 .n-page-content {
        margin-top: 1.5rem;
        padding-bottom: 1.5rem;
        display: flex;
        flex-direction: column;
    }
    #part6 .swiper-slide {
        width: 50% !important;
    }
    .n-case {
        max-width: unset;
        width: 100%;
        align-items: center;
        align-items: flex-start;
    }
    .n-case:last-child {
        margin-right: 0;
    }
    .n-case img {
        width: 100%;
    }
    .n-case-content {
        width: 18.9375rem;
    }
    .n-case h3 {
        margin-top: 1.125rem;
        font-size: 1rem;
    }
    .n-case h4 {
        white-space: normal;
        width: 17.625rem;
        margin-top: .375rem;
        font-size: .8125rem;
    }
    .n-case a {
        display: block;
        margin-top: 1.5rem;
        font-weight: 400;
        font-size: .75rem;
        color: #0094FF;
        margin-bottom: 2.1875rem;
    }
    .n-case h5 {
        font-size: .8125rem;
        margin-top: .325rem;
        margin-bottom: .75rem;
    }
    #n-case-swiper {
        display: block;
    }
    /* part6 */
    #part6 {
        padding-top: 0;
        padding-bottom: 2.8125rem;
    }
    .part6_swiper {
        display: block;
    }
    #part6 .n-mobile {
        display: none;
    }
    #part6 .swiper-slide {
        display: flex;
        flex-direction: row;
    }
    #part6 .swiper-wrapper {
        flex-direction: column;
    }
    .n-product {
        display: flex;
        height: 9.9375rem;
        width: 10.375rem;
    }
    .n-product img {
        margin-top: 0;
        width: 7.5rem;
        height: 5rem;
    }
    .n-product h4 {
        font-weight: 700;
        margin-top: .5625rem;
        font-size: .8125rem;
        line-height: 150%;
        padding: 0 .5rem;
    }
    .n-product h5 {
        margin-top: .375rem;
        font-size: .8125rem;
    }
    .n-product .last-h5 {
        margin-top: -0.2rem;
    }
    .n-product:last-child,
    .n-product:nth-child(5) {
        height: 11rem;
    }
    #part6 .n-page-title {
        margin-bottom: 1.5rem;
    }
    #part6 .n-page-content {
        margin-top: 0;
    }
    .n-product:nth-child(3),
    .n-product:nth-child(4),
    .n-product:nth-child(5),
    .n-product:nth-child(6) {
        margin-top: .75rem;
    }
    /* 常见问题 */
    .common-qa {
        margin: 1.875rem auto 0 auto;
        width: 20.4375rem;
    }
    .qa-content {
        width: 20.4375rem;
    }
    .qa-content b {
        font-size: .75rem;
    }
    .qa-content div {
        font-size: .75rem;
    }
    .qa-content div:last-child {
        margin-top: .75rem;
    }
    .qa-more {
        width: 20.4375rem;
    }
    .qa-btn {
        font-size: .75rem;
        width: 4.8rem;
        margin: 1.6563rem auto 0 auto;
    }
    .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(/fa/pj/202209231/RJ-img/end-bg_750.png);
    }
    #part7 .n-page-content {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
    /* part8 */
    #part8 .n-page-content {
        margin-top: 2.75rem;
        margin-bottom: 1.875rem;
    }
    #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 {
        width: 100%;
        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;
    }
    .com-evaluate-line {
        margin: 0 .1563rem;
    }
}