@media screen and (min-width: 1560px) {
    .common-reason-subTitle {
        max-width: 1320px;
        margin-top: 40px;
        font-size: 24px;
    }
}

/* 海报 */
.banner {
    position: relative;
}

.banner .banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.banner-content {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

.banner-content .banner-text {
    color: #ffffff;
    margin-top: calc(242px + 100px);
    width: fit-content;
}

.banner-content .banner-text .title {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.5em;
}

.banner-content .banner-text .copyright {
    font-size: 40px;
    position: relative;
    top: -26px;
}

.banner-content .banner-text .describe {
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
    max-width: 660px;
}

.banner-content .banner-text .banner-btn-box {
    display: flex;
    align-items: center;
    margin-top: 60px;

}

.banner-content .banner-text .demonstrate-btn,
.banner-content .banner-text .cpbj-btn {
    min-width: 180px;
    width: fit-content;
    border-radius: 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.banner-content .banner-text .demonstrate-btn {
    background-color: #4A53E6;
}


.ourAdvantages-1 {
    padding: 60px 0;
    position: relative;
}

.ourAdvantages-1 .systemIntroduction-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.ourAdvantages-1>* {
    position: relative;
}

.ourAdvantages-1 .systemIntroduction {
    display: flex;
}

.ourAdvantages-1 .systemIntroduction .systemIntroduction-left {
    flex: 1;
    margin-right: 60px;
}

.ourAdvantages-1 .systemIntroduction .systemIntroduction-right {
    width: 674px;
}

.systemIntroduction .systemIntroduction-left .img {
    height: 438px;
    width: 100%;
    object-fit: contain;
}

.systemIntroduction .systemIntroduction-right .content {
    font-size: 20px;
    line-height: 1.7em;
    color: #000000;
}

.systemIntroduction .systemIntroduction-right .tag-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 间距 */
    column-gap: 189px;
    row-gap: 20px;
    margin-top: 30px;
}

.systemIntroduction-right .tag-list .tag-item {
    display: flex;
    align-items: center;
}

.systemIntroduction-right .tag-list .tag-item .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.systemIntroduction-right .tag-list .tag-item .name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.7em;
    color: #4A53E6;
}

.ourAdvantages-2 {
    background-color: #ffffff;
    padding: 70px 0 100px;
}



