.container {
    /* padding: 80px 0;
    padding: 5rem 0; */
    margin: 0 auto;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    max-width: 1200px;
    height: auto;
    position: relative;
    text-align: center;
    justify-content: center;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
}


.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
}

/* 1200 > md > 992 container-960*/
@media (max-width: 1024px) {
    .container {
        max-width: 768px;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}
/*  992 > md > 768 container-720*/
@media (max-width: 768px) {
    /* .container {
        max-width: 970px;
    } */
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}
/* xs < 768 container-720*/
@media (max-width: 576px) {

    /* 11/12 */
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }
}



.container-flex {
    display: flex !important;
    flex-wrap: wrap;
}
.container-platform {
    display: flex !important;
    flex-wrap: wrap;
}
.container-roll {
    display: flex !important;
    flex-wrap: wrap;
    padding: 120px 0;
    padding: 5rem 0;
}
.container-roll.roll-index {
    /* padding: 5rem 0 0; */
}
.container-roll.about {
    padding: 0 0 5rem;
}
.roll-padding {
    padding: 5rem 0;
}
.container-news {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.container-product {
    padding: 0 0 7.5rem;
}
.section-p-wa .container-product {
    padding: 5rem 0 5.5rem;
}

.container-blog {
    padding: 0;
    position: relative;
}
.container-blog.join {
    padding: 5rem 0 0;
}
.container-about {
    padding: 5rem 0;
}
.container-client-case {
    /*padding: 80px 0;*/
    /*padding: 5rem 0;*/
    margin: 0 auto;

    /*max-width: 1200px;*/
    height: auto;
    position: relative;
    text-align: center;
    justify-content: center;
}

.section-news .container-blog {
    /*padding: 5rem 0 7.5rem;*/
    padding: 0 0 5rem;
}

.container-detail {
    padding: 0;
}
.container-subscribe {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

/*底部联系我们*/
.container-connect-index {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding: 5.375rem 0;
}
.container-connect {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding: 5rem 0;
    /*padding: 8.625rem 0;*/
}
.container-connect-rows {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding: 7.125rem 0;
}

.section-blog .title-pre {
    font-size: 12px;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #002837;
    /*color: #919799;*/
    line-height: 14px;
    text-align: left;
    margin: 2.5rem 0;
}
.section-report {
    height: 400px;
    background-color: #ffffff;
    background-image: url('/public/images/banner/report_banner_1.jpg');
    background-repeat: no-repeat;
    background-size : cover;
    background-position: center;
}
.section-contact {
    height: 350px;
    background-color: #ffffff;
    background-image: url('/public/images/banner/contact_banner.png');
    background-repeat: no-repeat;
    background-size : cover;
    background-position: center;
}
.section-join {
    height: 520px;
    background-color: #ffffff;
    background-image: url('/public/images/banner/join_banner.webp');
    background-repeat: no-repeat;
    background-size : cover;
    background-position: center;
}
.section-about {
    height: 520px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FDFC 42%, #E7F8F2 100%);
}
.section-product {
    overflow: hidden;
}

.section {
    width: 100%;
    position: relative;
}
.homepage-section {
    height: 600px;
}
@media (max-width: 1024px) {
    .container-roll.roll-index {
        padding: 5rem 1rem;
    }
    .section-about {
        height: auto;
    }

}
@media (max-width: 992px) {
    .homepage-section.index {
        height: 500px;
        max-height: 500px;
    }
}
@media (max-width: 768px) {

    picture img {
        width: 100%;
    }
    .container-platform {
        padding: 0 1rem;
    }

    .container-roll {
        padding: 4rem 1rem;
        width: unset;
        max-width: unset;
        justify-content: flex-start;
    }
    .container-roll.roll-index {
        width: unset;
        max-width: unset;
        justify-content: flex-start;
    }
    .container-roll .container-title{
        width: 100vw;
        margin: 0 0 3.75rem;
    }
    
    .container-news {
        padding: 4rem 1rem;
        justify-content: center;
    }
    .container-connect {
        padding: 112px 1rem;
        padding: 7rem 1rem;
    }
    .container-m4 {
        padding: 4rem 1rem;
    }
    .container-m04 {
        padding: 0 1rem 4rem;
    }
    .container-m5 {
        padding: 0 1rem 5rem;
    }
    .container-connect-rows {
        padding: 120px 1rem;
        padding: 7.5rem 1rem;
    }
    .container-connect-index {
        padding: 80px 1rem;
        padding: 5rem 1rem;
    }
    .container-about {
        padding: 4rem 1rem;
    }
    .container-detail {
        padding: 1rem 1rem 3rem;
    }
    .container.blog {
        padding: 0 1rem 3rem;
    }
    .container.blog.blog-only {
        padding: 0 1rem;
    }
    .homepage-section {
        height: auto;
        /*height: 100vh;*/
        /*min-height: 840px;*/
        /*height: 700px;*/
    }

    .section-about {
        height: auto;
    }
    .section-join, .section-report {
        height: 100vh;
    }
    .section-join {
        background-image: url('/public/images/banner/join_banner_m.png');
    }
    .section-report {
        background-image: url('/public/images/banner/report_banner_m.png');
    }
    .section-contact {
        height: calc(100vh - 118px);
        background-image: url('/public/images/banner/contact_banner_m.png');
    }
    .container-blog.join {
        padding: 0;
    }
    .section-news .container-blog {
        padding: 3rem 1rem 0;
                /*padding: 3rem 1rem 7.5rem;*/
    }
    .section-blog .title-pre {
        margin-top: 0;
    }
    .section-p-wa .container-product {
        padding: 4rem 1rem;
    }
}
@media (max-width: 767px) {
    .homepage-section.index {
        height: 650px;
        max-height: 650px;
        /* height: 740px;
        max-height: 740px; */
    }
}
/* @media (max-width: 480px) {
    .homepage-section.index {
        height: 650px;
        max-height: 650px;
    }
} */


/*卡片间距*/
.gap-1 {
    gap: 1rem;
}
.gap-2 {
    gap: 2rem;
}


/*其他样式*/
.bg-homepage {
/*    background-color: #ffffff;
    background-image: url('/public/svg/bg-home-banner.svg');
    min-height: 100%;
    background-repeat: no-repeat;
    background-size : auto;
    background-position: center center;*/

    /*background: linear-gradient(180deg, #FFFFFF 0%, #F9FDFC 42%, #E7F8F2 100%);*/
}
.bg-white{
    background: #ffffff;
}
.bg-green{
    background: #24B89E;
    /*background: #00A564;*/
}
.bg-light-green{
    background: #E7F8F2;
}
.bg-dark-green {
    background: #1A4F60;
}
/*比bg-dark-green 多一层白色蒙层*/
.bg-dark-green-lighter {
    background: #3C6978;
}
.bg-dark-green-img {
    background:url("/public/svg/bg_gl.svg") 0 100% no-repeat,
    url("/public/svg/bg_gr.svg") 100% 0 no-repeat;
    background-color: #1A4F60;
}
.bg-dark-green-map {
    background:url("/public/images/about/bg_map.png") center no-repeat;
    background-size: contain;
    background-color: #1A4F60;
}
.bg-light-grey {
    background: #F8F8F9;
}
.bg-unset {
    background: unset;
}
.bg-form {
    background: var(--grey-bg);
}

.pd-sms-bg {
    /* background-color: #e9eff6; */
      background-image: url("/public/images/banner/bg_sms.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
}
.pd-voice-bg {
    /* background-color: #ecf3f6; */
    background-image: url("/public/images/banner/bg_product.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pd-industry-bg {
    /* background: #f6f9fb; */
    background-image: url("/public/images/banner/bg_solution.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pd-scene-bg {
    /* background-color: #dfe2ec; */
    background-image: url("/public/images/banner/bg_scene.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pd-email-bg {
    /* background-color: #f3fbfd; */
    background-image: url("/public/images/banner/bg_email.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pd-wa-bg {
    background-color: #eff7f8;
}
@media (max-width: 1100px) {
    /* .pd-sms-bg {
        background-color: #ecf1f7;
    }
    .pd-voice-bg {
        background-color: #f2f7fa;
    }
    .pd-industry-bg {
        background: #f5f6fa;
    }
    .pd-scene-bg {
        background-color: #f1f2f7;
    } */
        
    .bg-dark-green-map {
        background-size: cover;
        background-position-x: 84%;
    }
    .bg-dark-green-img {
        background: url(/public/svg/bg_gl.svg) 0 100% no-repeat;
        background-color: #1A4F60;
    }
}


.font-green {
    color: #24B89E;
    /*color: #00A564;*/
}
.font-black {
    color: #002837;
}
.font-white {
    color: #ffffff;
}
.font-grey {
    color: #616566;
}
.font-light-grey {
    color: #919799;
}

/*默认字体 regular，weight 400*/
.font-bold {
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
}
.font-medium {
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
}


.title-48 {
    /*font-size: 48px;*/
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 3.5rem;
    margin: 8px auto;
    text-align: left;
    position: relative;
    /*line-height: 56px;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.title-36 {
    font-size: 2.25rem;
    /*font-size: 36px;*/
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 2.625rem;
    position: relative;
    /*line-height: 42px;*/
}
.title-28 {
    font-size: 1.75rem;
    /*font-size: 28px;*/
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    position: relative;
    /*line-height: 3.5rem;*/
    /*line-height: 56px;*/
}
.title-24 {
    font-size: 1.5rem;
    /*font-size: 24px;*/
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    position: relative;
    /*line-height: 3.5rem;*/
    /*line-height: 56px;*/
}
.font-12 {
    font-size: 0.75rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 0.875rem;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.font-14 {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.625rem;
    /*line-height: 25px;*/
}
.font-16 {
    font-size: 1rem;
    /*font-size: 16px;*/
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    /*line-height: 28px;*/
}
.font-18 {
    /*font-size: 18px;*/
    font-size: 1.125rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 2rem;
    /*line-height: 32px;*/
}
.font-20 {
    font-size: 1.25rem;
    /*font-size: 20x;*/
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    /*line-height: 3.5rem;*/
    /*line-height: 56px;*/
}

.title-pre {
    color: #616566;
    margin: 0 auto;
    /*margin: 3.375rem auto 2rem;*/
}
.title-location {
    /*color: #002837;*/
    color: #24B89E;
}

/*标题下划线样式*/
.title-after-green::after {
    content: '';
    width: 3rem;
    height: 0.375rem;
    background: #24B89E;
    position: absolute;
    border-radius: 8px;
    right: calc((100% - 3rem) / 2);
    margin-top: 3.625rem;
}
.title-after-white::after {
    content: '';
    width: 3rem;
    height: 0.375rem;
    background: #ffffff;
    position: absolute;
    right: calc((100% - 3rem) / 2);
    margin-top: 3.625rem;
    border-radius: 8px;
}
.title-after-green-l {
    text-align: left;
}
.title-after-green-l::after {
    content: '';
    width: 3rem;
    height: 0.375rem;
    background: #24B89E;
    position: absolute;
    left: 0%;
    margin-top: 3.625rem;
    border-radius: 8px;
}
.title-after-white-l {
    position: relative;
    text-align: left;
}
.title-after-white-l::after {
    content: '';
    width: 3rem;
    height: 0.375rem;
    background: #ffffff;
    position: absolute;
    left: 0%;
    margin-top: 3.625rem;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .title-after-green-l::after {
        left: calc((100% - 3rem) / 2);
    }
    .title-h2-left-green::after {
        left: calc((100% - 3rem) / 2);
    }
}

.weight-500 {
font-weight: 500;
}
.weight-400 {
    font-weight: 400;
}
.text-left {
    text-align: left;
}
.text-decora-u {
    text-decoration: underline;
}
.iconfont {
    color: #919798;
}


/*基础样式*/

/*banner 标题*/
.banner-title {

}
.banner-title-pre {

}
.banner-desc {

}

/*各模块标题*/
.container-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    /*margin: 0 auto 54px;*/
    margin: 0 auto 3.375rem;
}
.container-title-w {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    /*margin-bottom: 102px;*/
    /*margin-bottom: 6.375rem;*/
    margin-bottom: 6rem;
}
.container-title-news {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    margin-bottom: 4.875rem;
}
.container-title-product {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    margin: 0 auto 3.875rem;
}
.container-title-form {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    margin: 0 auto 5.375rem;
}
.container-title-pre,
.container-title-pre a {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    /* line-height: 28px;*/
    color: #616566;
    margin: 0 auto;
}
.container-mission .container-title-pre {
    color: #ffffff;
    margin-bottom: 4rem;
}
.container-solution .container-title-pre {
    margin: 0 auto 1rem;
}
.container-mission .container-title-w,
.container-connect .container-title-w {
    margin: 0 auto 3.375rem;
}
.container-subscribe .container-title-w {
    margin: 0 auto 2.5rem;
}
.container-job .container-title {
    margin: 0 0 5.375rem;
}
@media (max-width: 768px) {
    .container-job .container-title {
        /* margin: 0 auto 3.25rem; */
    }
    .container-mission .container-title-pre {
        margin-bottom: 2rem;
    }

}



/*卡片标题*/
.unit-title {
    font-size: 24px;
    font-size: 1.5rem;
    /* font-size: 24px; */
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 28px;
    position: relative;
}
.unit-title-pre {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 2rem;
    color: #24B89E;
    text-align: left;
    /*line-height: 32px;*/
}
.unit-info {
    /*display: flex;*/
    height: 100%;
    justify-content: center;
}
.unit-desc,
.unit-desc a {
    font-size: 1rem;
    /* font-size: 16px; */
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    color: #616566;
    text-align: left;
}
.unit-desc {
    display: block;
}
.unit-img {
    display: inline-block;
    vertical-align: middle;
}
.unit-btn {
    display: flex;
    text-align: left;
}



/*卡片容器*/
.mod-unit {
    display: flex;
    height: 100%;
    margin: auto;
}

@media (max-width: 768px) {
    .container-title {
        font-size: 32x;
        font-size: 2rem;
        line-height: 38px;
        margin-bottom: 3.25rem;
    }
    .container-title-pre {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5rem;
        /* line-height: 24px;*/
    }
    .container-title-w {
        margin-bottom: 3.75rem;
    }
    .container-title-news {
        margin-bottom: 3.75rem;
    }
    .container-title, .container-title-w, .container-title-news,
    .container-title-product, container-title-form
    {
        font-size: 2rem;
    }
    .unit-title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
    .unit-info {
        margin: 40px auto 0;
    }
    .unit-desc {
        display: block;
         font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}

/*banner*/
.mod-wrapper-banner {
    padding: 7.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    padding: 0;
    /*overflow: hidden;*/
    z-index: 11;
    /*display:flex;*/
    /*border-radius: 12px;*/
}
.mod-wrapper-banner .mod-unit {
    position: absolute;
    top: 6.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 5;
    height: auto;
}
.mod-wrapper-banner .unit-title-pre {
    display: inline-block;
    /*height: 2rem;*/
    height: auto;
    text-align: left;
}

.swiper-banner .swiper-slide.index .unit-title-pre {
    display: none;
}
.mod-wrapper-banner.index .unit-title-pre {
    display: none;
}
.mod-wrapper-banner .unit-title-pre img {
    height: 26px;
}
.mod-wrapper-banner .unit-title {
    font-size: 48px;
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 56px;
    line-height: 3.5rem;
    color: #002837;
    margin: 8px 0 32px;
    /*margin: 8px auto;*/
    text-align: left;
    position: relative;
}
.mod-wrapper-banner .unit-title.title-green {
    color: #24B89E;
}
.mod-wrapper-banner .unit-desc,
.mod-wrapper-banner .unit-desc a {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    color: #002837;
    text-align: left;
}
.mod-wrapper-banner .unit-desc {
    display: block;
}
.mod-wrapper-banner.index .unit-desc {
    max-width: 26.25rem;
}
.mod-wrapper-banner .unit-img {
    display: block;
    width: auto;
    height: 600px;
    position: relative;
    right: 0;
    left: 0;
    margin-left: 50%;
    vertical-align: bottom;
    object-fit: cover;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.mod-wrapper-banner .btn-l:hover {
    background: #28CCAF;
}
.mod-wrapper-banner .btn-r:hover {
    background: rgb(36 184 158);
    color:white;
}
@media (max-width: 992px) {
    .mod-wrapper-banner .unit-img {
        height: 400px;
    }
}
@media (min-width: 769px) {
    .mod-wrapper-banner .unit-img.unit-img-pbx {
        left: 30%;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-banner {
        position: relative;
        height: 100%;
        overflow: unset;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .mod-wrapper-banner .mod-unit {
        position:relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem;
        z-index: 2;
        top: 40px;
    }

    .mod-wrapper-banner .unit-img {
        width: 100%;
        height: auto;
        margin-top: -32px;
        z-index: 1;
    }

    .mod-wrapper-banner .unit-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0.5rem 0 1rem;

        /*font-size: 2.5rem;*/
        /*margin: .5rem auto 1.5rem;*/
    }
    .mod-wrapper-banner .unit-desc {
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
    }
    .mod-wrapper-banner .unit-btn {
        text-align: center;
    }
    .mod-wrapper-banner.index .mod-unit {
        align-items: center;
        top: 60px;
    }
    .mod-wrapper-banner.index .unit-desc {
        text-align: center;
    }

    .mod-wrapper-banner.index .unit-title {
        text-align: center;
    }
    .mod-wrapper-banner .unit-title-pre img {
        height: 1.5rem;
    }

    .section-p-wa .mod-wrapper-banner .unit-img {
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .poster .mod-wrapper-banner .unit-img {
        width: 75%;
        top: 50%;
        left: 47%;
        height: auto;
    }
    .wa .mod-wrapper-banner .unit-img {
        width: 100%;
        top: 42%;
        left: 50%;
        height: auto;
    }
}
@media (max-width: 480px) {
    .poster .mod-wrapper-banner .unit-img {
        width: 100%;
        top: 42%;
        /* top: 43%;
        left: 47%;
        height: auto; */
    }
    .wa .mod-wrapper-banner .unit-img {
        width: 100%;
        top: 50%;
        left: 50%;
    }
}



.banner-product {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.banner-product .unit-img {
    display: block;
    width: auto;
    height: 600px;
    position: relative;
    vertical-align: bottom;
    object-fit: contain;
}

.banner-product .unit-img.mt-lg-0 {
    height: 500px;
    margin-top: 0;
  }

.banner-product picture,
.banner-product .picture {
    display: none;
}

.banner-product .mod-unit {
    position: relative;
    top: 6.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 5;
    height: auto;
    margin: 0;
}
.banner-product .unit-title-pre {
    display: inline-block;
    height: 2rem;
    text-align: left;
}
.banner-product .unit-title-pre img {
    height: 26px;
}
.banner-product .unit-title {
    font-size: 48px;
    font-size: 3rem;
    font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 56px;
    line-height: 3.5rem;
    color: #002837;
    margin: 8px 0 32px;
    /*margin: 8px auto;*/
    text-align: left;
    position: relative;
}
.banner-product .unit-title.title-green {
    color: #24B89E;
}
.banner-product .unit-desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    color: #002837;
    display: block;
    text-align: left;
    /* max-width: 26.25rem; */
}

.banner-product .btn-l:hover {
    background: #28CCAF;
}
.banner-product .btn-r:hover {
    background: rgb(36 184 158);
    color:white;
}


.banner-product.banner-gif picture {
    display: block;
    position: absolute;
    left: 57%;
}
.banner-product.banner-gif .picture {
    display: block;
}

.banner-product .unit-img.sl_en_lg {
    height: 500px;
    left: 51%;
}

@media (max-width: 1199.9px) {
    .banner-product picture {
        display: block;
        position: absolute;
        left: 40%;
    }
    .banner-product .picture {
        display: block;
        position: absolute;
        left: 43%;
    }
}


@media  (min-width: 576px) and (max-width: 1024px) {
    .banner-product .unit-img.mt-md-54 {
      height: 600px;
      margin-top: -54px;
    }
  }

@media (max-width: 1024px) {

    .homepage-section {
        height: auto;
        max-height: none;
    }

    .banner-product {
        flex-direction: column-reverse;
    }

    .banner-product .mod-unit {
        top: 40px;
    }

    .banner-product .unit-img {
        /* width: 80%; */
        height: 500px;
        position: relative;
        left: 10%;
        margin-top: -11%;
    }
    .banner-product .unit-img.mt-md-0 {
        margin-top: 0;
    }


    .banner-product.banner-gif picture {
        position: relative;
        left: 10%;
        margin-top: -11%;
    }
    
}

@media (min-width: 769px) {
    .banner-product .unit-img.unit-img-pbx {
        left: 30%;
    }
}

@media (max-width: 768px) {
    .banner-product {

    }
    .banner-product .mod-unit {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem;
        z-index: 2;
        top: 40px;
    }

    .banner-product .unit-img {
        width: 100%;
        /* height: auto; */
        margin-top: -32px;
        left: 0;
        z-index: 1;
    }

    .banner-product .unit-img.mt-sm-0 {
        margin-top: 0;
    }
    .banner-product .unit-img.mt-sm-8 {
        height: auto;
        margin-top: 32px;
    }

    .banner-product .unit-title {
        font-size: 40px;
        font-size: 2.5rem;
        margin: .5rem 0 1.5rem;
    }
    .banner-product.index .unit-title {
        text-align: center;
    }
    .banner-product .unit-desc {
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
    }
    .banner-product .unit-btn {
        text-align: center;
    }
    .banner-product.index .mod-unit {
        align-items: center;
        top: 60px;
    }
    .banner-product.index .unit-desc {
        text-align: center;
    }
    
}

@media (max-width: 576px) {
    .banner-product .unit-img {
        object-fit: cover;
        height: 430px;
    }   
    .banner-product .unit-img.mt-xs-0 {
        margin-top: 0;
    }
    .banner-product .unit-img.mt-xs-100 {
        margin-top: 100px;
        height: 300px;
    }
}



/*首页banner*/
.mod-wrapper-index {
    padding: 7.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    padding: 0;
    /* overflow: hidden; */
    z-index: 11;
    /*display:flex;*/
    /*border-radius: 12px;*/
}
.mod-wrapper-index .mod-unit {
    position: absolute;
    top: 8.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 20;
    height: auto;
}
.mod-wrapper-index .unit-title-pre {
    display: inline-block;
    height: 2rem;
    text-align: left;
}
.mod-wrapper-index .unit-title-pre img {
    height: 26px;
}
.mod-wrapper-index .unit-title {
    font-size: 48px;
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 56px;
    line-height: 3.5rem;
    color: #24B89E;
    margin: 8px 0 32px;
    /*margin: 8px auto;*/
    text-align: left;
    position: relative;
/* line-height: 56px;*/
}
.mod-wrapper-index .unit-desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 2rem;
    color: #002837;
    display: block;
    text-align: left;
    max-width: 26.25rem;
}
.mod-wrapper-index .unit-img {
    display: block;
    width: auto;
    height: 600px;
    position: relative;
    right: 0;
    left: 0;
    margin-left: 50%;
    vertical-align: bottom;
    object-fit: cover;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    /* max-width: 252px;
    margin: 0 auto;
    border-radius: 6px; */
}
.mod-wrapper-index .btn-l:hover {
background: #28CCAF;
}
.mod-wrapper-index .btn-r:hover {
background: rgb(36 184 158);
color:white;
}
@media (max-width: 1024px) {
    .mod-wrapper-index {
        position: relative;
        height: 100%;
        overflow: unset;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .mod-wrapper-index .mod-unit {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem;
        z-index: 2;
        top: 40px;
    }

    .mod-wrapper-index .unit-img {
        /* width: 100%;
        height: auto;
        margin-top: -32px;
        z-index: 1; */

        margin-left: 24%;
        height: 350px;
        margin-top: -5%;

    }
    .mod-wrapper-index .unit-title {
        font-size: 40px;
        font-size: 2.5rem;
        margin: .5rem 0 1.5rem;
    }
    .mod-wrapper-index.index .unit-title {
        text-align: center;
    }
    .mod-wrapper-index .unit-desc {
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
    }
    .mod-wrapper-index .unit-btn {
        text-align: center;
    }
    .mod-wrapper-index.index .mod-unit {
        align-items: center;
        top: 60px;
    }
    .mod-wrapper-index.index .unit-desc {
        text-align: center;
    }
    
    .section-p-wa .mod-wrapper-index .unit-img {
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 992px) {
    .mod-wrapper-index .unit-img {
        height: 400px;
    }
    .poster .mod-wrapper-index .unit-img {
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        height: 100%;
        height: 90%;
    }
    .wa .mod-wrapper-index .unit-img {
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        height: 100%;
        height: 90%;
    }
}

@media (min-width: 769px) {
    .mod-wrapper-index .unit-img.unit-img-pbx {
        left: 30%;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-index .unit-img {
        margin-left: 22%;
    }
}
@media (max-width:575px) {
    .mod-wrapper-index .unit-img {
        width: 100%;
        height: auto;
        margin-left: 50%;
        top: 5%;
    }
}

/* @media (max-width: 769px) {
    .mod-wrapper-index {
        position: unset;
    }
    .mod-wrapper-index .mod-unit {
        position: unset;
        flex-direction: column;
        align-items: center;
        padding: 3.75rem 1rem 3rem;
    }
    .mod-wrapper-index .unit-title {
        font-size: 2.5rem;
        margin: .5rem auto 1.5rem;
    }
    .mod-wrapper-index .unit-desc {
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
    .mod-wrapper-index .unit-btn {
        text-align: center;
    }
} */

/*首页轮播banner*/
        .swiper-container.swiper-banner {
            height: 100%;
            padding: 0;
            margin-top: 0;
        }

        .swiper-banner .container {
            height: 100%;
            padding: 0;
        }

        .swiper-banner .swiper-slide {
            overflow: hidden;
        }
        .swiper-banner .swiper-slide-active {
            z-index: 99;
        }

        .mod-wrapper-banner .unit-title-pre {
            display: inline-flex;
        }
        .img-border {
            border-right: 1px solid #002837;
            margin-right: 14px;
            padding-right: 14px;
        }
        .slide-wa {
            background-color: #f5f4f3;
            cursor: pointer;
        }
        .swiper-banner .swiper-pagination-bullet {
            width: 24px;
            height: 3px;
            border-radius: 8px;
        }
        .slide-wa .mod-wrapper-banner .unit-img {
            margin-left: 59%;
        }
        .swiper-container-horizontal.swiper-banner>.swiper-pagination-bullets {
            bottom: 24px;
        }
        .swiper-container-horizontal.swiper-banner>.swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 4px;
        }
        .swiper-banner .swiper-pagination-bullet {
            background: #ffffff;
            opacity: 1;
        }
        .swiper-banner .swiper-pagination-bullet-active {
            background: #24B89E;
        }

        .swiper-banner .swiper-button-prev,
        .swiper-banner .swiper-button-next {
            background-size: 56px 56px;
            width: 56px;
            height: 56px;
            top: calc((100% - 56px) / 2);
            bottom: 10px;
            cursor: pointer;
            background-color: #F1F1F1;
            border-radius: 100px;
        }
        .swiper-banner .swiper-button-prev {
            background: url("/public/svg/page_left.svg") center no-repeat ;
        }
        .swiper-banner .swiper-button-next {
            background: url("/public/svg/page_right.svg") center no-repeat ;
        }
        .swiper-banner .swiper-button-prev:hover {
            background: url("/public/svg/page_left_active.svg") center no-repeat ;
        }
        .swiper-banner .swiper-button-next:hover {
            background: url("/public/svg/page_right_active.svg") center no-repeat ;
        }

        .swiper-banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
            left: 72px;
        }
        .swiper-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
            right: 72px;
        }

        @media (max-width: 768px) {
            .slide-wa {
                background-color: #f2f2f0;
            }
            .slide-wa .mod-wrapper-banner .unit-img {
                margin-left: 50%;
            }
            .swiper-banner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
                display: none;
                left: 2px;
            }
            .swiper-banner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
                display: none;
                right: 2px;
            }
        }
/*首页轮播banner end*/


/*产品页banner*/
.mod-wrapper-product {
    padding: 7.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    padding: 0;
    overflow: hidden;
    z-index: 11;
    /*display:flex;*/
    /*border-radius: 12px;*/
}
.mod-wrapper-product .mod-unit {
    position: absolute;
    top: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mod-wrapper-product .unit-title-pre {

}
.mod-wrapper-product .unit-title {
    font-size: 48px;
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 56px;
    line-height: 3.5rem;
    color: #002837;
    margin: 8px 0 2rem;
    text-align: left;
    position: relative;
}
.mod-wrapper-product .unit-desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    color: #002837;
    display: block;
    text-align: left;
    max-width: 30rem;
}
.mod-wrapper-product .unit-img {
    max-width: 252px;
    margin: 0 auto;
    border-radius: 6px;
}
.mod-wrapper-product .btn-l:hover {
    background: #28CCAF;
}
.mod-wrapper-product .btn-r:hover {
    background: rgb(36 184 158);
    color:white;
}
.mod-wrapper-product.about {
    max-width: 1120px;
}
.mod-wrapper-product.about .unit-img {
    display: block;
    width: auto;
    max-width: none;
    position: relative;
    right: 0;
    /* left: 238px; */
    bottom: 0;
    top: 2.25rem;
    margin-right: 0;
    border-radius: 0px;
    z-index: 5;
}
.mod-wrapper-product.about .unit-desc {
    max-width: unset;
}
@media (max-width: 1024px) {
    .mod-wrapper-product {
        position: unset;
        padding: 0 1rem;
    }
    .mod-wrapper-product .mod-unit {
        position: unset;
        /*display: flex;*/
        flex-direction: column;
        align-items: flex-start;
        padding: 2.5rem 0 3rem;
    }
    .mod-wrapper-product .unit-title {
        font-size: 40px;
        font-size: 2.5rem;
        margin: 0 0 1.5rem;
    }
    .mod-wrapper-product .unit-desc {
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
    }
    .mod-wrapper-product .unit-btn {
        text-align: center;
    }

    .mod-wrapper-product.about .mod-unit {
        padding: 2.5rem 1rem;
    }
    .mod-wrapper-product.about .unit-img {
        /*top: -86px;*/
        /* width: calc(100% - 2rem); */
        width: 50%;
        max-width: 450px;
        margin: 0 1rem;
        left:0;
        top: 0;
    }
    .mod-wrapper-product.about img {
        margin: 0 1rem;
        left:0;
        top: 0;
    }

}
@media (max-width: 768px) {
    .mod-wrapper-product.about .unit-img {
        width: 100%;
        margin: 0;
    }
}

/*人才计划 banner*/
.section-join .mod-wrapper-product .mod-unit {
    position: relative;
    align-items: center;
}
.section-join .mod-wrapper-product .unit-title,
.section-join .mod-wrapper-product .unit-desc
{
    color: #ffffff;
    text-align: center;

}
.section-join .mod-wrapper-product .unit-desc {
    max-width: 29rem;
}
@media (max-width: 1024px) {
    .section-join .mod-wrapper-product {
        height: 100%;
    }
    .section-join .mod-wrapper-product .mod-unit {
        justify-content: center;
        padding: 0;
        top: 0;
    }
    .container-join .container-title, .container-join .container-title-pre,
    .container-job .container-title, .container-job .container-title-pre{
        text-align: left;
    }
    .container-join .container-title.title-after-green::after,
    .container-job .container-title.title-after-green-l::after
    {
        left: 0;
    }
}


/*新闻页banner*/
.mod-wrapper-news {
    padding: 3rem 0;
    text-align: center;
}
.mod-wrapper-news .unit-title {
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 3.5rem;
    color: #002837;
    margin: 0 auto;
    position: relative;
}
.mod-wrapper-news .unit-desc {
     font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 2rem;
    color: #002837;
    display: block;
    text-align: center;
    margin: 1rem auto 0;
}
@media (max-width: 768px) {
    .mod-wrapper-news {
        padding: 2rem 0;
    }
    .mod-wrapper-news .unit-title {
        font-size: 2.5rem;
    }
    .mod-wrapper-news .unit-desc {
        font-size: 16px;
        line-height: 28px;
        margin: 0 auto;
    }
}

/*白皮书banner*/
.mod-wrapper-report {
    padding: 7.5rem 0;
    text-align: center;
}
.mod-wrapper-report .mod-unit {
    display: block;
}
.mod-wrapper-report .unit-title {
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 3.5rem;
    color: #ffffff;
    margin: 0 auto 2rem;
    position: relative;
}
.mod-wrapper-report .unit-desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 2rem;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 768px) {

    .mod-wrapper-report .mod-unit {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .mod-wrapper-report {
        padding: 0 1rem;
        height: 100%;
    }
}

/*新闻详情 相关文章*/
.mod-wrapper-recommend {
    margin: 0 auto 5rem;
}
.mod-wrapper-recommend .about-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: left;
    margin: 2rem 0 1rem;
}
@media (max-width: 768px) {
    .mod-wrapper-recommend .about-title {
        margin: 2rem 0.5rem 1rem;
    }
}

/*协议*/
.container-term {
    max-width: 1000px;
    margin: 5rem auto 10.625rem;
}
.container-term p {
    font-size: 14px;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    line-height: 25px;
}
.container-term p.term-title {
    font-size: 24px;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    text-align: left;
    color: #002837;
    line-height: 28px;
    margin: 2.5rem 0 1rem;
}
.container-term p.term-sub {
    color: #002837;
}
.container-term b {
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 500;
    color: #002837;
}
.container-term em {
    font-style: italic;
}
.container-term a {
    text-decoration: underline;
}

.container-term a:hover {
    color: #24B89E;
}

.container-term .rule {
    font-size: 24px;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #002837;
    line-height: 28px;
    margin: 12rem 0 2rem;
}

@media (max-width: 768px) {
    .container-term {
        padding: 0 1rem;
        margin: 3.5rem auto 5rem;
    }
    .container-term .title-after-green-l::after {
        left: 0;
    }
}

/*404*/
.container-404 {
    max-width: 1200px;
    padding: 10rem 5rem;
    margin: auto;
}
.mod-404 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod-404 .unit-img {
    max-width: 562px;
}
.mod-404 .mod-unit {
    flex-direction: column;
    padding-left: 5rem;
    align-items: flex-start;
}
.mod-404 .unit-title {
    font-size: 36px;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #000000;
    line-height: 42px;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .container-404 {
        padding: 5rem 1rem;
    }
    .mod-404 {
        flex-direction: column;
    }
    .mod-404 .mod-unit {
        align-items: center;
        padding: 0;
        padding-top: 3rem;
    }
}


/*表单*/
.mod-form {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);
    border-radius: 12px;
    padding: 3rem 4rem 3.5rem;
}
.layui-form-item {
    /*margin-bottom: 1.5rem;*/
    /*position: relative;*/
    /*text-align: left;*/

    margin-bottom: 0;
    position: relative;
    text-align: left;
    padding: .75rem 1rem;
}
.layui-form-item.term {
    padding: .75rem 1rem 4px;
}
.layui-form-label {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 16px;
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
    margin-bottom: 8px;
    padding: 0 2px;
    float: none;
}
.layui-input-block {
    position: relative;
    min-height: 40px;
    margin-left: 0;
}
.layui-inline {
    width: 378px;
}
.layui-input {
    display: block;
    width: 100%;
    height: 38px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #002837;
    line-height: 1rem;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    padding: 1rem;
    text-align: left;
}
.layui-inline select {
    padding: 0 1rem;
}
.layui-inline option {
    text-align: left;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #919799;
    direction: rtl;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #919799;
    direction: rtl;
}
::-moz-placeholder { /* Mozilla Firefox 19+ but I'm not sure about working */
    color: #919799;
    direction: rtl;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #919799;
    direction: rtl;
}

.iconfont-search {
    position: absolute;
    /*top: 11px;*/
    top: calc(50% - 9px);
    right: 16px;
}
.icon-fangxingweixuanzhong {
    display: block;
}
.icon-fangxingxuanzhong {
    display: none;
    color: #24B89E;
}
.layui-row {
    display: flex;
    width: 100%;
}
.layui-input-wrap {
    width: auto;
    flex: 1 1 auto;
}
.layui-input-verify {
    padding-left: 1rem;
}
.layui-btn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    padding: 0;
    color: #24B89E;
    background-color: #ffffff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: unset;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.icon-checked {
    position: absolute;
    top: 5px;
    left: 0;
    cursor: pointer;
}
.icon-checked:hover {
    color: #24B89E;
}
.layui-textarea {
    display: block;
    width: 100%;
    min-height: 10rem;
    height: auto;
    font-size: 0.875rem;
    line-height: 20px;
    text-align: left;
    padding: 1rem;
    resize: vertical;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    border-radius: 2px;
    border: 1px solid #E7E7E7;
    position: relative;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin-top: 10px;
    margin: 0;
}

.layui-note {
    font-size: 12px;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #919799;
    line-height: 14px;
    text-align: left;
    margin-top: 2rem;
    display: block;
}
.policy-term {
    font-size: 12px;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 14px;
    margin-left: 8px;
}
.policy-item {
    display: block;
    margin-top: 1rem;
    /*margin-bottom: 1rem;*/
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.policy-item:nth-of-type(2) {
    margin-bottom: 0;
}
.policy-item input[type='checkbox']{
    vertical-align: middle;
}
.privacy-link {
    color: #24B89E;
}
.send_thanks {
    display: none;
    text-align: left;
    line-height: 24px;
}
form button {
    margin-left: 1rem;
}
@media (max-width: 768px) {
    .layui-input-verify {
        padding-left: 2rem;
    }
    form button {
        margin-top: 1rem!important;
    }
}


/*职位列表*/
.mod-wrapper-job {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}
.mod-wrapper-job .job-unit {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.5);
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 2rem;
    position: relative;
    cursor: pointer;
    /*动画的过渡效果*/
    transition: all .2s  ease;
}
.mod-wrapper-job.mod-select .job-unit {
    padding: 0.875rem 1rem;
}
.mod-wrapper-job.mod-select .job-unit:last-child {
    align-items: flex-end;
    background: unset;
    box-shadow: unset;
}
.mod-wrapper-job .iconfont-search {
    top: 1rem;
}
.mod-wrapper-job .unit-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 26px;
    text-align: left;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F1F1F1;
    position: relative;
}

.mod-wrapper-job .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 16px;
    padding-top: 1rem;
}
.mod-wrapper-job .unit-text {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #002837;
    line-height: 16px;
}
.mod-wrapper-job .unit-email {
    color: #24B89E;
    margin-left: 1rem;
    text-decoration: underline;
}
.join-thumb {
    display: inline-block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.hot-thumb {
    width: 27px;
    background-image: url("/public/images/icon/hot.png");
    background-position-y: top;
    position: absolute;
    /*margin-left: 8px;*/
    /*right: 2rem;*/
    /*top: 1.5rem;*/
}
.location-thumb {
    background-image: url("/public/svg/location.svg");
    margin-right: 1rem;
}
.job-thumb {
    background-image: url("/public/svg/job.svg");
    margin-right: 1rem;
}
/* @media (min-width: 769px) { */
@media (min-width: 1024.1px) {
    .mod-wrapper-job .job-unit:hover {
        transform: translateY(-4px);

    }
    .mod-wrapper-job .job-unit:hover .unit-title {
        color: #24B89E;
    }
    .hot-thumb {
        margin-left: 8px;
    }
}
@media (max-width: 1024px) {
    .mod-wrapper-job {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fill, 1fr);
        gap: 1rem;
        margin-top: 1rem;
    }
    .mod-wrapper-job .unit-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 2.3rem;
        line-height: 20px;
    }
    .hot-thumb {
        right: 0;
        top: 0;
    }
}


/*招聘弹框*/
.no-scroll {
    position: fixed;
    width: 100%;
}
.popup-wrapper {
    display:none;
    /*display: flex;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
    z-index: 999;
}
.popup-unit {
    width: 90%;
    height: auto;
    max-width: 800px;
    /*max-height: 700px;*/
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 12px;

}
.popup-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    text-align: left;
    color: #24B89E;
    line-height: 28px;
    margin-bottom: 1rem;
}
.popup-info {
    display: none;
    position: relative;
    margin-bottom: 2rem;
 }
.popup-title-sub {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    text-align: left;
    color: #002837;
    line-height: 19px;
    margin: 1rem 0;
}
.popup-title-sub:after {
    content: ' ';
    width: 7.9rem;
    height: 6px;
    position: absolute;
    top: 0.875rem;
    left: 0;
    background: #24B89E;
    border-radius: 12px;
    z-index: -1;
}
.popup-info:nth-of-type(2) .popup-title-sub:after {
    width: 7rem;
}
    
.popup-info li {
    text-align: left;
    /*list-style-type: decimal;*/
    /*margin-left: 1rem;*/
}
.close-thumb {
    width: 16px;
    background-image: url("/public/svg/close.svg");
    position: absolute;
    right: 3rem;
    top: 3rem;
    cursor: pointer;
    /*right: 0;*/
}
.popup-btn {
    width: 100%;
    background: #ffffff;
    text-align: left;
}
/*.popup-btn a {*/
/*    margin-top: 1rem;*/
/*}*/
.popup-wrapper.active {
    display: flex;
}
.popup-wrapper .popup-unit {
    padding: 3rem 4rem;
    padding-right: 0;
    margin: 0;
    position: relative;
}
.popup-wrapper .popup-info {
    display: block;
}
.popup-wrapper .swiper-container {
    padding-bottom: 0;
    padding-right: 4rem;
    padding-top: 0;
    margin-top: 0;
}
.popup-wrapper .swiper-scrollbar-drag {
    background: rgb(97 101 102 / 30%);
}
.popup-wrapper .swiper-wrapper {
    height: auto;
    max-height: 60vh;
}

/*.popup-wrapper .swiper-scrollbar::-webkit-scrollbar{*/
/*    width: 6px;*/
/*    height: 6px;*/
/*}*/
@media (max-width: 768px) {
    .popup-wrapper .popup-unit {
        padding: 2rem;
        padding-right: 0;
    }
    .popup-wrapper .swiper-container {
        padding-bottom: 0;
        padding-right: 2rem;
        padding-top: 0;
        margin-top: 0;
    }

    .popup-wrapper .swiper-container-vertical>.swiper-scrollbar {
        width: 3px;
    }
    .close-thumb {
        right: 1.5rem;
        padding: 1rem;
        background-size: 1rem;
        top: 2rem;
    }
}


/*社媒*/
.section-p-wa.meta-block {
    margin-top: -56px;
    margin-bottom: 8px;
    padding: 0 1rem;
    z-index: 99;
}
.section-p-wa.meta-block picture img {
    width: 10.25rem;
}
.container-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 4rem;
    background: #24B89E;
    box-shadow: 0px 15px 40px 0px rgba(36, 184, 158, 0.25);
    border-radius: 12px;
}
.container-wa .mod-img {
    width: 162px;
    margin: 0;
}
.container-wa .mod-unit {
    display: block;
    padding-left: 3rem;
    margin: auto 0;
}
.container-wa .container-title-product {
    color: #ffffff;
    margin-bottom: 1rem;
    text-align: left;
}
.container-wa .container-title-pre {
    color: rgba(255, 255, 255, 0.70);
    text-align: left;
}
.section-p-wa.bg-dark-green-img .container-title-product,
.section-p-wa.bg-dark-green-img .container-title-pre {
    color: #ffffff;
}

