@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family: "Roboto", "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: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Red Hat Display';
    src: local('Red Hat Display Medium'), local('RedHatDisplay-Medium'), url('../fonts/redhatdisplay/RedHatDisplay-Medium.woff2') format('woff2'), url('../fonts/redhatdisplay/RedHatDisplay-Medium.woff') format('woff'), url('../fonts/redhatdisplay/RedHatDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: local('Red Hat Display Bold'), local('RedHatDisplay-Bold'), url('../fonts/redhatdisplay/RedHatDisplay-Bold.woff2') format('woff2'), url('../fonts/redhatdisplay/RedHatDisplay-Bold.woff') format('woff'), url('../fonts/redhatdisplay/RedHatDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: local('Red Hat Display Regular'), local('RedHatDisplay-Regular'), url('../fonts/redhatdisplay/RedHatDisplay-Regular.woff2') format('woff2'), url('../fonts/redhatdisplay/RedHatDisplay-Regular.woff') format('woff'), url('../fonts/redhatdisplay/RedHatDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 谷歌翻译后防止与sticky产生冲突 */
.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 {
    display: none;
}

/* 去除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;
    }
}

:root {
    font-size: 16px;
    --main-color: #C73119;
    --flex-margin: -15px;
    --flex-padding: 15px;
    scroll-behavior: initial;
}

/* 翻译插件展位 */
.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;
}

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

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

ul {
    padding: 0;
}

.hc_cont1650 {
    width: 1650px;
    max-width: 100%;
    margin: 0 auto;
}

.header-top {
    --height: 50px;
    background-color: #000000;
}

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

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

.header-l {
    margin-right: 10px;
}

.header-l a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.header-search {
    margin-right: 54px;
    position: relative;
    cursor: pointer;
}

.header-search::after {
    content: "";
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: #FFFFFF;
    opacity: 0.5;
    pointer-events: none;
}

.header-search span {
    font-size: 18px;
    color: #fff;
}

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

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

    .hd_link {
        height: var(--height);
        display: flex;
        align-items: center;
        color: #fff;
        color: #C2C2C2;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .hd_link:hover {
        text-decoration: underline;
        color: #fff;
    }

    .hd_item.active .hd_link {
        text-decoration: underline;
        color: #fff;
    }

    .hd_second {
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 18px 24px;
        z-index: 2;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
    }

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

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

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

.hd_second {
    display: none;
}

.hd_three {
    display: none;
}

.header-bottom {
    --height: 90px;
    background-color: #fff;
}

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

/* 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 */
.header-product {
    display: flex;
}

.header-product-item {
    margin-right: 60px;
    position: relative;
}

.header-product-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    background-color: var(--main-color);
    opacity: 0;
}

.header-product-item:hover .header-product-down {
    opacity: 1;
    pointer-events: all;
}

.header-product-down {
    position: absolute;
    left: 0;
    transform: translateX(-15%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}

.header-product-down .tits {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    text-transform: capitalize;
    text-align: center;
    padding: 12px 14px;
    background-color: #333333;
}

.header-product-down .flexs {
    display: flex;
    background-color: #fff;
}

.header-product-down .flexs .left {
    width: 340px;
    flex-shrink: 0;
    background-color: #EAEAEA;
    padding: 25px;
}

.header-product-down .flexs .right {
    width: 620px;
    flex-shrink: 0;
    padding: 25px 30px;
}

.header-product-down .flexs .right .flexa {
    display: flex;
}

.header-product-down .flexs .right .flexa .imgs {
    width: 300px;
    flex-shrink: 0;
}

.header-product-down .flexs .right .flexa .imgs .img_box {
    padding-top: 67.6625659%;
}

.header-product-down .flexs .right .flexa .texts {
    width: calc(100% - 300px);
    padding-left: 20px;
}

.header-product-down .flexs .right .flexa .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 27.2px */
    text-transform: capitalize;
}

.header-product-navs li {
    margin-bottom: 12px;
}

.header-product-navs li:last-chlild {
    margin-bottom: 0;
}

.header-product-navs a {
    padding: 10px 20px;
    display: block;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 20px */
    text-transform: capitalize;
}

.header-product-navs li.active a {
    background-color: var(--main-color);
    color: #fff;
}

.header-product-item:nth-child(3) .header-product-down,
.header-product-item:nth-child(4) .header-product-down,
.header-product-item:nth-child(5) .header-product-down {
    left: initial;
    right: 0;
    transform: translateX(10%);
}

.header-product-item:last-child {
    margin-right: 0;
}

.header-product-link {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
    display: flex;
    height: var(--height);
    align-items: center;
    text-align: center;
}

.header-product-item.active::after {
    opacity: 1;
}

.header-product-item.active .header-product-link {
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .header-product-item:hover::after {
        opacity: 1;
    }

    .header-product-item:hover .header-product-link {
        color: var(--main-color);
    }
}

.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: var(--wh);
    height: var(--wh);
    background-color: #fff !important;
    opacity: 0.5 !important;
    margin: 0 var(--interval);
}

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

.mod-tit48,
.mod-tit48 p {
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Red Hat Display";
}

.mod-tit48.center {
    text-align: center;
}

.home-product {
    padding: 5.625rem 0;
    position: relative;
    z-index: 1;
}

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

.home-product .title {
    margin-bottom: 10px;
}

.home-product .text {
    width: 1170px;
    margin: 0 auto 3.75rem;
    max-width: 100%;
}

.home-product .text p {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.home-product-link {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    display: block;
}

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

.home-product-link .tits {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    background-color: #D8D8D8;
    transition: all 0.5s;
    padding: 12px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    .home-product-link:hover .tits {
        opacity: 0;
        transform: translateY(100%);
    }

    .home-product-link:hover .home-product-hover {
        opacity: 1;
        transform: scale(1);
    }
}

.home-product-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(199, 49, 25, 0.8);
    transition: all 0.5s;
    padding: 34px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    opacity: 0;
    transform: scale(0.5);
}

.home-product-hover .hover-tits {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 20px;
}

.home-product-hover .texts {
    margin-bottom: 20px;
}

