@charset "utf-8";

/* 响应式原则：调大看小 */
@media screen and (max-width: 1919px) {
    .home-about-desc {
        width: 43%;
    }

    .company-stat-list {
        --gap1: 1.6rem;
    }

    .innovation-team-media {
        width: 54.2%;
    }

    .innovation-team-copy {
        width: 81%;
    }

    /* 1919end */
}

@media screen and (max-width: 1680px) {
    html {
        font-size: 86px;
    }

    :root {
        /* 间距 */
        --space250: 2.0rem;
        --space240: 1.95rem;
        --space230: 1.9rem;
        --space220: 1.85rem;
        --space210: 1.8rem;
        --space200: 1.75rem;
        --space190: 1.7rem;
        --space180: 1.65rem;
        --space170: 1.6rem;
        --space160: 1.55rem;
    }

    .transit-intro {
        padding-right: 1rem;
    }

    .case-search-input {
        height: 42px;
    }

    .company-honor-media-bot {
        bottom: 2px;
    }

    .mod-arrows1 .slick-prev {
        left: calc(-0.35rem - var(--wh));
    }

    .mod-arrows1 .slick-next {
        right: calc(-0.35rem - var(--wh));
    }

    .innovation-team-icon {
        margin-bottom: 0.32rem;
    }

    .mod-arrows2 .slick-prev, .mod-arrows2 .slick-next {
        bottom: .5rem;
    }

    /* 9.7-start */
    .product-contact-form .ys-fia-text-btn {
        top: 5px;
    }

    /* 9.7-end */
    /* 1680end */
}

@media screen and (max-width: 1440px) {
    .ys-modal-content {
        max-height: 650px;
    }

    html {
        font-size: 62px;
    }

    :root {
        --font28: 0.30rem;
        --font26: 0.28rem;
        --font24: 0.28rem;
        --font22: 0.26rem;
        --font20: 0.26rem;
        --font18: 0.24rem;
        --font16: 0.22rem;
        --font14: 0.20rem;
        --font12: 0.16rem;
    }

    .product-feature-list {
        --gap1: 0.3rem;
    }

    .product-feature-item {
        width: 50%;
    }

    .home-case-tag span {
        width: 8px;
        height: 8px;
    }

    .footer-share-btn .ys-imgbox-cover {
        width: 0.52rem;
    }

    .home-tech-top {
        margin-bottom: var(--space120)
    }

    .transit-feature-card {
        padding: 0.35rem 0 0;
    }

    .case-search-input {
        height: 40px;
    }

    .company-story-core {
        padding-top: var(--space140);
        padding-bottom: var(--space140);
    }

    .culture-pioneer-main {
        width: 60%;
    }

    .product-contact-form {
        --height: .56rem;
    }

    .mod-arrows2 .slick-prev, .mod-arrows2 .slick-next {
        bottom: .4rem;
    }

    .service-support-item-box {
        padding: .7rem .32rem .43rem;
    }

    /* 1440end */
}