@media (max-width: 768px) {
    .container-wa {
        flex-direction: column;
        padding: 2rem 2rem;
    }
    .container-wa .mod-unit {
        padding: 2rem 0 0;
    }

}

.cell-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.cell-title {
    color: #002837;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 1.5rem auto 1rem;
}
.cell-desc {
    color: #616566;
    text-align: center;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.grid-module-a {
    display:grid;
    grid-template-columns: repeat(auto-fill, 30%);
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.grid-module-a .grid-cell,
.grid-module-a-bottom .grid-cell {
    height: 100%;
    border-radius: 12px;
    border: 1px solid #ECECEC;
    padding: 2rem 2.5rem 2rem;
}
.grid-module-a-bottom {
    display:grid;
    grid-template-columns: repeat(2, 30%);
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}
@media (max-width: 768px) {
    .grid-module-a,
    .grid-module-a-bottom {
        grid-template-columns: 1fr;
    }
}

.grid-module-b {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
}
.grid-module-b .grid-cell {
    display: flex;
    justify-content: flex-start;
    vertical-align: middle;
    align-items: center;
    flex-direction: column;
    width: 150px;
}
.grid-module-b .grid-cell:nth-of-type(3) .cell-desc {
    max-width: 140px;
}
.grid-module-b .cell-line::after {
    content: ' ';
    width: 88px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin: 2rem 3rem 0;
}

.grid-module-b .cell-img {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.grid-module-b .cell-desc {
    color: rgba(255, 255, 255, 0.70);
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1rem;
}
@media (max-width: 768px) {
    .grid-module-b .grid-cell {
        width: 140px;
    }
    .grid-module-b .cell-img {
        width: 48px;
        height: 48px;
    }
    .grid-module-b .cell-line::after {
        width: 30px;
        margin: -1.5rem 0 0;
    }
    .grid-module-b .cell-desc {
        font-size: 14px;
    }
}

/*社媒 end*/


/*布局1*/
.mod-wrapper-a {
    display:flex;
    border-radius: 12px;
}
.mod-wrapper-a .mod-unit {
    /* padding: 5rem 93px 5rem 5rem; */
    padding: 4rem 2rem 4rem 2.5rem;
    flex-direction: column;
    justify-content: center;
}
.mod-wrapper-a .unit-title {
    position: relative;
    text-align: left;
    margin-bottom: 3.375rem;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 42px;
    line-height: 2.625rem;
    color: #ffffff;
}
.mod-wrapper-a .unit-desc {
    display: block;
    text-align: left;
    max-width: 26.25rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 28px;
    line-height: 1.75rem;
}
.mod-wrapper-a .unit-img-box {
    overflow: hidden;
    height: 100%;
}
.mod-wrapper-a .unit-img {
    width: 100%;
    height: 100%;
    border-radius: 0 12px 12px 0;
    object-fit: cover;
    /* width: auto; */
    /* float: right; */
    /*border-radius: 0 12px 12px 0;*/
}
.mod-wrapper-a .btn-r:hover {
    color: #24B89E;
    background: #ffffff;
}


@media (max-width: 992px) {
    .mod-wrapper-a .mod-unit {
        width: 80%;
        padding: 3.875rem 1rem;
    }
}

@media (max-width: 768px) {
    .mod-wrapper-a {
        /* flex-direction: column-reverse; */
    }
    .mod-wrapper-a .mod-unit {
        width: 86%;
        padding: 3rem 1rem;
        /* padding: 3.875rem 1rem; */
    }
    .mod-wrapper-a .unit-title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 38px;
        line-height: 2.375rem;
    }
    .mod-wrapper-a .unit-desc {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
    /* .mod-wrapper-a .unit-img-box {
        width: 100%;
    }
    .mod-wrapper-a .unit-img {
        width: 100%;
        float: unset;
        border-radius: 12px 12px 0 0;
    } */
}
@media (max-width: 576px) {
    .mod-wrapper-a {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .mod-wrapper-a .unit-img {
        width: 100%;
        float: unset;
        border-radius: 12px 12px 0 0;
    }
    .mod-wrapper-a .unit-img-box {
        width: 100%;
        height: 50%;
    }
}


/*布局 2*/
.mod-wrapper-b {
    /* margin-top: 80px; */
}
.mod-wrapper-b .mod-tab {

}
.mod-wrapper-b .mod-unit {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.mod-wrapper-b .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 0;
    /*transition: height 1s ease-out;*/
}
.mod-wrapper-b .unit-title {
    padding-top: 5.75rem;
    text-align: left;
}
.mod-wrapper-b .unit-desc {
    margin-top: 2rem;
    flex: 1 1 auto;
}
.mod-wrapper-b .unit-img {
    max-width: 400px;
    margin-right: 7.5rem;
}
@media (max-width: 1100px) {
    .mod-wrapper-b {
        margin-top: 0;
        padding: 0 1rem;
    }
    .mod-wrapper-b .mod-unit {
        flex-direction: column-reverse;
    }
    .mod-wrapper-b .unit-title {
        padding-top: 0;
    }
    .mod-wrapper-b .unit-desc {
        margin-top: 1rem;
    }
    .mod-wrapper-b .unit-img {
        margin: 2.5rem auto 5rem;
    }
}
/* @media (max-width: 768px) {
    .mod-wrapper-b {
        margin-top: 0;
        padding: 0 1rem;
    }
    .mod-wrapper-b .mod-unit {
        flex-direction: column-reverse;
    }
    .mod-wrapper-b .unit-title {
        padding-top: 0;
    }
    .mod-wrapper-b .unit-desc {
        margin-top: 1rem;
    }
    .mod-wrapper-b .unit-img {
        margin: 2.5rem auto 5rem;
    }
} */

/*布局 3*/

.mod-wrapper-c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
}
.mod-wrapper-c .mod-unit {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex-shrink: 1; */
    padding: 1.5rem 0 1.5rem 2rem;
    border-radius: 12px;
    background: #3C6978;
}
.mod-wrapper-c .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex: 1 1 0; */
}
.mod-wrapper-c .unit-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    line-height: 2.625rem;
    text-align: left;
}
.mod-wrapper-c .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 16px;
    line-height: 1rem;
    margin-top: 4px;
    flex: 1 1 auto;
}
.mod-wrapper-c .unit-img {
    max-width: 56px;
    margin: auto 0;
    margin-right: 1rem;
}
.mod-wrapper-c .btn-r:hover {
    background: #24B89E;
    color: #ffffff;
}
.mod-wrapper-c6 {
    grid-template-columns: repeat(6, 1fr);
    gap: 4.5rem;
}
.mod-wrapper-c6 .mod-unit {
    padding: 0;
    border-radius: 12px;
    background: unset;
}
.mod-wrapper-c6 .unit-title {
    border-bottom: 1px solid #24B89E;
}
.mod-wrapper-c .unit-desc {
    margin-top: 8px;
}