.home-product-hover .texts p {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.home-product-hover .more {
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.home-product-hover .more p {
    color: var(--main-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-transform: capitalize;
    margin-right: 8px;
}

.home-product-hover .more span {
    color: var(--main-color);
    font-size: 16px;
}

.home-product-item {
    padding: 0 35px;
    margin-bottom: 50px;
}

.home-product-list {
    margin: 0 -35px -50px;
}

.home-more-product {
    text-align: center;
    padding-top: 100px;
}

.home-more-product>p {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.home-more-product a {
    width: 180px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
}

.home-more-product a p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-transform: capitalize;
    margin-right: 15px;
}

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

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

.home-data {
    position: relative;
    z-index: 1;
    padding: 95px 0;
}

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

.home-data-list {
    display: flex;
    margin: 0 -18px;
}

.home-data-item {
    width: 25%;
    padding: 0 18px;
}

.home-data-conts {
    background-color: #fff;
    border-radius: 16px;
    padding: 36px 30px 40px;
    position: relative;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.home-data-conts::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    opacity: 0;
}

.home-data-conts .number {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.home-data-conts .number .val {
    color: #C73119;
    font-family: "Red Hat Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 6px;
}

.home-data-conts .number .unit {
    color: #C73119;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 12px;
}

.home-data-conts .tits {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.home-data-conts .texts p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .home-data-conts:hover::after {
        opacity: 1;
    }
}

.home-data-item:nth-child(2) .number .val,
.home-data-item:nth-child(3) .number .val {
    color: #FFB800;
}

.home-data-item:nth-child(2) .number .unit,
.home-data-item:nth-child(3) .number .unit {
    color: #FFB800;
}

.home-data-item:nth-child(4) .number .val {
    color: #0073F9;
}

.home-data-item:nth-child(4) .number .unit {
    color: #0073F9;
}

.home-about {
    padding: 6.875rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

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

.home-about .left {
    width: 44.8484848%;
}

.home-about .left .img_box {
    padding-top: 63.5135135%;
}

.home-about .right {
    width: 47.8787878%;
}

.home-about .right .title {
    color: #FFF;
    margin-bottom: 20px;
}

.home-about .right .text1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.home-about .right .text1 p {
    display: flex;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    margin-right: 44px;
}

.home-about .right .text1 p::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    transform: translateY(15px) rotate(45deg);
    flex-shrink: 0;
    margin-right: 10px;
}

.home-about .right .text2 p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.home-case {
    padding: 6.875rem 0;
}

.home-case .title {
    margin-bottom: 10px;
}

.home-case .text {
    text-align: center;
    margin-bottom: 40px;
}

.home-case .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.home-case-list {
    display: flex;
    margin: 0 -10px 0;
    flex-wrap: wrap;
}

.home-case-item {
    width: 25%;
    padding: 0 10px;
}

.home-case-conts {
    border-radius: 10px;
    overflow: hidden;
    background-color: #F2F2F2;
    display: block;
    height: 100%;
}

.home-case-conts .img_box {
    padding-top: 70.35175879%;
}

.home-case-conts .tits {
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 14px;
    transition: all 0.5s;
}

.home-case-conts .texts p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.home-case-conts .conts {
    padding: 28px 20px 25px;
}

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

    .home-case-conts:hover .tits {
        color: var(--main-color);
    }
}

.home-case-more {
    width: 180px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333333;
    margin: 3.75rem auto 0;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 30px */
    text-transform: capitalize;
}

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

.home-customer {
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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

.home-customer .left {
    width: 48.4375%;
    background-color: #AE2009;
    padding-left: calc((100% - 1650px) / 2);
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    clip-path: polygon(0 0, 100% 0, calc(100% - 210px) 100%, 0 100%);
}

.home-customer .left .title {
    color: #fff;
    margin-bottom: 18px;
}

.home-customer .left .more {
    display: flex;
    align-items: center;
}

.home-customer .left .more p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 20px */
    margin-right: 18px;
}

.home-customer .left .more span {
    font-size: 18px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .home-customer .left .more:hover span {
        transform: translateX(4px);
    }
}

.home-customer .left .dots .slick-dots {
    text-align: left;
    margin-top: 20px;
    --wh: 10px;
    --margin-x: 3px;
    --bg: transparent;
}

.home-customer .left .dots .slick-dots li {
    border: 1px solid #fff;
    transition: all 0.5s;
}

.home-customer .left .dots .slick-dots li button {
    display: none;
}

.home-customer .left .dots .slick-dots li.slick-active {
    border: 1px solid #fff;
    background: #fff !important;
}

.home-customer .right {
    width: 51.5625%;
    padding-right: calc((100% - 1650px) / 2);
    padding-left: 4.0625rem;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-customer-conts .tits {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    display: inline-block;
}

.home-customer-conts .tits::after {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #333;
}

.home-customer-conts .texts {
    margin-bottom: 70px;
}

.home-customer-conts .texts p {
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.home-customer-conts .names {
    color: #C73119;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.home-customer-list {
    width: 100%;
    margin: 0 -15px;
}

.home-customer-item {
    padding: 0 15px;
}

.home-choose {
    padding: 6.875rem 0;
    background-color: #FAFAFA;
}

.home-choose .text {
    margin-top: 14px;
    text-align: center;
}

.home-choose .text p {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.home-choose-list {
    margin: 40px var(--flex-margin) -30px;
}

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

.home-choose-conts {
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 32px 50px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 18.3px 0px rgba(0, 0, 0, 0.1);
}

.home-choose-conts .iconfont {
    font-size: 40px;
    color: var(--main-color);
    margin-bottom: 12px;
}

.home-choose-conts .tits {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 165%;
    /* 29.7px */
    margin-bottom: 7px;
}

.home-choose-conts .texts p {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-left: 24px;
    position: relative;
}

.home-choose-conts .texts p::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 10px;
    top: 8px;
    background-color: #333;
}

.home-news {
    padding: 6.875rem 0;
}

.home-news .text {
    margin-top: 12px;
}

.home-news .text p {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.home-news-list {
    margin: 40px var(--flex-margin) 0;
}

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

.home-news-conts {
    display: block;
}

.home-news-conts .img_box {
    padding-top: 66.6666666%;
    margin-bottom: 30px;
}

.home-news-conts .tits {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    text-transform: capitalize;
    margin-bottom: 17px;
    transition: all 0.5s;
}

.home-news-conts .texts {
    margin-bottom: 30px;
}

.home-news-conts .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.home-news-conts .times {
    display: flex;
    align-items: center;
}

.home-news-conts .times span {
    font-size: 20px;
    color: #666666;
    margin-right: 14px;
}

.home-news-conts .times p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

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

    .home-news-conts:hover .tits {
        color: var(--main-color);
    }
}

.footer {
    position: relative;
    z-index: 1;
}

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

.footer-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

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

.footer-top-list .tits {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 1.25rem;
}

.footer-top-list .list li {
    margin-bottom: 8px;
}

.footer-top-list .list li a {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

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

.footer-center {
    margin-bottom: 6.25rem;
}

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

.footer-center .left {
    width: 380px;
}

.footer-center .left .tits {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.footer-center .left .texts {
    margin-bottom: 40px;
}

.footer-center .left .texts p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.footer-center .left .list {
    display: flex;
}

.footer-center .left .list li {
    margin-right: 10px;
}

.footer-center .left .list li:last-child {
    margin-right: 0;
}

.footer-center .left .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.footer-center .left .list a span {
    color: #fff;
    font-size: 24px;
}

.footer-center .left .list li:nth-child(1) a {
    background-color: #D81E06;
}

.footer-center .left .list li:nth-child(2) a {
    background-color: #39579A;
}

.footer-center .left .list li:nth-child(3) a {
    background-color: #38A6D7;
}

.footer-center .left .list li:nth-child(4) a {
    background-color: #00ACED;
}

.footer-center .left .list li:nth-child(5) a {
    background-color: #CF2F79;
}

@media screen and (min-width: 1200px) {
    .footer-center .left .list li:hover a {
        transform: translateY(-2px);
    }
}

.footer-center .form {
    width: 390px;
}

.footer-center .form form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.footer-center .form .items {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.footer-center .form .items input {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 16px;
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.footer-center .form .items input::-webkit-input-placeholder,
.footer-center .form .items textarea::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: rgba(255, 255, 255, 0.5);
}

.footer-center .form .items textarea {
    background: rgba(255, 255, 255, 0.2);
    padding: 0 16px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
    padding: 15px 16px;
    border-radius: 6px;
    width: 100%;
    height: 178px;
}

.footer-center .form .items button {
    width: 99px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .footer-center .form .items button:hover {
        transform: translateY(4px);
    }
}

.footer-center .form .items.block {
    width: 100% !important;
}

.footer-center .info li {
    margin-bottom: 44px;
    display: flex;
    align-items: center;
}

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

.footer-center .info .iconfont {
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    color: #fff;
    font-size: 30px;
    flex-shrink: 0;
}

.footer-center .info .conts .keys {
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.footer-center .info .conts .vals p,
.footer-center .info .conts .vals a {
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
}

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

.footer-center .qr {
    display: flex;
}

.footer-center .qr .item {
    margin-right: 30px;
    text-align: center;
}

.footer-center .qr .item img {
    width: 134px;
    margin-bottom: 9px;
}

.footer-center .qr .item p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.footer-center .qr .item:last-child {
    margin-right: 0;
}

.footer-bottom {
    padding-bottom: 3.75rem;
}

.footer-bottom ul {
    display: flex;
}

.footer-bottom li {
    margin-right: 3.4375rem;
}

.footer-bottom a {
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

.footer-other {
    padding: 14px 0;
    background-color: #222222;
}

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

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

.footer-other .left p,
.footer-other .left a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    margin-right: 13px;
}

@media screen and (min-width: 1200px) {
    .footer-other .left a:hover {
        color: #fff;
    }
}

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

.footer-other .right a {
    color: rgba(255, 255, 255, 0.4);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    text-decoration-line: underline;
    margin-right: 25px;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .footer-other .right a:hover {
        color: #fff;
    }
}

.footer-other .right a:last-child {
    margin-right: 0;
}

.product-section:nth-child(even) .flex {
    flex-direction: row-reverse;
}

.product-section:nth-child(even) .right {
    padding-left: 0;
    padding-right: var(--rights);
}

.mod-product-title {
    position: relative;
    display: inline;
    font-family: "Red Hat Display";
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    background: linear-gradient(280deg, #7A4AFF -0.47%, #14E9FF 89.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mod-product-title img {
    position: absolute;
    width: 72px;
    left: calc(100%);
    top: -50px;
}

.product-section {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    --rights: 4.375rem;
}

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

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

.product-section .left {
    width: 45.8%;
    display: block;
}

.product-section .left .img_box {
    padding-top: 81.1594202%;
}

.product-section .right {
    width: calc(100% - 45.8%);
    padding-left: var(--rights);
}

.product-section .right .subtits {
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 30px */
    text-transform: capitalize;
    margin-top: 18px;
    display: block;
}

.product-section .right .texts {
    margin-top: 2.5rem;
}

.product-section .right .texts p {
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    text-transform: capitalize;
}

.product-banner.protype {
    padding: 6.875rem 0 6.25rem;
    position: relative;
    z-index: 1;
}

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

.product-banner.protype .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-banner.protype .left {
    width: 670px;
}

.product-banner.protype .left img {
    width: 100%;
}

.product-banner.protype .right .texts {
    margin-top: 18px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 30px */
    text-transform: capitalize;
}

/* bread */
.bread {
    --text-color: #FFF;
    --text-interval: 8px;
    --text-fontsize: 14px;
    --icon-fontsize: 18px;
    --hover-color: #fff;
    position: absolute;
    background: rgba(51, 51, 51, 0.6);
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 11px 0;
}

.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: 16px;
    margin-right: 15px;
}

.mod_bread_link .text {
    color: var(--text-color);
    font-size: var(--text-fontsize);
    transition: all 0.36s;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mod_bread_item>span {
    margin: 0 var(--text-interval);
    display: inline-block;
    font-size: var(--text-fontsize);
    color: var(--text-color);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.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 */
.protype-info {
    display: flex;
    justify-content: space-between;
}

.protype-info>.left {
    width: 495px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F8F8F8;
}

.protype-info>.left .tops {
    flex-grow: 1;
    padding-bottom: 40px;
    padding-top: 5rem;
    padding-left: 80px;
    padding-right: 45px;
}

.protype-info>.left .tops-box {
    position: sticky;
    left: 0;
    top: 0;
}

.protype-info>.left .title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 2.5rem;
}

.protype-info>.left .product_type {
    margin-bottom: 60px;
}

.protype-info>.left .product_type li {
    margin-bottom: 26px;
}

.protype-info>.left .product_type li:last-child {
    margin-bottom: 0;
}

.protype-info>.left .product_type li.active .carter-mask::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.protype-info>.left .product_type li.active a p {
    color: var(--main-color);
    text-decoration: underline;
}

.protype-info>.left .product_type a {
    display: flex;
    align-items: flex-start;
}

.protype-info>.left .product_type a .carter-mask {
    margin-right: 20px;
}

.protype-info>.left .product_type a p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 18px */
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .protype-info>.left .product_type a:hover p {
        color: var(--main-color);
    }
}

.protype-info>.left .protype-form {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #F8F8F8;
}

.protype-info>.left .protype-form input {
    width: calc(100% - 50px);
    padding: 0 17px;
    color: #999;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.protype-info>.left .protype-form button {
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.protype-info>.left .protype-form button span {
    color: var(--main-color);
    font-size: 24px;
}

.protype-info>.right {
    width: calc(100% - 495px);
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    padding-left: 6.25%;
    padding-right: 8.59375%;
    background-color: #fff;
}

.protype-info-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

.protype-info-list .item {
    width: 33.33333%;
    padding: 0 var(--flex-padding);
    margin-bottom: 30px;
}

.mod-bottons {
    display: flex;
    padding-right: 30px;
    flex-shrink: 0;
}

.mod-bottons .imgs {
    width: 260px;
    flex-shrink: 0;
}

.mod-bottons .imgs img {
    width: 100%;
}

.mod-bottons .conts {
    margin-left: -50px;
    margin-top: 40px;
}

.mod-bottons .conts>p {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 30px */
    margin-bottom: 22px;
}

.mod-bottons .conts a {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.mod-bottons .conts a span {
    font-size: 24px;
    color: var(--main-color);
    margin-right: 10px;
}

.mod-bottons .conts a p {
    color: #C73119;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    text-transform: capitalize;
}

/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: center;
    --margin-x: 6px;
    --fs: 16px;
    --iconfs: 20px;
    --wh: 40px;
    --bg: #e6e6e6;
    --page-color: #000;
    margin-top: 3.75rem;
}

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

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

.mod_page_item a {
    color: var(--page-color);
    transition: all 0.36s;
    display: block;
    text-align: center;
    border-radius: 50%;
    width: var(--wh);
    line-height: var(--wh);
    font-size: var(--fs);
    background-color: var(--bg);
    font-weight: 600;
    background-color: transparent;
}

.mod_page .prev a,
.mod_page .next a,
.mod_page .prevs a,
.mod_page .nexts a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--wh);
    background-color: transparent !important;
}

.mod_page .prevs,
.mod_page .nexts {
    margin: 0 !important;
}

.mod_page .prev,
.mod_page .next {
    margin: 0 15px !important;
}

.mod_page .prevs a,
.mod_page .nexts a,
.mod_page .prev a,
.mod_page .next a {
    width: 20px !important;
}

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

    .mod_page .prev a:hover span,
    .mod_page .next a:hover span,
    .mod_page .prevs a:hover span,
    .mod_page .nexts a:hover span {
        color: var(--main-color) !important;
    }
}

.mod_page .prev span,
.mod_page .prevs 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 {
    background-color: var(--main-color);
    color: #fff;
}

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

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

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

/* 分页-end */
.protype-quality {
    padding: 6.25rem 0 8.125rem;
    position: relative;
    z-index: 1;
}

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

.protype-quality .protype-title .number p {
    color: #fff;
}

.protype-quality .protype-title .title {
    color: #fff;
}

.protype-quality .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.125rem;
}

.protype-quality .flex .left {
    width: 310px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px 0;
}

.protype-quality .flex .left .conts-box {
    border-radius: 8px;
    border: 1px dashed #C8C8C8;
    padding: 12px;
    margin-bottom: 30px;
}

.protype-quality .flex .left .conts-box:last-child {
    margin-bottom: 0;
}

.protype-quality .flex .left .conts {
    border-radius: 8px;
    background-color: #F5F5F5;
    padding: 30px 24px 40px;
    position: relative;
}

.protype-quality .flex .left .conts::before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
}

.protype-quality .flex .left .conts::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 200px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.protype-quality .flex .left .conts .tits {
    color: #C73119;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 26px;
}

.protype-quality .flex .left .conts .icons {
    display: flex;
    justify-content: center;
}

.protype-quality .flex .left .conts .icons img {
    width: 54px;
    margin: 0 9px;
}

.protype-quality .flex .right {
    width: 1050px;
    padding: 40px 30px;
    background-color: #F5F5F5;
    border-radius: 8px;
}

.protype-quality .flex .right .list {
    display: flex;
    margin: 0 -12px 3.125rem;
}

.protype-quality .flex .right .list:last-child {
    margin-bottom: 0;
}

.protype-quality .flex .right .item {
    padding: 0 12px;
    width: 33.333333%;
}

.protype-quality .flex .right .conts {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.protype-quality .flex .right .conts .tits {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    flex-shrink: 0;
    margin-bottom: 18px;
}

.protype-quality .flex .right .conts .texts {
    flex-grow: 1;
    padding: 14px 20px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.protype-quality .flex .right .conts .texts p {
    color: #666;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.protype-solution {
    padding-top: 6.25rem;
    padding-bottom: 15.625rem;
}

.protype-solution .protype-title {
    margin-bottom: 3.75rem;
}

.protype-solution .flex {
    display: flex;
}

.protype-solution .left,
.protype-solution .right {
    width: 50%;
}

.protype-solution .right .img_box {
    padding-top: 62.5%;
    height: 100%;
}

.protype-solution .right .img_box img {
    height: 100%;
    object-fit: cover;
}

.protype-solution .left {
    padding-left: calc((100% - 1600px) / 2);
    padding-right: 0;
}

@media screen and (min-width: 1920px) {
    .protype-solution .left {
        padding-left: calc((1920px - 1600px) / 2);
    }
}

.protype-solution .left-conts {
    background-color: #F6F6F6;
    padding: 40px 5.625rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.protype-solution .left-conts .tits {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 25px;
}

.protype-solution .left-conts .texts {
    margin-bottom: 8.75rem;
}

.protype-solution .left-conts .texts p {
    color: #666;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.protype-solution .left-conts .mores {
    width: 172px;
    height: 50px;
    background: var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .protype-solution .left-conts .mores:hover {
        transform: translateY(4px);
    }
}

.protype-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.protype-title .number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.protype-title .number p {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
    text-transform: capitalize;
    margin-right: 10px;
}

.protype-title .number .val {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 21px */
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.protype-title .title {
    text-align: center;
    color: #333;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.protype-programmer {
    position: relative;
    z-index: 1;
}

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

.protype-programmer .flex {
    display: flex;
    align-items: center;
}

.protype-programmer .img {
    width: 270px;
    height: 205px;
    position: relative;
}

.protype-programmer .img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.protype-programmer .conts {
    margin-left: 3.4375rem;
}

.protype-programmer .conts .tits {
    position: relative;
    display: inline;
}

.protype-programmer .conts .tits p {
    background: linear-gradient(280deg, #7A4AFF -0.47%, #14E9FF 89.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Red Hat Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 50px */
    text-transform: capitalize;
}

.protype-programmer .conts .tits img {
    position: absolute;
    left: calc(100% + 7px);
    top: -11px;
    width: 28px;
}

.protype-programmer .conts .texts {
    margin-top: 20px;
}

.protype-programmer .conts .texts p {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.prodeta {
    --paddright: 135px;
}

.prodeta-info {
    background-color: #F3F3F3;
    padding: 40px 36px;
    padding-right: var(--paddright);
}

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

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

.prodeta-info .right {
    width: 49.6%;
}

.prodeta-info .right .tits {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.prodeta-info .right .texts {
    margin-bottom: 3.125rem;
}

.prodeta-info .right .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

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

.prodeta-info .right .btn-group .btns {
    width: 170px;
    height: 46px;
    background-color: #333;
    border-radius: 46px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodeta-info .right .btn-group .btns span {
    font-size: 24px;
    margin-right: 10px;
    color: #fff;
}

.prodeta-info .right .btn-group .btns p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

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

.prodeta-info-blist .img_box,
.prodeta-info-slist .img_box {
    padding-top: 68.42105263%;
}

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

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

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

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

.prodeta-info-sconts .img_box {
    padding-top: 68.42105263%;
}

.prodeta-info-sconts .play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.prodeta-info-sconts .play span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
}

.prodeta .protype-info>.right {
    width: calc(100% - 495px);
    padding: 0 !important;
    background-color: #fff;
}

.prodeta-nav {
    padding-left: 90px;
    padding-right: var(--paddright);
    background-color: #9C003A;
    z-index: 100;
    position: sticky;
    left: 0;
    top: 140px;
}

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

.prodeta-nav-item {
    margin-right: 6.25rem;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-transform: capitalize;
    padding: 18px 0;
    cursor: pointer;
}

.prodeta-nav-item.active {
    text-decoration: underline;
}

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

.prodeta-nav-item:last-child {
    margin-right: 0;
}

.prodeta-characteristic {
    padding: 5rem var(--paddright) 5rem 5.625rem;
}

.prodeta-characteristic .prodeta-title {
    margin-bottom: 30px;
}

.prodeta-characteristic .edit p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.prodeta-title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.prodeta-performance {
    padding: 0 24px;
    margin-bottom: 80px;
}

.prodeta-perconts {
    padding: 60px 110px 60px 65px;
    background-color: #F8F8F8;
}

.prodeta-perconts .prodeta-title {
    margin-bottom: 30px;
}

.prodeta-perlist .item {
    margin-bottom: 36px;
    display: flex;
    align-items: flex-start;
}

.prodeta-perlist .item .iconfont {
    font-size: 50px;
    margin-right: 44px;
    margin-top: 6px;
    color: #444444;
}

.prodeta-perlist .item .conts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.prodeta-perlist .item:last-child {
    margin-bottom: 0;
}

.prodeta-system {
    padding-left: 90px;
    padding-right: var(--paddright);
    margin-bottom: 100px;
}

.prodeta-system .content {
    margin-bottom: 50px;
}

.prodeta-system .content .title {
    color: #333;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-family: "Red Hat Display";
}

.prodeta-system .content .title span {
    color: var(--main-color);
}

.prodeta-system .content .edit p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.prodeta-system .content:last-child {
    margin-bottom: 0;
}

.prodeta-inquiry {
    padding-left: 90px;
    padding-right: var(--paddright);
    margin-bottom: 6.25rem;
}

.prodeta-inquiry .text {
    margin-top: 12px;
}

.prodeta-inquiry .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.prodeta-inquiry .mod_form {
    --form-margin: -15px;
    --form-padding: 15px;
    --form-item-botton: 20px;
    --form-item-br: 12px;
    --form-item-width: 50%;
    --form-item-bg: #F1F1F1;
    --form-item-height: 60px;
    --form-item-padding: 25px;
    --form-label-size: 16px;
    --form-color: #666666;
    --form-textarea-height: 350px;
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem var(--form-margin) 0;
}

.prodeta-inquiry .mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}

.prodeta-inquiry .mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.prodeta-inquiry .mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    line-height: 1.2;
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts input {
    width: 100%;
    height: var(--form-item-height);
    padding: 0 var(--form-item-padding);
    font-size: var(--form-label-size);
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts textarea {
    height: var(--form-textarea-height);
    font-size: var(--form-label-size);
    padding: 22px var(--form-item-padding);
    width: 100%;
    color: var(--form-color);
}

.prodeta-inquiry .mod_form .mod_form_item .conts button {
    display: inline-flex;
    min-width: 160px;
    height: 50px;
    padding: 0 18px;
    background-color: var(--main-color);
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.prodeta-inquiry .mod_form .mod_form_item .conts button p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.prodeta-inquiry .mod_form .mod_form_item .conts button span {
    margin-left: 14px;
    font-size: 18px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .prodeta-inquiry .mod_form .mod_form_item .conts button:hover {
        transform: translateX(4px);
    }
}

.prodeta-inquiry .mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}

.prodeta-inquiry .mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: left;
    border: none;
}

.prodeta-inquiry .mod_form .mod_form_item.button {
    margin-bottom: 0;
}

.prodeta-inquiry .mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
}

.prodeta-inquiry .mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
}

.prodeta-inquiry .mod_form .mod_form_item.block {
    width: 100%;
}

.prodeta-related {
    padding-left: 90px;
    padding-right: var(--paddright);
    padding-bottom: 6.25rem;
}

.prodeta-related .title {
    margin-bottom: 12px;
}

.prodeta-related .text {
    margin-bottom: 3.125rem;
}

.prodeta-related .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

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

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

.case {
    padding: 6.25rem 0;
}

.case-content {
    margin-bottom: 60px;
}

.case-content .text {
    margin-top: 6px;
    text-align: center;
}

.case-content .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.case-content .navs {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.case-content .navs a {
    display: block;
    padding: 11px 20px;
    width: 330px;
    background-color: #333;
    margin: 0 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-align: center;
}

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

.case-content .navs a.active {
    background-color: var(--main-color);
}

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

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

.case-link {
    background-color: #F2F2F2;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.case-link .img_box {
    padding-top: 71.11111111%;
}

.case-link .conts {
    padding: 25px 20px;
}

.case-link .conts .tits {
    color: #333;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 21.25px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
}

.case-link .conts .texts {
    margin-top: 13px;
}

.case-link .conts .texts p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

    .case-link:hover .conts .tits {
        color: var(--main-color);
    }
}

.case-local-hd {
    display: flex;
    align-items: baseline;
    margin-bottom: 40px;
}

.case-local-hd .imgs {
    width: 66px;
    margin-right: 25px;
    flex-shrink: 0;
}

.case-local-hd .imgs img {
    width: 100%;
}

.case-local-hd .conts .tits {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    margin-bottom: 7px;
}

.case-local-hd .conts .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.case-local {
    margin-bottom: 4.375rem;
}

.case-local:last-child {
    margin-bottom: 0;
}

.casedeta-info {
    padding-top: 6.25rem;
    margin-bottom: 5rem;
}

.casedeta-info .title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.casedeta-info .edit p {
    color: #666;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 25.5px */
    text-transform: capitalize;
}

.casedeta-info .list {
    display: flex;
    justify-content: space-between;
    margin: 70px 0;
}

.casedeta-info .list .items {
    display: flex;
    align-items: center;
}

.casedeta-info .list .items .iconfont {
    font-size: 66px;
    color: var(--main-color);
    margin-right: 35px;
}

.casedeta-info .list .items p {
    color: #C73119;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    text-transform: capitalize;
}

.editor-content.auto-adjust-img img {
    max-width: 100% !important;
    height: auto !important;
}

.editor-content.auto-adjust-img.is-mobile img {
    height: auto !important;
}

.editor-content.auto-adjust-img p.contains-pictures {
    padding: 0;
    margin: 0;
    font-size: 0;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .editor-content.auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}

.editor-content.auto-adjust-img p.contains-pictures>img {
    display: inline-block;
    margin: 5px;
}

.casedeta-info .editor-content.auto-adjust-img p.contains-pictures>img {
    margin: 0 20px;
}

.casedeta-info .editor-content.auto-adjust-img p.contains-pictures>img:nth-child(1) {
    margin-left: 0 !important;
}

.casedeta-info-page {
    margin-top: 100px;
    padding-top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.casedeta-info-page a {
    min-width: 688px;
    height: 46px;
    background-color: #333333;
    border-radius: 6px;
    padding: 10px 38px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
    margin-bottom: 10px;
}

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

.casedeta-info-page a:last-child {
    margin-bottom: 0;
}

.case-classic .title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.case-classic-list {
    display: flex;
    margin: 0 var(--flex-margin);
    flex-wrap: wrap;
}

.case-classic-item {
    width: 33.33333%;
    padding: 0 var(--flex-padding);
}

.case-classic-clist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.case-classic-clist .item {
    display: flex;
    align-items: center;
    max-width: 320px;
}

.case-classic-clist .item img {
    flex-shrink: 0;
    width: 46px;
    margin-right: 17px;
}

.case-classic-clist .item p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.case-classic-clist>span {
    display: block;
    width: 1px;
    height: 25px;
    background: rgba(0, 0, 0, 0.1);
}

.case-message {
    padding-top: 6.25rem;
    overflow: hidden;
}

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

.case-message .left {
    width: 47.23404255%;
    padding-bottom: 60px;
}

.case-message .left .text {
    margin-top: 15px;
}

.case-message .left .text p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    text-transform: capitalize;
}

.case-message .left .form {
    margin-top: 35px;
}

.case-message .left .form input {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 0 15px;
    color: #9DA2A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    margin-bottom: 8px;
}

.case-message .left .form input::-webkit-input-placeholder,
.case-message .left .form textarea::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #9DA2A7;
}

.case-message .left .form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid rgba(51, 51, 51, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 11px 15px;
    color: #9DA2A7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    margin-bottom: 20px;
}

.case-message .left .form button {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    text-transform: capitalize;
    transition: all 0.5s;
}

@media screen and (min-width: 1200px) {
    .case-message .left .form button:hover {
        transform: translateY(4px);
    }
}

.case-message .right {
    width: 48.22695035%;
    align-self: flex-end;
}

.case-message .right img {
    width: 100%;
}

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

.flex-service .left {
    width: 465px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-service .left .tops {
    margin-bottom: 30px;
    flex-grow: 1;
}

.flex-service .left .title {
    padding: 22px 0;
    padding-left: 95px;
    background-color: var(--main-color);
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: capitalize;
}

.flex-service .left .service-asidebox {
    padding: 13px;
    position: sticky;
    left: 0;
    top: 150px;
}

.flex-service .left .service-aside {
    background: rgba(255, 35, 0, 0.1);
    padding: 6px 30px;
}

.flex-service .left .service-aside .item {
    padding: 6px 0;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
}

.flex-service .left .service-aside .item a {
    width: 100%;
    padding: 17px 50px;
    display: block;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .flex-service .left .service-aside .item a:hover {
        color: #fff;
        text-decoration: underline;
        background-color: var(--main-color);
    }
}

.flex-service .left .service-aside .item.active a {
    color: #fff;
    text-decoration: underline;
    background-color: var(--main-color);
}

.flex-service .right {
    width: calc(100% - 465px);
    padding-left: 1px;
}

.service-nav {
    display: flex;
    background-color: #DDDDDD;
}

.service-nav .item.active a {
    background-color: var(--main-color);
    color: #fff;
    text-decoration: underline;
}

.service-nav a {
    min-width: 320px;
    padding: 25px 75px;
    display: block;
    color: #333;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .service-nav a:hover {
        background-color: var(--main-color);
        color: #fff;
        text-decoration: underline;
    }
}

.service-content {
    padding-right: calc((100% - 1410px) / 2);
    padding-left: 7.5rem;
}

@media screen and (max-width: 1921px) {
    .service-content {
        padding-right: calc((1920px - 1410px) / 2);
    }
}

.service-doculist {
    padding-top: 70px;
}

.service-doculist .item {
    margin-bottom: 30px;
}

.service-doculist .item:last-child {
    margin-bottom: 0;
}

.service-doculist .link {
    display: flex;
}

.service-doculist .link .imgs {
    width: 330px;
    flex-shrink: 0;
}

.service-doculist .link .imgs .img_box {
    padding-top: 87.8787878%;
    border-radius: 10px;
}

.service-doculist .link .conts {
    width: calc(100% - 330px);
    padding: 20px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-doculist .link .conts .time {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-doculist .link .conts .time span {
    font-size: 18px;
    color: #666666;
    margin-right: 10px;
}

.service-doculist .link .conts .time p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.service-doculist .link .conts .tits {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
    transition: all 0.5s;
    width: 550px;
    max-width: 100%;
    width: 80%;
}

.service-doculist .link .conts .mores {
    width: 170px;
    height: 50px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
    text-transform: capitalize;
    transition: all 0.5s;
    border: 1px solid #333;
}

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

    .service-doculist .link:hover .conts .mores {
        background: transparent;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }
}

.service_documentation .mod_page {
    justify-content: flex-start;
    padding-bottom: 100px;
    margin-top: 65px;
}

.service-videolist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -40px;
}

.service-videoitem {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.service-videoconts {
    cursor: pointer;
}

.service-videoconts .img_box {
    padding-top: 80%;
    margin-bottom: 20px;
}

.service-videoconts .tits {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: capitalize;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

    .service-videoconts:hover .tits {
        color: var(--main-color);
    }
}

.videolist-title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 34px;
    margin-top: 5rem;
}

.service-asection1 {
    padding: 4.375rem 0 5rem;
    background-color: #F8F8F8;
}

.service-asection1 .text {
    width: 886px;
    margin: 25px auto 0;
}

.service-asection1 .text p {
    color: #666;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.service-asection1 .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.service-asection1 .btn-group .btns {
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    background-color: var(--main-color);
    margin: 0 15px;
    cursor: pointer;
    transition: all 0.5s;
}

.service-asection1 .btn-group .btns p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-transform: capitalize;
    margin-right: 14px;
}

.service-asection1 .btn-group .btns span {
    color: #fff;
    font-size: 22px;
}

@media screen and (min-width: 1200px) {
    .service-asection1 .btn-group .btns:hover {
        transform: translateY(4px);
    }
}

.service-atitle {
    text-align: center;
    color: #333;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 50px */
    margin-bottom: 16px;
}

.service-acontact {
    padding: 5.625rem 0;
}

.service-acontact .text {
    text-align: center;
}

.service-acontact .text p {
    color: #666;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 25.5px */
    text-transform: capitalize;
}

.service-acontact-list {
    display: flex;
    justify-content: center;
    margin-top: 4.6875rem;
}

.service-acontact-list .item {
    margin: 0 85px;
}

.service-acontact-list .conts {
    text-align: center;
}

.service-acontact-list .conts .iconfont {
    width: 98px;
    height: 98px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: var(--main-color);
    margin-bottom: 20px;
    border-radius: 50%;
}

.service-acontact-list .conts .tits {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 22.5px */
    margin-bottom: 7px;
    transition: all 0.5s;
}

.service-acontact-list .conts .texts p {
    color: #666;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .service-acontact-list .conts:hover .iconfont {
        border: 1px solid var(--main-color);
        background-color: var(--main-color);
        color: #fff;
    }

    .service-acontact-list .conts:hover .tits {
        color: var(--main-color);
    }
}

.service-aother {
    padding: 5rem 0 5.625rem;
    background-color: #F8F8F8;
}

.service-aother .text p {
    color: #666;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 25.5px */
    text-transform: capitalize;
}

.service-aother-item {
    padding: 0;
}

.service-aother-list {
    margin: 0;
    margin-top: 50px;
}

.service-aother-conts {
    height: 100%;
    position: relative;
}

.service-aother-conts .img_box {
    height: 100%;
    padding-top: 58.2627118%;
}

.service-aother-conts .img_box img {
    object-fit: cover;
}

.service-aother-conts .tits {
    position: absolute;
    width: 100%;
    padding: 30px 44px;
    left: 0;
    bottom: 0;
    color: #FFF;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 25px */
}

.service-aother-item:nth-child(1) .service-aother-conts .img_box {
    padding-top: 28.6396181%;
}

.service-aother-item:nth-child(2) .service-aother-conts .img_box {
    padding-top: 42.2535211%;
}

.service-faq-title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 11px;
    padding-top: 4.6875rem;
}

.service-faq-text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.service-faq-list {
    margin-top: 45px;
}

.service-faq-conts {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.service-faq-item:last-child .service-faq-conts {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.service-faq-item:nth-child(1) .service-faq-bdbox {
    display: block;
}

.service-faq-item.active .service-faq-hd .icons {
    background-color: var(--main-color);
}

.service-faq-item.active .service-faq-hd p {
    color: var(--main-color);
}

@media screen and (min-width: 1200px) {
    .service-faq-item:hover .service-faq-hd .icons {
        background-color: var(--main-color);
    }

    .service-faq-item:hover .service-faq-hd p {
        color: var(--main-color);
    }
}

.service-faq-hd {
    padding: 24px 0;
    display: flex;
    cursor: pointer;
}

.service-faq-hd .icons {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 25px;
    background-color: #333;
    color: #fff;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
    text-transform: capitalize;
    transition: all 0.5s;
}

.service-faq-hd p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    text-transform: capitalize;
    padding-top: 2px;
    transition: all 0.5s;
}

.service-faq-bdbox {
    display: none;
}

.service-faq-bd {
    display: flex;
    padding-bottom: 24px;
}

.service-faq-bd .icons {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 25px;
    background-color: var(--main-color);
    color: #fff;
    line-height: 150%;
    /* 22.5px */
    text-transform: capitalize;
}

.service-faq-bd p {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    text-transform: capitalize;
}

.download-content,
.solution-content {
    padding-top: 4.75rem;
    padding-left: 7.5rem;
    padding-right: calc((100vw - 1440px) / 2);
    padding-bottom: 6.25rem;
}

.solution-content .title {
    color: #C73119;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.solution-content .edit p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    /* text-transform: capitalize; */
}

.solution-content .edit h3 {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.solution-content .editor-content.auto-adjust-img p.contains-pictures>img {
    margin: 0 10px;
}

.solution-content .editor-content.auto-adjust-img p.contains-pictures>img:last-child {
    margin-right: 0;
}

.solution-content .editor-content.auto-adjust-img p.contains-pictures>img:first-child {
    margin-left: 0;
}

@media screen and (min-width: 1920px) {
    .solution-content {
        padding-right: calc((1920px - 1440px) / 2);
    }
}

.about-company,
.about-rd {
    padding-top: 6.25rem;
}

.about-company .edit,
.about-rd .edit {
    margin-top: 35px;
}

.about-company .edit p,
.about-rd .edit p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.about-company .editor-content.auto-adjust-img p.contains-pictures>img,
.about-rd .editor-content.auto-adjust-img p.contains-pictures>img {
    margin: 15px 15px;
}

.about-company .editor-content.auto-adjust-img p.contains-pictures>img:last-child,
.about-rd .editor-content.auto-adjust-img p.contains-pictures>img:last-child {
    margin-right: 0;
}

.about-company .editor-content.auto-adjust-img p.contains-pictures>img:first-child,
.about-rd .editor-content.auto-adjust-img p.contains-pictures>img:first-child {
    margin-left: 0;
}

.about-rd {
    padding-bottom: 6.25rem;
}

.about-honor .title {
    margin-bottom: 3.125rem;
}

.about-honor-slick {
    position: relative;
    z-index: 1;
}

.about-honor-list {
    margin: 0 var(--flex-margin);
}

.about-honor-item {
    padding: 0 var(--flex-padding);
}

.about-honor-conts {
    cursor: pointer;
    padding: 40px 20px 30px;
    background-color: #F6F6F6;
    position: relative;
}

.about-honor-conts::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
    z-index: 1;
}

.about-honor-conts .imgs {
    width: 210px;
    margin: 0 auto 16px;
    box-shadow: 0px 11px 25.5px 0px rgba(0, 0, 0, 0.15);
    max-width: 100%;
}

.about-honor-conts .imgs .img_box {
    padding-top: 142.8571428%;
}

.about-honor-conts .tits {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    /* 31.5px */
    text-align: center;
    transition: all 0.5s;
}

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

    .about-honor-conts:hover .tits {
        color: var(--main-color);
    }
}

.factory-info {
    padding-top: 5.9375rem;
    padding-bottom: 13.125rem;
    position: relative;
    z-index: 1;
}

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

.factory-info .title {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
}

.factory-info .title::before {
    content: "";
    display: block;
    margin-right: 20px;
    width: 3px;
    height: 30px;
    background-color: #fff;
}

.factory-info .text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.factory-content {
    margin-top: -9.375rem;
    position: relative;
    z-index: 2;
    padding-bottom: 6rem;
}

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

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

.factory-content .conts {
    cursor: pointer;
}

.factory-content .img_box {
    padding-top: 66.66666666%;
}

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

.news-content {
    padding: 6.25rem 0;
}

.news-content .text {
    text-align: center;
    margin-top: 12px;
}

.news-content .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.news-list {
    margin: 40px var(--flex-margin) -60px;
}

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

.news-link {
    display: block;
}

.news-link .img_box {
    padding-top: 66.6666666%;
    margin-bottom: 30px;
}

.news-link .tits {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 18px;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-link .texts {
    margin-bottom: 30px;
}

.news-link .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-link .time {
    display: flex;
    align-items: center;
}

.news-link .time span {
    font-size: 18px;
    margin-right: 10px;
    color: #333333;
}

.news-link .time p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
}

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

    .news-link:hover .tits {
        color: var(--main-color);
    }
}

.download-aside {
    padding-top: 40px;
    padding-left: 95px;
    padding-right: 30px;
    position: sticky;
    left: 0;
    top: 150px;
}

.download-aside .item {
    margin-bottom: 26px;
}

.download-aside .link {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
    .download-aside .link:hover {
        text-decoration: underline;
        color: var(--main-color);
    }
}

.download-aside .item.active .link {
    text-decoration: underline;
    color: var(--main-color);
}

.download-section {
    margin-bottom: 60px;
}

.download-section .titles {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 35px;
}

.download-section:last-child {
    margin-bottom: 0;
}

.download-list .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.download-list .link {
    padding: 15px 0;
    display: flex;
}

.download-list .link .conts {
    width: 25%;
    text-align: center;
}

.download-list .link .conts p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */
    text-transform: capitalize;
    transition: all 0.5s;
}

.download-list .link .conts span {
    font-size: 22px;
    color: #333;
}

@media screen and (min-width: 1200px) {
    .download-list .item:not(.hd) .link:hover .conts p {
        color: var(--main-color);
    }

    .download-list .item:not(.hd) .link:hover .conts span {
        color: var(--main-color);
    }
}

.download-list .item.hd {
    background-color: #333333;
}

.download-list .item.hd .link {
    padding: 14px 0;
}

.download-list .item.hd .conts p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: capitalize;
}

.contact-message {
    display: flex;
    background-color: #F8F8F8;
    overflow: hidden;
}

.contact-message .left {
    width: 55.46875%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    padding-left: calc((100% - 1600px) / 2) !important;
}

.contact-message .left .text {
    margin-top: 18px;
    width: 610px;
    max-width: 100%;
}

.contact-message .left .text p {
    color: #666;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    text-transform: capitalize;
}

.contact-message .left .form {
    margin-top: 36px;
    width: 670px;
    max-width: 100%;
}

.contact-message .left .form input {
    height: 44px;
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.2);
    background: rgba(255, 255, 255, 0.05);
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    margin-bottom: 8px;
}

.contact-message .left .form input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #333;
}

