* {
    margin: 0;
    padding: 0;
}


/* 通用样式 特殊情形类名前眼前头加id*/

.n-page-title {
    padding-top: 80px;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.n-page-title-2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #292929;
}

.n-page-content {
    width: 1200px;
    margin: 0 auto;
}

.n-page-content img {
    width: 100%;
}

.n-tab {
    width: 1200px;
    height: 38px;
    border-bottom: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
    margin-left: calc((100% - 1200px)/2);
    margin-top: 60px;
}

.n-tab div {
    margin-right: 48px;
    cursor: pointer;
    padding-bottom: 12px;
    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: 400;
    font-size: 18px;
    color: #0094FF!important;
    border-bottom: 2px solid #0094FF!important;
}


/* banner */

.n-banner_video img {
    width: 100%;
}

.n-banner {
    position: relative;
}

.n-banner_title {
    z-index: 5;
    position: relative;
    padding-top: 14vh;
    font-size: 36px;
    font-weight: bold;
    line-height: 150%;
    color: #292929;
}

.n-banner_desc {
    margin-top: 12px;
    z-index: 5;
    position: relative;
    font-weight: normal;
    font-size: 26px;
    line-height: 150%;
    color: #292929;
}

.n-banner-content {
    margin-top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

.n-banner_video {
    position: relative;
}

.n-banner_video::after {
    content: '';
    display: block;
    padding-top: 0%;
}

.banner_video img {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    object-fit: contain;
}

.n-banner_con {
    width: 1200px;
    left: calc((100% - 1200px)/2);
    top: 0;
    position: absolute;
}

.n-banner_btns {
    display: flex;
    flex-direction: row;
    margin-top: 48px;
}

.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: 40px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #DA0030;
}

.n-banner_btns .n-banner_btn:nth-child(1) {
    width: 144px;
}

.n-banner_btns .n-banner_btn:nth-child(2) {
    margin-left: 12px;
    width: 180px;
    background: #FFFFFF;
}

.n-banner_btns .n-banner_btn:nth-child(3) {
    margin-left: 12px;
    background: #FFFFFF;
}

.n-banner_btn:nth-child(1) a {
    color: #FFFFFF;
}

.n-banner_btn:nth-child(2) a {
    color: #DA0030;
}

.n-banner_btn:nth-child(3) a {
    color: #DA0030;
}


/* 导航栏 */

.breadcrumb {
    background-color: unset;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

button.round-button {
    background-color: #d20032;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #d20032;
    color: white;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    height: 35px;
    min-width: 132px;
    display: inline-block;
    cursor: pointer;
}

.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: -59px;
}

.n-nav {
    width: 1200px;
    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;
    line-height: 20px;
    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: 40px;
}