@media (max-width: 1024px) {
    .mod-wrapper-c {
        grid-template-columns: repeat(2, 1fr);
    }
    .mod-wrapper-c6 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-c {
        /* grid-template-rows: repeat(4, 1fr); */
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 2.125rem 2rem;
    }
    .mod-wrapper-c .mod-unit {
        padding: 1rem 0 1.5rem 2rem;
    }
    .mod-wrapper-c .unit-info {
        margin: 0;
    }
    .mod-wrapper-c6 {
        grid-template-columns: repeat(2, 1fr);
    }
    .mod-wrapper-c6 .mod-unit {
        padding: 1rem 0 ;
    }
}
@media (max-width: 576px) {
    .wrap-cube {
        min-width: 240px;
    }
    .mod-wrapper-c6 {
        padding: 0 1rem 2rem;
    }
}

/*布局 4*/
.mod-wrapper-d {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
    margin: auto;
}
/*首页news style*/
.container-news .mod-wrapper-d {
    margin: 0 auto;
}
.container-news .mod-wrapper-d .unit-info {
    height: auto;
}
.swiper-p .mod-wrapper-d {
    gap: 0;
}
.mod-wrapper-d .mod-unit a {
    display: grid;
}
.mod-wrapper-d .mod-unit {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 1rem 0;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
    cursor: pointer;
    /*动画的过渡效果*/
    transition: all .2s  ease-in;
}
.mod-wrapper-d .unit-info {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 8px 2rem;
}
.mod-wrapper-d .unit-info>* {
    text-align: left;
}
.mod-wrapper-d .unit-date {
    width: 100%;
    display: inline-block;
    font-size: 0.75rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 0.875rem;
    /*margin-top: 1rem;*/
    color: #616566;
}
.mod-wrapper-d.news .unit-title,
.mod-wrapper-d .unit-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 21px;
    color: #002837;
    text-align: left;
    flex: 1 1 auto;
    margin: 0.5rem auto 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;  /* 超出部分省略号 */
    overflow: hidden;
}
.mod-wrapper-d .unit-desc {
    font-size: 14px;
    color: #616566;
    text-align: left;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;


    text-overflow: ellipsis;  /* 超出部分省略号 */
    /*word-break: break-all;  !* 设置省略字母数字 *!*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2; !* 显示的行数 *!*/
}
.mod-wrapper-d .unit-img-box {
    width: 100%;
    height: 232px;
    /*overflow: hidden;*/
}