.contact-message .left .form textarea {
    height: 150px;
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.2);
    background: rgba(255, 255, 255, 0.05);
    padding: 11px 15px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    margin-bottom: 18px;
}

.contact-message .left .form button {
    width: 150px;
    height: 40px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 24.5px */
    text-transform: capitalize;
}

.contact-message .right {
    width: calc(100% - 55.46875%);
}

.contact-message .right .img_box {
    padding-top: 83.7209302%;
}

.contact-info {
    padding-bottom: 7.5rem;
}

.contact-info .title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 50px */
    margin-bottom: 3.75rem;
}

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

.contact-section {
    margin-bottom: 50px;
}

.contact-section .tits {
    display: flex;
    align-items: center;
    margin-bottom: 2.375rem;
}

.contact-section .tits img {
    width: 66px;
    flex-shrink: 0;
    margin-right: 25px;
}

.contact-section .tits p {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.contact-section .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--flex-margin) -30px;
}

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

.contact-section .conts {
    background-color: #F4F4F4;
    padding: 32px 28px;
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.contact-section .conts .iconfont {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    flex-shrink: 0;
    margin-right: 2.5rem;
    background-color: #DB323E;
}

.contact-section .conts .val {
    width: calc(100% - 50px - 2.5rem);
}

.contact-section .conts .val .key {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    margin-bottom: 7px;
}

.contact-section .conts .val p,
.contact-section .conts .val a {
    display: block;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
}

.contact-section:nth-child(3) .list .item .conts .iconfont {
    background-color: #FF9D00;
}

.contact-section:nth-child(4) .list .item .conts .iconfont {
    background-color: #0073F9;
}

.contact-section:nth-child(5) .list .item .conts .iconfont {
    background-color: #FFC300;
}

.mod-map {
    padding: 90px 0 110px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mod-map>img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
}

.mod-map .flex {
    display: flex;
    align-items: center;
}

.mod-map .flex .left {
    width: 470px;
}

.mod-map .flex .left .title {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.mod-map .flex .left .title p {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 48px */
    margin-right: 15px;
}

.mod-map .flex .left .title span {
    font-size: 38px;
    font-weight: bold;
    color: var(--main-color);
}

.mod-map .flex .left .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
    text-transform: capitalize;
}

.mod-map .flex .right {
    width: calc(100% - 470px);
    padding-left: 50px;
    position: relative;
}

.mod-map .flex .right>img {
    width: 100%;
}

.mod-map-item {
    position: absolute;
    max-width: 270px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
}

.mod-map-item img {
    width: 100px;
    margin-bottom: 10px;
}

.mod-map-item .texts {
    width: 240px;
    color: #333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 25px */
    text-transform: capitalize;
}

.mod-map-item:nth-child(1) {
    left: 20%;
    top: 43%;
    transform: translateX(-50%);
}

.mod-map-item:nth-child(2) {
    left: 61%;
    top: 55%;
}

.mod-map-item:nth-child(3) {
    left: 75%;
    top: 18%;
}

.mod-map-item:nth-child(4) {
    left: 85%;
    top: 37%;
}

.service-content.service-query,
.service-content.service-program {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
}

.service-query .title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-query .text {
    margin-top: 14px;
}

.service-query .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
    /* 16px */
    text-transform: capitalize;
}

