* {
    margin: 0;
    padding: 0;
}


/* banner */

.n-banner {
    position: relative;
    color: #FFFFFF;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 150%;
}

.n-banner_desc {
    margin-top: 4px;
    z-index: 5;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.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;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.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_btn:nth-child(2),
.n-banner_btn:nth-child(3) {
    background: #FFFFFF;
    margin-left: 24px;
    color: #DA0030;
    border: 1px solid #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;
}


/* 顶部面包屑 */

.ws-product-detail-bcb {
    width: 294px;
    line-height: 45px;
}

.com-content {
    max-width: 1200px;
    margin: 0 auto;
}

.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-desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    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;
    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 {
    padding-top: 90px;
    padding-bottom: 90px;
}

#part1 .n-page-content {
    margin-top: 48px;
    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: 450px;
    height: 408px;
    overflow: hidden;
}

.part1-list:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.part1-title {
    margin: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #292929;
}

.part1-line {
    height: 1px;
    width: 402px;
    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-wrapper {
    display: flex;
    flex-direction: row;
}

#part1_swiper {
    overflow: unset;
}

#part1_swiper .swiper-slide {
    margin-right: 25px;
    width: 450px;
    height: 493px;
}

#part1_swiper .swiper-slide:last-child {
    margin-right: 0;
}

.part1-text {
    margin-top: 48px;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    color: #01A0E8;
}


/* part2 */

.n-shrink {
    display: none;
}

.value-tab {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 78px;
    border-bottom: 1px solid #D5D5D5;
    text-align: center;
}

.value-tab div {
    flex: 1;
    border-bottom: 3px solid transparent;
    height: 78.5px;
    cursor: pointer;
}

.value-tab b {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #7D7D7D;
}

.value-tab span {
    margin-top: 8px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #7D7D7D;
}

.value-tab .value-tab-active {
    border-bottom: 3px solid #01A0E8;
    cursor: default;
}

.value-tab .value-tab-active b {
    color: #292929;
}

.value-tab .value-tab-active span {
    color: #292929;
}

#part2 .first-content {
    display: block;
}

.value-content {
    display: none;
    width: 100%;
}

.value-main {
    margin-top: 24px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 84px;
    text-align: center;
}

#valueSwiper .swiper-slide {
    width: 100%;
}

.value-info {
    width: 1400px;
    margin: 0 auto;
    color: #FFFFFF;
}

.value-info h5 {
    padding-top: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
}

.value-info p {
    margin-top: 12px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.value-detail {
    position: relative;
    margin-top: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    -webkit-backdrop-filter: blur(50px);
    padding: 50px 0;
    height: 570px;
}

.value1 {
    width: 220px;
}

.value-watch span {
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}

.value-watch {
    background: #FFFFFF;
    backdrop-filter: blur(2.5px);
    border-radius: 4px;
    display: inline-block;
    padding: 8px 32px;
    cursor: pointer;
}

.value-watch span:last-child {
    margin-left: 4px;
}

.value-left {
    margin-left: 72px;
}

.value-left h6 {
    margin-top: 24px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

#watch1 {
    margin-top: 62px;
}

.value-right {
    margin-left: 70px;
    padding-right: 48px;
}

.value-right p {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.value-point {
    margin-top: 48px;
    display: flex;
    align-items: center;
}

.value-point:first-of-type {
    margin-top: 0;
}

.value-point span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-left: 8px;
}

.value-detail {
    display: flex;
}

.value-text {
    display: flex;
}

.value-text p {
    margin-right: 50px;
}

.value-right li {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    list-style: disc;
    margin-left: 14px;
}

#top1 {
    margin-top: 87px;
    width: 955px;
}

#part2 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

#part2 .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

#part2 .swiper-pagination {
    bottom: 35px;
}

.code-img {
    position: absolute;
    width: 100px;
    right: 45px;
    bottom: 45px;
}

#top2 {
    margin-top: 60px;
    width: 971px;
}

.value2 {
    margin-top: 210px;
    margin-bottom: 42px;
    width: 292px;
}

.value3 {
    margin-top: 2px;
    width: 350px;
}

.value4 {
    display: block;
    width: 300px;
}

.value-row {
    display: flex;
    flex-direction: row;
}

.value-row-content {
    margin-left: 48px;
}

#top3 {
    margin-top: 30px;
    width: 1400px;
}

.addcontent h5 {
    color: #385075
}


/* 视频弹窗 */

.n-modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
    text-align: right;
}