.mod-wrapper-d .unit-img {
    margin: 0 auto;
    border-radius: 6px;
    /*height: 100%;*/
    height: 232px;
    object-fit: cover;
    object-position: left;
    /* overflow: hidden; */
}
.mod-wrapper-d .mod-unit {
    position: relative;
}
.mod-wrapper-d .mod-unit-url {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mod-wrapper-d .unit-report {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 8px 1.5rem;
}
.mod-wrapper-d .unit-report .unit-title {
    margin: 0;
}
.mod-wrapper-d .unit-report .unit-date {
    margin: 1.5rem 0;
}
.mod-wrapper-d .unit-report .unit-more {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #24B89E;
    line-height: 25px;
    text-align: left;
    text-decoration: underline;
}

/* blog */
.mod-wrapper-d.mod-about {
    gap: 14px;
}
.mod-wrapper-d.mod-about .unit-img-box {
    height: 170px;
}
.mod-wrapper-d.mod-about .unit-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (min-width: 769px) {
    .mod-wrapper-d .mod-unit:hover {
        transform: translateY(-8px);
    }
    .mod-wrapper-d .mod-unit:hover .unit-title {
        color: #24B89E;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-d {
        gap: 0;
        margin-bottom: 60px;
    }
    .mod-wrapper-d.report,
    .mod-wrapper-d.news {
        grid-template-rows: repeat(auto-fill, 1fr);
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .mod-wrapper-d.mod-about {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
    }
    .mod-wrapper-d .mod-unit {
        padding: 1rem 1rem 0;
    }
    .mod-wrapper-d .unit-info {
        margin-top: 0;
    }


}

/*布局 5*/
.mod-wrapper-e {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
    margin-top: 4rem;
}
.mod-wrapper-e .mod-unit {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 2rem 1.625rem;
    background: #FFFFFF;
    border-radius: 12px;
}
.mod-wrapper-e .unit-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*padding-bottom: 1rem;*/
    border-bottom: 1px solid #F1F1F1;
}
.mod-wrapper-e .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 23px;
    color: #002837;
    text-align: left;
    flex: 1 1 auto;
    min-height: 46px;
    max-height: 46px;
}
.mod-wrapper-e .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 25px;
    margin: 1rem 0 1.5rem;
    flex: 1 1 auto;
}
.mod-wrapper-e .unit-title-pre {
    font-size: 14px;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #24B89E;
    line-height: 16px;
    display: block;
    margin: 1.5rem 0 .5rem;
}
.mod-wrapper-e .unit-img {
    max-width: 252px;
    margin: 0 auto;
    border-radius: 6px;
}