.service-query .service-query-search {
    padding: 3px;
    border-radius: 77px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    display: flex;
    margin-top: 4.375rem;
}

.service-query .service-query-search input {
    width: calc(100% - 44px);
    padding: 0 23px;
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    text-transform: capitalize;
}

.service-query .service-query-search button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
}

.service-query .service-query-search button span {
    font-size: 18px;
    color: #fff;
}

.service-query .tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-top: 40px;
}

.service-query .tab li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.service-query .tab a {
    padding: 11px 16px;
    display: inline-block;
    color: #333;
    font-size: 16px;
    background-color: #F5F5F5;
    line-height: 1.5;
}

@media screen and (min-width: 1200px) {
    .service-query .tab a:hover {
        color: #fff;
        background-color: var(--main-color);
    }
}

.service-query .tab li.active a {
    color: #fff;
    background-color: var(--main-color);
}

.service-query .service-query-list {
    margin: 0 -5px -10px;
}

.service-query .service-query-list li {
    margin-bottom: 10px;
    padding: 0 5px;
}

.service-query .service-query-list .links {
    display: flex;
    width: 100%;
    padding: 12px 14px;
    background-color: #F3F3F3;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

@media screen and (min-width: 1200px) {
    .service-query .service-query-list .links:hover {
        background-color: var(--main-color);
        color: #fff;
    }
}

.service-program-info {
    margin-bottom: 5.625rem;
}

.service-program-info .title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2.5rem;
}

