html {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    font-size: 16px;
}

html::-webkit-scrollbar {
    width: 0px
}

::-webkit-scrollbar {
    display: none
}

.swiper-button-prev{
    color: #FFFFFF !important;
}
.swiper-button-next{
    color: #FFFFFF !important;
}
.swiper-pagination-bullet {
    display: inline-block !important;
    *display: inline !important;
    *zoom: 1 !important;
    width: 48px !important;
    height: 4px !important;
    -moz-border-radius: 5px !important;
    border-radius: 6px !important;
    background: #fff !important;
    opacity: 0.2 !important;
    margin: 0 2px !important;
    cursor: pointer !important;
    overflow: hidden !important;
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.swiper-pagination-bullet-active {
    width: 48px !important;
    height: 4px !important;
    background-color: #fff !important;
    opacity: 1 !important;
}

@media only screen and (max-device-width: 1000px){
    body {
        /*min-width: 800px;*/
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body #main {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap
    }


    body #main #product-banner {
        width: 100%;
        height: 257px;
        margin-top: -5px;
        background-image: url("../img/yjy/banner.jpg");
        background-size: 100% 100%;
        padding-left: 149px;
        /*flex-wrap: wrap;*/
        /*justify-content: center;*/
        /*align-content: flex-start*/
    }


    body #main #product-banner .product-banner-box {
        font-size: 38px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 23px;
        letter-spacing: 5px;
        /*margin-left: 149px;*/
        margin-top: 85px;
    }

    body #main #product-banner .product-banner-box p {
        padding: 0;
        margin: 0
    }


    body #main #product-banner .product-banner-desc {
        margin-top: 45px;
        width: 100%;
        height: 75px;
        /*margin-left: 150px;*/
    }

    body #main #product-banner .product-banner-desc p {
        display: block;
        float: left;
        margin-right: 25px;
        padding-left: 21px;
        /*padding-top: 9px;*/
        width: 149px;
        height: 45px;
        font-size: 16px;
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        line-height: 41px;
        text-align: center;
    }

    body #main #product-banner .product-banner-desc p:first-child {

        background: #F3FAFF;
        color: #042A7A;
        background-image: url("../img/ticket/zx_btn.png") ;
        background-position: 21px 9px;
        background-repeat: no-repeat;
        border-radius: 10px;
    }
    body #main #product-banner .product-banner-desc p:nth-child(2) {
        background: rgba(243,250,255,0);
        border: 2px solid #F3FAFF;
        color: #F3FAFF;
        background-image: url("../img/ticket/ys_btn.png") ;
        background-position: 21px 9px;
        background-repeat: no-repeat;
        border-radius: 10px;
    }



    body #main #omi-system {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 60px
    }

    body #main #omi-system .omi-system-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
    }

    body #main #omi-system .omi-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #omi-system .omi-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #omi-system .omi-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #omi-system .omi-system-desc {
        margin-top: 18px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #omi-system .omi-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
    }

    body #main #omi-system .omi-img {
        width: 575px;
        height: 479px;
        /*display: flex;*/
        background-image: url("../img/yjy/omi_img.jpg");
        background-size: 100% 100%;
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-top: 59px;
        margin-bottom: 53px;
    }

    body #main #omi-system  .omi-icon_01{
        width: 214px;
        height: 111px;
        /*display: flex;*/
        background-image: url("../img/yjy/wxgzh.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -899px;
        margin-right: 560px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_01:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_02{
        width: 214px;
        height: 111px;
        /*display: flex;*/
        background-image: url("../img/yjy/wxxcx.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -700px;
        margin-right: 700px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_02:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_03{
        width: 214px;
        height: 111px;
        /*display: flex;*/
        background-image: url("../img/yjy/dyxcx.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -500px;
        margin-right: 740px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_03:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_04{
        width: 214px;
        height: 111px;
        /*display: flex;*/
        background-image: url("../img/yjy/ksxcx.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -300px;
        margin-right: 600px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_04:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_05{
        width: 214px;
        height: 111px;
        /*display: flex;*/
        background-image: url("../img/yjy/zfbxcx.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -899px;
        margin-left: 560px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_05:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_06{
        width: 214px;
        height: 111px;
        /*display: flex;*/
        background-image: url("../img/yjy/sphxd.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -700px;
        margin-left: 700px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_06:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_07{
        width: 214px;
        height: 111px;
        /*display: flex;*/
        background-image: url("../img/yjy/dytg.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -500px;
        margin-left: 740px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_07:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_08{
        width: 214px;
        height: 111px;
        /*display: flex;*/
        background-image: url("../img/yjy/qtgd.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -300px;
        margin-left: 600px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_08:hover {
        transform: scale(1.1);
    }

    body #main #pain-spot {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 946px;
        background-image: url("../img/yjy/pain_img.jpg");
        background-size: 100% 100%;
    }

    body #main #pain-spot .pain-spot-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
        margin-top: 55px;
    }

    body #main #pain-spot .pain-spot-box p {
        padding: 0;
        margin: 0
    }

    body #main #pain-spot .pain-spot-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        font-size: 23px
    }

    body #main #pain-spot .pain-spot-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #pain-spot .pain-spot-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 17px;
        justify-content: center
    }

    body #main #pain-spot .pain-spot-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
        text-align: center;
    }

    body #main #pain-spot .pain-spot-card {
        width: 956px;
        margin-top: 29px;
        margin-bottom: 54px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    body #main #pain-spot .pain-spot-card a {
        margin-left: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-decoration: none;
        justify-content: center;
    }


    body #main #pain-spot .pain-spot-card a .card-small {
        width: 130px;
        height: 131px;
        background: #FFFFFF;
        border: 1px solid #E2F0FC;
        border-radius: 12px;
        margin-bottom: 24px;
        position: relative
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo {
        width: 66px;
        height: 66px;
        margin-left: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 17px
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo img {
        width: 66px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        transition: 0.2s;
        text-decoration: none;
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo img:hover {
        transform: scale(1.1);
        text-decoration: none;
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-name {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #25345D;
        line-height: 18px;
        margin-top: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        text-align: center;
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-name p {
        padding: 0;
        text-decoration: none;
        margin: 0
    }


    body #main #distributor-system {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 55px
    }

    body #main #distributor-system .distributor-system-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
    }

    body #main #distributor-system .distributor-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #distributor-system .distributor-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #distributor-system .distributor-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #distributor-system .distributor-system-desc {
        margin-top: 17px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #distributor-system .distributor-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
    }

    body #main #distributor-system .distributor-img {
        width: 900px;
        height: 482px;
        display: flex;
        background-image: url("../img/yjy/distributor_img.jpg");
        background-size: 100% 100%;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 45px;
    }


    body #main #framework-system {
        width: 100%;
        background: rgba(241, 245, 255, 0.3);
        /*opacity: 0.3;*/
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    body #main #framework-system .framework-system-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
        margin-top: 53px;
    }

    body #main #framework-system .framework-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #framework-system .framework-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #framework-system .framework-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #framework-system .framework-system-desc {
        margin-top: 18px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #framework-system .framework-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
    }

    body #main #framework-system .framework-img {
        width: 755px;
        height: 375px;
        background-image: url("../img/yjy/framework_img.jpg");
        background-size: 100% 100%;
        margin-top: 38px;
        margin-bottom: 71px;
    }
    body #main #framework-system  .framework-icon01 {
        width: 128px;
        height: 39px;
        /*display: flex;*/
        background-image: url("../img/yjy/framework-icon01.png");
        background-size: 100% 100%;
        margin-left: 170px;
        margin-top: 20px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon01:hover {
        transform: scale(1.1);
    }

    body #main #framework-system  .framework-icon02 {
        width: 128px;
        height: 39px;
        /*display: flex;*/
        background-image: url("../img/yjy/framework-icon02.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -35px;
        margin-left: 468px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon02:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon03 {
        width: 128px;
        height: 39px;
        /*display: flex;*/
        background-image: url("../img/yjy/framework-icon03.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: 63px;
        margin-left: 620px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon03:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon04 {
        width: 128px;
        height: 39px;
        /*display: flex;*/
        background-image: url("../img/yjy/framework-icon04.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: 52px;
        margin-left: 448px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon04:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon05 {
        width: 128px;
        height: 39px;
        /*display: flex;*/
        background-image: url("../img/yjy/framework-icon05.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -36px;
        margin-left: 155px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon05:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon06 {
        width: 128px;
        height: 39px;
        /*display: flex;*/
        background-image: url("../img/yjy/framework-icon06.png");
        background-size: 100% 100%;
        /*position: absolute;*/
        margin-top: -140px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon06:hover {
        transform: scale(1.1);
    }
    body #main #product-cycle {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: #F1F5FF;
        padding-bottom: 60px;
    }

    body #main #product-cycle .product-cycle-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
        margin-top: 54px;
    }

    body #main #product-cycle .product-cycle-box p {
        padding: 0;
        margin: 0
    }


    body #main #product-cycle .product-cycle-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 18px;
        justify-content: center
    }

    body #main #product-cycle .product-cycle-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
        text-align: center;
    }

    body #main #product-cycle .news-center-card-three {
        margin-top: 27px;
        /*width: 1200px;*/
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        padding-left: 0
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small {
        width: 435px;
        height: 128px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        margin-bottom: 20px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a {
        width: 435px;
        height: 128px;
        background: linear-gradient(0deg, #FFFFFD, #fff);
        box-shadow: 0px 10px 15px 0px rgba(0, 76, 255, 0.05);
        border-radius: 10px;
        margin-right: 29px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img {
        width: 96px;
        height: 100%;
        float: left;
        border-radius: 10px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img img {
        width: 72px;
        height: 72px;
        margin-top: 24px;
        margin-left: 24px;
        border-radius: 10px;
        transition: 0.2s;
        object-fit: cover
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img img:hover {
        transform: scale(1.1);
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content {
        margin-left: 17px;
        margin-top: 27px
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box {
        width: 244px;
        height: 100%;
        margin-left: 17px;
        float: left;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        position: relative
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title {
        height: 25px;
        /*margin-top: 16px;*/
        display: flex
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title .title-hotspots {
        width: 121px;
        height: 20px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-right: 5px
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title .title-hotspots p {
        font-size: 15px;
        font-family: Source Han Sans CN;
        font-weight: 800;
        color: #1E61FF;
        line-height: 18px;
        padding: 0;
        margin: 0
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-info {
        font-size: 11px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8594B4;
        line-height: 15px;
        /*margin-top: 13px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-info p {
        padding: 0;
        margin: 0
    }





    body #main #product-scheme {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 54px;
        /*padding-bottom: 78px;*/
    }

    body #main #product-scheme .product-scheme-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
    }

    body #main #product-scheme .product-scheme-box p {
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        font-size: 23px
    }

    body #main #product-scheme .product-scheme-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 18px;
        justify-content: center
    }

    body #main #product-scheme .product-scheme-desc p {
        padding: 0;
        margin: 0;
        height: 12px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
    }

    body #main #product-scheme .product-scheme-card {
        width: 100%;
        /*max-width: 1200px;*/
        margin-top: 49px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    body #main #product-scheme .product-scheme-card a {
        width: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 22px;
        text-decoration: none
    }

    body #main #product-scheme .product-scheme-card a .card-small {
        width: 285px;
        height: 245px;
        box-sizing: border-box;
        /*margin-bottom: 26px;*/
        position: relative
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo {
        width: 285px;
        height: 162px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-top: 58px*/
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo img {
        object-fit: cover;
        transition: 0.2s;
        width: 285px;
        height: 162px;
    }
    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo img:hover {
        transform: scale(1.1);
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-name {
        width: 100%;
        height: 18px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-top: 25px;
        margin-left: 13px;
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-name p {
        padding: 0;
        height: 14px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
        /*opacity: 0.8;*/
        margin: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-info {
        width: 100%;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
        margin-top: 14px
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-info p {
        width: 285px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-btn {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 56px;
        left: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-btn p {
        width: 101px;
        height: 36px;
        background: #3867FB;
        border-radius: 18px;
        font-size: 14px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-eng {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-eng p {
        font-size: 14px;
        font-family: HarmonyOS Sans SC;
        font-weight: 300;
        color: #BFC7F1;
        line-height: 41px;
        padding: 0;
        margin: 0
    }


    body #main footer {
        width: 100%;
        height: 436px;
        background-image: url("../img/homepage/footer_bg.jpg");
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        position: relative;
        margin-top: 79px
    }
}




@media screen and (min-device-width: 1001px) and (max-device-width: 1440px) {
    body {
        min-width: 800px;
        margin: 0;
        padding: 0;
        box-sizing: border-box
    }

    body #main {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap
    }


    body #main #product-banner {
        width: 100%;
        height: 257px;
        margin-top: -5px;
        background-image: url("../img/yjy/banner.jpg");
        background-size: cover;
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: center;*/
        /*align-content: flex-start*/
    }


    body #main #product-banner .product-banner-box {
        font-size: 54px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 45px;
        letter-spacing: 8px;
        padding-left: 286px;
        margin-top: 62px;
    }

    body #main #product-banner .product-banner-box p {
        padding: 0;
        margin: 0
    }


    body #main #product-banner .product-banner-desc {
        margin-top: 45px;
        width: 100%;
        height: 75px;
        margin-left: 288px;
    }

    body #main #product-banner .product-banner-desc p {
        display: block;
        float: left;
        margin-right: 25px;
        padding-left: 21px;
        /*padding-top: 9px;*/
        width: 149px;
        height: 45px;
        font-size: 16px;
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        line-height: 41px;
        text-align: center;
    }

    body #main #product-banner .product-banner-desc p:first-child {

        background: #F3FAFF;
        color: #042A7A;
        background-image: url("../img/ticket/zx_btn.png") ;
        background-position: 21px 9px;
        background-repeat: no-repeat;
        border-radius: 10px;
    }
    body #main #product-banner .product-banner-desc p:nth-child(2) {
        background: rgba(243,250,255,0);
        border: 2px solid #F3FAFF;
        color: #F3FAFF;
        background-image: url("../img/ticket/ys_btn.png") ;
        background-position: 21px 9px;
        background-repeat: no-repeat;
        border-radius: 10px;
    }



    body #main #omi-system {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 60px
    }

    body #main #omi-system .omi-system-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
    }

    body #main #omi-system .omi-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #omi-system .omi-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #omi-system .omi-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #omi-system .omi-system-desc {
        margin-top: 18px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #omi-system .omi-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
    }

    body #main #omi-system .omi-img {
        width: 575px;
        height: 479px;
        /*display: flex;*/
        background-image: url("../img/yjy/omi_img.jpg");
        background-size: 100% 100%;
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-top: 59px;
        margin-bottom: 53px;
    }

    body #main #omi-system  .omi-icon_01{
        width: 214px;
        height: 111px;
        display: flex;
        background-image: url("../img/yjy/wxgzh.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: -260px;
        margin-right: 560px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_01:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_02{
        width: 214px;
        height: 111px;
        display: flex;
        background-image: url("../img/yjy/wxxcx.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: -80px;
        margin-right: 700px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_02:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_03{
        width: 214px;
        height: 111px;
        display: flex;
        background-image: url("../img/yjy/dyxcx.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 100px;
        margin-right: 740px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_03:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_04{
        width: 214px;
        height: 111px;
        display: flex;
        background-image: url("../img/yjy/ksxcx.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 300px;
        margin-right: 600px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_04:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_05{
        width: 214px;
        height: 111px;
        display: flex;
        background-image: url("../img/yjy/zfbxcx.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: -260px;
        margin-left: 560px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_05:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_06{
        width: 214px;
        height: 111px;
        display: flex;
        background-image: url("../img/yjy/sphxd.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: -80px;
        margin-left: 700px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_06:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_07{
        width: 214px;
        height: 111px;
        display: flex;
        background-image: url("../img/yjy/dytg.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 100px;
        margin-left: 740px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_07:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_08{
        width: 214px;
        height: 111px;
        display: flex;
        background-image: url("../img/yjy/qtgd.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 300px;
        margin-left: 600px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_08:hover {
        transform: scale(1.1);
    }

    body #main #pain-spot {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 946px;
        background-image: url("../img/yjy/pain_img.jpg");
        background-size: 100% 100%;
    }

    body #main #pain-spot .pain-spot-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
        margin-top: 55px;
    }

    body #main #pain-spot .pain-spot-box p {
        padding: 0;
        margin: 0
    }

    body #main #pain-spot .pain-spot-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        font-size: 23px
    }

    body #main #pain-spot .pain-spot-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #pain-spot .pain-spot-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 17px;
        justify-content: center
    }

    body #main #pain-spot .pain-spot-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
        text-align: center;
    }

    body #main #pain-spot .pain-spot-card {
        width: 956px;
        margin-top: 29px;
        margin-bottom: 54px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    body #main #pain-spot .pain-spot-card a {
        margin-left: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }


    body #main #pain-spot .pain-spot-card a .card-small {
        width: 130px;
        height: 131px;
        background: #FFFFFF;
        border: 1px solid #E2F0FC;
        border-radius: 12px;
        margin-bottom: 24px;
        position: relative
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo {
        width: 66px;
        height: 66px;
        margin-left: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 17px
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo img {
        width: 66px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        transition: 0.2s;
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo img:hover {
        transform: scale(1.1);
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-name {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #25345D;
        line-height: 18px;
        margin-top: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-name p {
        padding: 0;
        margin: 0
    }


    body #main #distributor-system {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 55px
    }

    body #main #distributor-system .distributor-system-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
    }

    body #main #distributor-system .distributor-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #distributor-system .distributor-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #distributor-system .distributor-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #distributor-system .distributor-system-desc {
        margin-top: 17px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #distributor-system .distributor-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
    }

    body #main #distributor-system .distributor-img {
        width: 900px;
        height: 482px;
        display: flex;
        background-image: url("../img/yjy/distributor_img.jpg");
        background-size: 100% 100%;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
        margin-bottom: 45px;
    }


    body #main #framework-system {
        width: 100%;
        background: rgba(241, 245, 255, 0.3);
        /*opacity: 0.3;*/
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    body #main #framework-system .framework-system-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
        margin-top: 53px;
    }

    body #main #framework-system .framework-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #framework-system .framework-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #framework-system .framework-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #framework-system .framework-system-desc {
        margin-top: 18px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #framework-system .framework-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
    }

    body #main #framework-system .framework-img {
        width: 755px;
        height: 375px;
        background-image: url("../img/yjy/framework_img.jpg");
        background-size: 100% 100%;
        margin-top: 38px;
        margin-bottom: 71px;
    }
    body #main #framework-system  .framework-icon01 {
        width: 128px;
        height: 39px;
        display: flex;
        background-image: url("../img/yjy/framework-icon01.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 11px;
        margin-left: 171px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon01:hover {
        transform: scale(1.1);
    }

    body #main #framework-system  .framework-icon02 {
        width: 128px;
        height: 39px;
        display: flex;
        background-image: url("../img/yjy/framework-icon02.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 14px;
        margin-left: 476px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon02:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon03 {
        width: 128px;
        height: 39px;
        display: flex;
        background-image: url("../img/yjy/framework-icon03.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 112px;
        margin-left: 628px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon03:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon04 {
        width: 128px;
        height: 39px;
        display: flex;
        background-image: url("../img/yjy/framework-icon04.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 213px;
        margin-left: 448px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon04:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon05 {
        width: 128px;
        height: 39px;
        display: flex;
        background-image: url("../img/yjy/framework-icon05.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 211px;
        margin-left: 155px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon05:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon06 {
        width: 128px;
        height: 39px;
        display: flex;
        background-image: url("../img/yjy/framework-icon06.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 111px;
        margin-right: 620px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon06:hover {
        transform: scale(1.1);
    }
    body #main #product-cycle {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: #F1F5FF;
        padding-bottom: 60px;
    }

    body #main #product-cycle .product-cycle-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
        margin-top: 54px;
    }

    body #main #product-cycle .product-cycle-box p {
        padding: 0;
        margin: 0
    }


    body #main #product-cycle .product-cycle-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 18px;
        justify-content: center
    }

    body #main #product-cycle .product-cycle-desc p {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
        text-align: center;
    }

    body #main #product-cycle .news-center-card-three {
        margin-top: 27px;
        /*width: 1200px;*/
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        padding-left: 0
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small {
        width: 435px;
        height: 128px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        margin-bottom: 20px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a {
        width: 435px;
        height: 128px;
        background: linear-gradient(0deg, #FFFFFD, #fff);
        box-shadow: 0px 10px 15px 0px rgba(0, 76, 255, 0.05);
        border-radius: 10px;
        margin-right: 29px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img {
        width: 96px;
        height: 100%;
        float: left;
        border-radius: 10px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img img {
        width: 72px;
        height: 72px;
        margin-top: 24px;
        margin-left: 24px;
        border-radius: 10px;
        transition: 0.2s;
        object-fit: cover
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img img:hover {
        transform: scale(1.1);
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content {
        margin-left: 17px;
        margin-top: 27px
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box {
        width: 244px;
        height: 100%;
        margin-left: 17px;
        float: left;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        position: relative
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title {
        height: 25px;
        /*margin-top: 16px;*/
        display: flex
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title .title-hotspots {
        width: 121px;
        height: 20px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-right: 5px
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title .title-hotspots p {
        font-size: 15px;
        font-family: Source Han Sans CN;
        font-weight: 800;
        color: #1E61FF;
        line-height: 18px;
        padding: 0;
        margin: 0
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-info {
        font-size: 11px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8594B4;
        line-height: 15px;
        /*margin-top: 13px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-info p {
        padding: 0;
        margin: 0
    }





    body #main #product-scheme {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 54px;
        /*padding-bottom: 78px;*/
    }

    body #main #product-scheme .product-scheme-box {
        font-size: 30px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
    }

    body #main #product-scheme .product-scheme-box p {
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        font-size: 23px
    }

    body #main #product-scheme .product-scheme-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 18px;
        justify-content: center
    }

    body #main #product-scheme .product-scheme-desc p {
        padding: 0;
        margin: 0;
        height: 12px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
    }

    body #main #product-scheme .product-scheme-card {
        width: 100%;
        /*max-width: 1200px;*/
        margin-top: 49px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    body #main #product-scheme .product-scheme-card a {
        width: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 22px;
        text-decoration: none
    }

    body #main #product-scheme .product-scheme-card a .card-small {
        width: 285px;
        height: 245px;
        box-sizing: border-box;
        /*margin-bottom: 26px;*/
        position: relative
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo {
        width: 285px;
        height: 162px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-top: 58px*/
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo img {
        object-fit: cover;
        transition: 0.2s;
        width: 285px;
        height: 162px;
    }
    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo img:hover {
        transform: scale(1.1);
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-name {
        width: 100%;
        height: 18px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-top: 25px;
        margin-left: 13px;
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-name p {
        padding: 0;
        height: 14px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 18px;
        /*opacity: 0.8;*/
        margin: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-info {
        width: 100%;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 18px;
        margin-top: 14px
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-info p {
        width: 285px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-btn {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 56px;
        left: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-btn p {
        width: 101px;
        height: 36px;
        background: #3867FB;
        border-radius: 18px;
        font-size: 14px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-eng {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-eng p {
        font-size: 14px;
        font-family: HarmonyOS Sans SC;
        font-weight: 300;
        color: #BFC7F1;
        line-height: 41px;
        padding: 0;
        margin: 0
    }


    body #main footer {
        width: 100%;
        height: 436px;
        background-image: url("../img/homepage/footer_bg.jpg");
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        position: relative;
        margin-top: 79px
    }
}

@media only screen and (min-device-width: 1441px) {
    body {
        min-width: 800px;
        margin: 0;
        padding: 0;
        box-sizing: border-box
    }

    body #main {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap
    }


    body #main #product-banner {
        width: 100%;
        height: 342px;
        margin-top: -5px;
        background-image: url("../img/yjy/banner.jpg");
        background-size: cover;
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: center;*/
        /*align-content: flex-start*/
    }


    body #main #product-banner .product-banner-box {
        font-size: 60px;
        font-family: Adobe Heiti Std;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 60px;
        letter-spacing: 8px;
        padding-left: 381px;
        margin-top: 83px;
    }

    body #main #product-banner .product-banner-box p {
        padding: 0;
        margin: 0
    }


    body #main #product-banner .product-banner-desc {
        margin-top: 60px;
        width: 100%;
        height: 75px;
        margin-left: 384px;
    }

    body #main #product-banner .product-banner-desc p {
        display: block;
        float: left;
        margin-right: 25px;
        padding-left: 21px;
        /*padding-top: 9px;*/
        width: 149px;
        height: 45px;
        font-size: 16px;
        font-family: HarmonyOS Sans SC;
        font-weight: 500;
        line-height: 41px;
        text-align: center;
    }

    body #main #product-banner .product-banner-desc p:first-child {

        background: #F3FAFF;
        color: #042A7A;
        background-image: url("../img/ticket/zx_btn.png") ;
        background-position: 21px 9px;
        background-repeat: no-repeat;
        border-radius: 10px;
    }
    body #main #product-banner .product-banner-desc p:nth-child(2) {
        background: rgba(243,250,255,0);
        border: 2px solid #F3FAFF;
        color: #F3FAFF;
        background-image: url("../img/ticket/ys_btn.png") ;
        background-position: 21px 9px;
        background-repeat: no-repeat;
        border-radius: 10px;
    }



    body #main #omi-system {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 69px
    }

    body #main #omi-system .omi-system-box {
        font-size: 40px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 24px;
    }

    body #main #omi-system .omi-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #omi-system .omi-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #omi-system .omi-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #omi-system .omi-system-desc {
        margin-top: 32px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #omi-system .omi-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 24px;
    }

    body #main #omi-system .omi-img {
        width: 766px;
        height: 638px;
        /*display: flex;*/
        background-image: url("../img/yjy/omi_img.jpg");
        background-size: 100% 100%;
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-top: 79px;
        margin-bottom: 71px;
    }

    body #main #omi-system  .omi-icon_01{
        width: 285px;
        height: 148px;
        display: flex;
        background-image: url("../img/yjy/wxgzh.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: -360px;
        margin-right: 710px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_01:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_02{
        width: 285px;
        height: 148px;
        display: flex;
        background-image: url("../img/yjy/wxxcx.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: -100px;
        margin-right: 930px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_02:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_03{
        width: 285px;
        height: 148px;
        display: flex;
        background-image: url("../img/yjy/dyxcx.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 140px;
        margin-right: 990px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_03:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_04{
        width: 285px;
        height: 148px;
        display: flex;
        background-image: url("../img/yjy/ksxcx.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 400px;
        margin-right: 830px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_04:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_05{
        width: 285px;
        height: 148px;
        display: flex;
        background-image: url("../img/yjy/zfbxcx.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: -360px;
        margin-left: 765px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_05:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_06{
        width: 285px;
        height: 148px;
        display: flex;
        background-image: url("../img/yjy/sphxd.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: -100px;
        margin-left: 930px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_06:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_07{
        width: 285px;
        height: 148px;
        display: flex;
        background-image: url("../img/yjy/dytg.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 140px;
        margin-left: 990px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_07:hover {
        transform: scale(1.1);
    }
    body #main #omi-system  .omi-icon_08{
        width: 285px;
        height: 148px;
        display: flex;
        background-image: url("../img/yjy/qtgd.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 400px;
        margin-left: 830px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #omi-system  .omi-icon_08:hover {
        transform: scale(1.1);
    }

    body #main #pain-spot {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 1261px;
        background-image: url("../img/yjy/pain_img.jpg");
        background-size: 100% 100%;
    }

    body #main #pain-spot .pain-spot-box {
        font-size: 40px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #25345D;
        line-height: 40px;
        margin-top: 73px;
    }

    body #main #pain-spot .pain-spot-box p {
        padding: 0;
        margin: 0
    }

    body #main #pain-spot .pain-spot-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        font-size: 23px
    }

    body #main #pain-spot .pain-spot-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #pain-spot .pain-spot-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 31px;
        justify-content: center
    }

    body #main #pain-spot .pain-spot-desc p {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 26px;
        text-align: center;
    }

    body #main #pain-spot .pain-spot-card {
        width: 100%;
        max-width: 1200px;
        margin-top: 39px;
        margin-bottom: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    body #main #pain-spot .pain-spot-card a {
        width: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-decoration: none
    }


    body #main #pain-spot .pain-spot-card a .card-small {
        width: 173px;
        height: 174px;
        background: #FFFFFF;
        border: 1px solid #E2F0FC;
        border-radius: 16px;
        margin-bottom: 32px;
        position: relative
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo {
        width: 88px;
        height: 88px;
        margin-left: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 23px
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo img {
        width: 88px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        object-fit: cover;
        transition: 0.2s;
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-logo img:hover {
        transform: scale(1.1);
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-name {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #25345D;
        line-height: 24px;
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    body #main #pain-spot .pain-spot-card a .card-small .card-small-name p {
        padding: 0;
        margin: 0
    }


    body #main #distributor-system {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 69px
    }

    body #main #distributor-system .distributor-system-box {
        font-size: 40px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 24px;
    }

    body #main #distributor-system .distributor-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #distributor-system .distributor-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #distributor-system .distributor-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #distributor-system .distributor-system-desc {
        margin-top: 32px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #distributor-system .distributor-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 24px;
    }

    body #main #distributor-system .distributor-img {
        width: 1200px;
        height: 643px;
        display: flex;
        background-image: url("../img/yjy/distributor_img.jpg");
        background-size: 100% 100%;
        align-items: center;
        justify-content: center;
        margin-top: 79px;
        margin-bottom: 71px;
    }


    body #main #framework-system {
        width: 100%;
        background: rgba(241, 245, 255, 0.3);
        /*opacity: 0.3;*/
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    body #main #framework-system .framework-system-box {
        font-size: 40px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #25345D;
        line-height: 24px;
        margin-top: 69px;
    }

    body #main #framework-system .framework-system-box p {
        padding: 0;
        margin: 0
    }

    body #main #framework-system .framework-system-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 31px;
        font-size: 23px
    }

    body #main #framework-system .framework-system-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #framework-system .framework-system-desc {
        margin-top: 32px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body #main #framework-system .framework-system-desc p {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 24px;
    }

    body #main #framework-system .framework-img {
        width: 1007px;
        height: 499.4px;
        background-image: url("../img/yjy/framework_img.jpg");
        background-size: 100% 100%;
        margin-top: 79px;
        margin-bottom: 71px;
    }
    body #main #framework-system  .framework-icon01 {
        width: 171px;
        height: 52px;
        display: flex;
        background-image: url("../img/yjy/framework-icon01.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 8px;
        margin-left: 226px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon01:hover {
        transform: scale(1.1);
    }

    body #main #framework-system  .framework-icon02 {
        width: 171px;
        height: 52px;
        display: flex;
        background-image: url("../img/yjy/framework-icon02.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 18px;
        margin-left: 633px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon02:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon03 {
        width: 171px;
        height: 52px;
        display: flex;
        background-image: url("../img/yjy/framework-icon03.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 148px;
        margin-left: 837px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon03:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon04 {
        width: 171px;
        height: 52px;
        display: flex;
        background-image: url("../img/yjy/framework-icon04.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 281px;
        margin-left: 601px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon04:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon05 {
        width: 171px;
        height: 52px;
        display: flex;
        background-image: url("../img/yjy/framework-icon05.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 292px;
        margin-left: 205px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon05:hover {
        transform: scale(1.1);
    }
    body #main #framework-system  .framework-icon06 {
        width: 171px;
        height: 52px;
        display: flex;
        background-image: url("../img/yjy/framework-icon06.png");
        background-size: 100% 100%;
        position: absolute;
        margin-top: 154px;
        margin-right: 820px;
        object-fit: cover;
        transition: 0.2s;
    }
    body #main #framework-system  .framework-icon06:hover {
        transform: scale(1.1);
    }
    body #main #product-cycle {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: #F1F5FF;
        padding-bottom: 60px;
    }

    body #main #product-cycle .product-cycle-box {
        font-size: 40px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #25345D;
        line-height: 40px;
        margin-top: 72px;
    }

    body #main #product-cycle .product-cycle-box p {
        padding: 0;
        margin: 0
    }


    body #main #product-cycle .product-cycle-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 31px;
        justify-content: center
    }

    body #main #product-cycle .product-cycle-desc p {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 26px;
        text-align: center;
    }

    body #main #product-cycle .news-center-card-three {
        margin-top: 30px;
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        padding-left: 0
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small {
        width: 580px;
        height: 170px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a {
        width: 580px;
        height: 170px;
        background: linear-gradient(0deg, #FFFFFD, #fff);
        box-shadow: 0px 10px 15px 0px rgba(0, 76, 255, 0.05);
        border-radius: 10px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img {
        width: 151px;
        height: 100%;
        float: left;
        border-radius: 10px;
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img img {
        width: 96px;
        height: 96px;
        margin-top: 32px;
        margin-left: 32px;
        border-radius: 10px;
        transition: 0.2s;
        object-fit: cover
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-img img:hover {
        transform: scale(1.1);
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content {
        margin-left: 20px;
        margin-top: 20px
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box {
        width: 385px;
        height: 100%;
        float: left;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        position: relative
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title {
        height: 25px;
        margin-top: 16px;
        display: flex
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title .title-hotspots {
        width: 121px;
        height: 20px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-right: 5px
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-title .title-hotspots p {
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 800;
        color: #1E61FF;
        line-height: 24px;
        padding: 0;
        margin: 0
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-info {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #8594B4;
        line-height: 20px;
        margin-top: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    body #main #product-cycle .news-center-card-three .news-center-card-small a .news-center-card-content .news-center-card-content-box .news-center-card-content-box-info p {
        padding: 0;
        margin: 0
    }





    body #main #product-scheme {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 69px;
        /*padding-bottom: 78px;*/
    }

    body #main #product-scheme .product-scheme-box {
        font-size: 40px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #25345D;
        line-height: 40px;
    }

    body #main #product-scheme .product-scheme-box p {
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-box-small {
        width: 100%;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        font-size: 23px
    }

    body #main #product-scheme .product-scheme-box-small p {
        width: 62px;
        height: 6px;
        background: #294AFF;
        border-radius: 3px;
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-desc {
        margin-top: 22px;
        width: 100%;
        height: 15px;
        display: flex;
        align-items: center;
        margin-top: 31px;
        justify-content: center
    }

    body #main #product-scheme .product-scheme-desc p {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #8F9DB1;
        line-height: 26px;
        text-align: center;
    }

    body #main #product-scheme .product-scheme-card {
        width: 100%;
        max-width: 1200px;
        margin-top: 54px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    body #main #product-scheme .product-scheme-card a {
        width: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-decoration: none
    }

    body #main #product-scheme .product-scheme-card a .card-small {
        width: 380px;
        height: 360px;
        box-sizing: border-box;
        /*margin-bottom: 26px;*/
        position: relative
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo {
        width: 100%;
        height: 216px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-top: 58px*/
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo img {
        object-fit: cover;
        transition: 0.2s;
        width: 380px;
        height: 216px
    }
    body #main #product-scheme .product-scheme-card a .card-small .card-small-logo img:hover {
        transform: scale(1.1);
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-name {
        width: 100%;
        height: 18px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        margin-top: 29px;
        margin-left: 13px;
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-name p {
        padding: 0;
        font-size: 18px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #25345D;
        line-height: 40px;
        /*opacity: 0.8;*/
        margin: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-info {
        width: 100%;
        font-size: 14px;
        font-family: HarmonyOS Sans SC;
        font-weight: 100;
        color: #A4AFBB;
        line-height: 20px;
       margin-left: 13px;
        margin-top: 20px
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-info p {
        width: 359px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-btn {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 56px;
        left: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-btn p {
        width: 101px;
        height: 36px;
        background: #3867FB;
        border-radius: 18px;
        font-size: 14px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-eng {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px
    }

    body #main #product-scheme .product-scheme-card a .card-small .card-small-eng p {
        font-size: 14px;
        font-family: HarmonyOS Sans SC;
        font-weight: 300;
        color: #BFC7F1;
        line-height: 41px;
        padding: 0;
        margin: 0
    }


    body #main footer {
        width: 100%;
        height: 436px;
        background-image: url("../img/homepage/footer_bg.jpg");
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        position: relative;
        margin-top: 79px
    }
}