.com-content {
    max-width: 1200px;
    margin: 0 auto;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb {
    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: #B5B5B5;
    content: ">";
    padding: 0 10px;
}

.ws-product-detail-bcb ul li img {
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: 18px;
    height: 16px;
}

.ws-product-detail-bcb ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 面包屑竣事 */


/*part1*/

#part1 .n-page-content {
    margin-top: 52px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.part1-title {
    margin: 22px 0 24px 24px;
    font-size: 20px;
    color: #292929;
}

.part1-list {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    width: 282px;
    height: 364px;
}

.part1-list:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.part1-title {
    margin: 22px 0 24px 24px;
    font-size: 20px;
    color: #292929;
}

.part1-line {
    height: 1px;
    width: 234px;
    margin: 0 auto;
    background-color: #E7E7E7;
}

.part1-desc {
    margin: 24px 24px 0 24px;
    font-size: 14px;
    line-height: 150%;
    color: #7D7D7D;
}

.part1-title-2 {
    margin: 87px 0px 20px 65px;
}

.part1-line-2 {
    width: 278px;
    margin: 0px 0px 20px 65px;
}

.part1-desc-2 {
    width: 278px;
    margin: 0px 0px 20px 65px;
}

.n-praise img {
    margin-right: 4px;
}

.n-praise {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-left: 188px;
    position: absolute;
    width: 80px;
    height: 35px;
    background: #DA0030;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}


/*part2*/

#part2 {
    background-image: url(/fa/zhjs/20220411/RJ-img/2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.n-part2-subtitle {
    width: 1200px;
    margin: 12px auto 0px auto;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}

.n-page-content-2 {
    margin-top: 48px;
    padding-bottom: 56px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n-part2-card {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    width: 588px;
    margin-bottom: 24px;
}

.n-part2-card img {
    width: 100%;
}

.n-part2-card-title {
    font-size: 24px;
    line-height: 32px;
    color: #292929;
    margin: 24px;
    padding-left: 12px;
    border-left: 4px solid #0094FF;
}

.n-part2-card-desc {
    margin: 0px 24px;
    padding-bottom: 45px;
    font-size: 14px;
    line-height: 150%;
    color: #7D7D7D;
}

.n-part2-card-2 {
    width: 1200px;
}

.n-part2-1 {
    background-image: url(/fa/zhjs/20220411/RJ-img/2-5-bg.png);
    text-align: center;
    background-size: 100%;
    border-bottom: 1px solid #D5D5D5;
}

.n-part2-1 video {
    margin-top: 77px;
    margin-bottom: 67px;
    width: 530px;
    margin-left: 360px;
}

.n-part2-2 {
    background-image: url(/fa/zhjs/20220411/RJ-img/2-6-bg.png);
    text-align: center;
    background-size: 100%;
}

.n-part2-2 video {
    margin-top: 45px;
    margin-bottom: 67px;
    width: 530px;
    margin-left: 360px;
}

.n-img-2 {
    display: block!important;
    position: absolute;
    width: auto!important;
    margin-left: 800px;
    margin-top: 120px;
}


/*part3*/

.n-page-content3 {
    margin-top: 80px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.n-part3-card {
    border: 1px solid #EEEEEE;
    text-align: center;
}

.n-part3-card:nth-child(1) {
    width: 588px;
    margin-bottom: 24px;
}

.n-part3-card:nth-child(2) {
    width: 588px;
    margin-bottom: 24px;
}

.n-part3-img-1 {
    width: 532px!important;
}

.n-part3-card-title {
    margin-top: 21px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #292929;
}

.n-part3-card-desc {
    font-size: 14px;
    line-height: 150%;
    color: #7D7D7D;
    margin-bottom: 40px;
}

.n-part3-card-more a {
    font-size: 14px;
    line-height: 18px;
    color: #0094FF;
}

.n-part3-card-more {
    margin-bottom: 24px;
}

.n-part3-img-2 {
    width: 384px!important;
}


/* part4 */

#part4-content img {
    width: 282px;
}

.n-page-content4 {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

#part4 {
    background-color: #F7F9FA;
}

.n-part4-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #292929;
    margin: 24px auto 4px auto;
    width: 282px;
}

.n-part4-desc {
    font-size: 16px;
    line-height: 150%;
    color: #292929;
    margin: 0px auto 0px auto;
    width: 282px;
    padding-bottom: 24px;
}

.n-part4-desc-href {
    padding-bottom: 46px;
    width: 282px;
}

#carousel {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#carousel .swiper {
    padding-top: 55px;
}

#carousel .swiper-slide {
    width: 382px;
    background: #fff;
    margin: 0px 9px;
}

#carousel .swiper-slide img {
    display: block;
    width: 100%;
}

#carousel .swiper-button-prev {
    left: -168px;
    width: 68px;
    height: 68px;
    background: url(/fa/zhjs/20220411/RJ-img/prev.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#carousel .swiper-button-next {
    right: -168px;
    width: 68px;
    height: 68px;
    background: url(/fa/zhjs/20220411/RJ-img/next.png) no-repeat;
    background-size: 100%;
}

#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
    content: '';
}


/*part5*/

#part5 .n-page-content {
    margin: 60px auto 0px auto;
}

.n-play {
    position: absolute;
    margin: 274px 536px;
}

.n-play:hover {
    cursor: pointer;
}


/* part6 */

.common-qa {
    width: 1200px;
    margin: 70px auto 0 auto;
}

.qa-content div {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    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: 1200px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.qa-more {
    width: 1200px;
    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;
}


/* part7 */

#part7 .n-page-title {
    padding-top: 40px
}

#part7 .n-page-content {
    margin-top: 60px;
    margin-bottom: 50px;
}

.n-feedback {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    justify-content: center;
}

.n-feedback:last-child {
    border-bottom: none;
}

.n-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.n-user img {
    width: 60px;
    height: 60px;
}

.n-user-location {
    margin-top: 12px;
    font-weight: 400;
    font-size: 12px;
    color: #7D7D7D;
}