.service-program-info .edit h3 {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    text-transform: capitalize;
    margin-bottom: 14px;
}

.service-program-info .edit h4 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    text-transform: capitalize;
    margin-bottom: 14px;
}

.service-program-info .edit p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.service-program-machines .title {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2.5rem;
}

.service-program-machines .mod_form {
    --form-margin: -12px;
    --form-padding: 12px;
    --form-item-botton: 20px;
    --form-item-br: 12px;
    --form-item-width: 50%;
    --form-item-bg: #fff;
    --form-item-height: 60px;
    --form-item-padding: 24px;
    --form-label-size: 18px;
    --form-color: #999;
    --form-textarea-height: 240px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin);
}

.service-program-machines .mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}

.service-program-machines .mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    border: 1px solid rgba(51, 51, 51, 0.2);
}

.service-program-machines .mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    line-height: 1.2;
    color: var(--form-color);
}

.service-program-machines .mod_form .mod_form_item .conts input {
    width: 100%;
    height: var(--form-item-height);
    padding: 0 var(--form-item-padding);
    font-size: var(--form-label-size);
    color: var(--form-color);
}

.service-program-machines .mod_form .mod_form_item .conts textarea {
    height: var(--form-textarea-height);
    font-size: var(--form-label-size);
    padding: 22px var(--form-item-padding);
    width: 100%;
    color: var(--form-color);
}