.mod-wrapper-e .mod-unit .view-unit {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-right: 8px;
    margin-top: 1.25rem;
}
.mod-wrapper-e .mod-unit .view-more {
    display: inline-block;
    width: 50%;
    color: #24B89E;
    text-align: left;
    /*opacity: 0;*/
    /*transform: translateX(-100%);*/
}
.mod-wrapper-e .unit-btn {
    height: 24px;
}

.e-cube {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 1.25rem;

}
@media (min-width: 769px) {
    .mod-wrapper-e .mod-unit .view-more {
        opacity: 0;
        transition: all .1s .15s ease-out;
    }
    .mod-wrapper-e .unit-btn {
        background-image: url(/public/svg/icon/to_right_g.svg);
        background-size: contain;
        background-repeat: no-repeat;
        transform: translateX(-50%);
        transition: all .2s ease-in;
    }
    .mod-wrapper-e .mod-unit:hover .view-more {
        opacity: 1;
    }
    .mod-wrapper-e .mod-unit:hover .unit-btn {
        background-image: url(/public/svg/icon/to_right.svg);
        transform: translate(calc(100% - 24px));
        /*transition: ease-in-out .5s 0s ease-in-out;*/
        /*animation: turn-left .3s ease-in-out 0s forwards;*/
        /*animation: turn-left .3s ease-out 0s forwards;*/
    }
}

@media (max-width: 768px) {
    .mod-wrapper-e {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2.5rem;
    }
    .mod-wrapper-e .unit-info {
        margin: 0 auto;
        padding-bottom: 1.5rem;
    }
    .mod-wrapper-e .unit-title {
        min-height: unset;
        max-height: unset;
    }
    .mod-wrapper-e .unit-desc {
        margin: 1rem 0 0;
    }
    .mod-wrapper-e .btn-l, .mod-wrapper-e .btn-r  {
        margin-top: 1rem;
    }

    .mod-wrapper-e .mod-unit .view-more {
        display: inline-block;
        opacity: 1;
    }
    .mod-wrapper-e .unit-btn {
        background-image: url(/public/svg/icon/to_right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 100%;
        transform: none;
        animation: none;
    }
}
@keyframes turn-left {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(calc(100% - 24px));
        opacity: 1;
    }
}

/*布局 6*/
.mod-wrapper-f {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    gap: 2rem;
    margin-top: 4rem;
}
.mod-wrapper-f .mod-unit {
    width:100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 1;
    padding: 25px 56px 25px 48px;
    border-radius: 12px;
    background: #ffffff;
}
.mod-wrapper-f .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 0;
}
.mod-wrapper-f .unit-title {
    font-size: 20px;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 23px;
    text-align: left;
    margin-top: 11px;
}
.mod-wrapper-f .unit-desc {
    font-size: 14px;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 25px;
    margin-top: 1rem;
    /*flex: 1 1 auto;*/
}
.mod-wrapper-f .unit-img {
    max-width: 140px;
    margin: auto 0;
    margin-right: 40px;
}
@media (max-width: 1024px) {
    .mod-wrapper-f .mod-unit {
        flex-direction: column;
        align-items: center;
        padding: 2rem 2rem;
    }
    .mod-wrapper-f .unit-img {
        margin: auto;
    }
    .mod-wrapper-f .unit-title,
    .mod-wrapper-f .unit-desc {
        text-align: center;
    }

}
@media (max-width: 768px) {
    .mod-wrapper-f {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2.5rem;
    }
    .mod-wrapper-f .mod-unit{
        flex-direction: column;
        padding: 2.5rem 3rem
    }
    .mod-wrapper-f .unit-info {
        margin: 1rem auto 0;
    }
    .mod-wrapper-f .unit-title {
        margin-top: 0;
    }

}

/*布局 7*/
.mod-wrapper-g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: 1fr; */
    gap: 2rem;
    margin-top: 4rem;
}
.mod-wrapper-g .mod-unit {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 38px 44px;
    background: #FFFFFF;
    border-radius: 12px;
}
.mod-wrapper-g .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.mod-wrapper-g .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 23px;
    color: #002837;
    text-align: center;
    margin: 2rem auto 1rem
}
.mod-wrapper-g.cps .unit-title {
    flex: 1 1 auto;
}
.mod-wrapper-g .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 25px;
    text-align: center;
}
.mod-wrapper-g .unit-img {
    max-width: 140px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .mod-wrapper-g {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-g {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2.5rem;
    }
    .mod-wrapper-g .mod-unit{
        width: 100%;
        padding: 2.5rem 1.25rem
    }
    .mod-wrapper-g .unit-info {
        margin: 2rem auto 0;
        justify-content: center;
    }
    .mod-wrapper-g .unit-title {
        margin-top: 0;
    }
    .mod-wrapper-g .unit-img {
        margin:auto;
    }
}


/*布局 8*/
.mod-wrapper-h {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: 1fr; */
    gap: 2rem;
    padding-top: 4rem;
}
.mod-wrapper-h .mod-unit {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin: auto;
    padding: 2.5rem 3rem 2.875rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);

/*    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 38px 44px;
    background: #FFFFFF;
    border-radius: 12px;*/
}
.mod-wrapper-h .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mod-wrapper-h .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 23px;
    color: #002837;
    text-align: center;
    margin: 2rem 0 1rem;
}
.mod-wrapper-h .unit-desc,
.mod-wrapper-h .unit-desc a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 25px;
    text-align: center;
    flex: 1 1 auto;
}
.mod-wrapper-h .unit-img {
    max-width: 8.75rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-h {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-h {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 2.5rem;
    }
    .mod-wrapper-h .mod-unit{
        padding: 2.5rem 1.25rem
    }
    .mod-wrapper-h .unit-info {
        margin: 2rem auto 0;
    }
    .mod-wrapper-h .unit-title {
        margin-top: 0;
    }

}


/*布局 9*/
.mod-wrapper-i {
    /*margin-top: 2.5rem;*/
}
.mod-wrapper-i .mod-unit {
    display: flex;
    height: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /*margin: 2.5rem auto;*/
}
.mod-wrapper-i.mod-solution .mod-unit:first-child {
    margin-top: 0;
}
/*.mod-wrapper-i 的最后一个.mod-unit的子级*/
.mod-wrapper-i .mod-unit:last-child {
    /*margin: 2.5rem auto 0;*/
}
.mod-wrapper-i.about .mod-unit {
    margin: 0 auto 2.5rem;
}

.mod-wrapper-i .unit-info {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;

/*    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/

    /*
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;*/
}
.mod-wrapper-i .unit-title {

    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 2rem;
    color: #002837;
    text-align: left;
    position: relative;
}
.mod-wrapper-i .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 25px;
    flex: 1 1 auto;
    margin-top: 2rem;
    text-align: left;
}
.mod-wrapper-i .unit-img img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7.5rem;
    /*width: 300px;*/
    /*max-width: 300px;*/
    width: 400px;
    max-width: 400px;
}
/*.mod-wrapper-i .unit-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7.5rem;
    width: 400px;
    max-width: 400px;
}*/
.mod-wrapper-i .unit-img-even img {
    margin-left: 7.5rem;
    margin-right: 0/**/;
}
.mod-wrapper-i .unit-img-box {
    width: 500px;
    position: relative;
    margin-right: 9.5rem;
}
.mod-wrapper-i .unit-img-box .unit-img {
    width: 500px;
    max-width: 500px;
}
.mod-wrapper-i .container-title {
    margin-left: 0;
}
.mod-wrapper-i .container-title-pre {
     text-align: left;
 }
.section-p-wa .mod-wrapper-i .container-title-pre {
    text-align: center;
}
.section-p-wa .mod-wrapper-i .mod-unit {
    margin: 1rem auto 2rem;
}
.section-p-wa .mod-wrapper-i .mod-unit:nth-of-type(1) {
    margin-top: 4rem;
}
.section-p-wa .mod-wrapper-i .unit-img {
    margin: 0;
}

@media (max-width: 1024px) {
    .mod-wrapper-i {
        margin-top: 0;
    }
    .mod-wrapper-i .mod-unit {
        flex-direction: column;
        margin: 0;
    }
    .mod-wrapper-i .unit-info {
        /*margin: 2rem 0 2rem;*/
            margin: 1rem 0 3rem;
    }
    .mod-wrapper-i .mod-unit:nth-of-type(3) .unit-info{
        /*margin-bottom: 0;*/
    }
    .mod-wrapper-i .unit-desc {
        margin: 1rem 0 0;
    }
    .mod-wrapper-i .unit-desc li {
        margin-top: 1rem;
    }
    .mod-wrapper-i .unit-desc li:first-child {
        margin-top: 0;
    }
    .mod-wrapper-i .mod-unit.unit-img-even {
        flex-direction: column-reverse;
    }
    .mod-wrapper-i .unit-img img,
    .mod-wrapper-i .unit-img-even img {
        width: 64%;
        /*width: 70%;*/
        /*width: 100%;*/
        margin: auto;
    }
    .mod-wrapper-i.about .mod-unit {
        flex-direction: column-reverse;
    }
}

    /*布局 10*/
.mod-wrapper-j {
    /*margin: 1.25rem auto;*/
}
.mod-wrapper-j {
   padding: 0;
}
.mod-wrapper-j .mod-unit {
    display: flex;
    height: 100%;
    margin: auto;
    padding: 0 3.2%;
    position: relative;
    padding: 5rem 3.2%;
}
.mod-wrapper-j .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 40%;
    padding: 0;
}
.mod-wrapper-j .unit-info-r {
    margin-left: 0;
    padding: 0;
}
.mod-wrapper-j .unit-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 2.625rem;
    color: #ffffff;
    position: relative;
    margin-bottom: 3.375rem;
}
.mod-wrapper-j .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 28px;
    line-height: 1.75rem;
    color: #ffffff;
    text-align: left;
    flex: 1 1 auto;
}
.mod-wrapper-j .unit-img-l {
    position: absolute;
    left: -2.25rem;
    z-index: 99;
    max-width: 400px;
    width: 38%;
    bottom: -6rem;
    top: 6rem;
}
.mod-wrapper-j .unit-img-r {
    width: 500px;
    position: absolute;
    right: -10px;
    bottom: -7.5rem;
     z-index: 9;
}
/*通知sms*/
.mod-wrapper-j .unit-info-p {
    padding: 0;
}
.mod-wrapper-j .unit-img-t {
    width: 500px;
    padding-top: 1.8rem;
    left: -7.5rem;
}
/*mail*/
.mod-wrapper-j .unit-img-l.unit-img-b {
    top: unset;
    left: -7.125rem;
    bottom: -7.5rem;
}


.mod-wrapper-j .unit-img {
    width: 525px;
    position: absolute;
    z-index: 9;
}
.mod-wrapper-j .unit-img-left {
    width: 400px;
    position: absolute;
    z-index: 9;
    left: -4.5rem;
    bottom: 0;
}
.mod-wrapper-j .unit-img-right {
    width: 400px;
    position: absolute;
    z-index: 9;
    right: 18px;
    bottom: 0;
}
.mod-wrapper-j .unit-img-of {
    width: 500px;
    right: -10px;
    bottom: -7.5rem;
}

@media (max-width: 1024px) {
    .mod-wrapper-j {
        margin: auto;
    }

    .mod-wrapper-j .mod-unit {
        flex-direction: column;
        padding: 5rem 3.2% 0;
    }
    .mod-wrapper-j .mod-unit-reverse {
        flex-direction: column-reverse;
    }

    .mod-wrapper-j .unit-info {
        margin: 0 auto 2rem;
        padding: 0;
    }
    .mod-wrapper-j .unit-title {
        margin-bottom: 3.25rem;
    }
    .mod-wrapper-j .unit-img-l {
        width: 100%;
        position: static;
        z-index: 1;
        margin-bottom: -6rem;
    }
    .mod-wrapper-j .unit-img-t {
        padding-top: 0;
        margin-bottom: -3rem;
    }
    .mod-wrapper-j .unit-img-r.unit-img-b {
        margin-bottom: -5rem;
    }
    .mod-wrapper-j .unit-img-l.unit-img-b {
        margin-bottom: -5rem;
    }
    .mod-wrapper-j .unit-img-r {
        width: 100%;
        position: static;
        z-index: 1;
    }
    .mod-wrapper-j .unit-btn {
        display: none;
    }

    .mod-wrapper-j .unit-img-l,
    .mod-wrapper-j .unit-img-r,
    .mod-wrapper-j .unit-img-left,
    .mod-wrapper-j .unit-img-right  {
        width: 100%;
        position: static;
        z-index: 1;
        margin-left: 0;
    }
    .mod-wrapper-j .mod-unit img {
        max-width: 280px;
        margin: 0 auto;
    }
    .section-p-vsms .mod-wrapper-j {
        padding-bottom: 2rem;
    }
    .section-p-vsms .mod-wrapper-j .mod-unit img {
        margin-left: 1.5rem;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-j .unit-info {
        margin: 0 auto 2rem;
        padding: 0;
    }
}

/*布局 11*/
.mod-wrapper-k {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
    margin: 4rem auto 0;
    padding: 0 2.5%;
}
.mod-wrapper-k .mod-unit {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 400px;
    height: 100%;
    margin: auto;
    padding: 2rem 2.5rem 1.5rem;
    background: #24B89E;
    border-radius: 12px;
}
.mod-wrapper-k .mod-unit:nth-of-type(2) {
    background: #1A4F60;
}
.mod-wrapper-k .unit-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: left;
    position: relative;
}
.mod-wrapper-k .unit-desc,
.mod-wrapper-k .btn-l {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
}
.mod-wrapper-k .unit-desc {
    color: rgba(255,255,255,0.7);
    line-height: 25px;
    margin-top: 1rem;
    flex: 1 1 auto;
}
.mod-wrapper-k .btn-l {
    max-width: 8.75rem;
}

