/* 公共样式 */
.dimWhite .li svg,
.dimWhite .li span {
    filter: invert(100%) !important;
}

.swiperList-hover .swiper-button-next,
.swiperList-hover .swiper-button-prev {
    width: 44px;
    height: 44px;
    /* border: 1px solid #e0e2e4; */
    border: 1px solid #000;
    padding: 14px;
    border-radius: 50%;
    /* top: -40px; */
    /* background: #828898; */
    /* opacity: 0.5; */
}

.swiperList-hover .swiper-button-prev {
    right: 64px;
    left: initial;
    background-image: url(../img/l.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
}

.swiperList-hover .swiper-button-next {
    right: 0;
    left: initial;
    background-image: url(../img/r.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    /* filter: invert(100%); */
}

/* 大轮播箭头 */
.contrast_swiper_button {
    top: 30%;
    max-width: 1280px;
    width: 95%;
}

.contrast_swiper-button-prev,
.contrast_swiper-button-next {
    height: 44px;
    width: 44px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    transition: 0.3s all ease-in-out;
    z-index: 9999;
    border: 1px solid #e0e2e4;
    padding: 14px;
    border-radius: 50%;
}

.contrast_swiper-button-prev {
    background-position: center;
    /* margin-left: calc(100vw / 2); */
}

.contrast_swiper-button-next {
    background-position: center;
}

.contrast_swiper-button-next:hover,
.contrast_swiper-button-prev:hover {
    /* background-color: rgba(255, 255, 255, 0.2); */
}

.contrast_swiper-button-prev {
    /* left: -50px; */
    background-image: url(../img/l.svg);
}

.contrast_swiper-button-next {
    /* right: -50px; */
    background-image: url(../img/r.svg);
}

#Banner {}

.banner_title {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.6s linear,
        transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner_title.active {
    transform: translateY(0) translateZ(0);
    opacity: 1;

}

.bodyBoxHandler {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    transition: opacity 0.6s linear,
        transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bodyBoxHandler.active {
    opacity: 0;

}

.banner-pc {
    transform: scale(1.2);
    transition: opacity 0.4s linear,
        transform 1.6s ease-in-out;
}

.banner-pc.active {
    transform: scale(1);

}


/* 第二屏--鼠标滚动动效 */

/* .first-animation-content video{
    width: 1120px;
    height: 640px;
}
.first-animation-content video.active{
    width: 100%;
    height: 100%;
} */

.first-animation-content-videoBox {
    transition: 1.2s all;
}

.first-animation-content-videoBox.active {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

#content {
    height: 1100vh;
}

.first-animation-title {
    transition: opacity 1.2s linear,
        transform 1.2s ease-in-out;
}

.first-animation-title.active {
    opacity: 0;
    transform: translateY(-60px);
}

.first-animation-title.active1 {
    opacity: 0;
    transform: translateY(60px);
}

/* 固定大小变化--参数表 */
.parametersTable-box {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.2s linear,
        transform 1.2s ease-in-out;
}

.parametersTable-box.active {
    opacity: 1;
    transform: translateY(0px);

}

.parametersTable {
    padding: 32px 24px;
    border-radius: 12px;
    border: 1px solid rgba(64, 64, 64, 0.50);
    background: rgba(0, 0, 0, 0.30);
}

.parametersTable-content {
    width: 356px;
}

.parametersTable-title {
    margin-bottom: 24px;
}

.parametersTable-title h2 {
    font-size: 24px;
    line-height: 32px;
}

.parametersTable-content-list {
    width: 100%;
}

.parametersTable-content-li {
    width: 134px;
}

.parametersTable-content-li:first-child {
    width: 88px;
}

.parametersTable-content-li h3 {
    font-size: 16px;
    line-height: 24px;
}

.parametersTable-content-li ul li {
    padding: 8px 0;
    margin-top: 8px;
}

.parametersTable-content-li ul li {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.35);
}

.parametersTable-content-li ul li:last-child {
    border-bottom: 0;
}

.parametersTable-content-li h4 {
    font-size: 14px;
    line-height: 22px;
}

/* 随屏幕大小变化--参数表 */
/* .parametersTable-box {
    padding-bottom: 48.000vw;
    opacity: 0;
    transform: translateY(16.000vw);
        transition: opacity 1.2s linear,
        transform 1.2s ease-in-out;
}

.parametersTable-box.active {
    opacity: 1;
    transform: translateY(0.000vw);

}

.parametersTable {
    padding: 8.533vw 6.400vw;
    border-radius: 3.200vw;
    border: 0.267vw solid rgba(64, 64, 64, 0.50);
    background: rgba(0, 0, 0, 0.30);
}

.parametersTable-content {
    width: 94.933vw;
}

.parametersTable-title {
    margin-bottom: 6.400vw;
}

.parametersTable-title h2 {
    font-size: 6.400vw;
    line-height: 8.533vw;
}

.parametersTable-content-list {
    width: 100%;
}

.parametersTable-content-li {
    width: 35.733vw;
}

.parametersTable-content-li:first-child {
    width: 23.467vw;
}

.parametersTable-content-li h3 {
    font-size: 4.267vw;
    line-height: 6.400vw;
}

.parametersTable-content-li ul li {
    padding: 2.133vw 0;
    margin-top: 2.133vw;
}

.parametersTable-content-li ul li {
    border-bottom: 0.133vw solid rgba(255, 255, 255, 0.35);
}

.parametersTable-content-li ul li:last-child {
    border-bottom: 0;
}

.parametersTable-content-li h4 {
    font-size: 3.733vw;
    line-height: 5.867vw;
} */




/* 第二屏动画效果 */
#first-animation {
    transition: transform 0.6s ease-in-out;
}

#first-animation.active {
    transition: transform 1.2s ease-in-out;
    transform: translateY(-100vh);
}

#secondly-animation {
    transform: translateY(100vh);
    transition: transform 0.6s ease-in-out;
}

