@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family: "DM Sans", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #1e1d28;
    min-height: initial !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Regular'), local('DMSans-Regular'), url('../fonts/dmsans/DMSans-Regular.woff2') format('woff2'), url('../fonts/dmsans/DMSans-Regular.woff') format('woff'), url('../fonts/dmsans/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Bold'), local('DMSans-Bold'), url('../fonts/dmsans/DMSans-Bold.woff2') format('woff2'), url('../fonts/dmsans/DMSans-Bold.woff') format('woff'), url('../fonts/dmsans/DMSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Black'), local('DMSans-Black'), url('../fonts/dmsans/DMSans-Black.woff2') format('woff2'), url('../fonts/dmsans/DMSans-Black.woff') format('woff'), url('../fonts/dmsans/DMSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Medium'), local('DMSans-Medium'), url('../fonts/dmsans/DMSans-Medium.woff2') format('woff2'), url('../fonts/dmsans/DMSans-Medium.woff') format('woff'), url('../fonts/dmsans/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}

/* slick 懒加载图片去边框 */
.slick-loading {
    opacity: 0;
}

/* 去除翻译插件边框 */
.goog-te-gadget-simple {
    border: none !important;
}

/* h1隐藏 */
.fszero {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -100;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

ul {
    padding: 0;
}

:root {
    font-size: 16px;
    --main-color: #027EC2;
    --Gray-4: #D9D9D9;
    --Gray-1: #222;
    --Gray-2: #343434;
    --Gray-3: #4C4C4C;
    --flex-margin: -15px;
    --flex-padding: 15px;
    --padd100: 100px;
    scroll-behavior: initial;
}

.hc_cont1590 {
    width: 1590px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* 翻译插件展位 */
.google-translate {
    min-width: 108px;
}

.fancybox-content {
    height: 800px !important;
}

.c_pcbtn {
    display: none;
}

.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.translated-ltr .header,
.translated-rtl .header {
    top: 40px;
}

.google-translate a {
    pointer-events: none;
}

.header {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    --height: 84px;
    background-color: #FFFFFF;
}

.header .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 200px;
    display: block;
    line-height: var(--height);
}

.header-logo img {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .hd_list {
        display: flex;
    }

    .hd_item {
        position: relative;
        margin-right: 36px;
    }

    .hd_item:last-child {
        margin-right: 0;
    }

    .hd_item>.hd_conts {
        display: flex;
        height: var(--height);
        align-items: center;
    }

    .hd_item.active .hd_link {
        padding-left: 20px;
        padding-right: 20px;
        border: 1px solid var(--main-color);
        border-radius: 4px;
    }

    .hd_item.active .hd_link p {
        color: var(--main-color);
    }

    .hd_link {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid transparent;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .hd_link p {
        color: var(--Gray-1, #222);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 122.222%;
        text-transform: uppercase;
        transition: all 0.5s;
    }

    .hd_link .iconfont {
        font-size: 20px;
        color: var(--main-color);
        margin-left: 8px;
    }

    .hd_item.active .hd_link p,
    .hd_item:hover .hd_link p {
        color: var(--main-color);
    }

    .hd_second {
        position: absolute;
        left: 50%;
        top: 100%;
        background-color: #fff;
        border-radius: 0 0 4px 4px;
        padding: 15px 20px;
        transform: translateX(-50%);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
        min-width: 160px;
    }

    .hd_second_link {
        white-space: nowrap;
        font-size: 16px;
        line-height: 1.65;
        color: #444;
        padding: 4px 0;
        display: inline-block;
    }

    .hd_second_item.active .hd_second_link {
        color: var(--main-color);
    }

    .hd_second_link:hover {
        color: var(--main-color);
    }
}

.hd_second {
    display: none;
}

.hd_three {
    display: none;
}

.header-controls {
    display: flex;
    align-items: center;
}

.header-language {
    position: relative;
    z-index: 1;
}

.header-language .content {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    height: 46px;
    border-radius: 4px;
    border: 1px solid var(--Gray-4, #D9D9D9);
    cursor: pointer;
    transition: all 0.5s;
}

.header-language .content p {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    transition: all 0.5s;
}

.header-language .content .iconfont {
    font-size: 20px;
    color: #222;
    margin-left: 12px;
}

@media screen and (min-width: 1200px) {
    .header-language .content:hover {
        background-color: var(--main-color);
    }

    .header-language .content:hover p,
    .header-language .content:hover span {
        color: #fff;
    }
}

.header-language ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 4px);
    border-radius: 4px;
    border: 1px solid var(--Gray-4, #D9D9D9);
    padding: 12px 16px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    display: none;
}

.header-language ul a {
    display: inline-block;
    padding: 4px 0;
    font-size: 16px;
    line-height: 1.65;
    color: #444;
}

@media screen and (min-width: 1200px) {
    .header-language ul a:hover {
        color: var(--main-color);
    }
}

.header-search {
    height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--Gray-1, #222);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    margin-left: 8px;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .header-search:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}

/* search */
.search_view {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}

.search_view form {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both;
}

.search_view_tit {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.search_close {
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}

.search_close:hover {
    transform: rotate(-90deg);
}

body.search_open {
    overflow: hidden;
}

@keyframes searchtit {
    from {
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.search_view_cont {
    position: relative;
    width: 1200px;
}

.search_view_cont input {
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}

.search_view_cont input:focus {
    border-bottom: 1px solid #fff;
}

.search_view_cont button {
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
    .search_view_tit {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .search_view_cont button {
        font-size: 24px;
    }

    .search_close {
        width: 28px;
    }
}

@media screen and (max-width: 1440px) {
    .search_view_cont {
        width: 82.5%;
    }

    .search_view_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .search_view_cont button {
        font-size: 22px;
    }

    .search_close {
        right: 140px;
        top: 100px;
        width: 24px;
    }

    .search_view_cont input {
        height: 45px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .search_close {
        right: 90px;
        top: 100px;
        width: 24px;
    }

    .search_view_tit {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .search_close {
        right: 40px;
        top: 80px;
        width: 20px;
    }

    .search_view_tit {
        font-size: 20px;
    }

    .search_view_cont button {
        font-size: 18px;
    }

    .search_view_cont input {
        height: 40px;
    }
}

/* search-end */
.home-banner {
    overflow: hidden;
    position: relative;
}

.home-banner .swiper-container {
    width: 100%;
}

.home-banner .swiper-slide {
    overflow: hidden;
}

.home-banner .swiper-container {
    width: 100%;
}

.home-banner .swiper-slide {
    overflow: hidden;
}

.home-banner .slide-link {
    position: relative;
    display: block;
}

.home-banner .slide-link img {
    width: 100%;
}

.home-banner .slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 24px;
    --wh: 12px;
    --interval: 12px;
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 200px;
    height: 2px;
    background-color: #fff !important;
    opacity: 0.3 !important;
    margin: 0 var(--interval);
    transition: all 0.5s;
    border-radius: 0;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.mod-tit56 {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 114.286%;
    text-align: center;
}

.mod-subtit {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 10px;
    border-right: 1px solid var(--Gray-4, #D9D9D9);
    border-left: 1px solid var(--Gray-4, #D9D9D9);
    color: var(--Gray-3, #4C4C4C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
}

.about-info-img {
    padding-top: 31.4465408%;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 36px;
}

.about-info-img .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.5s;
    color: var(--main-color);
    font-size: 48px;
}

@media screen and (min-width: 1200px) {
    .about-info-img:hover img {
        transform: scale(1.05);
    }

    .about-info-img:hover .iconfont {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.home-about {
    padding: var(--padd100) 0;
    overflow: hidden;
}

.home-about .subtit {
    text-align: center;
    margin-bottom: 20px;
}

.home-about .title {
    text-align: center;
    margin-bottom: 36px;
}

.home-about .flex {
    display: flex;
    justify-content: space-between;
}

.home-about .flex .left {
    width: 50.94339622%;
}

.home-about .flex .left .tits {
    color: var(--Gray-2, #343434);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
}

.home-about .flex .left .text {
    margin-top: 24px;
}

.home-about .flex .left .text p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.home-about .flex .right {
    width: 40.5660377%;
}

.home-about .flex .right .controls {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.home-about .flex .right .controls .more {
    display: flex;
    align-items: center;
    margin-right: 64px;
}

.home-about .flex .right .controls .more p {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    margin-right: 12px;
    transition: all 0.5s;
}

.home-about .flex .right .controls .more span {
    font-size: 20px;
    color: #222;
}

@media screen and (min-width: 1200px) {
    .home-about .flex .right .controls .more:hover p {
        color: var(--main-color);
    }

    .home-about .flex .right .controls .more:hover span {
        transform: translateX(5px);
        color: var(--main-color);
    }
}

.about-number {
    display: flex;
    justify-content: space-between;
}

.about-number-item .number {
    display: flex;
}

.about-number-item .number .val,
.about-number-item .number .unit {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.about-number-item .texts {
    margin-top: 8px;
}

.about-number-item .texts p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.about-vr {
    display: flex;
    align-items: center;
}

.about-vr span {
    font-size: 20px;
    color: #222;
    margin-right: 12px;
}

.about-vr p {
    color: #222;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .about-vr:hover span {
        color: var(--main-color);
    }

    .about-vr:hover p {
        color: var(--main-color);
    }
}

.mod-message .flex .right>img {
    display: none !important;
}

.home-partner .left {
    position: relative;
}

.home-partner .left .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(60 / 770 * 100%);
    height: calc(60 / 430 * 100%);
    border-radius: 10px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.5s;
    color: var(--main-color);
    font-size: 40px;
}

.home-product .mod-tit56 a {
    color: #000ec9;
}

@media screen and (max-width: 768px) {
    .home-partner .left .iconfont {
        font-size: 20px;
    }
}

.home-service {
    padding: var(--padd100) 50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 0 !important;
    background-color: #fff;
    overflow: hidden;
}

.home-service .subtit {
    text-align: center;
    margin-bottom: 20px;
}

.home-service .subtit .mod-subtit {
    color: #222;
}

.home-service .title {
    text-align: center;
    margin-bottom: 36px;
    color: #222;
}

.home-service-list {
    margin: 0 var(--flex-margin);
}

.home-service-list .slick-slide:nth-child(even) {
    margin-top: 25px;
}

.home-service-item {
    padding: 0 var(--flex-padding);
}

.home-service-conts {
    cursor: pointer;
    transition: all 0.5s;
    display: block;
    height: 100%;
}

.home-service-conts .img_box {
    padding-top: calc(350 / 1920 * 100%);
    border-radius: 4px;
    margin-bottom: 24px;
}

.home-service-conts .tits {
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    text-transform: capitalize;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .home-service-conts:hover .img_box img {
        transform: scale(1.05);
    }
}

.home-product {
    padding: var(--padd100) 0;
    overflow: hidden;
}

.home-product .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-product .flex .left {
    width: 60.37735849%;
    border-radius: 4px;
    overflow: hidden;
}

.home-product .flex .right {
    width: 36.47798742%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.home-product .flex .right .mod-subtit {
    margin-bottom: 20px;
}

.home-product .flex .right .title {
    margin-bottom: 48px;
    text-align: left;
}

.home-product .flex .right .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px;
    background-color: #222;
    transition: all 0.5s;
    margin-top: 4.77083vw;
    margin-bottom: 2vw;
}

.home-product .flex .right .more p {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    margin-right: 12px;
}

.home-product .flex .right .more span {
    font-size: 20px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .home-product .flex .right .more:hover {
        background-color: var(--main-color);
    }
}

.home-product .flex .right .list li {
    margin-bottom: 16px;
    color: var(--Gray-4, #D9D9D9);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
    transition: all 0.5s;
    cursor: pointer;
}

.home-product .flex .right .list li.active {
    color: #222;
}

@media screen and (min-width: 1200px) {
    .home-product .flex .right .list li:hover {
        color: #222;
    }
}

.home-product .flex .right .list li:last-child {
    margin-bottom: 0;
}

.img_box {
    display: block;
}

.home-product-conts {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.home-product-conts .img_box {
    padding-top: 67.7083333%;
}

.home-product-conts .content {
    position: absolute;
    width: calc(100% - 72px);
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 2;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.home-product-conts .content .lefts {
    width: 45.04504504%;
}

.home-product-conts .content .lefts .img_box {
    padding-top: 75%;
    height: 100%;
}

.home-product-conts .content .lefts .img_box img {
    object-fit: cover;
}

.home-product-conts .content .rights {
    width: 54.95495495%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 36px;
}

.home-product-conts .content .rights .tops {
    margin-bottom: 35px;
}

.home-product-conts .content .rights .tits {
    color: var(--main-color, #027EC2);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
}

.home-product-conts .content .rights .texts {
    margin-top: 24px;
}

.home-product-conts .content .rights .texts p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-product-conts .content .rights .group {
    display: flex;
}

.home-product-conts .content .rights .group .cart-btn {
    padding: 12px 24px;
    background: var(--Gray-1, #222);
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    margin-right: 24px;
    transition: all 0.5s;
    cursor: pointer;
}

.home-product-conts .content .rights .group .more-btn {
    padding: 12px 24px;
    border: 1px solid var(--Gray-3, #4C4C4C);
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .home-product-conts .content .rights .group .cart-btn:hover {
        background-color: var(--main-color);
        color: #fff;
    }

    .home-product-conts .content .rights .group .more-btn:hover {
        background-color: #222;
        color: #fff;
    }
}

.home-blog {
    padding: 64px 0;
    background-color: #fff;
    margin-bottom: var(--padd100);
}

.home-blog .subtit {
    text-align: center;
    margin-bottom: 20px;
}

.home-blog .title {
    text-align: center;
    margin-bottom: 22px;
}

.home-blog-list {
    margin: 0 var(--flex-margin);
}

.home-blog-item {
    padding: 14px var(--flex-padding);
}

.home-blog-link {
    background-color: #fff;
    display: flex;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    height: 100%;
}

.home-blog-link .img_box {
    padding-top: 55.2631578%;
}

.home-blog-link .content {
    flex-grow: 1;
    padding: 36px 24px;
    background-color: #fff;
}

.home-blog-link .content .info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.home-blog-link .content .info .type {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: uppercase;
}

.home-blog-link .content .info>span {
    margin: 0 12px;
}

.home-blog-link .content .info .time {
    color: var(--main-color, #027EC2);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.home-blog-link .content .tits {
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 36px;
    color: #222;
    transition: all 0.5s;
}

.home-blog-link .content .mores {
    display: flex;
    align-items: center;
}

.home-blog-link .content .mores p {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    margin-right: 12px;
}

.home-blog-link .content .mores span {
    font-size: 20px;
    color: #222;
}

@media screen and (min-width: 1200px) {
    .home-blog-link:hover .img_box img {
        transform: scale(1.05);
    }

    .home-blog-link:hover .content .tits {
        text-decoration: underline;
    }

    .home-blog-link:hover .mores span {
        transform: translateX(5px);
    }
}

.home-partner {
    padding-bottom: var(--padd100);
    overflow: hidden;
}

.home-partner .subtit {
    text-align: center;
    margin-bottom: 20px;
}

.home-partner .title {
    text-align: center;
    margin-bottom: 36px;
}

.home-partner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-partner .left {
    width: 48.42767295%;
}

.home-partner .left .img_box {
    padding-top: 55.84415584%;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .home-partner .left .img_box:hover img {
        transform: scale(1.05);
    }
}

.home-partner .right {
    width: 49.05660377%;
    overflow: hidden;
}

.home-partner-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.home-partner-item {
    width: 50%;
    padding: 24px 24px;
    border-bottom: 1.5px solid #F0F0F0;
    position: relative;
}

.home-partner-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 82%;
    background-color: #F0F0F0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home-partner-item:nth-child(3) {
    border-bottom: none;
}

.home-partner-item:last-child {
    border-bottom: none;
}

.home-partner-item:nth-child(even)::after {
    display: none;
}

.home-partner-conts .number {
    color: var(--main-color, #027EC2);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 8px;
}

.home-partner-conts .tits {
    color: #222;
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.home-partner-conts .texts p {
    color: #4C4C4C;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.footer {
    background-color: #fff;
    padding-top: 100px;
}

.footer-top {
    margin-bottom: 64px;
}

.footer-top .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 200px;
    display: block;
}

.footer-logo img {
    width: 100%;
}

.footer-media {
    display: flex;
}

.footer-media li {
    margin-right: 12px;
}

.footer-media li:last-child {
    margin-right: 0;
}

.footer-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--Gray-4, #D9D9D9);
    background: #FAFAFA;
    width: 48px;
    height: 48px;
}

.footer-media a span {
    font-size: 24px;
    color: #4C4C4C;
}

@media screen and (min-width: 1200px) {
    .footer-media a:hover {
        border-color: var(--main-color);
        background-color: var(--main-color);
    }

    .footer-media a:hover span {
        color: #fff;
    }
}

.footer-content {
    padding-bottom: 64px;
}

.footer-content .flex {
    display: flex;
    justify-content: space-between;
}

.footer-tits {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer-contact {
    width: 375px;
}

.footer-contact .list {
    display: flex;
    flex-direction: column;
}

.footer-contact .list a,
.footer-contact .list p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 16px;
}

.footer-nav li {
    margin-bottom: 16px;
}

.footer-nav li:last-child {
    margin-bottom: 0;
}

.footer-nav a {
    color: var(--Gray-3, #4C4C4C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

@media screen and (min-width: 1200px) {
    .footer-nav a:hover {
        text-decoration: underline;
    }
}

.footer-subscribe {
    width: 375px;
}

.footer-subscribe form {
    display: flex;
    justify-content: space-between;
}

.footer-subscribe form input {
    width: calc(100% - 72px - 12px);
    border-radius: 4px;
    border: 1px solid var(--Gray-4, #D9D9D9);
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    padding: 0 24px;
}

.footer-subscribe form input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #4C4C4C;
}

.footer-subscribe form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #4C4C4C;
}

.footer-subscribe form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #4C4C4C;
}

.footer-subscribe form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #4C4C4C;
}

.footer-subscribe form button {
    width: 72px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--Gray-1, #222);
    transition: all 0.5s;
}

.footer-subscribe form button span {
    color: #fff;
    font-size: 24px;
}

@media screen and (min-width: 1200px) {
    .footer-subscribe form button:hover {
        background-color: var(--main-color);
    }

    .footer-subscribe form button:hover span {
        transform: scale(1.1);
    }
}

.footer-bottom .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid rgba(92, 96, 97, 0.2);
}

.footer-bottom .left {
    display: flex;
    align-items: center;
}

.footer-bottom .left p,
.footer-bottom .left a {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
    margin-right: 15px;
}

@media screen and (min-width: 1200px) {
    .footer-bottom .left a:hover {
        color: var(--main-color);
    }
}

.footer-bottom .right {
    display: flex;
}

.footer-bottom .right a {
    display: flex;
    align-items: center;
    color: var(--Gray-3, #4C4C4C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.5%;
}

.footer-bottom .right a::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: #D9D9D9;
    margin: 0 16px;
    flex-shrink: 0;
}

@media screen and (min-width: 1200px) {
    .footer-bottom .right a:hover {
        color: var(--main-color);
    }
}

.footer-bottom .right a:last-child::after {
    display: none;
}

.page-banner {
    display: flex;
    overflow: hidden;
}

.page-banner .left {
    width: calc(100% - 73.9583333%);
    padding-left: calc((100% - 1590px) / 2);
    padding-top: 34px;
    padding-bottom: 34px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 1921px) {
    .page-banner .left {
        padding-left: 100px;
    }
}

.page-banner .left::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100.9%;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    left: 99.5%;
    background-color: #fff;
    top: 0;
}

.page-banner .left .bread {
    margin-bottom: 10px;
}

.page-banner .left .title {
    color: var(--Gray-1, #222);
    /* H2-40 B */
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: capitalize;
}

.page-banner .right {
    width: 73.9583333%;
}

.page-banner .right .img_box {
    padding-top: 28.16901408%;
    height: 100%;
}

.page-banner .right .img_box img {
    object-fit: cover;
}

/* bread */
.bread {
    width: 100%;
    --text-color: #4C4C4C;
    --text-interval: 6px;
    --text-fontsize: 14px;
    --icon-fontsize: 18px;
    --hover-color: #000;
}

.mod_bread_item:first-child .mod_bread_link .text {
    font-weight: 700;
}

.mod_bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mod_bread_item {
    display: flex;
    align-items: center;
}

.mod_bread_link {
    display: flex;
    align-items: center;
}

.mod_bread_link span {
    color: var(--text-color);
    font-size: var(--icon-fontsize);
}

.mod_bread_link .text {
    color: var(--text-color);
    font-size: var(--text-fontsize);
    transition: all 0.36s;
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.mod_bread_item>span {
    margin: 0 var(--text-interval);
    display: inline-block;
    font-size: var(--text-fontsize);
    color: var(--text-color);
}

.mod_bread_item:last-child>span {
    display: none;
}

.mod_bread_link:hover .text {
    color: var(--hover-color) !important;
}

.mod_bread_link:hover span {
    color: var(--hover-color) !important;
}

/* bread-end */
.about-info {
    padding: var(--padd100) 0;
}

.about-info .about-info-img {
    margin-top: 36px;
}

.about-info .tits {
    margin-top: 36px;
    color: var(--Gray-2, #343434);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
}

.about-info .texts {
    margin-top: 24px;
}

.about-info .texts p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 24px;
}

.about-info .texts p:last-child {
    margin-bottom: 0;
}

.about-mission {
    background-color: #fff;
    padding: var(--padd100) 0;
    overflow: hidden;
}

.about-mission .flex {
    justify-content: space-between;
    display: flex;
}

.about-mission .flex .left,
.about-mission .flex .right {
    width: 47.9874213%;
}

.about-mission .title {
    text-align: left;
    color: #222;
}

.about-mission .text {
    margin-top: 16px;
}

.about-mission .text p {
    color: #222;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.about-mission .left .img_box {
    padding-top: 59.2105263%;
    border-radius: 10px;
    margin-top: 48px;
}

.about-mission .right .img_box {
    padding-top: 81.5789473%;
    border-radius: 10px;
}

.about-mission .right .about-number {
    margin-top: 48px;
}

.about-mission .right .about-number .number .val,
.about-mission .right .about-number .number .unit {
    color: #222;
}

.about-mission .right .about-number .texts p {
    color: #222;
}


.about-choose {
    padding: var(--padd100) 0;
}

.about-choose-list {
    margin: 36px var(--flex-margin) -30px;
}

.about-choose-list li {
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.about-choose-list .content {
    border: 1px solid var(--Gray-4, #D9D9D9);
    background: #FFF;
    cursor: pointer;
    transition: all 0.5s;
    padding: 24px 24px;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
}

.about-choose-list .content .iconfont {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
}

.about-choose-list .content .tits {
    color: var(--Gray-1, #222);
    /* H4-24 M */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
    transition: all 0.5s;
}

.about-choose-list .content .texts {
    margin-top: 8px;
}

.about-choose-list .content .texts p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .about-choose-list .content:hover {
        background-color: var(--main-color);
    }

    .about-choose-list .content:hover .iconfont {
        background-color: #fff;
        color: var(--main-color);
    }

    .about-choose-list .content:hover .tits {
        color: #fff;
    }

    .about-choose-list .content:hover .texts {
        margin-top: 8px;
    }

    .about-choose-list .content:hover .texts p {
        color: #fff;
    }
}

.about-factory {
    padding: var(--padd100) 0;
    background-color: #fff;
    margin-bottom: var(--padd100);
    overflow: hidden;
}

.about-factory .flex {
    display: flex;
    justify-content: space-between;
}

.about-factory .flex .left {
    width: 45.6603773%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-factory .flex .left .title {
    text-align: left;
}

.about-factory .flex .left .text {
    margin-top: 36px;
}

.about-factory .flex .left .text p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.about-factory .flex .right {
    width: 50.3144654%;
}

.about-factory-slist {
    margin: 50px -6px 0;
    width: 100%;
}

.about-factory-sitem {
    padding: 0 6px;
}

.about-factory-scont {
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.about-factory-scont::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: 2;
    border: 1px solid var(--Gray-3, #4C4C4C);
    transition: all 0.5s;
    opacity: 0;
}

.about-factory-scont .img_box {
    padding-top: 57.1428571%;
}

.slick-current .about-factory-scont::after {
    opacity: 1;
}

.about-factory-blist {
    border-radius: 10px;
    overflow: hidden;
}

.about-factory-blist .img_box {
    padding-top: 56.25%;
}

.qualificat-practice .content .img_box {
    padding-top: 69.3333333%;
}

.qualificat-practice2 {
    background-color: #fff;
}

.qualificat-practice2 .content .img_box {
    padding-top: 135.5932203%;
}

.qualificat-practice2,
.qualificat-practice {
    padding: var(--padd100) 0;
}

.qualificat-practice2 .content .img_box,
.qualificat-practice .content .img_box {
    cursor: pointer;
}

.qualificat-practice2 .content .tits,
.qualificat-practice .content .tits {
    margin-top: 12px;
    color: var(--Gray-3, #4C4C4C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {

    .qualificat-practice2 .content:hover .img_box img,
    .qualificat-practice .content:hover .img_box img {
        transform: scale(1.05);
    }

    .qualificat-practice2 .content:hover .tits,
    .qualificat-practice .content:hover .tits {
        color: var(--main-color);
    }
}

.qualificat-practice2 .title,
.qualificat-practice .title {
    margin-bottom: 36px;
}

.qualificat-practice2 .slick,
.qualificat-practice .slick {
    position: relative;
}

.qualificat-practice2 .list,
.qualificat-practice .list {
    margin: 0 var(--flex-margin);
}

.qualificat-practice2 .item,
.qualificat-practice .item {
    padding: 0 var(--flex-padding);
}

.carter_arrow {
    width: calc(100% + 190px);
}

.mod-prev,
.mod-next {
    width: 48px;
    height: 48px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.5s;
}

.mod-prev span,
.mod-next span {
    color: #222222;
    font-size: 26px;
}

.mod-prev {
    transform: rotate(180deg);
}

@media screen and (min-width: 1200px) {

    .mod-prev:hover,
    .mod-next:hover {
        border-color: var(--main-color);
    }

    .mod-prev:hover span,
    .mod-next:hover span {
        color: var(--main-color);
    }
}

.qualificat-practice3 {
    overflow: hidden;
    padding: var(--padd100) 0;
}

.qualificat-practice3 .title {
    margin-bottom: 36px;
}

.qualificat-p3-list {
    margin: 0 -7px;
}

.qualificat-p3-list .item {
    padding: 0 7px;
}

.qualificat-p3-list .content {
    border-radius: 10px;
    overflow: hidden;
}

.qualificat-p3-list .content .img_box {
    padding-top: 55.84415584%;
}

@media screen and (min-width: 1200px) {
    .qualificat-p3-list .content:hover .img_box img {
        transform: scale(1.05);
    }
}

.product-content>.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    --leftWidth: 350px;
    --left-mr: 55px;
}

.product-content>.flex>.left {
    width: var(--leftWidth);
    margin-right: var(--left-mr);
    flex-shrink: 0;
    position: sticky;
    left: 0;
    top: 110px;
}

.product-content>.flex>.left .title {
    color: var(--main-color, #027EC2);
    /* H4-24 M */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.product-content>.flex>.right {
    width: calc(100% - var(--leftWidth) - var(--left-mr));
    --margin-x: -15px;
    /* list 负margin */
    --padding-x: 15px;
    /* item 左右间距 */
    --list-mb: -30px;
    /* list 下边距 */
    --margin-y: 30px;
}

.oem-services {
    width: calc(100% - var(--leftWidth) - var(--left-mr));
    --margin-x: -15px;
    /* list 负margin */
    --padding-x: 15px;
    /* item 左右间距 */
    --list-mb: -30px;
    /* list 下边距 */
    --margin-y: 30px;
}

@media screen and (min-width: 1201px) {
    .oem-services .product-item {
        width: 25%;
        padding: 0 var(--padding-x);
        margin-bottom: var(--margin-y);
    }
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--margin-x) var(--list-mb);
}

.product-item {
    width: 33.33333%;
    padding: 0 var(--padding-x);
    margin-bottom: var(--margin-y);
}

.product-nav-item {
    border-bottom: 1.5px solid #F0F0F0;
}

.product-nav-link {
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-nav-link p {
    color: var(--Gray-1, #222);
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* */
    text-transform: capitalize;
    transition: all 0.5s;
    padding-right: 24px;
}

.product-nav-link .iconfont {
    font-size: 22px;
    color: #222222;
}

.product-second {
    padding: 2px 0;
}

.product-second-item {
    margin-bottom: 12px;
}

.product-second-item a {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

@media screen and (min-width: 1200px) {
    .product-second-item a:hover {
        color: var(--main-color);
    }
}

.product-second {
    display: none;
}

.product-nav-item.active .product-second {
    display: block;
}

.product-nav-item.active .product-nav-link .iconfont {
    transform: rotate(90deg);
}

.product-second-item.active a {
    color: var(--main-color);
    text-decoration: underline;
}

.product {
    padding: var(--padd100) 0;
}

.img_box {
    display: block;
}

.product-link {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    height: 100%;
    border: 1px solid #F0F0F0;
    transition: all 0.5s;
    cursor: pointer;
}

.product-link .img_box {
    padding-top: 73.6842105%;
}

.product-link .content {
    flex-grow: 1;
    padding: 24px 12px 24px;
}

.product-link .content .tits {
    color: var(--Gray-1, #222);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    transition: all 0.5s;
}

.product-link .content .texts {
    margin-top: 12px;
}

.product-link .content .texts p {
    color: var(--Gray-3, #4C4C4C);
    white-space: nowrap;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-link .content .group {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #F0F0F0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -14px;
}

.product-link .content .cart-btnp,
.product-link .content .mores {
    display: block;
    padding: 12px 27px;
    margin-bottom: 14px;
}

.product-link .content .cart-btnp {
    color: #fff;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    margin-right: 10px;
    transition: all 0.5s;
    cursor: pointer;
    background-color: #222;
}

.product-link .content .mores {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    border: 1px solid #4C4C4C;
}

@media screen and (min-width: 1200px) {
    .product-link .content .cart-btnp:hover {
        background-color: var(--main-color);
    }

    .product-link .content .mores:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
    }
}

@media screen and (min-width: 1200px) {
    .product-link:hover {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .product-link:hover .img_box img {
        transform: scale(1.05);
    }

    .product-link:hover .content .tits {
        text-decoration: underline;
        color: var(--main-color);
    }
}

/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: center;
    --margin-x: 7px;
    --fs: 24px;
    --iconfs: 28px;
    --wh: 50px;
    --bg: #e6e6e6;
    --page-color: #D9D9D9;
    margin-top: 45px;
}

.mod_page_item {
    margin: 0 var(--margin-x);
}

.mod_page_item.omit {
    pointer-events: none;
}

.mod_page .prev,
.mod_page .next {
    margin: 0 calc(var(--margin-x) + 5px) !important;
}

.mod_page_item a {
    color: var(--page-color);
    transition: all 0.36s;
    display: block;
    text-align: center;
    border-radius: 50%;
    width: auto;
    font-size: var(--fs);
}

.mod_page .prev a,
.mod_page .next a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod_page .prev span {
    transform: rotate(180deg);
}

.mod_page .next span {
    transform: rotate(0deg);
}

.mod_page .prev span,
.mod_page .next span {
    font-size: var(--iconfs);
}

.mod_page_item.act a {
    color: #222;
}

@media screen and (min-width: 1200px) {

    .mod_page_item.prev a:hover span,
    .mod_page_item.next a:hover span {
        color: #222;
    }

    .mod_page_item:not(.prev, .next) a:hover {
        color: #222;
    }
}

/* 分页-end */
.prodeta {
    background-color: #fff;
}

.prodeta-info {
    padding: var(--padd100) 0 72px;
    background-color: #fff;
    overflow: hidden;
}

.prodeta-info .flex {
    display: flex;
    justify-content: space-between;
}

.prodeta-info .left {
    width: 40.2515723%;
}

.prodeta-info .left .img_box {
    padding-top: 75%;
}

.prodeta-info .right {
    width: 57.5471698%;
    padding-top: 36px;
}

.prodeta-info .right .title {
    margin-bottom: 24px;
}

.prodeta-info .right .dec {
    background-color: #fff;
    padding: 24px 24px;
}

.prodeta-info .right .dec .tits {
    color: var(--main-color, #027EC2);
    /* H4-24 M */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
}

.prodeta-info .right .dec .texts {
    margin-top: 12px;
}

.prodeta-info .right .dec .texts p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.prodeta-info .right .tables {
    margin-top: 24px;
}

.prodeta-info .right .tables table {
    width: 100%;
}

.prodeta-info .right .tables td {
    width: 25%;
    border: 1px solid #F0F0F0;
    padding: 12px;
    color: var(--Gray-2, #343434);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.prodeta-info .right .tables td:nth-child(odd) {
    background-color: #E6F3F9;
    color: #027EC2;
}

.prodeta-info .right .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
}

.prodeta-info .right .controls .group {
    display: flex;
}

.prodeta-info .right .controls .inquiry-btn,
.prodeta-info .right .controls .cart-btn {
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.5s;
}

.prodeta-info .right .controls .inquiry-btn {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    background-color: #222;
    margin-right: 24px;
}

.prodeta-info .right .controls .cart-btn {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    /*  */
    text-transform: uppercase;
    border: 1px solid var(--Gray-3, #4C4C4C);
}

@media screen and (min-width: 1200px) {
    .prodeta-info .right .controls .inquiry-btn:hover {
        background-color: var(--main-color);
        color: #fff;
    }

    .prodeta-info .right .controls .cart-btn:hover {
        background-color: #222;
        color: #fff;
        border-color: #222;
    }
}

.prodeta-info .right .controls .shares {
    display: flex;
    align-items: center;
}

.prodeta-info .right .controls .shares p {
    color: var(--Gray-2, #343434);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    margin-right: 12px;
}

.prodeta-info .right .prodeta-download {
    margin-top: 64px;
}

.prodeta-info .right .prodeta-download .tits {
    color: var(--main-color, #027EC2);
    /* H4-24 M */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.prodeta-info .right .prodeta-download .links {
    display: flex;
}

.prodeta-info .right .prodeta-download .links a {
    display: flex;
    align-items: center;
}

.prodeta-info .right .prodeta-download .links a p {
    color: var(--Gray-1, #222);
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 130% */
    text-transform: capitalize;
    margin-right: 12px;
    transition: all 0.5s;
}

.prodeta-info .right .prodeta-download .links a span {
    font-size: 18px;
    color: var(--main-color);
}

.prodeta-info .right .prodeta-download .links a::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: #D9D9D9;
    flex-shrink: 0;
    margin: 0 24px;
}

@media screen and (min-width: 1200px) {
    .prodeta-info .right .prodeta-download .links a:hover p {
        color: var(--main-color);
    }
}

.prodeta-info .right .prodeta-download .links a:last-child::after {
    display: none;
}

.mod-tit36 {
    color: var(--Gray-2, #343434);
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
}

.prodeta-info-blist {
    margin-bottom: 14px;
}

.prodeta-info-slist {
    margin: 0 -7px;
}

.prodeta-info-sitem {
    padding: 0 7px;
}

.prodeta-info-scont {
    cursor: pointer;
    position: relative;
}

.prodeta-info-scont::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px solid var(--main-color);
    transition: all 0.5s;
    opacity: 0;
}

@media screen and (min-width: 1200px) {
    .prodeta-info-scont:hover img {
        transform: scale(1.05);
    }
}

.slick-current .prodeta-info-scont::after {
    opacity: 1;
}

.prodeta-nav {
    background-color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #D9D9D9;
    position: sticky;
    left: 0;
    top: 84px;
    z-index: 10;
}

.prodeta-nav-list {
    display: flex;
}

.prodeta-nav-item {
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 36px;
    transition: all 0.5s;
    cursor: pointer;
    color: var(--main-color, #027EC2);
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
}

.prodeta-nav-item.active {
    background-color: #fff;
}

@media screen and (min-width: 1200px) {
    .prodeta-nav-item:hover {
        background-color: #fff;
    }
}

.prodeta-description {
    padding-top: 40px;
}

.prodeta-description .title {
    margin-bottom: 36px;
}

.prodeta-description .edit h3 {
    color: var(--Gray-1, #222);
    /* H4-24 M */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
    text-transform: capitalize;
    margin-bottom: 12px;
}

.prodeta-description .edit table {
    width: 100%;
}

.prodeta-description .edit td {
    width: 25%;
    border: 1px solid #F0F0F0;
    padding: 12px;
    color: var(--Gray-2, #343434);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.prodeta-description .edit td:nth-child(odd) {
    background-color: #E6F3F9;
    color: #027EC2;
}

.prodeta-description .edit p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.prodeta-description-other {
    display: flex;
    margin-top: 24px;
}

.prodeta-description-other .videos,
.prodeta-description-other .imgs {
    width: 50%;
    position: relative;
}

.prodeta-description-other .videos .img_box,
.prodeta-description-other .imgs .img_box {
    padding-top: 56.25%;
}

.prodeta-description-other .videos .iconfont,
.prodeta-description-other .imgs .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: var(--main-color);
}

.prodeta-description-other .videos {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .prodeta-description-other .videos:hover img {
        transform: scale(1.05);
    }

    .prodeta-description-other .videos:hover .iconfont {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.prodeta-faq {
    padding-top: 64px;
}

.prodeta-faq .title {
    margin-bottom: 20px;
}

.prodeta-faq-item {
    border-bottom: 1.5px solid #F0F0F0;
}

.prodeta-faq-item .hds {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
    cursor: pointer;
}

.prodeta-faq-item .hds p {
    color: var(--Gray-1, #222);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    padding-right: 30px;
    transition: all 0.5s;
}

.prodeta-faq-item .hds .iconfont {
    font-size: 22px;
    color: #222222;
}

.prodeta-faq-item .bds {
    padding: 0px 0 24px;
    display: none;
}

.prodeta-faq-item .bds p {
    color: var(--Gray-2, #343434);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.prodeta-faq-item.active .hds p {
    color: var(--main-color);
}

.prodeta-faq-item.active .hds .iconfont {
    color: var(--main-color);
    transform: rotate(180deg);
}

.prodeta-inquiry {
    margin-top: 64px;
}

.prodeta-inquiry-form {
    background-color: #fff;
    padding: 36px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.prodeta-inquiry-form .title {
    margin-bottom: 48px;
}

.mod-forms {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.mod-forms .items {
    padding: 0 12px;
    width: 25%;
    margin-bottom: 24px;
}

.mod-forms .items.block {
    width: 100% !important;
}

.mod-forms .items.textarea {
    margin-bottom: 40px;
}

.mod-forms .items:last-child {
    margin-bottom: 0;
}

.mod-forms .items.proname .conts {
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: #E6F3F9;
}

.mod-forms .items.proname .conts .key {
    flex-shrink: 0;
    color: var(--Gray-1, #222);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    margin-bottom: 0;
}

.mod-forms .items.proname .conts input {
    background-color: transparent;
    color: var(--Gray-1, #222);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding-left: 4px;
}

.mod-forms .conts .key {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 8px;
}

.mod-forms .conts input {
    width: 100%;
    height: 46px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    padding: 0 12px;
    color: #444;
    /* Medium/ Regular */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
}

.mod-forms .conts input::-webkit-input-placeholder,
.mod-forms .conts textarea::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #D9D9D9;
}

.mod-forms .conts textarea {
    width: 100%;
    height: 90px;
    padding: 12px;
    color: #444;
    /* Medium/ Regular */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.143%;
    background-color: #fff;
    border: 1px solid #F0F0F0;
}

.mod-forms .conts button {
    padding: 12px 36px;
    background-color: #222;
    display: inline-block;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .mod-forms .conts button:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}

.prodeta-related {
    padding: 64px 0 var(--padd100);
}

.prodeta-related .hds {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.prodeta-related .arrow {
    display: flex;
    align-items: center;
}

.prodeta-related .arrow .prev,
.prodeta-related .arrow .next {
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodeta-related .arrow .prev span,
.prodeta-related .arrow .next span {
    font-size: 26px;
    color: #D9D9D9;
}

.prodeta-related .arrow .prev {
    transform: rotate(180deg);
    margin-right: 12px;
}

@media screen and (min-width: 1200px) {

    .prodeta-related .arrow .prev:hover span,
    .prodeta-related .arrow .next:hover span {
        color: #222;
    }
}

.prodeta-related-list {
    margin: 0 var(--flex-margin);
}

.prodeta-related-item {
    padding: 0 var(--flex-padding);
}

.oem .home-service {
    background-color: #fff;
    padding: 30px 0 !important;
}

.oem .home-service .subtit .mod-subtit {
    color: #4C4C4C;
}

.oem .home-service .mod-subtit {
    border-right: 1px solid #4C4C4C;
    border-left: 1px solid #4C4C4C;
}

.oem .home-service .title {
    color: #222;
}

.oem .home-service .home-service-conts .tits {
    color: #222;
    display: none;
}

.oem-services {
    padding-bottom: var(--padd100);
}

.oem-services .subtit {
    text-align: center;
    margin-bottom: 20px;
}

.oem-services .subtit .mod-subtit {
    border-right: 1px solid #4C4C4C;
    border-left: 1px solid #4C4C4C;
    color: #4C4C4C;
}

.oem-services .title {
    margin-bottom: 36px;
}

.oem-services-flex {
    display: flex;
    justify-content: space-between;
    --x: 64px;
}

.oem-services-flex .left {
    width: 50%;
}

.oem-services-flex .left .img_box {
    padding-top: 62.8205128%;
    height: 100%;
}

.oem-services-flex .left .img_box img {
    object-fit: cover;
}

.oem-services-flex .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
    padding-left: var(--x);
}

.mod-services .number {
    color: var(--main-color, #027EC2);
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.mod-services .tits {
    color: var(--Gray-1, #222);
    /* H3-36 B */
    font-family: "DM Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
    margin-bottom: 24px;
}

.mod-services .texts p {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    text-transform: capitalize;
}

.oem-services-flex,
.oem-services-center {
    margin-bottom: 64px;
}

.oem-services-flex:last-child,
.oem-services-center:last-child {
    margin-bottom: 0;
}

.oem-services-center .mod-services {
    text-align: center;
    margin-bottom: 36px;
}

.oem-services-center .img_box {
    padding-top: 34.5911949%;
    cursor: pointer;
}

.oem-services-center .img_box .iconfont {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 48px;
    color: var(--main-color);
    border-radius: 10px;
}

@media screen and (min-width: 1200px) {
    .oem-services-center .img_box:hover img {
        transform: scale(1.05);
    }

    .oem-services-center .img_box:hover .iconfont {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.oem-services-flex.reverse {
    flex-direction: row-reverse;
}

.oem-services-flex.reverse .right {
    padding-left: 0;
    padding-right: var(--x);
}

.video {
    padding: var(--padd100) 0;
}

.video-list {
    margin: 0 var(--flex-margin) -30px;
}

.video-item {
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.video-content {
    cursor: pointer;
    height: 100%;
    padding: 7px;
    background-color: #fff;
    transition: all 0.5s;
}

.video-content .img_box {
    padding-top: 56%;
}

.video-content .img_box .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
}

.video-content .tits {
    margin-top: 12px;
    color: var(--main-color, #027EC2);
    text-align: center;
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    padding: 8px 0;
    color: #222;
}

@media screen and (min-width: 1200px) {
    .video-content:hover {
        background-color: #E6F3F9;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    }

    .video-content:hover .img_box img {
        transform: scale(1.05);
    }

    .video-content:hover .tits {
        color: #027EC2;
    }
}

.blog {
    padding: var(--padd100) 0;
}

.blog .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog .left {
    width: 350px;
    position: sticky;
    left: 0;
    top: 110px;
}

.blog .left .title {
    margin-bottom: 24px;
    color: var(--main-color, #027EC2);
    /* H4-24 M */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: capitalize;
}

.blog .right {
    width: calc(100% - 350px);
    padding-left: 55px;
}

.blog-nav {
    margin-bottom: 48px;
}

.blog-nav .list li {
    margin-bottom: 12px;
}

.blog-nav .list li a {
    display: block;
    color: var(--Gray-1, #222);
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    padding-bottom: 12px;
    border-bottom: 1px solid #F0F0F0;
}

@media screen and (min-width: 1200px) {
    .blog-nav .list li a:hover {
        color: var(--main-color);
    }
}

.blog-nav .list li.active a {
    color: var(--main-color);
}

.blog-nav .list li:last-child {
    margin-bottom: 0;
}

.blog-posts li {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #F0F0F0;
}

.blog-posts li:last-child {
    margin-bottom: 0;
}

.blog-posts a {
    display: block;
}

.blog-posts a .time {
    color: var(--main-color, #027EC2);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 12px;
}

.blog-posts a .tits {
    color: var(--Gray-1, #222);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /*  */
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .blog-posts a:hover .tits {
        text-decoration: underline;
    }
}

.blog-list {
    margin: 0 var(--flex-margin) -30px;
}

.blog-item {
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.contact {
    display: flex;
    overflow: hidden;
}

.contact .left {
    width: calc(100% - 36.15625%);
    padding-left: calc((100% - 1590px) / 2) !important;
    padding: var(--padd100) 0;
    display: flex;
    position: relative;
    z-index: 2;
}

.contact .right {
    width: 35.15625%;
}

.contact .right .img_box {
    padding-top: 100%;
    height: 100%;
}

.contact .right .img_box img {
    object-fit: cover;
}

.contact-info {
    width: 375px;
}

.contact-info .tits {
    color: var(--Gray-1, #222);
    /* H2-40 B */
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 36px;
}

.contact-info .item {
    margin-bottom: 24px;
}

.contact-info .item .key {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 8px;
}

.contact-info .item .val p,
.contact-info .item .val a,
.contact-info .item .val span {
    color: var(--main-color, #027EC2);
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 8px;
    display: inline-block;
}

@media screen and (min-width: 1200px) {
    .contact-info .item .val a:hover {
        text-decoration: underline;
    }
}

.contact-info .item .val span {
    margin: 0 6px;
}

.contact-info .item:last-child {
    margin-bottom: 0;
}

.contact-form {
    width: calc(100% - 375px);
    padding-left: 64px;
    padding-top: 20px;
}

.contact-form-box {
    margin-right: -135px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 36px;
}

.contact-form-box .mod-forms .items {
    width: 50%;
}

.contact-form-box .mod-forms .conts textarea {
    height: 90px;
}

.partner-market {
    padding: var(--padd100) 0;
}

.partner-market .title {
    margin-bottom: 36px;
}

.partner-market .text p {
    color: var(--Gray-3, #4C4C4C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.partner-joining {
    padding: var(--padd100) 0;
    position: relative;
    z-index: 1;
}

.partner-joining .title {
    margin-bottom: 48px;
}

.partner-joining>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.partner-joining .list {
    display: flex;
    flex-wrap: wrap;
}

.partner-joining .item {
    width: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-joining .item .iconfont {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E6F3F9;
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 16px;
}

.partner-joining .item .tits {
    position: relative;
    width: 100%;
    z-index: 1;
    color: var(--main-color, #027EC2);
    text-align: center;
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    /* 130% */
    text-transform: capitalize;
    padding: 6px 30px;
}

.partner-joining .item .tits::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #E6F3F9;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%, 26px 50%);
    z-index: -1;
}

.partner-joining .item:nth-child(even) .iconfont {
    background-color: var(--main-color);
    color: #fff;
}

.partner-joining .item:nth-child(even) .tits {
    color: #fff;
}

.partner-joining .item:nth-child(even) .tits::after {
    background-color: var(--main-color);
}

.partner-choose {
    padding: var(--padd100) 0;
    background-color: #fff;
    margin-bottom: 0 !important;
}

.partner-choose .text {
    margin-top: 16px;
}

.partner-choose .text p {
    color: var(--Gray-3, #4C4C4C);
    text-align: center;
    /* Paragraph/Body */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.partner-choose-list {
    display: flex;
    flex-wrap: wrap;
    margin: 36px var(--flex-margin) -30px;
    justify-content: center;
}

.partner-choose-item {
    padding: 0 var(--flex-padding);
    width: 25%;
    margin-bottom: 30px;
}

.partner-choose-content {
    border: 1px solid var(--Gray-4, #D9D9D9);
    background: var(--White, #FFF);
    flex-direction: column;
    display: flex;
    padding: 24px 24px;
    align-items: center;
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
}

.partner-choose-content .iconfont {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.partner-choose-content .tits {
    color: var(--main-color, #027EC2);
    text-align: center;
    /* H4-24 M */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.5s;
}

.partner-choose-content .texts p {
    color: var(--Gray-3, #4C4C4C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .partner-choose-content:hover {
        border-color: var(--main-color);
        background-color: var(--main-color);
    }

    .partner-choose-content:hover .iconfont {
        background-color: #fff;
        color: var(--main-color);
    }

    .partner-choose-content:hover .tits {
        color: #fff;
    }

    .partner-choose-content:hover .texts p {
        color: #fff;
    }
}

.partner-support {
    padding: var(--padd100) 0;
}

.partner-support .title {
    margin-bottom: 48px;
}

.partner-support-list {
    display: flex;
    margin: 0 var(--flex-margin);
}

.partner-support-item {
    padding: 0 var(--flex-padding);
    width: 25%;
}

.partner-support-conts {
    position: relative;
    z-index: 2;
    height: 100%;
}

.partner-support-conts .number {
    position: absolute;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    background-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--main-color, #027EC2);
    font-family: "DM Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    /* 100% */
    text-transform: capitalize;
    color: transparent;
}

.partner-support-conts .content {
    width: 300px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 90px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 3px solid var(--main-color, #027EC2);
    margin-left: auto;
    height: 100%;
}

.partner-support-conts .content .tits {
    color: #171717;
    /* H5-20 M */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.partner-support-conts .content .text p {
    color: var(--Gray-3, #4C4C4C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.mod-message {
    margin-bottom: -52px;
    position: relative;
    z-index: 2;
}

.mod-message .flex {
    display: flex;
    background-color: #fff;
}

.mod-message .flex .left {
    width: calc(100% - 31.169811%);
    padding: 36px 36px;
}

.mod-message .mod-tit56 {
    color: #000ec9;
}


.mod-message .flex .left .subtit {
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.mod-message .flex .left .title {
    color: #222;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 48px;
}

.mod-message .flex .left .more {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid var(--Gray-4, #D9D9D9);
    color: #222;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .mod-message .flex .left .more:hover {
        background-color: #fff;
        border-color: #fff;
        color: var(--main-color);
    }
}

.mod-message .flex .right {
    width: 31.169811%;
    position: relative;
}

.mod-message .flex .right>img {
    position: absolute;
    height: 100%;
    width: initial;
    left: 0;
    top: 0;
    z-index: 2;
}

.mod-message .flex .right .img_box {
    padding-top: 40%;
    height: 100%;
}

.mod-message .flex .right .img_box img {
    object-fit: cover;
}

/* sitemap */
.sitemap_cont {
    padding: 100px 0;
}

.sitemap_cont_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sitemap_cont_item {
    width: 25%;
    padding: 0 10px;
}

.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: var(--main-color);
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap_cont_link:hover {
    text-decoration: underline;
}

.sitemap_second_list {
    margin-top: 15px;
}

.sitemap_second_item {
    margin-bottom: 10px;
}

.sitemap_second_link {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}

.sitemap_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {
    .sitemap_cont {
        padding: 90px 0;
    }

    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }

    .sitemap_cont {
        padding: 80px 0;
    }

    .sitemap_cont_list {
        margin: 0 -8px;
    }

    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }

    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .sitemap_cont {
        padding: 70px 0;
    }
}

@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }

    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .sitemap_cont_item {
        width: 33.333333%;
        margin-bottom: 20px;
    }

    .sitemap_cont {
        padding: 60px 0;
    }
}

@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 55px 0;
    }

    .sitemap_cont_list {
        flex-direction: column;
    }

    .sitemap_cont_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }
}

/* sitemap-end */
.privacy_cont {
    padding: 100px 0;
}

.privacy_cont .title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
}

.privacy_cont .edit p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

@media screen and (max-width: 1680px) {
    .privacy_cont {
        padding: 90px 0;
    }

    .privacy_cont .title {
        margin-bottom: 35px;
        font-size: 30px;
    }
}

@media screen and (max-width: 1440px) {
    .privacy_cont {
        padding: 80px 0;
    }

    .privacy_cont .title {
        margin-bottom: 35px;
        font-size: 28px;
    }
}

@media screen and (max-width: 1200px) {
    .privacy_cont {
        padding: 70px 0;
    }

    .privacy_cont .title {
        margin-bottom: 30px;
        font-size: 26px;
    }
}

@media screen and (max-width: 991px) {
    .privacy_cont {
        padding: 60px 0;
    }

    .privacy_cont .title {
        margin-bottom: 25px;
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .privacy_cont {
        padding: 55px 0;
    }

    .privacy_cont .title {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

/* newdate */
.newdate_info_tit {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}

.news_info {
    margin-bottom: 50px;
}

.news_info li {
    list-style: inherit;
}

.news_info ol,
.news_info ul {
    padding-left: 1rem;
}

.news_primary {
    padding-top: 50px !important;
    padding-bottom: 90px !important;
}

.news_info h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: var(--main-color);
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .newdate_info {
        padding: 55px 0 20px;
    }

    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .pdrf_shares_text {
        font-size: 20px;
    }

    .news_info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .newdate_info {
        padding: 50px 0 15px;
    }

    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .newdate_info_date {
        font-size: 14px;
    }

    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .news_info {
        margin-bottom: 30px;
    }

    .pdrf_shares_text {
        font-size: 18px;
    }

    .newdate_page {
        margin-top: 30px;
    }

    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }

    .newdate_prev {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }

    .newdate_info {
        padding: 40px 0 12px;
    }

    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .pdrf_shares_text {
        font-size: 16px;
    }

    .news_info h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }

    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 1.4;
    }

    .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}

/* newdate-end */
.prodeta-inquiry.page-inquiry {
    margin-top: 0;
    padding-bottom: var(--padd100);
}

/* shop */
.shop_cont {
    padding: var(--padd100) 0px;
}

.shop_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop_cheack {
    display: flex;
    align-items: center;
    width: 120px;
    min-width: 70px;
    margin-right: 10px;
}

.shop_photo {
    width: 200px;
    flex-shrink: 0;
}

.shop_photo_img {
    padding-top: 100%;
    border: 1px solid #ecebeb;
    transition: all 0.36s;
    display: block;
    overflow: hidden;
}

.shop_photo_img img {
    transform: scale(0.9);
}

.shop_photo_img:hover img {
    transform: scale(1);
}

.shop_photo_img:hover {
    border: 1px solid var(--main-color);
}

.shop_name {
    width: 30%;
    min-width: 200px;
    padding-right: 20px;
    padding-left: 20px;
}

.shop_list .shop_text {
    transition: all 0.36s;
}

.shop_number {
    width: 180px;
    flex-shrink: 0;
}

.shop_number_text,
.shop_operation_text,
.shop_text,
.shop_photo_text,
.shop_cheack_text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.shop_list .shop_number_text,
.shop_list .shop_operation_text,
.shop_list .shop_text,
.shop_list .shop_photo_text,
.shop_list .shop_cheack_text {
    color: #222;
}

.shop_operation {
    width: 140px;
    flex-shrink: 0;
}

.shop_header {
    padding: 20px 0;
    background-color: var(--main-color);
}

.shop_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.shop_cont input[type=checkbox] {
    -webkit-appearance: auto;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 10px;
}

.shop_item .shop_row {
    padding: 20px 0;
    border-bottom: 1px solid #e2e2e2;
}

.shop_operation_btn {
    cursor: pointer;
    padding: 15px;
    box-sizing: content-box;
    display: inline-block;
}

.shop_operation_btn span {
    font-size: 20px;
}

.shop_operation_btn:hover span {
    color: var(--main-color);
}

.shop_operation {
    text-align: center;
}

.shop_number_control {
    display: flex;
    align-items: center;
}

.shop_number_control>div {
    cursor: pointer;
    width: 34px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    transition: all 0.36s;
}

.shop_number_control>div:hover {
    color: #fff;
    background-color: var(--main-color);
}

.shop_number_control input {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1680px) {
    .shop_cheack {
        width: 70px;
        min-width: 70px;
    }

    .shop_main {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1560px) {
    .shop_cheack {
        width: 50px;
        min-width: 50px;
    }

    .shop_number {
        width: 160px;
    }

    .shop_photo {
        width: 190px;
    }
}

@media screen and (max-width: 1440px) {
    .shop_cont input[type=checkbox] {
        width: 15px;
        height: 15px;
    }

    .shop_photo {
        width: 180px;
    }

    .shop_number_text,
    .shop_operation_text,
    .shop_text,
    .shop_photo_text,
    .shop_cheack_text {
        font-size: 15px;
    }

    .shop_number_control>div {
        width: 30px;
        line-height: 28px;
        font-size: 16px;
    }

    .shop_number_control input {
        width: 45px;
        font-size: 14px;
    }

    .shop_operation_btn {
        padding: 12px;
    }

    .shop_operation_btn span {
        font-size: 18px;
    }

    .shop_number {
        width: 125px;
    }

    .shop_header {
        padding: 15px 0;
    }

    .shop_main {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .shop_photo {
        width: 170px;
    }

    .shop_main {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .shop_photo {
        width: 150px;
    }

    .shop_operation {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {

    .shop_header .shop_photo,
    .shop_header .shop_name,
    .shop_header .shop_number,
    .shop_header .shop_operation {
        display: none;
    }

    .shop_header {
        padding: 10px 0;
    }

    .shop_item .shop_row {
        padding: 16px 17px;
    }

    .shop_cont input[type=checkbox] {
        width: 14px;
        height: 14px;
    }

    .shop_row {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .shop_item .shop_row {
        padding-bottom: 60px !important;
        padding: 16px 15px;
    }

    .shop_item {
        margin-bottom: 10px;
    }

    .shop_row>div {
        width: 100%;
    }

    .shop_number_control {
        justify-content: center;
    }

    .shop_name {
        width: 100%;
        text-align: center;
        padding: 15px 0 12px;
    }

    .shop_item .shop_cheack input {
        position: absolute;
        left: 0;
        bottom: 5px;
        margin: 12px !important;
        box-sizing: content-box;
    }

    .shop_item .shop_operation_btn {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .shop_main {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

/* shop */
.ct_aside1 {
    position: fixed;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 10;
    --wh: 48px;
    --fs: 24px;
}

.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.ct_aside1_item {
    margin-bottom: 0px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child {
    margin-bottom: 0;
}

.ct_aside1_link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.36s;
}

.ct_aside1_link span {
    font-size: var(--fs);
    color: #fff;
}

.ct_aside1_item.active .ct_aside1_link {
    background-color: var(--main-color);
}

.ct_aside1_item:hover .ct_aside1_link {
    background-color: var(--main-color);
}

.ct_aside1_link,
.ct_aside1_switch {
    width: var(--wh);
    height: var(--wh);
    border-radius: 4px;
}

.ct_aside1_switch {
    background-color: var(--main-color);
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before {
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ct_aside1_switch::after {
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before {
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active {
    background-color: #031417;
    transform: rotate(-90deg);
}

.ct_aside1_cont {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

.ct_aside1_cont::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr {
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont a {
    display: inline-block;
    padding: 17px 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist {
    transform: translateX(100px);
}

.ct_aside1_list.active {
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px);
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item {
    transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width: 768px) {
    .ct_aside1_list {
        display: none;
    }

    .ct_aside1 {
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch {
        display: block;
    }
}

/* hover */
@media screen and (min-width: 1200px) {
    .ct_aside1_switch:hover {
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont {
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

/* 搜索页 */
.product_search {
    margin-bottom: 20px;
}

.product_search_tit {
    font-family: Redbold;
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}

.product_search_text {
    background-color: #f3f5f8;
    padding: 12px 20px;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1440px) {

    /* 搜索页 */
    .product_search_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_search_text {
        padding: 10px 15px;
    }

    .product_search {
        margin-bottom: 15px;
    }

    /* 搜索页-end */
}

.partner-joining-btn {
    display: inline-flex;
    padding: 12px 24px;
    border: 1px solid var(--Gray-1, #222);
    color: var(--Gray-1, #222);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.222%;
    text-transform: uppercase;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .partner-joining-btn:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
    }
}

.partner-joining .more {
    margin-top: 54px;
    text-align: center;
}

.ct_aside1 .ct_aside1_item.gotop {
    display: none;
}

.ct_aside1.active .ct_aside1_item.gotop {
    display: flex;
}