@media (max-width: 1024px) {
    .mod-wrapper-k {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .mod-wrapper-k {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 2.5rem auto 0;
        padding: 0;
    }
    .mod-wrapper-k .mod-unit {
        padding: 2rem;
    }
}

/*布局 12*/
.mod-wrapper-l {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5rem;
}
.mod-wrapper-l .unit-img {
    max-width: 500px;
    margin-left: 2.75rem;
}
.mod-wrapper-l .layui-collapse {
    padding-left: 124px;
    padding-left: 7.75rem;
    margin: 0;
    border: none;
}
.mod-wrapper-l .layui-colla-item {
    border-top: 1px solid #E4E4E4;
}
.mod-wrapper-l .layui-colla-item:last-child {
    border-bottom: 1px solid #E4E4E4;
}
.mod-wrapper-l .layui-colla-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 88px;
    line-height: 5.5rem;
    text-align: left;
    position: relative; 

    background-color: unset;
    height: auto;
    padding: 0;
}
.mod-wrapper-l .layui-colla-content {
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 25px;
    line-height: 1.625rem;
    text-align: left;
    margin-top: -1rem;
    margin-bottom: 2rem;

    padding:0;
    padding-right: 5rem;
    border: none;
}
.mod-wrapper-l .layui-show {
    display: block!important;
}
.layui-icon {
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.layui-colla-icon {
    position: absolute;
    top: 0;
    left: 90%;
    font-size: 14px;
    font-size: 0.875rem;
    right: 15px;
}
@media (max-width: 1100px) {
    .mod-wrapper-l {
        flex-direction: column-reverse;
        margin-top: 3rem;
    }
    .mod-wrapper-l .layui-collapse {
        padding: 0 .5rem;
    }
    .mod-wrapper-l .unit-img {
        margin: 3.5rem auto 0;
    }

    .mod-wrapper-l .layui-colla-content {
        padding-right: 3rem;
    }
}

/*布局13 只新闻页swiper 调用了*/
.mod-wrapper-m {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
    background: #ffffff;
}
.mod-wrapper-m .unit-img {
    border-radius: 12px 0 0 12px;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.mod-wrapper-m .mod-unit {
    display: flex;
    height: 100%;
    padding: 5rem 5.25rem;
    flex-direction: column;
    align-items: flex-start;
    /*background: #1A4F60;*/
    border-radius: 0 12px 12px 0;
}
.mod-wrapper-m .unit-img-box {
    background: #ffffff;
    height: 414px;
}
.mod-wrapper-m .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.mod-wrapper-m .unit-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    text-align:left;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
}
.mod-wrapper-m .unit-title-pre {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 14px;
    line-height: 0.875rem;
}
.mod-wrapper-m .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 25px;
    line-height: 1.5rem;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;  /* 超出部分省略号 */
}
.mod-wrapper-m .swiper-container {
    margin-top: unset;
    padding-top: unset;
}
.mod-wrapper-m .swiper-pagination-bullet {
    background: #ffffff;
    opacity: .15;
}
.mod-wrapper-m .swiper-pagination-bullet-active {
    opacity: 1;
}
.mod-wrapper-m .swiper-container-horizontal>.swiper-pagination-bullets,
.mod-wrapper-m .swiper-pagination-custom,
.mod-wrapper-m .swiper-pagination-fraction {
    text-align: right;
    right: 5rem;
    left: unset;
    bottom: 5.25rem;
}
@media (max-width: 768px) {
    .mod-wrapper-m {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .mod-wrapper-m .mod-unit {
        height: auto;
        padding: 2rem 1.5rem;
        border-radius: 0 0 12px 12px;
        flex-grow: 1;
    }
    .mod-wrapper-m .unit-img {
        border-radius: 12px 12px 0 0;
    }
    .mod-wrapper-m .btn-l {
        margin-top: 1rem;
    }
    .mod-wrapper-m .unit-desc {
        -webkit-line-clamp: 2;
        /*padding-bottom: 1.5rem;*/
    }
    .mod-wrapper-m .unit-img-box {
        /* height: 100%; */
        height: auto;
    }
}

    /*布局 14*/
.mod-wrapper-n {
    display: flex;
    justify-content: flex-start;
    gap: 28px;
}
.mod-wrapper-n .mod-search-l input {
    cursor: pointer;
}
.mod-wrapper-n .mod-search-r {
    float: right;
}
.mod-wrapper-n .layui-inline {
    width: 100%;
    height: 48px;
    height: 2.5rem;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.mod-wrapper-n .layui-inline button:hover {
    border-color: #24B89E;
    background: #24B89E;
    border: 1px solid #24B89E;
    transition: all .5s ease;
}
.mod-wrapper-n .layui-inline button:hover .unit-title,
.mod-wrapper-n .layui-inline button:hover a {
    color: #ffffff;
}

.mod-wrapper-n .layui-inline input,
.mod-wrapper-n .layui-inline button {
    height: 100%;
}

.mod-wrapper-n-overflow {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 0!important;
    margin-bottom: 2rem;
}

/*mod-tab样式放在layui-inline后*/
.mod-wrapper-n .mod-tab {
    display: flex;
    /*display:grid;*/
    /*grid-template-columns: repeat(auto-fill, 108px);*/
    gap: 24px;
}
.mod-wrapper-n .mod-unit {
    display: block;
    width: auto;
    text-align: center;
    background: #ffffff;
    padding: 0 1rem;
    margin: unset;
    cursor: pointer;
    position: relative;
}

.mod-wrapper-n .mod-unit .unit-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #919799;
    line-height: 1;
    padding-bottom: 1rem;
    word-break: keep-all;
}
.mod-wrapper-n .mod-unit.active {
    border-bottom: 1px solid #24B89E;
    color: #24B89E;
}
.mod-wrapper-n .mod-unit:hover .unit-title,
.mod-wrapper-n .mod-unit.active .unit-title,
.mod-wrapper-n .mod-unit.active span {
    color: #24B89E;
}


.input-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    height: auto;
}
.input-menu a{
    display: inline-block;
    padding: 12px 0;
    color: #616566;
    border-bottom: 1px solid #E7E7E7;
}
.input-menu a:last-child {
    border-bottom: 0;
}
@media (max-width: 1024px) {
    .mod-wrapper-n {
        width: max-content;
        gap: 0;
        scroll-behavior: smooth;
    }
    .mod-wrapper-n .layui-inline {
        width: 100%;
    }
    .mod-wrapper-n .mod-unit {
        width: auto;
    }
    .mod-wrapper-n-overflow {
        overflow: auto;
        scroll-behavior: smooth;
    }
    .mod-wrapper-n-overflow::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
}

    /*布局 15*/
.mod-wrapper-o {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.mod-wrapper-o .mod-unit {
    display: block;
    text-align: left;
    margin-bottom: 1.5rem;
}
.mod-wrapper-o .mod-unit:last-child {
    margin-bottom: 0;
}
.mod-wrapper-o .layui-form-item { 
    max-width: 360px;
}
.mod-wrapper-o .layui-input {
    border: none;
}
.mod-wrapper-o .layui-inline {
    text-align: left;
    position: relative;
}
.mod-wrapper-o label {
    display: inline-block;
    font-size: 14px;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-bottom: 8px;
}
.container-subscribe .mod-wrapper-o label {
    display: inline-block;
    text-align: left;
}
.mod-wrapper-o .input-country:focus {

}
@media (max-width: 768px) {
    .mod-wrapper-o .layui-inline {
        width: 100%;
    }
}

/*布局16 2-白皮书新闻详情*/
.mod-wrapper-p.press-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7.5rem;
}
.mod-wrapper-p.news-detail {
    margin: auto;
    margin-bottom: 5.5rem;
}
.mod-wrapper-p .mod-unit {
    display: block;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
}
.mod-wrapper-p .title-pre {

}
.mod-wrapper-p .unit-info {
    display: block;
    text-align: left;
}
.mod-wrapper-p .unit-info .unit-img {
    margin-bottom: 4rem;
    border-radius: 14px;
    background: #F8F8F9;
}
.mod-wrapper-p .unit-info>* {
    text-align: left;
}
.mod-wrapper-p .unit-info * {
    text-align: left;
}
.mod-wrapper-p .unit-info strong {
    font-weight: bold;
}
.mod-wrapper-p .unit-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 42px;
    text-align:left;
 }
.mod-wrapper-p .unit-date {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #616566;
    line-height: 16px;
    margin: 1rem 0 2rem;
}
.mod-wrapper-p .unit-text {
    text-align: left;
    font-size: 16px;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 28px;
    margin: 32px 0;
}
.mod-wrapper-p li.unit-text {
    margin: 0;
    margin-left: 1.25rem;
}
.mod-wrapper-p .mod-about ul {
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
}
/*.mod-wrapper-p .about-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: left;
    margin-bottom: 1rem;
 }*/
.mod-wrapper-p .mod-about li {
    margin-top: 24px;
    margin-bottom: 24px;
}
.mod-wrapper-p .mod-about li a {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height:  21px;
    text-align: left;
}
.mod-wrapper-p .mod-about li p {
    font-size: 12px;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #616566;
    line-height: 14px;
    text-align: left;
    margin-top: 8px;
}
.mod-wrapper-p .mod-report {
    display: block;
    text-align: left;
    margin: 0;
    margin-right: 10%;
}
.mod-wrapper-p .mod-form {
    /*padding-left: 5%;*/
    padding: 3rem 3rem 4rem;
}
.mod-wrapper-p .mod-form form {
    text-align: left;
}
.mod-wrapper-p .unit-share {
    padding-right: 2rem;
}
.mod-wrapper-p .btn-l {
    width: 10rem;
}
.share-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.5rem;
    float: left;
}
.share-list {
    display: flex;
    float: right;
}
.share-icon {
    margin-left: 24px;
}
.mod-wrapper-p strong {
    font-weight: bold;
}
 .mod-wrapper-p img {
     width: 100%!important;
     height: auto!important;
     border-radius: 12px;
 }
@media (max-width: 768px) {
    .mod-wrapper-p {
        flex-direction: column;
        margin-bottom: 0;
    }
    .mod-wrapper-p.press-detail {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .mod-wrapper-p .mod-about {
        display: flex;
        flex-direction: column-reverse;
    }
    .mod-wrapper-p .mod-form {
        padding: 2rem 1.5rem 4rem;
    }
    .mod-wrapper-p .unit-info {
        display: block;
        margin-top: 0;
    }
    .mod-wrapper-p .mod-about .unit-info {
        margin-top: 5rem;
    }
    .mod-wrapper-p .unit-share {
        border-top: 1px solid #F3F3F3;
        padding-top: 1rem;
    }

    .mod-wrapper-p.news-detail {
        padding: 0 1rem 5.5rem;
        margin: 0;
        width: 100%;
    }
    
    
    
}




/*布局 17*/
.mod-wrapper-q {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    position: relative;
    top: -58px;
    margin: auto;
}
.mod-wrapper-q .mod-unit {
    display: block;
    background: #FFFFFF;
    width: 25rem;
    height: 25rem;
    box-shadow: 0px 15px 40px 0px rgba(229,229,229,0.5);
    border-radius: 12px;
    margin: 0;
}
.mod-wrapper-q .mod-unit:first-child {
    padding: 2rem 0 2.125rem;
}

.mod-wrapper-q .mod-unit img {
    width: 10rem;
    height: 10rem;
    margin: 2rem auto;
}
.mod-wrapper-q .unit-title {
    font-size: 32px;
    font-size: 2rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 2.5rem;
    text-align: center;
}
.mod-wrapper-q .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 19px;
    text-align: center;
    position: relative;
}
.mod-wrapper-q .mod-unit-r {
    display: flex;
    gap: 2rem 0;
    background: #FFFFFF;
    box-shadow: 0px 15px 40px 0px rgba(229,229,229,0.5);
    border-radius: 12px;
    text-align: left;
    margin: 0;
    padding: 3rem 3.5rem 4rem;
}

.mod-wrapper-q .mod-unit-r .unit-info {
    width: 87.5%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mod-wrapper-q .unit-info>* {
    text-align: left;
}
.mod-wrapper-q .mod-unit-r .unit-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 19px;
}

.mod-wrapper-q .mod-unit-r img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 1.5rem;
}
.mod-wrapper-q .mod-unit-r .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 16px;
    margin-top: 10px;
}
.mod-wrapper-q .mod-unit-r .unit-note {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: OPPOSans-Regular, OPPOSans;
    font-weight: 400;
    color: #919799;
    line-height: 14px;
    margin-top: 6px;
}
@media (max-width: 768px) {
    .mod-wrapper-q {
        grid-template-rows: repeat(auto-fill, 1fr);
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0;
        margin-top: -124px;
    }
    .mod-wrapper-q .mod-unit-r {
        flex-wrap: wrap;
    }
    .mod-wrapper-q .unit-img {
        max-width: 140px;
        margin: 0 auto;
    }
    .mod-wrapper-q .mod-unit-r img {
        width: 20%;
        height: auto;
    }
    .mod-wrapper-q .mod-unit-r .unit-info {
        margin: auto;
        padding-left: 8px;
    }
}

/*布局 联系我们 18*/
.mod-wrapper-r {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 5.375rem auto 5rem;
}

.mod-wrapper-r .mod-unit {
    height: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.5);
    border-radius: 8px;
    padding: 1.5rem;
}
.mod-wrapper-r .unit-info {
    margin: auto 2rem auto;
    height: auto;
}

.mod-wrapper-r .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 23px;
    color: #002837;
    text-align: left;
    flex: 1 1 auto;
    margin: 0 0 .5rem;
}
.mod-wrapper-r picture {
    width: 100%;
}
.mod-wrapper-r .unit-img {
    margin: 0;
    width: 24%;
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .mod-wrapper-q .mod-unit-r {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-r {
        margin: auto;
        margin-bottom: 4rem;
    }
    .mod-wrapper-r .mod-unit {
        flex-direction: column-reverse;
    }
    .mod-wrapper-r .unit-img {
        width: 100%;
    }
    .mod-wrapper-r .unit-info {
        margin: 2rem 1rem 1rem 0;
        height: auto;
    }
}

    /*布局 19*/
.mod-wrapper-s {
    margin: 0 auto;
}
.mod-wrapper-s .mod-form {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.mod-wrapper-s .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
}
.mod-wrapper-s .layui-inline {
    width: 100%;
    position: relative;
}
.xm-icon-expand:before {
    content: none!important;
}
@media (max-width: 768px) {
    .mod-wrapper-s .form-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fill, 1fr);
    }
    .mod-wrapper-s .mod-form {
        padding: 2rem 0.75rem;
        margin: auto;
    }
}