.service-program-machines .mod_form .mod_form_item .conts button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 180px;
    height: 48px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: var(--main-color);
    transition: all 0.5s;
    margin-top: 18px;
}

.service-program-machines .mod_form .mod_form_item .conts button p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 32px */
    text-transform: capitalize;
}

.service-program-machines .mod_form .mod_form_item .conts button span {
    margin-left: 15px;
    font-size: 20px;
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .service-program-machines .mod_form .mod_form_item .conts button:hover {
        transform: translateY(4px);
    }
}

.service-program-machines .mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}

.service-program-machines .mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: left;
    border: none;
}

.service-program-machines .mod_form .mod_form_item.button {
    margin-bottom: 0;
}

.service-program-machines .mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}

.service-program-machines .mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}

.service-program-machines .mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
}

.service-program-machines .mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
}

.service-program-machines .mod_form .mod_form_item.block {
    width: 100%;
}

.home-solution {
    position: relative;
    z-index: 1;
    padding: 5rem 0 6.875rem;
}

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

.home-solution .text {
    text-align: center;
    margin-top: 8px;
}

.home-solution .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 28px */
}

.home-solution .flex {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #F5F5F5;
    overflow: hidden;
    margin-top: 50px;
    display: flex;
}

.home-solution .flex .left {
    width: 330px;
    border-right: rgba(0, 0, 0, 0.1) 1px solid;
}