.ourAdvantages-2 .textType {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.ourAdvantages-2 .textType .btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.ourAdvantages-2 .textType .btn.prev {
    /* margin-right: 18px; */
}

.ourAdvantages-2 .textType .btn.next {
    /* margin-left: 18px; */
}



.ourAdvantages-2 .textType .textType-item {
    background-image: linear-gradient(180deg, #4A53E6 0%, #D980DE 100%);
    border-radius: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    padding-top: 50px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.3s;
}

.ourAdvantages-2 .textType .textType-item .textType-icon {
    /* width: 60px;
    height: 60px; */
    width: 90px;
    height: 90px;
    transition: all 0.3s;
}

.ourAdvantages-2 .textType .textType-item .title {
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
}

.ourAdvantages-2 .textType .textType-item .tag-list {
    margin-top: 20px;
}

.ourAdvantages-2 .textType .textType-item .tag-list .tag-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;

}





.ourAdvantages-2 .textType .swiper {
    flex: 1;
    margin: 0 auto;
    height: 414px;
    border-radius: 20px;
}


.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide {}

.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-active {}

.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-prev,
.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-next {}

.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide .textType-item {
    transform: scale(0.8);
}

.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-active .textType-item {
    transform: scale(1);
}

/* .ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-prev .textType-item,
.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-next .textType-item {
    transform: scale(0.9);
} */

.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-prev .textType-item {
    transform: scale(0.9) translateX(-14px);
}

.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-next .textType-item {
    transform: scale(0.9) translateX(14px);
}

.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-active .textType-item .textType-icon {
    width: 100px;
    height: 100px;
}

.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-prev .textType-item .textType-icon,
.ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-next.textType-item .textType-icon {
    width: 70px;
    height: 70px;
}

/* 检测流程 */
.ourAdvantages-3 {
    background-color: #F7F8FF;
    padding: 60px 0 30px;
}

.testProcess {
    margin-top: 40px;
}

.testProcess .testProcess-content {
    display: flex;
    justify-content: space-between;
}

.testProcess .testProcess-content .testProcess-content-item {}

.testProcess-content-item .testProcess-content-item-title {
    width: 170px;
    height: 203px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("/img/tzsb/testProcess-title-bg.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.testProcess-content-item .testProcess-content-item-title .no {
    font-size: 32px;
    color: #ffffff;
}

.testProcess-content-item .testProcess-content-item-title .icon {
    width: 38px;
    height: 38px;
    margin-top: 24px;
}

.testProcess-content-item .testProcess-content-item-title .name {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #4A53E6;
    margin-top: 10px;
}

.testProcess-content-item .testProcess-content-item-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.testProcess-content-item .testProcess-content-item-list .list-tag {
    font-size: 14px;
    box-sizing: border-box;
    color: #4A53E6;
    border: 1px dashed #4A53E6;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

.testProcess-content-item .testProcess-content-item-list .list-tag+.list-tag {
    margin-top: 20px;

}



.testProcess-content .nextStep-icon {
    height: 17px;
    margin-top: 76px;
}



.ourAdvantages-4 {
    background-color: #ffffff;
    padding: 100px 0 70px;
}


.ourAdvantages-4 .functionalModule .functionalModule-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 28px;
    row-gap: 20px;
    margin-top: 40px;
}

.functionalModule-list .functionalModule-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px 0px #080C431F;

}

.functionalModule-list .functionalModule-item .icon {
    width: 48px;
    height: 48px;
}

.functionalModule-list .functionalModule-item .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.ourAdvantages-4 .functionalModule .view-btn {
    max-width: 700px;
    height: 110px;
    border-radius: 55px;
    background-image: linear-gradient(90deg, #D980DE 0%, #4A53E6 100%);
    margin: 100px auto 0;

    font-weight: 500;
    font-size: 30px;
    line-height: 1.7em;
    text-align: center;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.ourAdvantages-5 {
    padding: 90px 0;
    background-color: #F7F8FF;
}

.ourAdvantages-5 .characteristic .nav-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 18px;
    margin-top: 40px;
}

.characteristic .nav-list .nav-item {
    padding: 20px 30px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #F3F3F8 0%, #FFFFFF 100%);
    box-shadow: 0px 5px 5px 0px #0E083529;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;


}

.characteristic .nav-list .nav-item.active {
    border: 1px solid #4A53E6;
}

.characteristic .nav-list .nav-item.active::before {
    content: "";
    display: inline-block;
    /* 写一个三角形 */
    border: 13px solid transparent;
    border-top: 13px solid #4A53E6;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(100%);

}

.characteristic .nav-list .nav-item .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    color: #4A53E6;
    display: flex;
    align-items: center;
}

.characteristic .nav-list .nav-item .title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 28px;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #4A53E6 0%, #D980DE 100%);
    margin-right: 10px;
}

.characteristic .nav-list .nav-item .describe {
    font-size: 17px;
    line-height: 1.5em;
    color: #666666;
    margin-top: 10px;
}

.characteristic .characteristic-content {
    height: 363px;
    margin-top: 30px;
}

.characteristic .characteristic-content .content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-image: linear-gradient(180deg, #EFECF8 0%, #FFFFFF 35%);
    box-shadow: 0px 4px 4px 0px #1D0E4940;
    border-radius: 20px;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 0;
    display: none;
}

.characteristic .characteristic-content .content-list.active {
    display: grid;
}

.characteristic .characteristic-content .content-list .content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px dashed #BABCD4;
}

.characteristic .characteristic-content .content-list .content-item:last-child {
    border-right: none;
}

.characteristic-content .content-list .content-item .icon {
    width: 80px;
    height: 80px;
}

.characteristic-content .content-list .content-item .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    color: #000000;
    margin-top: 10px;
}

.characteristic-content .content-list .content-item .describe {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    color: #666666;
    margin-top: 10px;
    max-width: 360px;
}

.publicize-box {
    background-color: #F7F8FF;
    padding: 30px 0 70px;
    overflow: hidden;
}