/*布局 20*/
.mod-wrapper-t {
    background:url("/public/svg/bg_gl.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100%;
    background-color: #1A4F60;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5.75rem 9rem;
}
.mod-wrapper-t .mod-unit {
    flex-direction: column;
    margin: 0;
    padding-right: 2rem;
}
.mod-wrapper-t .unit-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 42px;
    line-height: 2.625rem;
    color: #ffffff;
    position: relative;
    margin-bottom: 3.375rem;
}
.mod-wrapper-t .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    line-height: 28px;
    color: rgba(255,255,255,0.7);
    text-align: left;
    flex: 1 1 auto;
}

.mod-wrapper-t .mod-unit-r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
    /* padding: 0 1rem; */
}
.mod-wrapper-t .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem .8rem;
    background: #FFFFFF;
    border-radius: 12px;
}
.mod-wrapper-t .mod-unit-r .unit-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
    min-width: 64px;
}
.mod-wrapper-t .unit-img {
    width: 2rem;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .mod-wrapper-t {
        padding: 5rem 1rem 5rem;
        flex-direction: column;
        border-radius: 0;
        height: auto;
    }
    .mod-wrapper-t .mod-unit {
        padding: 0;
        text-align: center;
        margin: auto;
        
    }
    .mod-wrapper-t .unit-info {
        height: auto;
    }
    .mod-wrapper-t .unit-title,
    .mod-wrapper-t .unit-desc {
        text-align: center;
    }
    .mod-wrapper-t .title-after-white-l::after {
        left: calc((100% - 3rem) / 2);
    }

    .mod-wrapper-t .mod-unit-r {
        /*padding: 3rem 2.75rem 0;*/
        grid-template-rows: 1fr;
        padding: 3rem 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mod-wrapper-t .unit-info {
        align-items: center;
        margin: 0;
        width: 140px;
    }
}

/* @media (max-width: 768px) {
    .mod-wrapper-t {
        height: auto;
        padding: 5rem 1rem 5rem;
        flex-direction: column;
        border-radius: 0;
    }
    .mod-wrapper-t .mod-unit-r {
        padding: 3rem 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }
    .mod-wrapper-t .mod-unit    {
        padding: 0;
        text-align: center;
    }
    .mod-wrapper-t .unit-title,
    .mod-wrapper-t .unit-desc {
        text-align: center;
    }
    .mod-wrapper-t .title-after-white-l::after {
        left: calc((100% - 3rem) / 2);
    }

    .mod-wrapper-t .unit-info {
        align-items: center;
        margin: 0;
        width: 140px;
    }
} */

/*布局 加入我们招聘 21*/
.mod-wrapper-u {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}
.mod-wrapper-u .layui-form {
    position: relative;
}
.mod-wrapper-u .layui-input {
    height: 48px;
    padding-left: 50px;
    background: #FFFFFF;
    border: none;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.5);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.mod-wrapper-u .job-thumb, .mod-wrapper-u .location-thumb {
    position: absolute;
    z-index: 9;
    left: 1rem;
    top: 15px;
}
.layui-form-select dl dd {
    text-align: left;
    font-size: 14px;
    line-height: 40px;
}
.mod-wrapper-u .mod-unit {
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.5);
    border-radius: 8px;
    flex-direction: column;
    align-items: flex-start;
    /*padding: 0.875rem 1rem;*/
    position: relative;
    cursor: pointer;
}
.mod-wrapper-u .mod-select-title {
    width: 100%;
    padding-left: 1rem;
}
.mod-wrapper-u .mod-unit.mod-unit-m,
.mod-wrapper-u .mod-unit.mod-unit-p {
    background: unset;
    box-shadow: unset;
}
.mod-wrapper-u .mod-unit.mod-unit-m{
    padding-left: 0;
}
.mod-wrapper-u .mod-unit.mod-unit-p {
    align-items: flex-end;
}

.mod-wrapper-u .iconfont-search {
    top: 1rem;
}
.mod-wrapper-u .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 16px;
    padding-top: 1rem;
}
.mod-wrapper-u .unit-text {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #002837;
    text-align: left;
    line-height: 48px;
}
.mod-wrapper-u .unit-email {
    color: #24B89E;
    margin-left: 1rem;
    text-decoration: underline;
}
.location-thumb {
    background-image: url("/public/svg/location.svg");
    margin-right: 1rem;
}
.job-thumb {
    background-image: url("/public/svg/job.svg");
    margin-right: 1rem;
}
@media (min-width: 769px) {
    .mod-wrapper-u .mod-unit-m {
        display: none;
    }
}
@media (max-width: 1024px) {
    .mod-wrapper-u {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fill, 1fr);
        gap: 1rem;
        margin: 0;
    }
    .mod-wrapper-u .mod-unit-p {
        display: none;
    }
}


/*布局 22*/
.mod-wrapper-v {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    align-items: start;
}
.mod-wrapper-v .mod-unit {
    display: block;
    border-radius: 8px;
}
.mod-wrapper-v img {
    display: block;
}
/* @media (max-width: 1100px) {
    .mod-wrapper-v {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .mod-wrapper-v .img-mh {
        display: none;
    }
} */
@media (max-width: 1024px) {
    .mod-wrapper-v .img-ph {
        margin-left: 0;
    }
    .mod-wrapper-v {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .mod-wrapper-v .img-mh {
        display: none;
    }
}



/*布局 23*/
.mod-wrapper-w {
    /* background: #F8F8F9; */
    /* padding: 5rem 8rem; */
    position: relative;
    /* border-radius: 12px; */
    display: flex;
    flex-direction: column;
}
.mod-wrapper-w .mod-unit {
    flex-direction: column;
    padding: 5rem 8rem;
    background: #F8F8F9;
    border-radius: 12px;
}

.mod-wrapper-w .container-title {
    margin-left: 0;
}
.mod-wrapper-w .container-title-pre {
    display: inline-block;
    /*width: 64%;*/
    text-align: left;
    margin-left: 0;
}

.mod-wrapper-w .unit-img{
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
}

.mod-wrapper-w .unit-img img {
    width: 400px;
}
@media (max-width: 1024px) {
    .mod-wrapper-w {
        /*padding: 2rem 1rem;*/

        /* padding: 4rem 2rem 0; */
        /* margin-bottom: 50vw; */
        position: relative;
        /* padding-bottom: 50vw; */

        background: #F8F8F9;
        border-radius: 12px;
    }
    .mod-wrapper-w .mod-unit {
        padding: 4rem 2rem 0;
    }

    .mod-wrapper-w .unit-img {
        margin-bottom: 4rem;
        position: relative;
        top: unset;
        right: unset;
        transform: none;

    }

    .mod-wrapper-w .unit-img img {
        width: 360px;
    }

    .mod-wrapper-w .title-after-green-l::after {
        left: 0;
    }

    /* .mod-wrapper-w .unit-img {
        width: 400px;
        max-width: 400px;
        float: right;
        position: absolute;
        right: -200px;
        top: calc((100% - 400px) / 2); */

/*        width: 500px;
        max-width: 500px;
        float: right;
        position: absolute;
        right: -250px;
        top: calc((100% - 500px) / 2);*/
    /* } */
}
@media (max-width: 768px) {
    .mod-wrapper-w {
        margin-top: -4rem;

    }
}
@media (max-width: 576px) {
    .mod-wrapper-w .unit-img img {
        width: 300px;
    }
}
/* @media (max-width: 768px) {
    .mod-wrapper-w {
        padding: 4rem 2rem 0;
        margin-bottom: 50vw;
        position: relative;
        padding-bottom: 50vw;
    }
    .mod-wrapper-w .unit-img {
        margin-top: 3rem;
        float: right;
    }
} */

    /*布局 24*/
.mod-wrapper-x {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
    padding-top: 3rem;
}
.mod-wrapper-x.mod-x-3 {
    grid-template-columns: repeat(3, 1fr);
}

.mod-wrapper-x .mod-unit {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem 1rem 2.5rem;
}
.mod-wrapper-x .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.mod-wrapper-x .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 23px;
    color: #002837;
    text-align: center;
    flex: 1 1 auto;
    margin: 1.5rem auto 0;
}
.mod-wrapper-x .unit-img {
    width: 150px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .mod-wrapper-x {
        grid-template-columns: repeat(2, 1fr);
    }
    .mod-wrapper-x.mod-x-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-x {
        /* grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto-fill, 1fr); */
        gap:1rem;
        padding-top: 1rem;
    }
    .mod-x-3 {
        grid-template-columns: 1fr;
    }
    .mod-wrapper-x .mod-unit {
        padding: 2rem 1rem 1.5rem;
    }
    .mod-wrapper-x .unit-info {
        margin: auto;
    }
    .mod-wrapper-x .unit-title {
        font-size: 18px;
        font-size: 1.125rem;
        font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    }
    .mod-wrapper-x .unit-img {
        width: 88px;
    }
    .mod-wrapper-x.mod-x-3 .mod-unit {
        padding: 2rem 1rem 1.5rem;
    }
    .mod-wrapper-x.mod-x-3 .unit-img {
        width: 98px;
    }
}

/*布局 25*/
.mod-wrapper-y {
}
.mod-wrapper-y .mod-unit {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin: auto;
}
.mod-wrapper-y .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2.375rem;
    padding-left: 3rem;
    /* margin-left: -3rem; */
    background: url("/public/svg/solution_l.svg") 0 0 no-repeat,
    url("/public/svg/solution_r.svg") 100% 100% no-repeat;
}
.mod-wrapper-y .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
}
.mod-wrapper-y .unit-sign {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 26px;
    line-height: 1.625rem;
    text-align: left;
}
.mod-wrapper-y .unit-img-l {
    width: 400px;
    margin-right: 15.625rem;
    border-radius: 12px
}
.mod-wrapper-y .unit-img-r {
    max-width: 460px;
    width: 40%;
    margin: auto 0;
    /* margin-left: 15.625rem; */
    border-radius: 12px
}
.mod-wrapper-y .unit-img-r img {
    border-radius: 6px;
}
@media (max-width: 1024px) {
    .mod-wrapper-y .unit-info {
        margin-left: -3rem;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-y .mod-unit {
        flex-direction: column;
    }
    .mod-wrapper-y .unit-info {
        margin: auto;
        width: 100%;
        padding: 0 2rem;
    }

    .mod-wrapper-y .unit-img-r {
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
        padding: 0 2rem;
        max-width: 630px;
    }


}

/*布局 26*/
.mod-wrapper-z {
    margin: auto;
}
.mod-wrapper-z .mod-unit {
    display: flex;
    height: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin: 2.5rem auto;
}
.mod-wrapper-z.about .mod-unit {
    margin: 0 auto;
}

.mod-wrapper-z .unit-info {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;

    /*    display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;*/

    /*
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;*/
}
.mod-wrapper-z .unit-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 24px;
    line-height: 1.5rem;
    color: #002837;
    text-align: left;
    position: relative;
}
.mod-wrapper-z .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 26px;
    line-height: 1.625rem;
    flex: 1 1 auto;
    margin-top: 2rem;
    text-align: left;
}
.mod-wrapper-z .unit-img-box {
    width: 500px;
    position: relative;
    margin-right: 7.5rem;
}

.mod-wrapper-z .unit-img img {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    max-width: 400px;
}
.mod-wrapper-z .container-title {
    margin-left: 0;
}
.mod-wrapper-z .container-title-pre {
    text-align: left;
}
.mod-wrapper-z .ball {
    width: 200px;
    height: 200px;
    background: #24B89E;
    border-radius: 100px;
    margin: 16.75rem 0 2rem 18.75rem;
}
@media (max-width: 1100px) {
    .mod-wrapper-z {
        margin-top: 0;
    }
    .mod-wrapper-z .mod-unit {
        flex-direction: column;
        margin: 0;
    }
    .mod-wrapper-z .unit-info {
        margin: 2rem 0 3em;
    }
    .mod-wrapper-z .unit-desc {
        margin: 1rem 0 0;
    }
    .mod-wrapper-z .unit-desc li {
        margin-top: 1rem;
    }
    .mod-wrapper-z .unit-img img{
        width: 100%;
        margin: auto;
    }
    .mod-wrapper-z.about .mod-unit {
        flex-direction: column-reverse;
        margin: 0;
    }

    .mod-wrapper-z .unit-img-box {
        width: 100%;
        margin: auto;
    }

    .mod-wrapper-z .ball {
        margin: 5rem 0 2rem auto;
    }
    .mod-wrapper-z .title-after-green-l::after {
        left: 0;
    }

}

/* @media (max-width: 768px) {
    .mod-wrapper-z {
        margin-top: 0;
    }
    .mod-wrapper-z .mod-unit {
        flex-direction: column;
        margin: 0;
    }
    .mod-wrapper-z .unit-info {
        margin: 2rem 0 3em;
    }
    .mod-wrapper-z .unit-desc {
        margin: 1rem 0 0;
    }
    .mod-wrapper-z .unit-desc li {
        margin-top: 1rem;
    }
    .mod-wrapper-z .unit-img img{
        width: 100%;
        margin: auto;
    }
    .mod-wrapper-z.about .mod-unit {
        flex-direction: column-reverse;
        margin: 0;
    }

    .mod-wrapper-z .unit-img-box {
        width: 100%;
        margin: auto;
    }

    .mod-wrapper-z .ball {
        margin: 5rem 0 2rem auto;
    }
    .mod-wrapper-z .title-after-green-l::after {
        left: 0;
    }

} */