#secondly-animation.active {
    transition: transform 1.2s ease-in-out;
    transform: translateY(0);
}

#secondly-animation.active2 {
    transition: transform 0.6s ease-in-out;
}

#secondly-animation.active3 {
    transform: translateY(-100vh);
    transition: transform 1.2s ease-in-out;
}

#thirdly-animation {
    transform: translateY(100vh);
    transition: transform 0.6s ease-in-out;
}

#thirdly-animation.active {
    transition: transform 1.2s ease-in-out;
    transform: translateY(0);
}

/* 第二屏文案动态效果 */
.secondly-animation-title-Box {
    width: 406px;
    height: 158px;
}

.secondly-animation-title-Box1,
.secondly-animation-title-Box2,
.secondly-animation-title2Box1,
.secondly-animation-title2Box2,
.secondly-animation-title2Box3 {
    transition: opacity 0.6s linear,
        transform 0.6s ease-in-out;
}

.secondly-animation-title-Box1,
.secondly-animation-title-Box2,
.secondly-animation-title2Box2,
.secondly-animation-title2Box3 {
    opacity: 0;
    transform: translateY(60px);
}

.secondly-animation-title-Box1.active,
.secondly-animation-title-Box2.active,
.secondly-animation-title2Box2.active,
.secondly-animation-title2Box3.active {
    opacity: 1;
    transform: translateY(0px);
}

.secondly-animation-title-Box1.active2,
.secondly-animation-title-Box2.active2,
.secondly-animation-title2Box1.active2,
.secondly-animation-title2Box2.active2,
.secondly-animation-title2Box3.active2 {
    opacity: 0;
    transform: translateY(-60px);
}


/* 第三屏动态文案效果 */
.thirdly-animation-title-Box {
    width: 340px;
    height: 112px;
}

.thirdly-animation-title-Box1 {
    transition: opacity 0.6s linear,
        transform 0.6s ease-in-out;
    opacity: 0;
    transform: translateY(60px);
    width: 100%;
}

.thirdly-animation-title-Box1.active {
    opacity: 1;
    transform: translateY(0px);
}

.thirdly-animation-title-Box1.active2 {
    opacity: 0;
    transform: translateY(-60px);
}