@media screen and (max-width: 1199px) {
    :root {
        --headh: 56px;
    }

    html {
        font-size: 58px;
    }

    :root {
        /* 字号82-100 0.66rem 38px */
        --fontr1: 0.66rem;
        --font100: var(--fontr1);
        --font98: var(--fontr1);
        --font96: var(--fontr1);
        --font94: var(--fontr1);
        --font92: var(--fontr1);
        --font90: var(--fontr1);
        --font88: var(--fontr1);
        --font86: var(--fontr1);
        --font86: var(--fontr1);
        --font84: var(--fontr1);
        --font82: var(--fontr1);
        /* 字号72-80 0.59rem 34px */
        --fontr2: 0.59rem;
        --font80: var(--fontr2);
        --font78: var(--fontr2);
        --font76: var(--fontr2);
        --font74: var(--fontr2);
        --font72: var(--fontr2);
        /* 字号62-70 0.55rem 32px */
        --fontr3: 0.55rem;
        --font70: var(--fontr3);
        --font68: var(--fontr3);
        --font66: var(--fontr3);
        --font64: var(--fontr3);
        --font62: var(--fontr3);
        /* 字号52-60 0.52rem 30px */
        --fontr4: 0.52rem;
        --font60: var(--fontr4);
        --font58: var(--fontr4);
        --font56: var(--fontr4);
        --font54: var(--fontr4);
        --font52: var(--fontr4);
        /* 间距 */
        --space250: 1.425rem;
        --space240: 1.4rem;
        --space230: 1.375rem;
        --space220: 1.35rem;
        --space210: 1.325rem;
        --space200: 1.3rem;
        --space190: 1.275rem;
        --space180: 1.25rem;
        --space170: 1.225rem;
        --space160: 1.2rem;
        --space150: 1.175rem;
        --space140: 1.15rem;
        --space130: 1.125rem;
        --space120: 1.1rem;
        --space110: 1.0rem;
        --space100: 0.95rem;
    }

    /* 移动端-副导航 - start */
    .footer-nav {
        flex-direction: column;
        --gap1: 0px;
        --gap2: 0px;
        border-top: 1px solid rgba(102, 102, 102, .5);
    }

    .footer-nav>li {
        position: relative;
        border-bottom: 1px solid rgba(102, 102, 102, .5);
    }

    .footer-nav>li>a {
        padding: 6px 0;
    }

    .footer-nav>li::before,
    .footer-nav>li::after {
        content: '';
        position: absolute;
        width: 16px;
        height: 1px;
        background: rgba(51, 51, 51, .5);
        right: 2px;
        top: calc(0.875em + 6px);
        transition: all .4s ease;
    }

    .footer-nav>li::after {
        transform: rotate(90deg);
    }

    .footer-nav ul {
        display: none;
    }

    .footer-nav>li.act::after {
        transform: rotate(0deg);
    }

    .footer-nav>li.no-nav::before,
    .footer-nav>li.no-nav::after {
        display: none;
    }

    .footer-nav>li.no-nav a {
        width: 100%;
    }

    /* 移动端-副导航 - end */
    .home-tech-mark {
        --left: 0.6rem;
    }

    .home-tech .ys-cont1200 {
        padding-top: var(--space140);
    }

    .home-num-value {
        font-size: var(--font90);
    }

    .home-cases-cont {
        height: auto;
    }

    .home-case-item-link {
        box-shadow: none;
    }

    .home-case-item {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .home-case-item:not(:last-child) {
        margin-bottom: var(--space60);
    }

    .home-case-media {
        width: 49.5%;
    }

    .home-case-detail {
        width: 49%;
    }

    .home-case-tag {
        padding: 4px 6px;
    }

    .home-news-item {
        width: 50%;
        margin-bottom: 0.5rem;
    }

    .home-case-btn {
        margin-top: 0.6rem;
    }

    .footer-box {
        display: none;
    }

    .ys-footer {
        --widthle: 100%;
        --sapceft3: 0;
        --sapceft4: 0.3rem;
    }

    .footer-brand {
        border-right: none;
        padding-right: 0;
        padding-top: var(--top);
        padding-bottom: 0;
    }

    .footer-top {
        width: 42.9%;
        padding-bottom: 0.3rem;
    }

    .footer-bot {
        flex-direction: column-reverse;
        border-top: none;
    }

    .footer-text {
        padding-top: 0.2rem;
        margin-top: 0.2rem;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }

    .footer-friend {
        margin-top: 0.4rem;
    }

    .footer-share {
        margin-top: 0.4rem;
    }

    .home-data-box.swiper {
        --gap: 0.3rem;
    }

    .home-cases-cont-run {
        display: none;
    }

    .product-feature-list-box {
        padding: .45rem 1rem 0;
    }

    .product-heading-top::before {
        top: 0.4rem;
    }

    .product-app-icon {
        width: .48rem;
    }

    .mod-bread {
        display: none !important;
    }

    .solution-intro {
        width: 54%;
    }

    .solution-feature-side {
        width: 41.625%;
        padding-left: 0.5rem;
    }

    .solution-case-inof .slick-dots {
        bottom: -0.4rem;
    }

    .solution-case-inof .slick-dots li {
        width: 6px;
        height: 6px;
        margin: 0 3px;
    }

    .solution-feature-inof-item:not(:last-child) {
        margin-bottom: 0.6rem;
    }

    .mod-arrows1 .slick-next {
        right: calc(-0.15rem - var(--wh));
    }

    .mod-arrows1 .slick-prev {
        left: calc(-0.15rem - var(--wh));
    }

    .transit-intro {
        padding-right: 0;
    }

    .transit-copy {
        width: 45%;
    }

    .transit-media {
        width: 50%;
    }

    .case-card-inof-item {
        width: 50%;
    }

    .case-filter {
        width: 27%;
    }

    .case-results {
        width: 66.5%;
    }

    .pc-fenye li {
        width: 30px;
        height: 30px;
        line-height: 29px;
        margin: 0 5px;
    }

    .case-search-input {
        height: 38px;
    }

    .case-recommend {
        width: 29.5%;
    }

    .innovation-library-item {
        width: 50%;
    }

    .innovation-library-download {
        --wh: 0.6rem;
    }

    .innovation-library-download img {
        width: .2rem;
    }

    .service-flow-list {
        --gap1: 0.1rem;
    }

    .company-stat-list {
        --gap1: 0.8rem;
    }


    .culture-pioneer-main {
        width: 87%;
    }

    .news-heading-copy {
        width: 39%;
    }

    .news-inof-item {
        width: 50%;
    }

    .news-detail-core {
        padding: 0
    }

    .sustain-story-mobile-media {
        display: block;
        border-radius: 0.2rem;
        margin-bottom: 0.3rem
    }

    .sustain-story-media-wrap {
        display: none;
    }

    .sustain-story-item {
        position: relative;
        top: auto;
        left: auto;
    }

    .sustain-story-list {
        width: 100%;
    }

    .sustain-story-list {
        height: auto;
        position: relative;
        top: auto;
    }

    .sustain-story-layout {
        width: 100%;
    }

    .sustain-story-item {
        width: 50%;
    }

    .sustain-story-list {
        align-items: normal;
    }

    .sustain-story-list {
        --gap1: 0.16rem;
        margin: 0 calc(var(--gap1) * -1) -0.4rem;
    }

    .sustain-story-item {
        padding: 0 var(--gap1);
        margin-bottom: 0.4rem
    }

    .sustain-story-list {
        width: calc(100% + var(--gap1) * 2);
    }

    .sustain-main .ys-nyban-title {
        --width: 100%;
    }

    .career-section-text {
        width: 100%;
    }

    .career-story-copy {
        width: 45%;
    }

    .career-story-media {
        width: 49%;
    }

    .career-story-item:not(:last-child) {
        margin-bottom: var(--space140)
    }

    .contact-form-card {
        padding: .6rem 0.5rem .5rem;
        ;
    }

    .ys-form-inof-item4 {
        width: 50%;
    }

    .innovation-team-media-image img {
        mask: inherit;
        -webkit-mask: inherit;
    }

    .innovation-team-card {
        position: relative;
        padding: 0.4rem 0.36rem;
        border: 1px solid rgba(204, 204, 204, 0.6);
        width: 49%;
        border-radius: 0.2rem;
        height: auto;
    }

    .innovation-team-card-bg {
        display: none;
    }

    .innovation-team-media {
        width: 49%;
    }

    .innovation-platform-card {
        padding-bottom: 1px;
        justify-content: space-between;
    }

    .innovation-team-copy {
        width: 100%;
    }

    .mod-arrows2 .slick-prev, .mod-arrows2 .slick-next {
        bottom: .3rem;
    }

    .mod-arrows2 .slick-prev {
        left: 0.36rem;
    }

    .mod-arrows2 .slick-next {
        left: .76rem;
    }

    .innovation-team-media-image img {
        border-radius: 0.2rem;
    }

    .career-story-item-box {
        width: 100%;
    }

    .service-promise-item,
    .service-promise-item:not(:first-child) {
        position: relative;
        top: auto;
        margin-top: 0;
        transform: none;
    }

    .service-promise .ys-cont1600 {
        position: relative;
        top: auto;
    }

    .service-promise-wrap {
        display: none;
    }

    .service-promise-list {
        margin-bottom: 0;
    }

    .service-promise .ys-cont1600 {
        min-height: auto;
    }

    .service-promise-item {
        margin-bottom: .4rem;
    }

    .service-flow-num {
        --wh: 0.46rem;
    }

    /* 1199end */
}

@media screen and (max-width: 767px) {
    .ys-ban-pc, .ys-nyban-pc {
        display: none !important;
    }

    .ys-ban-video {
        display: none !important;
    }

    .ys-ban-ph, .ys-nyban-ph {
        display: block !important;
    }

    .ys-table-swipe {
        display: flex;
    }

    .ys-modal-content {
        max-height: 550px;
        padding: 50px 20px;
    }

    html {
        font-size: 56px;
    }

    :root {
        /* 字号82-100 0.60rem 34px */
        --fontr1: 0.60rem;
        /* 字号72-80 0.57rem 32px */
        --fontr2: 0.57rem;
        /* 字号62-70 0.54rem 30px */
        --fontr3: 0.54rem;
        /* 字号52-60 0.50rem 28px */
        --fontr4: 0.50rem;
        /* 下 */
        --font36: 0.38rem;
        --font34: 0.36rem;
        --font32: 0.36rem;
        --font30: 0.34rem;
        --font28: 0.34rem;
        --font26: 0.32rem;
        --font24: 0.30rem;
        --font22: 0.28rem;
        --font20: 0.26rem;
        --font18: 0.26rem;
        --font16: 0.25rem;
        --font14: 0.24rem;
        --font12: 0.18rem;
        /* 间距 */
        --space250: 1.00rem;
        --space240: 0.99rem;
        --space230: 0.97rem;
        --space220: 0.95rem;
        --space210: 0.93rem;
        --space200: 0.91rem;
        --space190: 0.89rem;
        --space180: 0.87rem;
        --space170: 0.85rem;
        --space160: 0.83rem;
        --space150: 0.81rem;
        --space140: 0.79rem;
        --space130: 0.77rem;
        --space120: 0.75rem;
        --space110: 0.73rem;
        --space100: 0.71rem;
        --space90: 0.69rem;
        --space80: 0.67rem;
        --space70: 0.65rem;
        --space60: 0.6rem;
    }

    .mod-ph {
        display: block;
    }

    .mod-pc {
        display: none;
    }

    .home-about-copy {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .home-about-media {
        width: 100%;
    }

    .home-about-desc {
        width: 100%;
        margin-bottom: 0.28rem
    }

    .home-about-card {
        margin-top: 0.5rem;
        padding: 0.4rem 0.25rem;
    }

    .home-tech-data.no-wiper .home-data-list {
        flex-wrap: wrap;
    }

    .home-data-item.swiper-slide {
        margin-bottom: 0.3rem;
    }

    .home-case-detail, .home-case-media {
        width: 100%;
    }

    .home-case-item-link {
        flex-direction: column-reverse;
    }

    .home-case-media {
        margin-bottom: 0.32rem
    }

    .home-case-item-link {
        padding: 0.42rem 0.3rem;
    }

    .home-case-tag {
        position: relative;
    }

    .home-case-detail {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-case-copy {
        padding-top: 0.26rem;
    }

    .home-news-item {
        width: 100%;
    }

    .home-news-btn {
        margin-top: 0.3rem;
    }

    .home-news .home-section-title {
        width: 100%;
        padding-right: 0;
    }

    .home-news-bot {
        display: flex;
        justify-content: center;
        margin-top: 0.3rem;
    }

    .home-news-list {
        margin: 0.4rem calc(-1 * var(--gap)) calc(-2 * var(--gap));
    }

    .home-section-bot {
        margin-top: 0.6rem;
    }

    .ys-cta-content {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        width: 100%;
        padding: 0.58rem 20px;
    }

    .ys-cta-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ys-cta-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .ys-cta-mask {
        left: auto;
        right: 0;
        transform: translateX(0);
    }

    .footer-top {
        width: 76.9%;
    }

    .footer-privacy a, .footer-text, .footer-text a, .footer-text p {
        font-size: 12px;
        font-weight: 300;
        color: #6E7787;
    }

    .product-feature-list-box {
        padding: 0.5rem 0.32rem;
    }

    .product-feature-item {
        width: 100%;
    }

    .product-feature-item {
        margin-bottom: 0.3rem;
    }

    .product-feature-copy {
        margin-left: .24rem;
    }

    .product-heading-top::before {
        top: 0.3rem;
    }

    .product-anchor-list {
        --gap: 0.2rem;
    }

    .product-anchor-btn {
        font-size: var(--font20);
    }

    .product-app {
        margin-top: 0.7rem;
    }

    .product-app-item {
        width: 33.333333%;
    }

    .product-app-item:nth-child(3n-2)::after {
        display: none;
    }

    .product-feature-list-box {
        padding-bottom: 0
    }

    .solution-intro {
        width: 100%;
        margin-bottom: 0.6rem
    }

    .solution-case-wrap {
        margin-top: 0.6rem;
    }

    .solution-feature-side {
        width: 100%;
        padding-left: 0rem;
        border-left: none;
    }

    .solution-feature-inof-item:not(:last-child) {
        margin-bottom: 0.4rem;
    }

    .transit-media {
        width: 100%;
        margin-bottom: 0.25rem;
    }

    .transit-copy {
        width: 100%;
    }

    .transit-feature-carousel {
        margin-top: .4rem;
    }

    .transit-copy-text {
        margin-top: .2rem;
    }

    .transit-feature-inof .slick-dots {
        position: relative;
        bottom: auto;
        margin-top: .2rem;
    }

    .transit-feature-inof .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .case-filter {
        width: 100%;
        position: relative;
        top: auto;
        margin-bottom: 0.4rem
    }

    .case-results {
        width: 100%;
    }

    .case-card-inof-item {
        width: 100%;
    }

    .case-search {
        width: 100%;
    }

    .case-search-input {
        height: 36px;
    }

    .pc-fenye li {
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin: 0 3px;
    }

    .case-article {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .case-recommend {
        width: 100%;
        position: relative;
        top: auto;
    }

    .case-recommend-title {
        margin-bottom: 0.3rem;
    }

    .case-detail {
        padding-top: var(--space140);
    }

    .innovation-roadmap-tabs {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        border-top: none;
    }

    .innovation-roadmap-trigger {
        padding-right: 0.2rem;
        padding-left: 0.39rem;
    }

    .innovation-roadmap-tab .innovation-roadmap-trigger {
        transform: translateX(0) !important;
    }

    .innovation-roadmap-tab::after {
        opacity: 1;
    }

    .innovation-data-item {
        width: 50%;
    }

    .innovation-library-item {
        width: 100%;
    }

    .innovation-roadmap-tab .ys-slide-item-top {
        margin-bottom: 0.3rem;
    }

    .innovation-results-main {
        margin-top: 0.4rem;
    }

    .service-flow-item {
        width: 100%;
    }

    .service-flow-item::before, .service-flow-item::after {
        display: none;
    }

    .service-flow-list {
        --bot: 0.4rem;
    }

    .service-support-list .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .service-support-list .slick-dots {
        position: relative;
        margin-top: .2rem;
        bottom: auto;
    }

    .service-cta-copy {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .service-cta-list {
        width: 100%;
    }

    /* .faq-anchor {
        display: none;
    } */

    .faq-side {
        width: 100%;
        /* position: relative;
        top: auto; */
    }

    .faq-core {
        width: 100%;
    }

    .company-story-title {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    .company-story-detail {
        width: 100%;
    }

    .company-stat-item {
        width: 50%;
    }

    .company-stat-list {
        --gap1: 0.4rem;
    }

    .company-story-layout {
        padding-bottom: var(--space80);
        margin-bottom: 0.5rem;
    }

    .company-history .company-section-head {
        margin-bottom: 0.4rem;
    }

    .company-history {
        padding-bottom: var(--space140)
    }

    .company-history-item:nth-child(even) {
        padding-top: 0;
    }

    .company-history .mod-ph, .company-honors .mod-ph {
        display: flex;
        justify-content: center;
        margin-top: 0.4rem;
        width: 100%;
    }

    .company-honor-slick {
        width: 100%;
    }

    .company-honor-head {
        border-top: none;
        padding-top: 0;
        width: 100%;
        padding-bottom: 0;
    }

    .culture-pioneer-main {
        width: 100%;
    }

    .mod-arrows1 .slick-dots {
        position: relative;
        bottom: auto;
        margin-top: 0.4rem;
    }

    .mod-arrows1 .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .news-heading-copy {
        width: 100%;
        margin-bottom: 0.35rem
    }

    .news-search-link {
        width: 100%;
    }

    .news-inof-item {
        width: 100%;
    }

    .news-nav-inof-item-link {
        padding: 0.14rem 0.4rem;
    }

    .news-heading {
        padding-bottom: 0.5rem;
    }

    .sustain-story-item {
        width: 100%;
    }

    .career-story-copy {
        width: 100%;
    }

    .career-story-media {
        width: 100%;
        margin-bottom: 0.3rem
    }

    .contact-address-media {
        width: 100%;
        margin-bottom: 0.4rem
    }

    .contact-address-content {
        width: 100%;
    }

    .ys-form-inof-item4 {
        width: 100%;
    }

    .product-contact-form .ys-fia-text-btn {
        top: 7px;
        width: 8px;
        height: 8px;
    }

    .innovation-team-card, .innovation-team-media {
        width: 100%;
    }

    .innovation-team-media {
        margin-bottom: 0.2rem
    }

    .innovation-platform-card {
        flex-direction: column-reverse;
    }

    .innovation-team-card {
        flex-grow: 1;
    }

    .mod-arrows2 .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .culture-banner-one-core {
        height: auto;
        position: relative;
        top: auto;
    }

    .wboc-add {
        position: relative;
        height: auto;
        top: auto;
        transform: none;
    }

    .culture-banner-one {
        position: relative;
        top: auto;
        height: auto;
    }

    .culture-banner-inof {
        position: relative;
        height: auto;
        width: 100%;
        overflow: hidden;
        top: auto;
        transform: none;
        right: auto;
    }

    .culture-banner-zhan {
        display: none;
    }

    .culture-may-cry {
        padding-top: var(--space140);
        padding-bottom: var(--space140);
    }

    .culture-may-inof {
        width: 100%;
    }

    .wmin-img {
        display: block;
        border-radius: 8px;
        overflow: hidden;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        margin-top: 0.4rem;
    }

    .culture-may-inof-nub {
        opacity: 1;
    }

    .culture-may-inof-nub:not(:last-child) {
        margin-bottom: 0.56rem
    }

    .culture-banner-title1 .culture-banner-text {
        width: 100%;
    }

    .service-promise-item {
        flex-wrap: wrap;
    }

    .service-promise-media {
        width: 100%;
        margin-left: 0;
        margin-top: 0.4rem;
    }

    .service-promise-copy {
        width: 100%;
    }

    /* .service-promise-desc {
        margin-top: 0.4rem;
    } */

    .culture-may-inof-nub:nth-child(1), .culture-banner-inof-nub:nth-child(1) {
        display: block;
    }

    .service-promise-name {
        margin-bottom: 0.3rem;
    }

    .company-history::after {
        height: 1.5rem;
    }

    .home-about-kicker, .home-about-title, .home-about-title {
        text-align: center;
    }

    .home-tech-data.no-wiper .home-data-list {
        justify-content: flex-start;
    }

    .product-anchor-box .mCSB_inside>.mCSB_container>* {
        padding-right: 0
    }

    .product-anchor-btn::before {
        left: 3px;
    }

    .product-anchor-btn {
        padding: 0.2rem 0 0.22rem 0.3rem;
    }

    .mod-arrows1 .slick-prev,
    .mod-arrows1 .slick-next {
        left: auto;
        right: auto;
        position: relative;
        margin: 0 0.1rem;
        transform: translate(0);
    }

    .mod-arrows1 .slick-prev {
        order: 2
    }

    .mod-arrows1 .slick-next {
        order: 3
    }

    .service-flow-item:nth-child(5) {
        order: 5;
    }

    .service-flow-item:nth-child(7) {
        order: 7;
    }

    .footer-share-code {
        padding: 3px;
    }

    .footer-share {
        --codew: 60px;
    }

    /* .mod-arrows1 .slick-list {
        margin-bottom: 0.3rem;
    } */
    .faq-anchor-item.act .faq-anchor-btn {
        transform: none;
    }

    .faq-anchor-item::before {
        display: none;
    }

    .faq-anchor-inof {
        display: flex;
        margin: 0 -0.1rem
    }

    .faq-anchor-btn {
        white-space: nowrap;
        padding-left: 0;
    }

    .faq-anchor-item {
        padding: 0 0.1rem
    }

    .faq-anchor {
        display: flex;
        /* position: sticky;
        top: 56px; */
    }

    .faq-side {
        top: 56px;
        z-index: 5;
    }

    .faq-side::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 104%;
        background: #fff;
        content: '';
    }

    .faq-title {
        position: relative;
        z-index: 2;
    }

    .faq-side .mCSB_horizontal.mCSB_inside>.mCSB_container {
        margin-bottom: 6px;
    }

    .faq-side .faq-anchor {
        margin-top: .3rem;
    }

    .sustain-certificate-slick, .news-inof {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sustain-certificate-slick .slick-list, .news-inof .slick-list {
        margin-bottom: 0.3rem
    }

    .sustain-certificate-btn .std-btn1-link {
        padding: 0.1rem 0.16rem;
    }

    .company-stat-item:nth-child(2n-1)::before {
        display: none;
    }

    .product-download-modal .ys-modal-content {
        padding: 0.6rem 0.36rem;
    }

    .home-tech-data {
        width: 90%;
    }

    .contact-address-detail-copy span {
        white-space: nowrap;
    }

    .home-map-point.is-active .home-map-point-icon {
        transform: scale(1);
        opacity: 1;
    }

    .home-map-point.is-active .home-map-point-panel::after {
        width: 100%;
    }

    .home-map-point.is-active .hmpp-ri {
        opacity: 1;
        transition: var(--transition);
        transition-delay: 0.4s;
    }

    .home-map-point.on .home-map-point-detail {
        left: auto;
        right: 0.1rem;
    }

    .home-map-point.on .home-map-point-panel {
        flex-direction: row-reverse;
    }

    .home-map-point.on .home-map-point-panel {
        padding: 5px 5px 5px 0.2rem;
    }

    .home-map-point.on .hmpp-ri {
        flex-direction: row-reverse;
    }

    .home-map-point.on .home-map-point-arrow {
        transform: rotate(180deg);
    }

    .home-map-point.on .home-map-point-panel::after {
        left: auto;
        right: 0;
    }

    .product-anchor .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        height: 6px;
    }

    .home-tech-mark {
        --left: 2.5rem;
    }

    .home-tech-mark {
        width: 340vw;
    }

    .home-tech-top {
        margin-bottom: 0.5rem;
        padding-left: 0.4rem;
    }

    .home-section-bot {
        margin-top: 0.4rem;
    }

    .home-tech-mark {
        width: 300vw;
    }

    .home-tech-data {
        padding-left: 0.4rem;
    }

    .home-tech-desc {
        width: 100%;
    }

    .home-tech-mark {
        width: 283vw;
    }
    
    /* 767end */
}