.home-solution .flex .left .item {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    transition: all 0.5s;
    cursor: pointer;
}

.home-solution .flex .left .item span {
    font-size: 36px;
    color: #020202;
}

.home-solution .flex .left .item .tits {
    margin-top: 17px;
    color: #333;
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s;
}

.home-solution .flex .left .item:last-child {
    border-bottom: none;
}

.home-solution .flex .left .item.active {
    border-radius: 20px;
    border-bottom: var(--main-color) 1px solid;
    background-color: var(--main-color);
}

.home-solution .flex .left .item.active span,
.home-solution .flex .left .item.active .tits {
    color: #fff !important;
}

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

    .home-solution .flex .left .item:hover span,
    .home-solution .flex .left .item:hover .tits {
        color: var(--main-color);
    }
}

.home-solution .flex .left .item:last-child {
    margin-bottom: none;
}

.home-solution .flex .right {
    width: calc(100% - 330px);
    padding: 3.75rem 5.625rem;
}

.home-solution .flex .right .flexs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    --imgswidth: 485px;
    height: 100%;
}

.home-solution .flex .right .flexs .imgs {
    width: var(--imgswidth);
    border-radius: 10px;
    overflow: hidden;
}

.home-solution .flex .right .flexs .content {
    width: calc(100% - var(--imgswidth));
    padding-left: 3.75rem;
}