.thirdly-animation-title2Box {
    transition: opacity 0.6s linear,
        transform 0.6s ease-in-out;
    opacity: 0;
    transform: translateY(60px);
}

.thirdly-animation-title2Box.active {
    opacity: 1;
    transform: translateY(0px);
}

.thirdly-animation-shade{
       transition:
        all 0.6s ease-in-out;
}

.thirdly-animation-shade1{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 52.36%, #000 101.39%);
}
.thirdly-animation-shade2{
    background: linear-gradient(180deg, #000 0%, rgba(90, 90, 90, 0.00) 50%);
}

.thirdly-animation-shade.active {
    opacity: 1;
}


 

#picture h2 span {
    background: linear-gradient(125deg, #FF0035 -30.02%, #FFAE34 148.03%, #FCBB93 213.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#picture ul li {
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(180deg, #F4F5F8 0%, #FEFEFE 100%);
}

#picture ul li div {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(180deg, #262626 0%, #000 100%);
    box-shadow: 0px 16px 32px 0px rgba(38, 38, 38, 0.30);
    backdrop-filter: blur(4px);
}



/* 横向轮播样式 */

.fixedHandlerBtn {
    background: rgba(246, 247, 248, 0.60);
    box-shadow: 0px 0px 0.5px 0px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: fit-content;
    padding: 6px 52px;
    height: 52px;
    margin-top: 32px;
    /* border: 1px solid; */
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
}

/* 横向轮播定位按钮 */
.fixedHandlerBtn .fixedHandlerBtn-next,
.fixedHandlerBtn .fixedHandlerBtn-prev {
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 9999px;
    position: absolute;
    top: 28px;
    /* background: #828898; */
    opacity: 1 !important;
}

.fixedHandlerBtn .swiper-button-next.swiper-button-disabled,
.fixedHandlerBtn .swiper-button-prev.swiper-button-disabled {
    opacity: 0.1 !important;
}

.fixedHandlerBtn .fixedHandlerBtn-next::after,
.fixedHandlerBtn .fixedHandlerBtn-prev::after {
    content: '';
    position: absolute;
    border-radius: 99px;
    background: rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s all;
}

.fixedHandlerBtn .fixedHandlerBtn-next:hover::after,
.fixedHandlerBtn .fixedHandlerBtn-prev:hover::after {
    opacity: 1;
}

.fixedHandlerBtn .fixedHandlerBtn-prev {
    background-image: url(../img/l.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    left: 6px;
    /* filter: invert(100%); */
}

.fixedHandlerBtn .fixedHandlerBtn-next {
    background-image: url(../img/r.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    right: 6px;
    /* filter: invert(100%); */
}

.fixedHandlerBtn .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.40);
    transition: all 600ms cubic-bezier(0.3, 2, 0.5, 1);
}

.fixedHandlerBtn .swiper-pagination-bullet-active {
    width: 20px;
    background: rgba(0, 0, 0, 0.80);
}


/* pad端 */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .title_box {
        width: 100% !important;
    }

    .banner_title h1 {
        font-size: 48px;
    }

    .bannerBtn {
        line-height: 36px !important;
    }

    .line {
        width: 100% !important;
    }

    #secondly {
        height: auto;
    }


    .w-1120,
    .w-1120 {
        width: 888px;
    }

    .pt-80 {
        padding-top: 68px;
    }

    .pb-80 {
        padding-bottom: 68px;
    }

    .fs-28 {
        font-size: 24px;
    }

    .lh-36 {
        line-height: 32px;
    }

    .fs-48 {
        font-size: 28px;
    }

    .lh-56 {
        line-height: 36px;
    }

    .fs-40 {
        font-size: 28px;
    }

    .lh-48 {
        line-height: 36px;
    }

    .w-550 {
        width: 436px;
    }

    .mr-20 {
        margin-right: 16px;
    }

    .mb-20 {
        margin-bottom: 16px;
    }

    .mb-64 {
        margin-bottom: 48px;
    }

    .mb-24 {
        margin-bottom: 20px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .lh-26 {
        line-height: 24px;
    }

    .w-560 {
        width: 456px;
    }

    .mr-64 {
        margin-right: 48px;
    }

    .pt-40 {
        padding-top: 24px;
    }

    .pb-40 {
        padding-bottom: 24px;
    }

    .w-800 {
        width: 588px;
    }

    .h-560 {
        height: 444px;
    }

    .maxw-1120 {
        width: 888px;
    }

    .Pipe-mySwiper {
        padding-left: calc((100vw - 888px) / 2);
        padding-right: calc((100vw - 888px) / 2);
    }

    .safeguard-left {
        width: 456px;
        height: 406px;
    }

    .safeguard-right {
        width: 392px;
    }

    #safeguard .safeguard-right ul li {
        width: auto;
    }

    #safeguard .safeguard-right ul li p {
        font-size: 14px;
        line-height: 22px;
    }

    #safeguard .safeguard-right ul li h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .picture-left {
        width: 392px;
    }

    .picture-right {
        width: 456px;
    }

    .fixed-swiperBox .h-630 {
        height: 503px;
    }

    #contrast {
        padding-left: 44px;
        padding-right: 44px;
    }

    #contrast {
        padding: 0;
        padding-top: 68px;
    }

    .contrast {
        width: 888px;
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .contrast .w-256 {
        width: 24%;
    }

    .contrast_li_B h3 {
        font-size: 14px;
        line-height: 22px;
    }
}