.n-modal video {
    width: 70vw;
}

#n-close_btn {
    cursor: pointer;
    margin-left: calc((100% - 2vw)/2 + 19.5vw);
}

#n-close_btn img {
    width: 2vw;
}


/* part3 */

#part3 {
    padding: 90px 0;
    background-color: rgba(56, 80, 117, 0.08);
}

#part3 .n-page-content {
    margin-top: 48px;
}


/* part4 */

#part4 {
    position: relative;
    padding: 90px 0;
}

#part4 .n-page-content {
    position: relative;
}

#caseSwiper {
    margin: 0 auto;
}

#caseSwiper .swiper-slide {
    width: 1400px;
}

.case-content {
    position: relative;
}

.case-content img {
    width: 100%;
}

.case-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.case-text span {
    position: absolute;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #292929;
}

.case-text span:first-child {
    top: 30%;
    left: 10.8%;
}

.case-text span:nth-child(2) {
    top: 30%;
    right: 13%;
}

.case-text span:nth-child(3) {
    bottom: 23%;
    left: 10.8%;
}

.case-text span:nth-child(4) {
    right: 13%;
    bottom: 23%;
}

.case-text span:nth-child(5) {
    font-weight: 400;
    font-size: 20px;
    color: #385075;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12%;
}

#caseSwiper .swiper-slide:last-child span {
    font-weight: 400;
    font-size: 20px;
    color: #385075;
    left: 50%;
    transform: translateX(-50%);
}

#caseSwiper .swiper-slide:last-child span:first-child {
    top: 5%;
}

#caseSwiper .swiper-slide:last-child span:nth-child(2) {
    top: 35%;
    right: unset;
}

#caseSwiper .swiper-slide:last-child span:last-child {
    top: 60%;
}

.case-prev,
.case-next {
    position: absolute;
    cursor: pointer;
    width: 84px;
    height: 84px;
    top: 50%;
    transform: translateY(-50%);
}

.case-prev img,
.case-next img {
    width: 100%;
}

.case-prev {
    left: -10%;
}

.case-next {
    right: -10%;
}

#case-pag {
    visibility: none;
}


/* part5 */

#part5 {
    padding-top: 70px;
    padding-bottom: 70px;
}

#part5 .n-page-content {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.n-product {
    margin-top: 24px;
    width: 332px;
    height: 332px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #EEEEEE;
}

.n-product:hover {
    color: #292929;
}

.n-product img {
    margin-top: 28px;
    width: 284px;
}

.n-product h3 {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

.n-product h5 {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #0094FF;
}

.n-product:last-child {
    border: none;
}


/* part7 */

.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;
}