.publicize-box .publicize {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.publicize-box .publicize>* {
    position: relative;
}

.publicize-box .publicize .ruler {
    width: 1098px;
    height: 42px;
    object-fit: contain;
}

.publicize-box .publicize .title {
    font-weight: 700;
    font-size: 64px;
    color: #000000;
    margin-top: 40px;
}

.publicize-box .publicize .describe {
    font-size: 24px;
    line-height: 1.5em;
    color: #000000;
    max-width: 1036px;
    text-align: center;
    margin-top: 40px;
}

.publicize-box .publicize .symbol1,
.publicize-box .publicize .symbol2 {
    font-family: Impact;
    font-size: 390px;
    line-height: 0;
    color: #E6EAFF;
    position: absolute;
}

.publicize-box .publicize .symbol1 {
    top: 220px;
    right: -80px;
}

.publicize-box .publicize .symbol2 {
    bottom: 140px;
    left: -80px;
    /* 上下翻转 */
    transform: scaleY(-1);

}


/* 屏幕小于 1560px */
@media screen and (max-width: 1560px) {
    .common-reason-subTitle {
        text-align: left;
    }

    .banner .banner-img {
        object-fit: cover;
    }

    .banner-content .banner-text {
        color: #ffffff;
        margin-top: calc(207px + 100px);
        padding-left: 100px;
    }

    .testProcess .testProcess-content {
        flex-wrap: wrap;
    }

    .ourAdvantages-4 .functionalModule .functionalModule-list {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* 屏幕小于 1375px */
@media screen and (max-width: 1375px) {
    .banner-content .banner-text {
        margin-top: calc(159px + 100px);
        padding-left: 20px;
    }

    .banner-content .banner-text .title {
        font-size: 48px;
    }

    .banner-content .banner-text .copyright {
        font-size: 32px;
        top: -26px;
    }

    .banner-content .banner-text .describe {
        font-size: 16px;
    }

    .banner-content .banner-text .banner-btn-box {
        margin-top: 40px;
    }

    .systemIntroduction .systemIntroduction-right .tag-list {
        column-gap: 120px;
    }


    .ourAdvantages-2 .textType .btn.prev {
        margin-right: 10px;
    }

    .ourAdvantages-2 .textType .btn.next {
        margin-left: 10px;
    }

    .ourAdvantages-4 .functionalModule .functionalModule-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .publicize-box .publicize {
        text-align: center;
    }

}


/* 手机 版心 */
@media screen and (max-width: 768px) {
    .banner .banner-img {
        height: 600px;
    }

    .banner-content .banner-text {
        margin-top: calc(67px + 100px);
        padding-left: 0;
    }

    .banner-content .banner-text .title {
        font-size: 24px;
    }

    .banner-content .banner-text .copyright {
        font-size: 12px;
        top: -14px;
    }

    .banner-content .banner-text .banner-btn-box {
        margin-top: 20px;

    }

    .banner-content .banner-text .demonstrate-btn,
    .banner-content .banner-text .cpbj-btn {
        min-width: 140px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 40px;
    }

    .ourAdvantages-1 {
        padding: 30px 0 40px;
    }

    .ourAdvantages-1 .systemIntroduction {
        display: flex;
        flex-direction: column;
    }

    .ourAdvantages-1 .systemIntroduction .systemIntroduction-left {
        margin-right: 0;
        padding: 0 20px;
    }

    .systemIntroduction .systemIntroduction-left .img {
        width: 100%;
        height: auto;
    }

    .ourAdvantages-1 .systemIntroduction .systemIntroduction-right {
        width: 100%;
        margin-top: 20px;
    }

    .systemIntroduction .systemIntroduction-right .content {
        font-size: 14px;
    }

    .systemIntroduction .systemIntroduction-right .tag-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .systemIntroduction-right .tag-list .tag-item {
        width: 196px;
        margin: 0 auto;
    }

    .systemIntroduction-right .tag-list .tag-item .icon {
        width: 24px;
        height: 24px;
    }

    .systemIntroduction-right .tag-list .tag-item .name {
        font-size: 16px;
    }

    .ourAdvantages-2 {
        padding: 20px 0 50px;
    }

    .ourAdvantages-2 .wrapper {
        padding: 0;
    }

    .ourAdvantages-2 .textType {
        margin-top: 30px;
    }

    .ourAdvantages-2 .textType .swiper {
        height: 290px;
    }

    .ourAdvantages-2 .textType .textType-item {
        padding-top: 30px;
    }

    .ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-active .textType-item .textType-icon {
        width: 70px;
        height: 70px;
    }

    .ourAdvantages-2 .textType .textType-item .title {
        font-size: 20px;
        margin-top: 30px;
    }

    .ourAdvantages-2 .textType .textType-item .tag-list {
        margin-top: 30px;
    }

    .ourAdvantages-2 .textType .textType-item .tag-list .tag-item {
        font-size: 12px;
    }

    .ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-prev .textType-item,
    .ourAdvantages-2 .textType .swiper-wrapper .swiper-slide.swiper-slide-next .textType-item {
        transform: scale(0.9);
    }

    .ourAdvantages-2 .textType .btn {
        display: none;
    }

    .ourAdvantages-3 {
        padding: 40px 0 60px;
    }

    .testProcess .testProcess-content {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .testProcess .testProcess-content .testProcess-content-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .testProcess-content-item .testProcess-content-item-list {
        margin-top: 10px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .testProcess-content-item .testProcess-content-item-list .list-tag {
        font-size: 12px;
        flex: 1;
        height: 30px;
        border-radius: 15px;
        margin: 0 5px 10px;
        max-width: 150px;
        min-width: calc(50% - 10px);
    }

    .testProcess-content-item .testProcess-content-item-list .list-tag+.list-tag {
        margin-top: 0;
    }

    .testProcess-content .nextStep-icon {
        transform: rotate(90deg);
        height: 17px;
        width: auto;
        margin: 20px 10px;
    }

    .ourAdvantages-4 {
        padding: 30px 0 50px;
    }

    .ourAdvantages-4 .functionalModule .functionalModule-list {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 0px;
        row-gap: 10px;
        margin-top: 20px;
    }

    .functionalModule-list .functionalModule-item {
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }

    .functionalModule-list .functionalModule-item .icon {
        width: 26px;
        height: 26px;
    }

    .functionalModule-list .functionalModule-item .name {
        font-size: 12px;
    }

    .ourAdvantages-4 .functionalModule .view-btn {
        margin-top: 30px;
        height: 70px;
        border-radius: 35px;
        font-size: 20px;
    }

    .ourAdvantages-5 {
        padding: 40px 0;
    }

    .ourAdvantages-5 .common-reason-subTitle {
        text-align: center;
    }

    .ourAdvantages-5 .characteristic .nav-list {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
    }

    .characteristic .nav-list .nav-item {
        padding: 10px 20px;
    }

    .characteristic .nav-list .nav-item.active::before {
        display: none;
    }

    .characteristic .nav-list .nav-item .title {
        font-size: 20px;
    }

    .characteristic .nav-list .nav-item .title::before {
        width: 6px;
        height: 18px;
        border-radius: 3px;
    }

    .characteristic .nav-list .nav-item .describe {
        font-size: 12px;
    }

    .characteristic .characteristic-content {
        height: fit-content;
    }

    .characteristic .characteristic-content .content-list {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 0;

    }

    .characteristic .characteristic-content .content-list .content-item {
        padding: 10px;
        border-right: none;
    }

    .characteristic-content .content-list .content-item .icon {
        width: 52px;
        height: 52px;
    }

    .characteristic-content .content-list .content-item .title {
        margin-top: 3px;
        font-size: 20px;
    }

    .characteristic-content .content-list .content-item .describe {
        margin-top: 3px;
        font-size: 12px;
    }


    .publicize-box {
        padding: 20px 0 40px;
    }

    .publicize-box .publicize .ruler {
        height: 19px;
        width: 100%;
    }

    .publicize-box .publicize .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 26px;
        line-height: 1.3em;
        margin-top: 30px;
    }

    .publicize-box .publicize .describe {
        box-sizing: border-box;
        font-size: 12px;
        margin: 30px 16px 0;
    }

    .publicize-box .publicize .symbol1 {
        right: 0;
    }

    .publicize-box .publicize .symbol2 {
        left: 0;
    }
}

/* 小屏手机 */
@media screen and (max-width: 360px) {}