.n-feedback-content {
    margin-left: 80px;
    width: 988px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.feedback-star img {
    height: 14px;
    width: auto;
    display: inline-block;
}

.star-goal {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #7D7D7D;
    margin-left: 8px;
}

.feedback-main {
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #292929;
}


/* 建议 */

.n-end {
    background-image: url(/fa/zhjs/20220411/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;
}

#part3-content {
    display: flex;
}

#m-part3-content {
    display: none;
}

.n-part2-1 video,
.n-part2-2 video {
    display: block;
}

.n-part2-1 img,
.n-part2-2 img {
    display: none;
}

#part4-content {
    display: flex;
}

#m-part4-content {
    display: none;
}

@media screen and (max-width:1600px) and (min-width:1400px) {
    #carousel .swiper-button-prev {
        left: -100px;
    }
    #carousel .swiper-button-next {
        right: -100px;
    }
}

@media screen and (max-width:1400px) and (min-width:1200px) {
    #carousel .swiper-button-prev {
        left: 10px;
    }
    #carousel .swiper-button-next {
        right: 10px;
    }
}

@media screen and (max-width:750px) {
    .n-banner_video::after {
        padding-top: 0%;
    }
    .n-banner_con {
        width: 21.875rem;
        left: calc((100% - 21.875rem)/2);
        text-align: center;
    }
    .n-banner_title {
        font-size: 1.25rem;
        padding-top: 1.5rem;
    }
    .n-banner_desc {
        margin-top: .125rem;
        font-size: 1.125rem;
    }
    .n-banner-content {
        margin-top: .75rem;
        font-size: .75rem;
    }
    .n-banner_btn {
        width: 6.75rem;
        height: 1.625rem;
        line-height: 1.625rem;
        font-size: .875rem;
    }
    .n-banner_btns .n-banner_btn:nth-child(1) {
        width: 5.5rem;
    }
    .n-banner_btns .n-banner_btn:nth-child(2) {
        width: 6.75rem;
        height: 1.625rem;
    }
    .n-banner_btns {
        justify-content: center;
        margin-top: 8.5rem;
    }
    .n-banner_video img {
        width: 100%;
    }
    .n-menu {
        display: none;
    }
    .n-page-title {
        padding-top: 3.4375rem;
        font-size: 1.0625rem;
        line-height: 1.4063rem;
    }
    .n-page-title-2 {
        font-size: .9375rem;
        font-weight: 400;
    }
    .n-tab {
        width: 100%;
        height: 1.2rem;
        margin-left: 0px;
        margin-top: .75rem;
    }
    .n-tab div {
        margin-right: 1.5rem;
        padding-bottom: .125rem;
        height: 1rem;
        font-size: .75rem;
    }
    .n-page-content {
        width: 21.875rem;
    }
    #part1 .n-page-content {
        margin-top: 1.25rem;
        margin-left: .75rem;
        margin-right: .75rem;
        margin-bottom: 0px;
        width: 21.9375rem;
        flex-wrap: wrap;
    }
    .part1-list {
        box-shadow: 0px 0px .9375rem rgba(0, 0, 0, 0.05);
        width: 10.7813rem;
        height: 16rem;
        margin-bottom: .5rem;
    }
    .part1-line {
        width: 9.2813rem;
        margin: 0rem .75rem .75rem .75rem;
    }
    .part1-desc {
        width: 9.2813rem;
        margin: 0rem .75rem 0rem .75rem;
        font-size: .6875rem;
    }
    .n-praise {
        display: flex;
        margin-top: .375rem;
        margin-left: 7.8rem;
        width: 2.5rem;
        height: 1.125rem;
        font-size: .4375rem;
    }
    .n-praise img {
        width: .75rem;
        height: .75rem;
        margin-right: .125rem;
    }
    .part1-title {
        margin: .75rem 0 .75rem .75rem;
        font-size: 1rem;
    }
    .n-part2-subtitle {
        width: 21.875rem;
    }
    .n-part2-subtitle {
        font-size: .75rem;
        line-height: 150%;
        letter-spacing: -0.02em;
        color: #7D7D7D;
    }
    .part1-title-2 {
        width: 20.375rem;
    }
    .part1-line-2 {
        width: 20.375rem;
    }
    .part1-desc-2 {
        width: 20.375rem;
    }
    #swiper1 {
        width: 21.875rem;
    }
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: .1rem;
    }
    .n-part2-card {
        width: 21.875rem;
        margin-bottom: .75rem;
    }
    .n-part2-card-title {
        font-size: .875rem;
        line-height: 1.1563rem;
        height: 2.3125rem;
        margin: .75rem
    }
    .n-part2-card-desc {
        margin: 0 .75rem;
        padding-bottom: .75rem;
        font-size: .75rem;
    }
    .n-page-content-2 {
        margin-top: 1.4063rem;
        margin-bottom: .75rem;
        padding-bottom: 0;
    }
    .n-page-content3 {
        margin-top: 1.5rem;
        margin-bottom: .75rem;
    }
    #part3-content {
        display: none;
    }
    #m-part3-content {
        display: block;
    }
    .n-part3-img-1 {
        width: 100%!important;
    }
    .n-part3-card:nth-child(1),
    .n-part3-card:nth-child(2) {
        width: 100%
    }
    #m-part3-content .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 3rem
    }
    .n-part3-img-2 {
        width: 100%!important;
    }
    .n-part3-card-title {
        margin-top: .375rem;
        margin-bottom: 1.125rem;
        font-size: .8125rem;
        line-height: 1.0938rem;
    }
    .n-part3-card-desc {
        font-size: .75rem;
        line-height: 150%;
        margin-bottom: 0px;
        height: 6rem;
    }
    .n-part3-card {
        height: 23.5rem;
        border: 0px solid #EEEEEE;
    }
    .n-part3-card-more a {
        font-size: .75rem;
        line-height: 150%;
    }
    #part4-content img {
        width: 100%;
    }
    #part4-title {
        padding-top: 1.5625rem;
        font-size: .875rem;
        line-height: 150%;
        text-align: center;
        width: 11.9375rem;
        margin: 0px auto 0px auto;
    }
    #part4-desc {
        font-size: .75rem;
        line-height: 150%;
        margin: .375rem auto 0px auto;
        width: 11.9375rem;
        padding-bottom: 2.1875rem;
        text-align: center;
    }
    #part4-content {
        display: none;
    }
    #m-part4-content {
        display: block;
    }
    .n-part4-title {
        text-align: center;
        font-size: .8125rem;
        margin: .75rem auto 4px auto;
        width: 100%;
    }
    .n-part4-desc {
        text-align: center;
        font-size: .75rem;
        line-height: 150%;
        width: 100%;
        padding-bottom: .75rem;
    }
    .n-part4-desc-href {
        text-align: center;
        font-size: .75rem;
        padding-bottom: 1.4375rem;
        width: 100%;
    }
    #m-part4-content-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 1rem;
    }
    #carousel {
        width: 100%
    }
    #carousel .swiper {
        padding-top: 1.25rem
    }
    #carousel .swiper-slide {
        width: 11.9375rem;
        margin: 0px .5rem;
    }
    #carousel .swiper-button-prev {
        left: 0px;
        width: 2.125rem;
        height: 2.125rem;
    }
    #carousel .swiper-button-next {
        right: 0px;
        width: 2.125rem;
        height: 2.125rem;
    }
    #part5 .n-page-title {
        padding-top: 1.875rem;
    }
    .n-play img {
        width: 4rem;
    }
    .n-play {
        margin: 4rem 9rem;
    }
    /* 常见问题 */
    .common-qa {
        margin: 1.875rem auto 0 auto;
        width: 20.4375rem;
    }
    .qa-content {
        width: 20.4375rem;
    }
    .qa-content div {
        font-size: .6875rem;
    }
    .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;
    }
    .qa-content b {
        font-size: .75rem;
    }
    .qa-btn div {
        font-size: .75rem;
    }
    /*用户反响*/
    .n-feedback-content {
        margin-left: 2.5rem;
        margin-top: .9375rem;
        margin-bottom: .9375rem;
        width: 14rem
    }
    .feedback-main {
        font-size: .75rem;
    }
    .n-user-location {
        font-size: .75rem;
    }
    .n-user img {
        width: 3.125rem;
        height: 3.125rem;
    }
    #part8 .n-page-content {
        margin-top: 1.25rem;
    }
    .n-feedback:nth-child(1) .n-feedback-content {
        margin-top: 0;
    }
    /*建议*/
    .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/zhjs/20220411/RJ-img/end-bg_750.png);
    }
    .n-part2-1 {
        background-image: url();
        border-bottom: 0px
    }
    .n-part2-2 {
        background-image: url();
    }
    .n-part2-1 video,
    .n-part2-2 video {
        display: none;
    }
    .n-part2-1 img,
    .n-part2-2 img {
        display: block;
    }
    .n-img-2 {
        display: none!important;
    }
}