/*分页*/
.pagination {
    display: none;
    margin-top: 5rem;
}
.pagination a {
    display: inline-block;
    color: #002837;
    line-height: 2.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}
.pagination a:last-child {
    margin-right: 0;
}
.pagination a.page:hover {
    color: #24B89E;
}
.pagination .page-pre {
    background: url("/public/svg/pagination_l.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAFAFA;
}
.pagination .page-next {
    background: url("/public/svg/pagination_r.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAFAFA;
}
@media (min-width: 769px) {
    .pagination a {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #FAFAFA;
        border-radius: 6px;
    }
    .pagination .page-p {
        display: inline-block;
    }
    .pagination .page-m {
        display: none;
    }
    .pagination .page-this {
        background: #24B89E;
        color: #ffffff;
    }
}
@media (max-width: 768px) {
    .pagination a {
        margin-right: .5rem;
    }
    .pagination .page-p {
        display: none;
    }
    .pagination .page-m {
        display: inline-block;
    }
    .pagination .page-pre,
    .pagination .page-next {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #FAFAFA;
        border-radius: 6px;
        line-height: 2.5rem;
        margin-right: 1rem;
        vertical-align: middle;
    }
}

/*分页*/
.mod-wrapper-d.news,
.paginate {
    display: none;
}
.paginate.active {
    display: block;
}
.mod-wrapper-d.news.active {
    display: grid;
}

.paginate {
    display: none;
    margin-top: 3rem;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    color: #002837!important;
    line-height: 2.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}
.paginate botton:last-child {
    margin-right: 0;
}
.paginate botton.page:hover {
    color: #24B89E;
}
.layui-laypage-prev span {
    background: url("/public/svg/pagination_l.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAFAFA;
}
.layui-laypage-next span {
    background: url("/public/svg/pagination_r.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAFAFA;
}
.layui-laypage a, .layui-laypage span {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #FAFAFA!important;
    border-radius: 6px;
    padding: 0;
}
.layui-laypage .layui-laypage-curr {
    background: #24B89E;
    color: #ffffff;
}
.layui-laypage>a:last-child, .layui-laypage>a:last-child em,
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 6px;
}
.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 0px;
}

@media (max-width: 768px) {
    .paginate {
        margin: 3rem auto 2rem;
    }
}

/*合作客户logo*/
.roll-block {
    display: flex;
    overflow: hidden;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
}
.roll-block-top {
    margin-top: 1rem;
}
.roll-block-group {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.roll-block-item {
    display: flex;
    flex: 1 0 100%;
}
.roll-block-images {
    width: 160px;
}
.roll-block-images img {
    width: 60%;
    margin: auto;
}
.move-left {
    animation: moveLeft 40s linear infinite;
}
.move-reverse {
    animation-direction: reverse
}

@keyframes moveLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        /*=一组logo的宽*/
        transform: translate3d(-1120px, 0, 0);
    }
}
@media (max-width: 1024px) {
    .roll-block-images {
        width: 132px;
    }
    .roll-block-images img {
        width: 90px;
    }
    .roll-block-top {
        margin-top: 0;
    }
    .move-left {
        animation: moveLeft 26.4s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            /*=一组logo的宽*/
            transform: translate3d(-924px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}

/* @media (max-width: 992px) {
    .move-left {
        animation: moveLeft 33s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-992px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 768px) {
    .roll-block-item {
    }
    .roll-block-images {
        padding: 0 1rem;
    }
    .roll-block-images img {
        width: 100px;
    }
    .roll-block-top {
        margin-top: 0;
    }
    .move-left {
        animation: moveLeft 10s linear infinite;
    }
    .move-reverse {
        animation-direction: reverse
    }

    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-924px, 0, 0);
        }
    }
}
@media (max-width: 480px) {
    .move-left {
        animation: moveLeft 16s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-480px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 414px) {
    .move-left {
        animation: moveLeft 16s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-414px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 390px) {
    .move-left {
        animation: moveLeft 12.5s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-390px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 375px) {
    .move-left {
        animation: moveLeft 12.5s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-375px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 320px) {
    .move-left {
        animation: moveLeft 10.6s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-320px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
} */


/*合作客户logo end*/

/*tab 切换*/
.layui-tab-title {
    display: flex;
    position: relative;
    margin: 0 auto 5rem;
    left: 0;
    /*height: 2.5rem;*/
    white-space: nowrap;
    /*font-size: 0;*/
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75rem;
    border-bottom-width: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.layui-tab-content {
    padding: 0;
}
.layui-tab-title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.layui-tab-title li {
    position: relative;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #F1F1F1;
}
.layui-tab-title .layui-this {
    color: #000;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #24B89E;
}
.layui-tab-title li {
    display: inline-block;
}
.layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #24B89E;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}
.layui-tab-item {
    display: none;
}
.layui-show {
    display: block!important;
}
.tab-thumb {
    display: block;
    margin: 0 auto;
    /*width: 64px;*/
    /*height: 64px;*/
    width: 86px;
    height: 86px;
    vertical-align: text-top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 74px 74px;*/
}
.tab_thumb_s {
    /*background:-webkit-image-set(url('/public/images/img/tab_s.webp') 1x,url("/public/images/img/tab_s@2x.webp") 2x) center;*/
    background-image: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x,url(/public/images/img/tab_s@2x.webp) 2x);
    /*background: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x,url(/public/images/img/tab_s@2x.webp) 2x);*/
    /*background: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x,url(/public/images/img/tab_s@2x.webp) 2x) center no-repeat;*/
}
.tab_thumb_v {
    /*background:-webkit-image-set(url('/public/images/img/tab_v.webp') 1x,url("/public/images/img/tab_v@2x.webp") 2x) center;*/
    /*background: -webkit-image-set(url(/public/images/img/tab_v.webp) 1x,url(/public/images/img/tab_e@2x.webp) 2x) center no-repeat;*/
    background-image: -webkit-image-set(url(/public/images/img/tab_v.webp) 1x,url(/public/images/img/tab_v@2x.webp) 2x);
}
.tab_thumb_e {
    /*background:-webkit-image-set(url('/public/images/img/tab_e.webp') 1x,url("/public/images/img/tab_e@2x.webp") 2x) center;*/
    /*background: -webkit-image-set(url(/public/images/img/tab_e.webp) 1x,url(/public/images/img/tab_e@2x.webp) 2x) center no-repeat;*/
    background-image: -webkit-image-set(url(/public/images/img/tab_e.webp) 1x,url(/public/images/img/tab_e@2x.webp) 2x);
}
.tab_thumb_wa {
    background-size: 90%;
    background-position-y: 0;
    background-image: -webkit-image-set(url(/public/images/img/tab_wa.png) 1x,url(/public/images/img/tab_wa@2x.png) 2x);
}
@media (max-width: 1024px) {
    .layui-tab-content {
        margin: auto;
    }
}
@media (min-width: 769px) {
    .layui-tab-title li:hover {
        color: #24B89E;
    }
}
@media (max-width: 768px) {
    .layui-tab-title {
        margin: auto;
        padding: 12px 0 0;
    }
    .layui-tab-title li {
        line-height: 20px;
        line-height: 1.25rem;
        padding-bottom: 9px;
    }
    .layui-tab-title .layui-this:after {
        height: 29px;
    }
    .tab-thumb {
        margin: 0 auto 6px;
        width: 48px;
        height: 48px;
    }
}
/*tab 切换 end*/

/*数字增长*/
.count-item {
    flex-shrink: 1;
    padding: 1.5rem 0 1.5rem 2rem;
    border-radius: 12px;
}
/*数字增长 end*/

/*联系我们*/
.section-connect {
    background:url("/public/svg/bg_connect_l.svg") 0 100% no-repeat,
    url("/public/svg/bg_connect_r.svg") 100% 0 no-repeat;
    background-color: #24B89E;
}
.container-connect .container-flex {
    justify-content: center;
}
.connect-title {
    font-size: 2.25rem;
    /* font-size: 36px; */
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    margin-bottom: 3.375rem;
}
.connect-desc {
    font-size: 1rem;
    /* font-size: 16px; */
    font-family: OPPOSans-Regular, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 1.75rem;
    /* line-height: 28px;*/
}
.container-connect-1 {
    /*86px*/
    padding: 5.375rem 0;
}
@media (max-width: 768px) {
    .connect-title {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }
    .container-connect-index .connect-title {
        margin-bottom: 3.25rem;
    }
    .connect-desc {
        font-size: 14px;
    }
    .section-connect {
        background: url(/public/svg/bg_connect_p.svg) 0 100% no-repeat;
        background-color: #24B89E;

    }
}
/*联系我们 end*/


/*swiper 样式覆盖*/
.swiper-container{
    --swiper-theme-color: #00A564;/* 设置Swiper风格 */
    --swiper-navigation-color: #00A564;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
    padding-bottom: 2rem;
    /*padding-bottom: 70px;*/
    margin-top: -10%;
    padding-top: 10%;
}
.swiper-slide {
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}
/*左右按钮样式*/
.swiper-button-prev:after,
.swiper-button-next:after {
    /*去掉默认CSS样式*/
    display: none;
    /*color: #919799;*/
    font-size: 12px;
}
.swiper-pagination-bullet {
    background: #24B89E;
    opacity: .15;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-web .swiper-button-prev,
.swiper-web .swiper-button-next {
    background-size: 56px 56px;
    width: 56px;
    height: 56px;
    top: 6%;
    bottom: 10px;
    cursor: pointer;
    background-color: #F1F1F1;
    border-radius: 100px;
}
.swiper-web .swiper-button-prev {
    background: url("/public/svg/page_left.svg") center no-repeat ;
}
.swiper-web .swiper-button-next {
    background: url("/public/svg/page_right.svg") center no-repeat ;
}
.swiper-web .swiper-button-prev:hover {
    background: url("/public/svg/page_left_active.svg") center no-repeat ;
}
.swiper-web .swiper-button-next:hover {
    background: url("/public/svg/page_right_active.svg") center no-repeat ;
}

/*自身宽56+next button+间距 父级padding48*/
.swiper-web .swiper-button-prev {
    left: calc(100% - 128px - 48px);
}
/*自身宽56 父级padding48*/
.swiper-web .swiper-button-next {
    left: calc(100% - 56px - 48px);
}

/*分页圆点*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}
.swiper-web .swiper-slide .swiper-pagination,
.swiper-web .swiper-p .swiper-pagination {
    display: none;
}
.container-news .swiper-container {
    padding-left: 48px;
    margin-left: -48px;
    padding-right: 48px;
    margin-right: -48px;
}
.mod-wrapper-n-overflow.swiper-container {
    margin-top: 0;
    padding-top: 0;
}
/*新闻页swiper*/
.container.blog .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 6rem;
    text-align: right;
    padding-right: 5.25rem;

    /*left: calc(100% - 10.5rem);*/
    /*bottom: 6rem;*/
    /*width: auto;*/
}
/*解决方案客户案例*/
.section-client-case .swiper-container{
    margin-top: 0;
    padding-top: 0;
}
.section-client-case .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 18px;
}
/*.section-client-case .swiper-button-prev {
    top: 6%;
    left: calc((100% - 1200px) / 2);
    bottom: 10px;
    cursor: pointer;
}
.section-client-case .swiper-button-next {
    top: 6%;
    left: calc((100% - 1200px) / 2 + 1200px);
    bottom: 10px;
    cursor: pointer;
}*/

@media (min-width: 769px) {
    /*新闻页swiper*/
.container.blog .swiper-container {
    /*padding: 0;*/
    padding-bottom: 3rem
}
}
@media (max-width: 768px) {
    .swiper-slide.mod-wrapper-d, .swiper-web .swiper-pagination,
    .swiper-web .swiper-button-prev,
    .swiper-web .swiper-button-next {
        display: none;
    }
    .section-client-case .swiper-web .swiper-pagination {
        display: block;
    }
    .swiper-web .swiper-slide .swiper-pagination,
    .swiper-web .swiper-p .swiper-pagination {
        display: block;
    }
    .swiper-container {
        padding-bottom: 0;
    }

    .container.blog .swiper-container-horizontal>.swiper-pagination-bullets {
        display: block;
        bottom: 2rem;
        padding-right: 2rem;
    }
}
/*swiper 样式覆盖 end*/

/*产品视频*/
.video-iframe {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    background: rgb(0, 0, 0);
    z-index: 99999;
    will-change: auto;
}
.video-iframe.this-play {
    display: block;
}
.video-iframe .outer {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: visible;
    padding: 80px 0 32px;
}

.video-iframe .box {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 1px;
    aspect-ratio: 1.77778 / 1;
    will-change: auto;
    margin: auto;
    align-self: center;
    display: flex;
    flex-direction: column;
    direction: ltr;
    text-size-adjust: 100%;
    position: static!important;
    box-sizing: border-box;
}

.video-iframe iframe {
    border-radius: 4px;
    display: block;
}

.video-iframe .video-close {
    position: absolute;
    top: 36px;
    left: calc(100vw - 46px - 32px);
    background: url(/public/images/icon/cl.svg) no-repeat center;
    background-size: cover;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.btn-play {
    position: relative;
    width: 3rem;
}
.btn-play:before {
    content: ' ';
    width: 20px;
    height: 20px;
    background: url("/public/images/icon/play.svg") no-repeat center;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-play:hover:before {
    filter: grayscale(100%) brightness(10000%);
}
@media (max-width: 768px) {
    .video-iframe .video-close {
        margin-top: 0;
        top: 16px;
        left: calc(100vw - 16px - 32px);
    }
}

.video-iframe.orient-y .video-close {
    top: 16px;
    left: calc(100vw - 16px - 32px);
}
.video-iframe.orient-y .outer {
    padding: 52px 0 20px;
}
.video-iframe.orient-x .box {
    margin-top: calc(50% - 80px);
}
.video-iframe.orient-pc .outer {
    padding: 80px 34px 32px 24px;
}
/*产品视频end*/