/* 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: 996px;
}

.com-evalute-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #292929;
}

.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(/fa/jh/20221031/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/jh/20221031/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/jh/20221031/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;
}

#part7,
#part8 {
    display: none;
}

@media screen and (min-width:2000px) {
    .n-banner_title {
        font-size: 42px;
    }
    .n-banner-content {
        font-size: 16px;
        margin-top: 24px;
    }
    .n-banner_con .n-banner_btns {
        margin-top: 48px;
    }
    .n-banner_btn {
        font-size: 18px;
    }
    .n-banner_desc {
        font-size: 18px;
    }
}

@media screen and (max-width:1999px) and (min-width:1750px) {
    .n-banner_con .n-banner_btns {
        margin-top: 80px;
    }
}

@media screen and (max-width:1749px) and (min-width:1401px) {
    .n-banner_btns {
        display: flex;
        flex-direction: row;
        margin-top: 48px;
    }
}

@media screen and (max-width:1700px) and (min-width:1100px) {
    .case-prev {
        left: 1%;
        z-index: 2;
    }
    .case-next {
        right: 1%;
        z-index: 2;
    }
}

@media screen and (max-width:1440px) and (min-width:1100px) {
    .example-list {
        display: none;
    }
    .n-banner_con {
        width: 1200px;
        left: calc((100% - 1200px)/2);
    }
    .n-banner-content {
        margin-top: 12px;
        font-size: 14px;
    }
    .n-banner_title {
        font-size: 32px;
    }
    .n-banner_desc {
        font-size: 18px;
    }
    .n-nav {
        width: 1200px;
    }
    .n-page-content {
        width: 1200px;
    }
    .n-nav .com-content {
        padding: 0;
    }
    .n-banner_btn {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .n-banner_btns {
        margin-top: 24px;
    }
    .com-evalute-content {
        width: 1200px;
    }
    .com-evaluate-btns {
        margin-left: 130px;
    }
    .common-qa {
        width: 1200px;
    }
    .qa-content {
        width: 1200px;
    }
    .qa-more {
        width: 1200px;
    }
    .part1-list,
    #part1_swiper .swiper-slide {
        width: 382px;
    }
    .n-product {
        width: 585px;
    }
    .com-evalute-main {
        width: 800px;
    }
    /* part1 */
    #part1 {
        padding-bottom: 60px;
    }
    .part1-text {
        margin-top: 1.5rem;
        font-size: 1rem;
    }
    /* part4 */
    #part4 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width:750px) {
    #topImg {
        display: none;
    }
    .n-banner_video::after {
        padding-top: 86.3%;
    }
    .n-banner_con {
        width: 21.875rem;
        left: calc((100% - 21.875rem)/2);
        text-align: center;
        justify-content: unset;
    }
    .n-banner_title {
        font-size: 1.25rem;
        padding-top: 1.8125rem;
    }
    .n-banner_desc {
        margin-top: .125rem;
        font-size: 1.125rem;
    }
    .n-banner-content {
        margin-top: .75rem;
        font-size: .8125rem;
        width: 20.4375rem;
        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: 10.125rem;
    }
    .n-menu {
        display: none;
    }
    .n-page-title {
        line-height: 150%;
        font-size: 1.0625rem;
        padding: 0 .75rem;
    }
    /* part1 */
    #part1_swiper {
        overflow: hidden;
        padding-bottom: 0;
    }
    #part1 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    .n-page-desc {
        font-size: .75rem;
        padding: 0 .75rem;
    }
    .part1-list {
        width: 100%;
        height: 18.0625rem;
        box-shadow: none;
    }
    #part1 .n-page-content {
        margin-top: 1.5rem;
    }
    .n-page-content {
        width: 21.9375rem;
    }
    .part1-title {
        font-size: 1rem;
        margin: .75rem;
        text-align: left;
    }
    .part1-line {
        width: 20.4375rem;
        height: 1px;
    }
    .part1-list li {
        margin-top: 1.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;
    }
    #part1_swiper .swiper-slide {
        margin-right: 0;
        width: 21.9375rem;
        height: 18.0625rem;
    }
    .part1-text {
        margin-top: 1.5rem;
        font-size: 1rem;
    }
    /* part2 */
    #part2 {
        padding-top: 3.75rem;
    }
    #part2 .n-page-title {
        margin-bottom: 1.125rem;
    }
    .value-tab {
        display: none;
    }
    .value-content {
        margin: 0 auto;
        width: 21.9375rem;
    }
    .n-shrink {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: .375rem auto 0 auto;
        width: 21.9375rem;
        height: 2.5625rem;
        color: #FFFFFF;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .n-shrink b {
        margin-left: .75rem;
        font-weight: 700;
        font-size: .8125rem;
    }
    .n-shrink p {
        font-weight: 400;
        margin-left: .75rem;
        font-size: .75rem;
    }
    .n-shrink-btn {
        position: absolute;
        width: .8125rem;
        right: .75rem;
    }
    .n-shrink-btn img {
        width: 100%;
    }
    .value-main {
        margin-top: 0;
        background-size: 100% 17.1875rem;
    }
    .value-content {
        display: none;
    }
    .value-info {
        padding-top: 1.5rem;
        width: 19.125rem;
    }
    .value-info h5 {
        display: none;
    }
    .value-info p {
        display: none;
    }
    .value-main {
        padding-bottom: 2.75rem;
    }
    .value-detail {
        margin-top: 0;
        padding-top: 1.5rem;
        height: 12.9375rem;
        overflow-y: scroll;
    }
    .value1 {
        width: 4.8125rem;
    }
    .code-img {
        display: none;
    }
    .value-left {
        margin-left: 1.6875rem;
    }
    .value-right {
        margin-left: 1.0625rem;
        padding-right: 1.125rem;
    }
    #valueSwiper .swiper-slide {
        height: 17.1875rem;
    }
    .value-point span {
        margin-left: .5625rem;
        font-size: .875rem;
    }
    .value-point span img {
        width: .8125rem;
    }
    .value-point {
        margin-top: .75rem;
    }
    .value-right p {
        display: block;
    }
    .value-text {
        margin-top: .375rem;
        flex-direction: column;
    }
    .value-right p {
        font-size: .75rem;
    }
    .value-right .value-text p {
        margin-top: 0;
        margin-right: 0;
    }
    .value-left h6 {
        font-size: .5rem;
    }
    .value-right li {
        font-size: .75rem;
    }
    .value-watch {
        margin-top: .25rem;
        padding: .0625rem .0625rem;
    }
    .value-left h6 {
        margin-top: .375rem;
    }
    #watch1 {
        margin-top: .25rem;
    }
    .value-watch span {
        font-size: .4375rem;
    }
    .value-watch img {
        width: .625rem;
    }
    .value-watch span:last-child {
        margin-left: .125rem;
    }
    #part2 .swiper-pagination {
        bottom: 1rem;
    }
    #part2 .swiper-pagination-bullet {
        width: .375rem;
        height: .375rem;
    }
    .value-info p {
        margin-top: .375rem;
    }
    #top2,
    #top1 {
        margin-top: 0;
        width: 100%;
    }
    #top3 {
        margin-top: 1.125rem;
        width: 21.1875rem;
    }
    .value2 {
        margin-top: 5.3125rem;
        margin-bottom: .75rem;
        width: 6.8125rem;
    }
    .value3 {
        margin-top: .125rem;
        width: 7.3438rem;
    }
    .value4 {
        width: 6.625rem;
    }
    .value-row {
        flex-direction: column;
    }
    .value-row-content {
        margin-left: 0;
    }
    /* part3 */
    #part3 {
        padding: 2.8125rem 0;
        padding-left: .75rem;
    }
    #part3 .n-page-content {
        margin-top: 1.5rem;
        width: 100%;
        overflow-y: scroll;
    }
    #part3 .n-page-content img {
        width: 1000px;
    }
    /* part4 */
    #part4 {
        padding: 2.8125rem 0;
    }
    .case-prev,
    .case-next {
        display: none;
    }
    #case-pag {
        visibility: visible;
    }
    #caseSwiper {
        margin-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .case-text span {
        font-size: .5rem;
    }
    .case-text span:first-child {
        top: 31%;
        left: 0%;
    }
    .case-text span:nth-child(3) {
        left: 0;
        bottom: 12%;
    }
    .case-text span:nth-child(2) {
        top: 31%;
        right: 0%;
    }
    .case-text span:nth-child(4) {
        right: 0;
        bottom: 12%;
    }
    .case-text span:nth-child(5) {
        bottom: 0;
        font-size: .625rem;
    }
    #caseSwiper .swiper-slide:last-child span {
        font-size: .625rem;
    }
    #caseSwiper .swiper-slide:last-child span:first-child {
        top: 3%;
    }
    #caseSwiper .swiper-slide:last-child span:last-child {
        top: 66%;
    }
    /* part5 */
    #part5 {
        padding-top: 2.8125rem;
        padding-bottom: 2.8125rem;
    }
    #part5 .n-page-content {
        margin-top: 1.5rem;
    }
    .n-product {
        display: flex!important;
        width: 10.375rem!important;
        height: 9.9375rem!important;
        box-sizing: border-box;
    }
    .n-product img {
        margin: 1.1875rem auto 0 auto;
        width: 7.5rem;
        height: 5rem;
    }
    .n-product h3 {
        margin-top: .5625rem;
        font-size: .8125rem;
        line-height: 150%;
        padding: 0 .5rem;
    }
    .n-product h4 {
        width: 14.5rem;
        margin: .5rem auto 0 auto;
        font-size: .8125rem;
        line-height: 150%;
        min-height: 2.4375rem!important;
    }
    .n-product h5 {
        margin-top: .375rem;
        font-size: .75rem;
        line-height: 1.0625rem;
    }
    #part6 .n-page-content {
        margin-top: 1.5rem;
    }
    /* 常见问题 */
    .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;
        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(/fa/jh/20221031/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 {
        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;
    }
    /* honour */
    .n-honour::after {
        padding-top: 185.4%;
    }
    .n-honour-content {
        width: 20.4375rem;
        left: calc((100% - 20.4375rem)/2);
        height: unset;
        margin-top: 2.6875rem;
    }
    .n-honour-text {
        width: 20.4375rem;
        height: 4.625rem;
        padding: .75rem 0 .625rem 1.1875rem;
    }
    .n-honour-text h5 {
        font-size: .6875rem;
    }
    .n-honour-text h3 {
        margin-top: .1563rem;
        font-size: .75rem;
    }
    .n-honour-text p {
        margin-top: .375rem;
        font-size: .5625rem;
    }
}