/* 小pad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #contrast {
        padding-left: 16px;
        padding-right: 16px;
    }

    .banner_title h1 {
        font-size: 48px;
    }

    .bannerBtn {
        line-height: 36px !important;
    }

    .title_box {
        filter: invert(0%);
    }

    .line {
        width: 100% !important;
    }

    .banner {
        height: auto;
    }

    .w-1120,
    .w-1120 {
        width: 680px;
    }

    #fixed-swiperBox .pr-calc1120 {
        padding-right: calc((100vw - 680px) / 2);
    }

    #fixed-swiperBox .pl-calc1120 {
        padding-left: calc((100vw - 680px) / 2);
    }

    .pt-40 {
        padding-top: 16px;
    }

    .pb-40 {
        padding-bottom: 16px;
    }

    .pt-32,
    .pt-80 {
        padding-top: 48px;
    }

    .pb-32,
    .pb-80 {
        padding-bottom: 48px;
    }


    .fs-28 {
        font-size: 20px;
    }

    .lh-36 {
        line-height: 28px;
    }

    .fs-48 {
        font-size: 28px;
    }

    .fs-24,
    .fs-40 {
        font-size: 28px;
    }

    .lh-32,
    .lh-48 {
        line-height: 36px;
    }

    .mb-12 {
        margin-bottom: 16px;
    }

    .mb-20 {
        margin-bottom: 32px;
    }

    .w-550 {
        width: 332px;
    }

    .mr-20 {
        margin-right: 16px;
    }


    .mb-64 {
        margin-bottom: 32px;
    }

    .mb-24 {
        margin-bottom: 32px;
    }

    .fs-18 {
        font-size: 16px;
    }

    .lh-26 {
        line-height: 24px;
    }

    .w-560 {
        width: 348px;
    }

    .mr-64 {
        margin-right: 32px;
    }

    .w-800 {
        width: 480px;
    }

    .h-560 {
        height: 340px;
    }

    .maxw-1120 {
        width: 680px;
    }

    .Pipe-mySwiper {
        padding-left: calc((100vw - 680px) / 2);
        padding-right: calc((100vw - 680px) / 2);
    }

    .sizesPop {
        width: 680px;
    }

    .parametersTable-content-list {
        border-radius: 8px;
        border: 0.5px solid var(--Color-Fill-4, #F5F5F5);
    }

    .sizesPopBtn {}

    .parametersTable-content-li {
        width: 205px !important;
    }

    .parametersTable-content-li-title {
        background: var(--Color-Fill-4, #F5F5F5);
        padding: 8px 16px;
        width: 100%;
        text-align: center;
    }

    .parametersTable-content-li-title h3 {
        color: var(--Color-Text-Title, #1C1F23);
        font-size: 16px;
        line-height: 24px;
    }

    .parametersTable-content-li ul li {
        padding: 13px 16px;
        text-align: center;
        border-bottom: 0.5px solid var(--Color-Fill-3, #E5E6EB);
        width: 100%;
    }

    .parametersTable-content-li ul li h4 {
        color: var(--Color-Text-T1, rgba(28, 31, 35, 0.80));
        font-size: 14px;
        line-height: 22px;
    }

    #sizesPop {
        padding: 32px;
    }

    .md-performances ul li {
        padding-right: 32px;
        margin-right: 32px;
    }

    .md-performances ul li h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .md-performances ul li p {
        font-size: 14px;
        line-height: 22px;
    }

    .md-performances ul li::after {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        top: 7px;
        height: 44px;
        background: var(--Color-Fill-3, #E5E6EB);
    }

    .md-performances ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .md-performances ul li:last-child::after {
        height: 0;
    }


    .md-pinnacle ul li {
        padding-right: 32px;
        margin-right: 32px;
    }

    .md-pinnacle ul li h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .md-pinnacle ul li p {
        font-size: 14px;
        line-height: 22px;
    }

    .md-pinnacle ul li::after {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        top: 7px;
        height: 44px;
        background: var(--Color-Fill-3, #E5E6EB);
    }

    .md-pinnacle ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .md-pinnacle ul li:last-child::after {
        height: 0;
    }

    .picture-left {
        width: 100%;
    }

    .picture-title {
        margin-bottom: 32px;
    }

    .picture ul {
        margin-top: 32px;
    }

    .picture ul li {
        width: 216px;
    }

    #picture ul li:last-child {
        margin-right: 0;
    }

    .fixed-swiperBox .h-630 {
        height: 383px;
    }
}



/* 移动端 */
@media (max-width: 767px) {
    .title_box {
        filter: invert(0%);
    }

    .banner_title h1 {
        font-size: 11.733vw;
        line-height: normal;
        margin-bottom: 3.200vw;
    }

    .banner_title p {
        font-size: 4.267vw;
        line-height: 6.400vw;
        letter-spacing: 2.560vw;
    }

    .banner_title .bannerBtn {
        padding-right: 3.200vw;
    }

    .bannerBtn svg {
        margin-left: 2.133vw;
    }

    .banner {
        height: auto;
    }

    .banner_title {
        padding-top: 18.133vw;
    }

    .PageHeader {
        position: relative;
    }

    /* 不同管材 皆在掌握 */
    #md-grasp {
        padding: 0 4.267vw;
    }

    .md-grasp {
        padding: 8.533vw 0;
    }

    .grasp-btn {
        background: #FFF;
        box-shadow: 0.000vw 0.267vw 0.533vw 0.000vw rgba(16, 24, 40, 0.05);
    }

    .mb-20 {
        margin-bottom: 5.333vw;
    }

    .fs-24 {
        font-size: 6.400vw;
    }

    .lh-32 {
        line-height: 8.533vw;
    }

    .mb-12 {
        margin-bottom: 3.200vw;
    }

    .fs-16 {
        font-size: 4.267vw;
    }

    .lh-24 {
        line-height: 6.400vw;
    }

    .mb-16 {
        margin-bottom: 4.267vw;
    }

    .pt-8 {
        padding-top: 2.133vw;
    }

    .pb-8 {
        padding-bottom: 2.133vw;
    }

    .pl-16 {
        padding-left: 4.267vw;
    }

    .pr-16 {
        padding-right: 4.267vw;
    }

    .mr-16 {
        margin-right: 4.267vw;
    }

    .mb-24 {
        margin-bottom: 6.400vw;
    }

    .fs-18 {
        font-size: 4.800vw;
    }

    .fs-12 {
        font-size: 3.2vw;
    }

    .lh-20 {
        line-height: 5.333vw;
    }

    .lh-26 {
        line-height: 6.933vw;
    }

    .mb-4 {
        margin-bottom: 1.067vw;
    }

    .pl-20 {
        padding-left: 5.333vw;
    }

    .fs-20 {
        font-size: 5.333vw;
    }

    .lh-28 {
        line-height: 7.467vw;
    }


    .pr-20 {
        padding-right: 5.333vw;
    }

    .fs-14 {
        font-size: 3.733vw;
    }

    .lh-22 {
        line-height: 5.867vw;
    }

    .br-8 {
        border-radius: 2.133vw;
    }

    .lh-36 {
        line-height: 9.600vw;
    }

    .br-30 {
        border-radius: 8.000vw;
    }

    .h-36 {
        height: 9.600vw;
    }

    .w-117 {
        width: 31.200vw;
    }

    .h-12 {
        height: 3.200vw;
    }

    .w-12 {
        width: 3.200vw;
    }

    .r-12 {
        right: 3.200vw;
    }

    .t-12 {
        top: 3.200vw;
    }

    .mb-6 {
        margin-bottom: 1.600vw;
    }

    .pb-32 {
        padding-bottom: 10.667vw;
    }

    .pt-32 {
        padding-top: 10.667vw;
    }

    .h-48 {
        height: 12.800vw;
    }

    .w-48 {
        width: 12.800vw;
    }


    .parametersTable-content-list {
        border-radius: 2.133vw;
        border: 0.267vw solid var(--Color-Fill-4, #F5F5F5);
        overflow: hidden;
    }

    .sizesPopBtn {}

    .parametersTable-content-li {
        width: 31.5vw;
    }

    .parametersTable-content-li:first-child {
        width: 18.1vw;
    }

    .parametersTable-content-li-title {
        background: var(--Color-Fill-4, #F5F5F5);
        padding: 2.133vw 4.267vw;
        width: 100%;
        text-align: center;
    }

    .parametersTable-content-li-title h3 {
        color: var(--Color-Text-Title, #1C1F23);
        font-size: 4.267vw;
        line-height: 6.400vw;
    }

    .parametersTable-content-li ul li {
        padding: 3.467vw 2.267vw;
        text-align: center;
        border-bottom: 0.133vw solid var(--Color-Fill-3, #E5E6EB);
        width: 100%;
    }

    .parametersTable-content-li ul li h4 {
        color: var(--Color-Text-T1, rgba(28, 31, 35, 0.80));
        font-size: 3.733vw;
        line-height: 5.867vw;
    }

    /* 卓越动态性能 */
    .md-performances ul li::after {
        content: '';
        position: absolute;
        right: 0;
        width: 0.133vw;
        top: 0.800vw;
        height: 11.733vw;
        background: var(--Color-Fill-3, #E5E6EB);
    }

    .md-performances ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .md-performances ul li:last-child::after {
        height: 0;
    }

    /* 过棱保护 极致精度 */
    .md-pinnacle ul li::after {
        content: '';
        position: absolute;
        right: 0;
        width: 0.133vw;
        top: 0.800vw;
        height: 11.733vw;
        background: var(--Color-Fill-3, #E5E6EB);
    }

    .md-pinnacle ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .md-pinnacle ul li:last-child::after {
        height: 0;
    }


    /* 一键画图 操作简单  */
    #picture {
        padding: 0 4.267vw;
    }

    .picture {
        padding: 10.667vw 0;
    }

    .picture {
        display: block;
    }

    .picture-left {
        width: 100%;
    }

    .picture-title {
        margin-bottom: 6.400vw;
    }

    .picture-title h2 {
        font-size: 5.333vw;
        line-height: 7.467vw;
        margin-bottom: 2.133vw;
    }

    .picture-title p br {
        display: none;
    }

    .picture-left ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 3.2vw;
    }

    .picture-left ul li {
        text-align: center;
        width: 28.000vw;
        padding: 4.267vw;
        border-radius: 3.200vw;
        margin-right: 0;
    }

    .picture-left ul li div {
        margin: auto;
        width: 11.733vw;
        height: 11.733vw;
        padding: 2.667vw;
        margin-bottom: 2.133vw;
    }

    .picture-left ul li div img {
        width: 7.467vw;
    }

    .picture-left ul li h5 {
        font-size: 3.200vw;
        line-height: 5.333vw;
    }

    .picture-left p {
        font-size: 3.733vw;
        line-height: 5.867vw;
    }

    /* 轮播滚动5.0 */
    #fixed-swiperBox {
        padding: 10.667vw 0;
    }

    .fixed-swiperBox {}

    .fixed-swiperBox-title {
        padding: 0 4.267vw;
    }

    .fixed-swiperBox-title h2 {
        font-size: 6.400vw;
        line-height: 8.533vw;
        margin-bottom: 6.400vw;
    }

    .fixed-mySwiper {
        width: 100%;
        padding: 0 4.267vw;
        margin: auto;
    }

    .fixed-mySwiper .swiper-slide {
        width: 100%;
    }

    .fixed-mySwiper .swiper-slide .h-630 {
        height: 85.333vw;
    }

    #Automatic h2 div {
        width: auto !important;
        height: auto !important;
        padding: 0.000vw 6.400vw;
        border-radius: 4.267vw 0.000vw !important;
        margin-left: 2.133vw;
    }

    .contrast_swiper_button {
        width: 100%;
    }

    /* 机型对比 */
    #contrast {
        padding: 8.467vw 4.267vw;
    }

    .contrast {
        padding-bottom: 13.333vw;
    }

    .contrast_titie {
        width: 100%;
        position: relative;
    }

    .contrast_titie h4 {
        font-size: 3.2vw;
        line-height: normal;
        margin-bottom: 1.067vw;
    }

    .contrast_titie p {
        font-size: 3.2vw;
        margin-top: 2vw;
        line-height: normal;
    }

    .contrast_titie h3 {
        font-size: 5.867vw;
        line-height: normal;
    }

    .contrast_content {
        padding-top: 0;
    }

    .contrast_content ul {
        margin-bottom: 0;
    }

    .contrast_content ul li {
        width: 25%;
        padding-top: 10vw;
    }

    .contrast_content ul li img {
        width: 100%;
    }

    .contrast_imgBox {
        flex-wrap: wrap;
    }

    .contrast_imgBox img {
        margin-bottom: 3.2vw;
    }

    .contrast_imgBox span {
        font-size: 3.2vw;
        line-height: normal;
    }

    #contrast .md_contrast_content {
        margin-top: 13.333vw;
    }

    #contrast .md_contrast_content .layui-input,
    #contrast .md_contrast_content .layui-form-select {
        width: 44.8vw;
        border-radius: 1.067vw;
    }

    #contrast .md_contrast_content div.df-sb {}

    #contrast .md_contrast_content div.df-sb>div {
        width: 44.8vw;
    }

    #contrast .md_contrast_contentBtn {
        height: 10.667vw;
    }

    #contrast .md_contrast_contentBtn span {
        font-size: 4.266vw;
    }

    #contrast .LearnMoreBtn {
        /* font-size: 4.266vw; */
        margin-top: 2vw;
    }

    #contrast .LearnMoreBtn svg {
        /* font-size: 4.266vw;
    width: 4.266vw; */
    }

    #contrast .md_contrast_content p {
        font-size: 3.2vw;
        line-height: 5.333vw;
        margin-top: 1.333vw;
    }

    #contrast .parameter_box ul li .tc {
        height: 100%;
    }

    #contrast .md_contrast_content hr {
        margin-bottom: 6.933vw;
    }

    #contrast .md_contrast_content h3 {
        font-size: 4.8vw;
    }

    #contrast .md_contrast_content_switch {
        height: 21.333vw;
    }

    #contrast .md_contrast_content ul li>div {
        width: 44.8vw;
        border-top: 0.267vw solid #e6e7ea;
        padding: 3vw 0;
    }

    #contrast .md_contrast_content ul li:first-child>div {
        border-top: none;
    }

    #contrast .md_contrast_content ul li:last-child>div {
        border-bottom: 0.267vw solid #e6e7ea;
    }

    #contrast .md_contrast_content ul li {
        align-items: flex-start;
        height: auto;
    }

    .md_contrast_content .layui-inline {
        margin-right: 0;
    }

    #md-pinnacle p.fs-12 {
        font-size: 3vw;
    }

    #md-pinnacle li.pr-16 {
        padding-right: 3.267vw;
    }

    #md-pinnacle li.mr-16 {
        margin-right: 3.267vw;
    }
}