@media screen and (min-width:1200px){
    .normal-part {
        padding: 56px 30px;
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }

    .zz-product-part {
        padding: 0 30px;
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }

    .zz-product-detail > img {
        width: 101%;
    }

    .normal-part .step-area {
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 50px;
    }

    /*@media screen and (max-width: 1200px) {*/
    /*    .step-area, .zz-product-area {*/
    /*        zoom: 0.8;*/
    /*    }*/
    /*}*/

    /*@media screen and (max-width: 900px) {*/
    /*    .step-area, .zz-product-area {*/
    /*        zoom: 0.6;*/
    /*    }*/
    /*}*/

    /*@media screen and (max-width: 668px) {*/
    /*    .step-area, .zz-product-area {*/
    /*        zoom: 0.5;*/
    /*    }*/

    /*    .block > .block-item {*/
    /*        margin-right: 30px;*/
    /*    }*/
    /*}*/

    .step-item {
        /*margin: 0 20px 80px;*/
    }

    .step-area > .step-item > .step-img {
        background-color: #00dcce;
        border-radius: 50%;
        padding: 30px;
        margin-bottom: 20px;
    }

    .step-item > .step-img > img {
        width: 180px;
        height: 180px;
        object-fit: contain;
    }

    .step-item > .step-text {
        position: relative;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        font-weight: normal;
    }

    .step-item > .step-text > .step-index {
        font-size: 26px;
        height: 56px;
        width: 56px;
        line-height: 44px;
        color: #ffffff;
        background-color: #00dcce;
        text-align: center;
        border-radius: 50%;
        z-index: 10;
        position: absolute;
        border: 6px solid #ffffff;
        left: 0;
        top: 0;
    }

    .step-item > .step-text > .step-info {
        font-size: 14px;
        color: #ffffff;
        background-color: #00dcce;
        border-radius: 40px;
        height: 44px;
        position: absolute;
        left: 1px;
        top: 6px;
        padding-left: 60px;
        display: flex;
        align-items: center;
        justify-content: left;
        width: 220px;
        margin-left: 10px;
        line-height: 16px;
    }

    .zz-product-part:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 200vw;
        left: -100vw;
        /*background-color: #fcfcfc;*/
        z-index: -1;
    }

    .zz-product-part > .flex-center {
        display: none;
    }

    .zz-product-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 70px 0;
        /*background-image: url("https://img.zhizukj.com/official-website/v2.0/zhizu_back.png");*/
        background-repeat: no-repeat;
        background-position-y: 240px;
        background-size: 100%;
    }

    .zz-product-area > .zz-product-tips {
        font-size: 36px;
        /*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*/
        /*color: #666666;*/
    }

    .zz-product-area > .move-tips {
        font-size: 20px;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        color: #666666;
    }

    .zz-product-area > .zz-product-body {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 70px 0 0;
    }

    .zz-product-area .product-item-img > img {
        width: 343px;
    }

    .product-item-tips {
        display: flex;
        flex-direction: column;
    }

    .product-item-tips > .tip-info {
        flex: 1;
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: center;
        margin: 0 50px;
        padding: 40px 0;
        min-height: 325px;
        min-width: 280px;
    }

    .product-item-tips > .tip-info:first-child {
        /* border-bottom: 1px solid #cccccc; */
    }

    .tip-info img {
        width: 44px;
    }

    .tip-info .title {
        margin: 15px auto 20px;
        /*color: #010101;*/
        /*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*/
        /*font-weight: 700;*/
        font-size: 24px;
    }

    .tip-info .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .desc > span {
        margin-bottom: 10px;
        color: #999999;
        font-size: 16px;
        /* font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif; */
    }

    .product-other-info {
        font-size: 14px;
        color: #999999;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        margin-top: 15px;
    }

    .top-part {
        background-color: #010609;
        text-align: center;
    }

    .top-part > .top-bg {
        width: auto;
        min-width: 1200px;
    }

    .top-content {
        text-align: left;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .top-content > .top-content-img {
        width: 300px;
    }

    /*.linear-bg {*/
    /*    !*padding: 12.5vw 0;*!*/
    /*    padding: 26rem 0;*/
    /*    max-width: 1200px;*/
    /*    margin: 0 auto;*/
    /*}*/

    .linear-bg {
        /*padding: 12.5vw 0;*/
        padding: 28rem 0;
        max-width: 1200px;
        margin: 0 5%;
    }

    /*.linear-bg-text {*/
    /*    background-image: -webkit-linear-gradient(0deg, #7FF8DA, #D4E393);*/
    /*    -webkit-background-clip: text;*/
    /*    color: transparent;*/
    /*    display: inline-block;*/
    /*    font-size: 105px;*/
    /*    font-family: AlibabaPuHuiTi-2-105-Heavy;*/
    /*    !*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*!*/
    /*    font-weight: 700;*/
    /*    line-height: 125px;*/
    /*    letter-spacing: 4px;*/
    /*}*/

    .linear-bg-text {
        background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);
        -webkit-background-clip: text;
        color: transparent;
        display: inline-block;
        font-size: 60px;
        font-family: AlibabaPuHuiTi-2-105-Heavy;
        /*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*/
        font-weight: 700;
        line-height: 84px;
        letter-spacing: 4px;
    }

    .linear-bg-text > span {
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .linear-bg-desc {
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        font-size: 3.1rem;
        margin-top: 2.4rem;
        color: #45FFF1;
        display: flex;
        align-items: center;
    }

    .linear-bg-text > img {
        height: 22rem;
        /*height: 220px*/
    }

    .linear-bg-desc > span {
        display: flex;
        align-items: center;
        font-size: 3.1rem;
    }

    .linear-bg-desc > span > b {
        margin: 0 10px;
        display: inline-block;
        font-size: 24px;
        transform: scaleX(0.5);
    }

    .linear-bg-desc > img {
        margin-left: 20px;
    }

    /*.linear-bg-more {*/
    /*    display: inline-block;*/
    /*    margin-top: 68px;*/
    /*    border: 2px solid #45FFF1;*/
    /*    padding: 12px 24px;*/
    /*    border-radius: 12px;*/
    /*    cursor: pointer;*/
    /*}*/

    .linear-bg-more {
        display: inline-block;
        margin-top: 5%;
        border: 2px solid #ffffff;
        padding: 12px 24px;
        border-radius: 12px;
        cursor: pointer;
    }

    /*.linear-bg-more > a{*/
    /*    color: #45FFF1;*/
    /*    font-size: 2.4rem;*/
    /*}*/


    .linear-bg-more > a {
        color: #ffffff;
        font-size: 36px;
    }


    .linears-bg {
        /*padding: 12.5vw 0;*/
        padding: 32rem 0;
        /*max-width: 1200px;*/
        text-align: center;
    }

    /*.linear-bg-text {*/
    /*    background-image: -webkit-linear-gradient(0deg, #7FF8DA, #D4E393);*/
    /*    -webkit-background-clip: text;*/
    /*    color: transparent;*/
    /*    display: inline-block;*/
    /*    font-size: 105px;*/
    /*    font-family: AlibabaPuHuiTi-2-105-Heavy;*/
    /*    !*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*!*/
    /*    font-weight: 700;*/
    /*    line-height: 125px;*/
    /*    letter-spacing: 4px;*/
    /*}*/

    .linears-bg-text {
        background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);
        -webkit-background-clip: text;
        color: transparent;
        display: inline-block;
        font-size: 60px;
        font-family: AlibabaPuHuiTi-2-105-Heavy;
        /*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*/
        font-weight: 700;
        line-height: 84px;
        letter-spacing: 4px;
    }

    .linears-bg-text > span {
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .linears-bg-desc {
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        font-size: 3.1rem;
        margin-top: 2.4rem;
        color: #45FFF1;
        display: flex;
        align-items: center;
    }

    .linears-bg-text > img {
        height: 22rem;
        /*height: 220px*/
    }

    .linears-bg-desc > span {
        display: flex;
        align-items: center;
        font-size: 3.1rem;
    }

    .linears-bg-desc > span > b {
        margin: 0 10px;
        display: inline-block;
        font-size: 24px;
        transform: scaleX(0.5);
    }

    .linears-bg-desc > img {
        margin-left: 20px;
    }

    /*.linear-bg-more {*/
    /*    display: inline-block;*/
    /*    margin-top: 68px;*/
    /*    border: 2px solid #45FFF1;*/
    /*    padding: 12px 24px;*/
    /*    border-radius: 12px;*/
    /*    cursor: pointer;*/
    /*}*/

    .linears-bg-more {
        display: inline-block;
        margin-top: 5%;
        border: 2px solid #126a64;
        padding: 12px 24px;
        border-radius: 12px;
        cursor: pointer;
    }

    /*.linear-bg-more > a{*/
    /*    color: #45FFF1;*/
    /*    font-size: 2.4rem;*/
    /*}*/


    .linears-bg-more > a {
        color: #126a64;
        font-size: 2.4rem;
    }

    .indx-left {
        height: 620px;
        background-color: #f5f5f5;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 0 40px;
    }

    .con {
        max-width: 1200px;
        margin: 30px auto;
    }

    .indx-left-container {
        max-width: 1000px;
        margin: 0 auto;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }

    .indx-left-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        width: 100%;
    }

    .indx-right {
        height: 600px;
        background-color: #ffffff;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 0 40px;
    }

    .indx-right-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .indx-right-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        padding: 0px 72px;
    }


    .indx-box-nav {
        font-size: 24px;
        /* font-weight: bold; */
        line-height: 0px;
        letter-spacing: 0px;
        /* color: #222222; */
    }

    .indx-box-info {
        margin: 10px 0px;
        padding: 0px 20px;
        /*height: 18px;*/
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #666666;
    }

    .indx-box-border {
        height: 5px;
        display: flex;
        justify-content: center;
        margin-top: 4px;
    }

    .indx-box-border-span {
        width: 30px;
        height: 4px;
        background-color: #3eb05c;
        display: block
    }


    .padd80-80 {
        padding: 80px 40px;

    }

    .h-1 {
        font-size: 36px;
        /*font-weight:600;*/
        text-align: center;
        color: #30363e;
    }

    .gapB40 {
        margin-bottom: 40px;
    }

    .ul-4 {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ul-4 li {
        width: 200px;
        text-align: center;
    }

    .img-2 {
        display: inline-block;
        width: 88px;
        height: 88px;
    }

    .el-image__inner {
        vertical-align: top;
        width: 100%;
        height: 100%;
    }

    .gapT20 {
        margin-top: 20px;
        font-size: 16px;

    }

    .indx-left-box-desc1 {
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    .index-box-nav-desc1 {
        max-width: 480px;
        height: 82px;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: 0px;
        color: #666666;
        margin: 38px 0px;
    }

    .indx-left-box-img {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .indx-left-box-desc2 {
        width: 55%;
        display: flex;
        flex-direction: column;
        padding-left: 100px;
    }

    .indx-box-nav-desc2 {
        max-width: 480px;
        height: 82px;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: 0px;
        color: #666666;
        margin-top: 38px;
        margin-bottom: 61px;
    }

    .indx-left-box-desc3 {
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    .indx-box-nav-desc3 {
        max-width: 480px;
        height: 82px;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: 0px;
        color: #666666;
        margin: 38px 0px;
    }

    .indx-left-box-desc4 {
        width: 55%;
        display: flex;
        flex-direction: column;
        padding-left: 212px;
    }

    .indx-box-nav-desc4 {
        max-width: 480px;
        height: 82px;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: 0px;
        color: #666666;
        margin-top: 38px;
        margin-bottom: 61px;
    }

    .indx-box-nav-desc5 {
        max-width: 480px;
        height: 82px;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: 0px;
        color: #666666;
        margin: 38px 0px;
    }

    .indx-box-nav-desc6 {
        max-width: 480px;
        height: 82px;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: 0px;
        color: #666666;
        margin-top: 38px;
        margin-bottom: 61px;
    }

    .indx-box-nav-desc7 {
        max-width: 480px;
        height: 82px;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: 0px;
        color: #666666;
        margin: 38px 0px;
    }


    @media (max-width: 768px) {


        .indx-box-nav {
            height: 47px;
            font-size: 48px;
            font-weight: bold;
            line-height: 33px;
            letter-spacing: 0px;
            color: #222222;
        }

        .indx-box-info {
            margin: 10px 0px;
            height: 18px;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 33px;
            letter-spacing: 0px;
            color: #666666;
        }

        .indx-box-border {
            height: 5px;
            display: flex;
            justify-content: center;
            margin-top: 29px;
        }

        .indx-box-border-span {
            width: 40px;
            height: 5px;
            display: block
        }


    }

    @media screen and (max-width: 1260px) {
        .top-content {
            max-width: 1200px;
            margin: 0 30px;
            text-align: left;
        }

        /*.linear-bg-text {*/
        /*    font-size: 80px;*/
        /*}*/
        /*.linear-bg > div{*/
        /*    zoom: .8;*/
        /*}*/
    }

    @media screen and (max-width: 1920px) {
        .top-part > .top-bg {
            width: 100%;
        }
    }

    @keyframes linearColor {
        from {
            /*background-image: -webkit-linear-gradient(90deg, #7FF8DA, #D4E393);*/
            /*-webkit-background-clip: text;*/
            background-position-x: 0;
        }
        to {
            /*background-image: -webkit-linear-gradient(-90deg, #7FF8DA, #D4E393);*/
            /*-webkit-background-clip: text;*/
            background-position-x: 100%;
        }
    }
}

@media screen and (max-width: 1200px) {
    .normal-part {
        padding: 56px 30px;
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }

    .zz-product-part {
        padding: 0 30px;
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }

    .zz-product-detail > img {
        width: 101%;
    }

    .normal-part .step-area {
        margin-top: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 50px;
    }

    /*@media screen and (max-width: 1200px) {*/
    /*    .step-area, .zz-product-area {*/
    /*        zoom: 0.8;*/
    /*    }*/
    /*}*/
    /*@media screen and (max-width: 900px) {*/
    /*    .step-area, .zz-product-area {*/
    /*        zoom: 0.6;*/
    /*    }*/
    /*}*/
    /*@media screen and (max-width: 668px) {*/
    /*    .step-area, .zz-product-area {*/
    /*        zoom: 0.5;*/
    /*    }*/
    /*    .block > .block-item {*/
    /*        margin-right: 30px;*/
    /*    }*/
    /*}*/
    .step-item {
        /*margin: 0 20px 80px;*/
    }

    .step-area > .step-item > .step-img {
        background-color: #00dcce;
        border-radius: 50%;
        padding: 30px;
        margin-bottom: 20px;
    }

    .step-item > .step-img > img {
        width: 180px;
        height: 180px;
        object-fit: contain;
    }

    .step-item > .step-text {
        position: relative;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        font-weight: normal;
    }

    .step-item > .step-text > .step-index {
        font-size: 26px;
        height: 56px;
        width: 56px;
        line-height: 44px;
        color: #ffffff;
        background-color: #00dcce;
        text-align: center;
        border-radius: 50%;
        z-index: 10;
        position: absolute;
        border: 6px solid #ffffff;
        left: 0;
        top: 0;
    }

    .step-item > .step-text > .step-info {
        font-size: 14px;
        color: #ffffff;
        background-color: #00dcce;
        border-radius: 40px;
        height: 44px;
        position: absolute;
        left: 1px;
        top: 6px;
        padding-left: 60px;
        display: flex;
        align-items: center;
        justify-content: left;
        width: 220px;
        margin-left: 10px;
        line-height: 16px;
    }

    .zz-product-part:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 200vw;
        left: -100vw;
        /*background-color: #fcfcfc;*/
        z-index: -1;
    }

    .zz-product-part > .flex-center {
        display: none;
    }

    .zz-product-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 70px 0;
        /*background-image: url("https://img.zhizukj.com/official-website/v2.0/zhizu_back.png");*/
        background-repeat: no-repeat;
        background-position-y: 240px;
        background-size: 100%;
    }

    .zz-product-area > .zz-product-tips {
        font-size: 50px;
        /* font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif; */
        /* color: #666666; */
        font-weight: bold;
    }

    .zz-product-area > .move-tips {
        font-size: 20px;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        color: #666666;
    }

    .zz-product-area > .zz-product-body {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 40px 0 0;
    }

    .zz-product-area .product-item-img > img {
        width: 600px;
    }

    .product-item-tips {
        display: grid;
        /* flex-direction: column; */
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .product-item-tips > .tip-info {
        flex: 1;
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: center;
        margin: 5px 18px;
        padding: 79px 0;
        min-height: 325px;
        min-width: 370px;
    }

    .product-item-tips > .tip-info:first-child {
        /* border-bottom: 1px solid #cccccc; */
    }

    .tip-info img {
        height: 100px;
    }

    .tip-info .title {
        margin: 35px auto 20px;
        /* color: #222222; */
        /* font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif; */
        font-weight: bold;
        font-size: 45px;
    }

    .tip-info .desc {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .desc > span {
        margin-bottom: 10px;
        color: #666666;
        font-size: 36px;
        /* font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif; */
    }

    .product-other-info {
        font-size: 14px;
        color: #999999;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        margin-top: 15px;
    }

    .top-part {
        background-color: #010609;
        text-align: center;
    }

    .top-part > .top-bg {
        width: auto;
        min-width: 1200px;
    }

    .top-content {
        text-align: left;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .top-content > .top-content-img {
        width: 300px;
    }

    /*.linear-bg {*/
    /*    !*padding: 12.5vw 0;*!*/
    /*    padding: 26rem 0;*/
    /*    max-width: 1200px;*/
    /*    margin: 0 auto;*/
    /*}*/
    .linear-bg {
        /*padding: 12.5vw 0;*/
        padding: 20rem 0;
        max-width: 1200px;
        margin: 0 5%;
    }

    /*.linear-bg-text {*/
    /*    background-image: -webkit-linear-gradient(0deg, #7FF8DA, #D4E393);*/
    /*    -webkit-background-clip: text;*/
    /*    color: transparent;*/
    /*    display: inline-block;*/
    /*    font-size: 105px;*/
    /*    font-family: AlibabaPuHuiTi-2-105-Heavy;*/
    /*    !*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*!*/
    /*    font-weight: 700;*/
    /*    line-height: 125px;*/
    /*    letter-spacing: 4px;*/
    /*}*/
    .linear-bg-text {
        background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);
        -webkit-background-clip: text;
        color: transparent;
        display: inline-block;
        font-size: 60px;
        font-family: AlibabaPuHuiTi-2-105-Heavy;
        /*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*/
        font-weight: 700;
        line-height: 84px;
        letter-spacing: 4px;
    }

    .linear-bg-text > span {
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .linear-bg-desc {
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        font-size: 3.1rem;
        margin-top: 2.4rem;
        color: #45FFF1;
        display: flex;
        align-items: center;
    }

    .linear-bg-text > img {
        height: 22rem;
        /*height: 220px*/
    }

    .linear-bg-desc > span {
        display: flex;
        align-items: center;
        font-size: 3.1rem;
    }

    .linear-bg-desc > span > b {
        margin: 0 10px;
        display: inline-block;
        font-size: 24px;
        transform: scaleX(0.5);
    }

    .linear-bg-desc > img {
        margin-left: 20px;
    }

    /*.linear-bg-more {*/
    /*    display: inline-block;*/
    /*    margin-top: 68px;*/
    /*    border: 2px solid #45FFF1;*/
    /*    padding: 12px 24px;*/
    /*    border-radius: 12px;*/
    /*    cursor: pointer;*/
    /*}*/
    .linear-bg-more {
        display: inline-block;
        margin-top: 5%;
        border: 2px solid #ffffff;
        padding: 12px 24px;
        border-radius: 12px;
        cursor: pointer;
    }

    /*.linear-bg-more > a{*/
    /*    color: #45FFF1;*/
    /*    font-size: 2.4rem;*/
    /*}*/
    .linear-bg-more > a {
        color: #ffffff;
        font-size: 36px;
    }


    .linears-bg {
        /*padding: 12.5vw 0;*/
        padding: 32rem 0;
        /*max-width: 1200px;*/
        text-align: center;
    }

    /*.linear-bg-text {*/
    /*    background-image: -webkit-linear-gradient(0deg, #7FF8DA, #D4E393);*/
    /*    -webkit-background-clip: text;*/
    /*    color: transparent;*/
    /*    display: inline-block;*/
    /*    font-size: 105px;*/
    /*    font-family: AlibabaPuHuiTi-2-105-Heavy;*/
    /*    !*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*!*/
    /*    font-weight: 700;*/
    /*    line-height: 125px;*/
    /*    letter-spacing: 4px;*/
    /*}*/
    .linears-bg-text {
        background-image: -webkit-linear-gradient(0deg, #ffffff, #ffffff);
        -webkit-background-clip: text;
        color: transparent;
        display: inline-block;
        font-size: 60px;
        font-family: AlibabaPuHuiTi-2-105-Heavy;
        /*font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;*/
        font-weight: 700;
        line-height: 84px;
        letter-spacing: 4px;
    }

    .linears-bg-text > span {
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .linears-bg-desc {
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        font-size: 3.1rem;
        margin-top: 2.4rem;
        color: #45FFF1;
        display: flex;
        align-items: center;
    }

    .linears-bg-text > img {
        height: 22rem;
        /*height: 220px*/
    }

    .linears-bg-desc > span {
        display: flex;
        align-items: center;
        font-size: 3.1rem;
    }

    .linears-bg-desc > span > b {
        margin: 0 10px;
        display: inline-block;
        font-size: 24px;
        transform: scaleX(0.5);
    }

    .linears-bg-desc > img {
        margin-left: 20px;
    }

    /*.linear-bg-more {*/
    /*    display: inline-block;*/
    /*    margin-top: 68px;*/
    /*    border: 2px solid #45FFF1;*/
    /*    padding: 12px 24px;*/
    /*    border-radius: 12px;*/
    /*    cursor: pointer;*/
    /*}*/
    .linears-bg-more {
        display: inline-block;
        margin-top: 5%;
        border: 2px solid #126a64;
        padding: 12px 24px;
        border-radius: 12px;
        cursor: pointer;
    }

    /*.linear-bg-more > a{*/
    /*    color: #45FFF1;*/
    /*    font-size: 2.4rem;*/
    /*}*/
    .linears-bg-more > a {
        color: #126a64;
        font-size: 2.4rem;
    }

    .indx-left {
        height: 620px;
        background-color: #f5f5f5;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 0 40px;
    }

    .con {
        max-width: 1200px;
        margin: 30px auto;
    }

    .indx-left-container {
        max-width: 1100px;
        margin: 0 auto;
        height: 620px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
    }

    .indx-left-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        width: 100%;
    }

    .indx-right {
        height: 600px;
        background-color: #ffffff;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 0 40px;
    }

    .indx-right-container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .indx-right-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        padding: 0px 72px;
    }


    .indx-box-nav {
        font-size: 45px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: 0px;
        /* color: #222222; */
    }

    .indx-box-info {
        margin: 10px 0px;
        padding: 0px 20px;
        /*height: 18px;*/
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #666666;
    }

    .indx-box-border {
        height: 5px;
        display: flex;
        justify-content: center;
        margin-top: 4px;
    }

    .indx-box-border-span {
        width: 30px;
        height: 4px;
        background-color: #3eb05c;
        display: block
    }


    .padd80-80 {
        padding: 80px 40px;

    }

    .h-1 {
        font-size: 36px;
        /*font-weight:600;*/
        text-align: center;
        color: #30363e;
    }

    .gapB40 {
        margin-bottom: 40px;
    }

    .ul-4 {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ul-4 li {
        width: 200px;
        text-align: center;
    }

    .img-2 {
        display: inline-block;
        width: 88px;
        height: 88px;
    }

    .el-image__inner {
        vertical-align: top;
        width: 100%;
        height: 100%;
    }

    .gapT20 {
        margin-top: 20px;
        font-size: 16px;

    }

    @media (max-width: 768px) {


        .indx-box-nav {
            height: 47px;
            font-size: 48px;
            font-weight: bold;
            line-height: 33px;
            letter-spacing: 0px;
            color: #222222;
        }

        .indx-box-info {
            margin: 10px 0px;
            height: 18px;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 33px;
            letter-spacing: 0px;
            color: #666666;
        }

        .indx-box-border {
            height: 5px;
            display: flex;
            justify-content: center;
            margin-top: 29px;
        }

        .indx-box-border-span {
            width: 40px;
            height: 5px;
            display: block
        }


    }

    @media screen and (max-width: 1260px) {
        .top-content {
            max-width: 1200px;
            margin: 0 30px;
            text-align: left;
        }

        /*.linear-bg-text {*/
        /*    font-size: 80px;*/
        /*}*/
        /*.linear-bg > div{*/
        /*    zoom: .8;*/
        /*}*/
    }

    @media screen and (max-width: 1920px) {
        .top-part > .top-bg {
            width: 100%;
        }
    }

    @keyframes linearColor {
        from {
            /*background-image: -webkit-linear-gradient(90deg, #7FF8DA, #D4E393);*/
            /*-webkit-background-clip: text;*/
            background-position-x: 0;
        }
        to {
            /*background-image: -webkit-linear-gradient(-90deg, #7FF8DA, #D4E393);*/
            /*-webkit-background-clip: text;*/
            background-position-x: 100%;
        }
    }


    .indx-left-box-desc1 {
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    .index-box-nav-desc1 {
        max-width: 480px;
        height: 200px;
        font-size: 36px;
        line-height: 62px;
        letter-spacing: 0px;
        color: #666666;
        margin: 38px 0px;
    }

    .indx-left-box-img {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

    .indx-left-box-desc2 {
        width: 50%;
        display: flex;
        flex-direction: column;
        padding-left: 74px;
    }

    .indx-box-nav-desc2 {
        max-width: 451px;
        height: 320px;
        font-size: 36px;
        line-height: 62px;
        letter-spacing: 0px;
        color: #666666;
        margin-top: 38px;
        margin-bottom: 61px;
    }

    .indx-left-box-desc3 {
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    .indx-box-nav-desc3 {
        max-width: 480px;
        height: 200px;
        font-size: 36px;
        line-height: 62px;
        letter-spacing: 0px;
        color: #666666;
        margin: 35px 0px;
    }

    .indx-left-box-desc4 {
        width: 64%;
        display: flex;
        flex-direction: column;
        padding-left: 160px;
    }

    .indx-box-nav-desc4 {
        max-width: 600px;
        height: 200px;
        font-size: 36px;
        line-height: 62px;
        letter-spacing: 0px;
        color: #666666;
        margin-top: 38px;
        margin-bottom: 61px;
    }

    .indx-box-nav-desc5 {
        max-width: 480px;
        height: 200px;
        font-size: 36px;
        line-height: 62px;
        letter-spacing: 0px;
        color: #666666;
        margin: 38px 0px;
    }

    .indx-box-nav-desc6 {
        max-width: 480px;
        height: 220px;
        font-size: 36px;
        line-height: 62px;
        letter-spacing: 0px;
        color: #666666;
        margin-top: 38px;
        margin-bottom: 61px;
    }

    .indx-box-nav-desc7 {
        max-width: 350px;
        height: 200px;
        font-size: 36px;
        line-height: 62px;
        letter-spacing: 0px;
        color: #666666;
        margin: 38px 0px;
    }



}

.dot-before::before {
    content: '•';
    margin-right: 0.5em; /* 可以根据需要调整间距 */
}