.home-solution-imgtem .img_box {
    padding-top: 77.73195876%;
}

.home-solution-citem .subtit {
    color: var(--main-color);
    font-family: "Red Hat Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    text-transform: capitalize;
    padding-bottom: 17px;
    margin-bottom: 27px;
    position: relative;
    z-index: 1;
}

.home-solution-citem .subtit::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
}

.home-solution-citem .tits {
    color: #333;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
    text-transform: capitalize;
    margin-bottom: 14px;
}

.home-solution-citem .texts p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.home-solution .slick-dots {
    text-align: left;
    margin-top: 4.0625rem;
}

.home-solution .slick-dots li {
    transition: all 0.5s;
    background-color: #D9D9D9;
}

.home-solution .slick-dots li.active {
    background-color: var(--main-color);
}

.ct_aside1 {
    position: fixed;
    top: 60%;
    right: 0px !important;
    transform: translateY(-50%);
    z-index: 10;
    --wh: 50px;
    --fs: 26px;
}

.ct_aside1_list {
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item {
    margin-bottom: 10px;
    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: #6295a7;
    transition: all 0.36s;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}

.ct_aside1_link .number {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20px;
    top: 9px;
    color: #fff;
    font-size: 12px;
}

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

.ct_aside1_item.active .ct_aside1_link {
    background-color: #031417;
}

.ct_aside1_item:hover .ct_aside1_link {
    background-color: #031417;
}

.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(-180deg);
}

.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;
    font-size: 16px;
}

/* 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);
    }
}

/* sitemap */
.sitemap_cont {
    padding: 6rem 0 5rem;
}

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

.sitemap_cont_item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: var(--main-color);
    color: #fff;
    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_link {
        line-height: 45px;
    }

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

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

    .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: 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;
    }
}

@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 7rem 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: 6rem 0;
}

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

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

/* 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: 80px !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 {
    padding: 0 0 6rem;
    margin-bottom: 0 !important;
}

/* shop */
.shop_cont {
    padding: 6rem 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 */

.prodeta-perlist .imgs {
    position: relative;
    width: 50px;
    flex-shrink: 0;
    margin-right: 20px;
    transform: translateY(8px);
}

.prodeta-perlist .imgs img {
    width: 100%;
}