.plantform-support {
    background: url(../../images/newHome/bg_plantform.png) no-repeat;
    background-size: cover;
    border-radius: 3px;
    border: 1px solid #1ba98d;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.a {
    cursor: pointer;
}

.header_edding {
    position: absolute;
    bottom: -36%;
    left: 9%;
    z-index: 100;
}

.header_flowerpot {
    position: absolute;
    top: -56%;
    right: -4%;
}

.header_macbook {
    position: absolute;
    right: -20%;
    top: 29%;
}

.header_marker {
    position: absolute;
    top: 32%;
    left: 6%;
    z-index: 300;
}

.header_papers {
    position: absolute;
    left: -27%;
    top: 0%;
}

.header_pen {
    position: absolute;
    right: 13%;
    bottom: 0%;
}

.header_penpot {
    position: absolute;
    left: -19%;
    top: -42%;
}

a.btn-upload-app {
    background-color: #1abc9c;
    border-radius: 28px;
    color: #fff;
    padding: 7px 35px;
    border: none;
}

a.btn-upload-app:hover {
    background: #28caad;
    color: #f5f5f5;
}

.home-header-div {
    position: relative;
    overflow: hidden;
    height: 500px;
    border-top: 1px solid #efeeee;
    background-size: cover;
    background-repeat: no-repeat;
}

.mt-xs-60 {
    margin-top: 60px;
}

.more-a:hover {
    color: #27c7a5;
}

.plantform-float {
    position: absolute;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    top: 0px;
    left: 0px;
    border: 1px solid #2de2c1;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 4px 12px 0px rgba(10, 10, 10, 0.1);
    cursor: pointer;
}

.tracup_introduce {
    position: absolute;
    width: 65%;
    bottom: 0px;
    margin-bottom: 10px;
    left: 19%;
}

.tracup_shadow {
    position: absolute;
    bottom: 0px;
    position: absolute;
    bottom: 0px;
    box-shadow: 0px 3px 48px 4px rgba(90, 97, 104, 0.53);
    width: 52%;
    left: 26%;
}

.header-animated-title {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-left: -20px;
}

@media (max-width: 768px) {
    .text-left {
        text-align: center;
    }

    .mt-xs-35 {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .pt-100 {
        padding-top: 50px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .pb-50 {
        padding-bottom: 20px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .mt-150 {
        margin-top: 50px;
    }

    .mb-100 {
        margin-bottom: 50px;
    }

    .font-24 {
        font-size: 18px;
    }

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

    .font-40 {
        font-size: 25px !important;
    }

    .header-animated-title {
        top: 21%;
    }

    .mb-20,
    .mb-25 {
        margin-bottom: 15px;
    }

    .mb-50 {
        margin-bottom: 20px;
    }

    .mt-60,
    .mt-50 {
        margin-top: 35px;
    }

    .mt-35 {
        margin-top: 20px;
    }

    .pt-30 {
        padding-top: 10px;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .plantform-support .font-20 {
        font-size: 16px;
    }

    .plantform-support .font-14 {
        font-size: 10px;
    }

    .header_penpot {
        left: -95%;
        top: -55%;
    }

    .header_flowerpot {
        right: -25%;
        top: -90%;
    }

    .header_marker {
        top: 45%;
        left: -10%;
    }

    .header_pen {
        right: 49%;
        bottom: -27%;
    }

    .header_macbook {
        right: -87%;
        bottom: -23%;
    }

    .mt-80 {
        margin-top: 10px;
    }

    .mt-xs-35 {
        margin-top: 35px;
    }

    .pt-230 {
        padding-top: 128px;
    }
}

#header-banner.header-container {
    width: 100%;
    height: 80%;
}

#header-banner.header-container>.sections,
#header-banner.header-container>.sections>.section {
    height: 100%;
    cursor: pointer;
}

#header-banner.header-container,
#header-banner.header-container .sections {
    position: relative;
    z-index: 100;
}

#header-banner.header-container>.sections>.section {
    text-align: center;
    color: white;
    position: absolute;
    width: 100%;
    top: 0px;
}

#header-banner .pages svg {
    transform: rotate(-90deg);
}

@keyframes dashoffset {
    0% {
        stroke-dashoffset: 32;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

#header-banner .pages div.svg {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 1px;
    cursor: pointer;
}

#header-banner .pages li {
    list-style-type: none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: white;
}

#header-banner .pages li:hover {
    -webkit-box-shadow: 0 0 5px 2px white;
    box-shadow: 0 0 5px 2px white;
}

#header-banner .pages li.active {
    background-color: orange;
    -webkit-box-shadow: 0 0 5px 2px orange;
    box-shadow: 0 0 5px 2px orange;
}

#header-banner .pages {
    position: absolute;
    z-index: 999;
}

/*横屏滑动*/

#header-banner .pages.horizontal {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5px;
    padding: 0px;
}

#header-banner .pages.horizontal li {
    display: inline-block;
    margin-right: 10px;
}

#header-banner .pages.horizontal li:last-child {
    margin-right: 0;
}

/*竖屏滑动*/

#header-banner .pages.vertical {
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header-banner .pages.vertical li {
    margin-bottom: 10px;
}

#header-banner .pages.vertical li:last-child {
    margin-bottom: 0;
}

.home-header-div>#hot-product {
    background-color: rgba(255, 255, 255, 0.2);
    height: 20%;
    position: relative;
    z-index: 300;
}

#hot-product .product-item {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-content: left;
    position: relative;
    cursor: pointer;
}

#hot-product .product-item .product-desc {
    margin-left: 2%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
}

#hot-product .product-item:last-child .border {
    display: none;
}

#hot-product .product-item .border {
    width: 1px;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 15px;
}

#header-banner .sections>.section .img-right {
    min-height: 350px;
    max-height: 450px;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: right !important;
    position: absolute;
    width: 100%;
    z-index: 100;
}

#header-banner .sections>.section .introduce-left {
    z-index: 999;
}

#header-banner .sections>.section .row {
    position: relative;
}

#home-header-div a.btn {
    border-color: #fff;
    background: #fff;
}

#home-header-div a.btn:hover {
    border-color: #fefefe;
    background: #fefefe;
}

@media (min-width: 992px) {

    #header-banner .sections>.section .introduce-left,
    #header-banner .sections>.section .container {
        padding-left: 0px;
    }

    .home-header-div>#hot-product .container.hidden-xs {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 992px) {
    #header-banner .sections>.section .img-right {
        left: 3% !important;
        height: 300px !important;
        top: 0% !important;
        min-height: 0;
    }

    .home-header-div {
        height: 450px;
    }

    #header-banner .sections>.section .mt-50 {
        margin-top: 20px;
    }

    #header-banner.header-container {
        height: 75%;
    }

    .home-header-div>#hot-product {
        height: 25%;
    }

    .border-right-e4e9f0 {
        border: none;
    }
}

#header-banner.header-container>.sections>.section a.product-btn {
    padding: 7px 35px;
}

#header-banner.header-container>.sections>.section:first-child a.product-btn {
    color: #1abc9c;
}

#header-banner.header-container>.sections>.section:nth-child(2) a.product-btn {
    color: #3548a6;
}

#header-banner.header-container>.sections>.section:nth-child(3) a.product-btn {
    color: #2f79e8;
}

#header-banner.header-container>.sections>.section:nth-child(5) a.product-btn,
#header-banner.header-container>.sections>.section:nth-child(4) a.product-btn {
    color: #145298;
}

#header-banner.header-container>.sections>.section:nth-child(1) div.img-right {
    left: -15%;
}

#header-banner.header-container>.sections>.section:nth-child(2) div.img-right {
    left: -13%;
    top: 6%;
    height: 400px;
}

#header-banner.header-container>.sections>.section:nth-child(3) div.img-right {
    left: -9%;
    height: 450px;
    top: 5%;
}

#header-banner.header-container>.sections>.section:nth-child(4) div.img-right {
    left: -15%;
    top: 9%;
}

#header-banner.header-container>.sections>.section:nth-child(5) div.img-right {
    left: -18%;
    height: 500px;
    top: 3%;
}

@media (max-width: 768px) {
    #header-banner .sections>.section>.container {
        margin-top: 25px;
    }

    .home-header-div {
        height: 390px;
    }

    #hot-product .product-item {
        justify-content: center;
        align-content: center;
    }

    #hot-product .product-item .product-desc {
        flex-flow: wrap;
    }

    #header-banner.header-container>.sections>.section a.product-btn {
        margin-top: 0px;
    }
}

#hot-product .visible-xs .product-item .product-desc {
    margin-left: 0;
    height: auto;
    padding: 0px;
}

#hot-product .visible-xs .product-item {
    flex-direction: row;
    flex-wrap: wrap;
}

#hot-product .visible-xs .product-item .product-icon {
    width: 54px;
    height: 38px;
    background-position: center;
    background-repeat: no-repeat;
}

#hot-product .hidden-xs .product-item:first-child .product-icon {
    margin-left: 0;
}

#hot-product .hidden-xs .product-item .product-icon {
    width: 40px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(100%);
    margin-left: 4%;
}

#hot-product .hidden-xs .product-item .product-desc p:nth-child(2) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 100 !important;
}

#hot-product .product-item .product-desc>p {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
    .home-header-div {
        height: 450px;
    }
}

.frontjs-tip li {
    list-style-type: none;
    height: 60px;
}

.frontjs-tip .fa-check-circle {
    padding-right: 10px;
}

/* signature concordance page start */

.color-010101 {
    color: #010101;
}

.color-B6BABD {
    color: #B6BABD;
}

.color-878F92 {
    color: #878F92;
}

.color-687089 {
    color: #687089;
}

.pt-90 {
    padding-top: 90px;
}

.font-26 {
    font-size: 26px !important;
}

.font-32 {
    font-size: 32px;
}

.btn-primary {
    background: #29CEAD;
    color: white;
    border: 1px solid #29CEAD;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #1ABC9C;
    border: 1px solid #1ABC9C;
}

#signature-concordance-page .signature-concordance-banner {
    background: linear-gradient(to bottom, rgba(26, 188, 156, 1) 0%, rgba(26, 159, 188, 1) 68%, #fff 0);
}

#signature-concordance-page .signature-concordance-banner .container {
    position: relative;
    height: 100%;
}

#signature-concordance-page .signature-concordance-banner .banner-title {
    padding-top: 91px;
}

#signature-concordance-page .signature-concordance-banner .banner-bottom .banner-div {
    position: relative;
    transition: all ease-out 0.25s;
    top: 15px;
    height: 390px;
    background: white;
    border-radius: 10px;
    padding: 40px 0px;
    box-shadow: 0px 20px 40px 0px rgba(177, 199, 196, 0.2);
}

#signature-concordance-page .signature-concordance-banner .banner-bottom .line {
    height: 2px;
    background: rgba(26, 188, 156, 1);
    width: 32px;
    margin: 23px auto 41px;
}

#signature-concordance-page .signature-concordance-banner .banner-bottom img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

#signature-concordance-page .signature-concordance-banner .banner-bottom .btn {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 30px auto 0;
}

#signature-concordance-page .signature-concordance-banner .banner-bottom .discount {
    position: absolute;
    right: 38px;
    top: -4px;
    width: 57px;
    height: 38px;
}

#signature-concordance-page .signature-concordance-comparison .comparison-div {
    line-height: 44px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

#signature-concordance-page .signature-concordance-comparison .comparison-div:nth-of-type(1) {
    line-height: 50px;
}

#signature-concordance-page .signature-concordance-comparison .comparison-div>div {
    float: left;
    width: 25%;
}

#signature-concordance-page .signature-concordance-comparison .comparison-div>div:nth-of-type(1) {
    text-align: left;
    font-weight: bold;
    padding-left: 90px;
}

#signature-concordance-page .signature-concordance-comparison .comparison-div:nth-of-type(1)>div:nth-of-type(1) {
    text-align: center;
    padding-left: 0;
    font-weight: normal;
}

#signature-concordance-page .signature-concordance-comparison .comparison-div .right {
    width: 18px;
    height: 14px;
    margin: 15px auto;
    background: url(/static/images/signature/comparison_pic.png) 0 0 / 100% 100% no-repeat;
}

#signature-concordance-page .signature-concordance-comparison .comparison-div .none {
    width: 20px;
    height: 4px;
    margin: 20px auto;
    background: rgba(219, 221, 222, 1);
}

#signature-concordance-page .signature-concordance-comparison .comparison-div:after {
    content: "";
    display: block;
    clear: both;
}

#signature-concordance-page .signature-concordance-tab {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
    height: 96px;
}

#signature-concordance-page .signature-concordance-tab .tab-bg {
    position: absolute;
    height: 60px;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
}

#signature-concordance-page .signature-concordance-tab .tab-div {
    position: relative;
    display: flex;
    height: 96px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    cursor: pointer;
}

#signature-concordance-page .signature-concordance-tab.active .tab-div {
    flex-direction: row;
    height: 60px;
}

#signature-concordance-page .signature-concordance-tab.active .tab-div p {
    padding-left: 19px;
}

#signature-concordance-page .signature-concordance-tab .tab-div:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: rgba(26, 188, 156, 1);
    transition: width ease-out 0.55s;
}

#signature-concordance-page .signature-concordance-tab .tab-div p {
    margin-bottom: 0;
    text-align: center;
}

#signature-concordance-page .signature-concordance-tab .tab-div>div {
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
    background-size: 100% 100%;
}

#signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(1)>div {
    background-image: url(/static/images/signature/tab_pic1.png);
}

#signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(2)>div {
    background-image: url(/static/images/signature/tab_pic2.png);
}

#signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(3)>div {
    background-image: url(/static/images/signature/tab_pic3.png);
}

#signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(1).chose>div {
    background-image: url(/static/images/signature/tab_pic1_chose.png);
}

#signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(2).chose>div {
    background-image: url(/static/images/signature/tab_pic2_chose.png);
}

#signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(3).chose>div {
    background-image: url(/static/images/signature/tab_pic3_chose.png);
}

#signature-concordance-page .signature-concordance-tab .tab-div.chose p {
    color: #1ABC9C;
}

#signature-concordance-page .signature-concordance-tab .tab-div.chose:after {
    width: 100%;
}

#signature-concordance-page .tab-banner {
    position: relative;
    background: linear-gradient(to bottom, #fff 24%, #f5f8fb 24% 84%, #fff 84%);
}

#signature-concordance-page .tab-banner .row {
    position: relative;
    z-index: 1;
}

#signature-concordance-page .tab-banner .container {
    margin-top: 50px;
}

#signature-concordance-page .tab-banner .container>img,
#signature-concordance-page .tab-banner .container>.super-signature-video {
    /* position: absolute; */
    height: 395px;
    /* top: 45px; */
    /* right: 20%; */
}

#signature-concordance-page .tab-banner .container>.super-signature-video {
    width: 60%;
    /* height: 435px; */
    top: 10px;
    background: url(/static/images/signature/super_video_pic.png) 0 0 / 100% 100% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

#signature-concordance-page .tab-banner .container>.super-signature-video div {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: relative;
}

#signature-concordance-page .tab-banner .container>.super-signature-video div span {
    display: block;
    position: absolute;
    z-index: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    animation: div-big 1500ms ease-out infinite;
}

#signature-concordance-page .tab-banner .container>.super-signature-video img {
    width: 72px;
    height: 72px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@keyframes div-big {
    0% {
        background: white;
        transform: scale(0.8);
    }

    100% {
        background: transparent;
        transform: scale(2);
    }
}

#signature-concordance-page .tab-banner .btn {
    width: 128px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#signature-concordance-page .tab-banner p span {
    color: #1ABC9C;
    cursor: pointer;
}

#signature-concordance-page .tab-superiority .tab-superiority-div {
    position: relative;
    top: 10px;
    height: 305px;
    background: white;
    box-shadow: 0px 20px 40px 0px rgba(177, 199, 196, 0.2);
    border-radius: 10px;
    padding: 40px 37px;
    transition: top ease-out 0.25s;
    cursor: pointer;
    margin-bottom: 40px;
}

#signature-concordance-page .tab-superiority img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

#signature-concordance-page .tab-step {
    padding-top: 330px;
}

#signature-concordance-page .tab-step .tab-step-div {
    position: relative;
}

#signature-concordance-page .tab-step .tab-step-div>img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 30px auto;
}

#signature-concordance-page .tab-step .tab-step-div>div {
    /* position: absolute; */
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 10px solid #1ABC9C;
    right: -15px;
    top: 30%;
}

#signature-concordance-page .tab-btn .btn {
    width: 128px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 50px auto 80px;
}

#signature-concordance-page #closeVideo {
    position: absolute;
    z-index: 1;
    top: -37px;
    right: -13px;
    width: 46px;
    height: 46px;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #fff;
    outline: none;
}

#signature-concordance-page #video {
    max-height: 600px;
}

/* english调整 */

#signature-concordance-page.english .signature-concordance-comparison .comparison-div>div:nth-of-type(1) {
    padding-left: 30px;
}

#signature-concordance-page.english .tab-superiority .tab-superiority-div {
    padding: 40px 30px;
}

#signature-concordance-page.english .tab-enterprise .tab-superiority .tab-superiority-div {
    height: 375px;
}

#signature-concordance-page.english .tab-superiority .tab-superiority-div p:nth-of-type(1) {
    height: 50px;
}

#signature-concordance-page.english .tab-super .tab-superiority .tab-superiority-div {
    height: 405px;
}

#signature-concordance-page.english .tab-proper .tab-superiority .tab-superiority-div {
    height: 395px;
}

/* 大屏效果 */

@media (min-width: 768px) {
    #signature-concordance-page .signature-concordance-banner .banner-bottom .banner-div:hover {
        top: -5px;
    }

    #signature-concordance-page .tab-superiority .tab-superiority-div:hover {
        top: 0px;
    }

    #signature-concordance-page .signature-concordance-tab .tab-div:hover p {
        color: #1ABC9C;
    }

    #signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(1):hover>div {
        background-image: url(/static/images/signature/tab_pic1_chose.png);
    }

    #signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(2):hover>div {
        background-image: url(/static/images/signature/tab_pic2_chose.png);
    }

    #signature-concordance-page .signature-concordance-tab .tab-div:nth-of-type(3):hover>div {
        background-image: url(/static/images/signature/tab_pic3_chose.png);
    }

    #signature-concordance-page .signature-concordance-tab .tab-div:hover:after {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #signature-concordance-page .signature-concordance-banner {
        background: linear-gradient(to bottom, rgba(26, 188, 156, 1) 0%, rgba(26, 159, 188, 1) 100%)
    }

    #signature-concordance-page .signature-concordance-banner .banner-bottom .banner-div {
        margin-bottom: 50px;
    }

    #signature-concordance-page .signature-concordance-comparison {
        overflow-x: scroll;
    }

    #signature-concordance-page .signature-concordance-comparison .container {
        min-width: 600px;
    }

    #signature-concordance-page .signature-concordance-comparison .comparison-div {
        height: 72px;
        line-height: 26px;
    }

    #signature-concordance-page .signature-concordance-comparison .comparison-div>div {
        padding: 10px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #signature-concordance-page .signature-concordance-comparison .comparison-div>div:nth-of-type(1) {
        padding-left: 0px;
        justify-content: left;
    }

    #signature-concordance-page .signature-concordance-comparison .comparison-div:nth-of-type(1)>div {
        padding: 0px;
        justify-content: center;
    }

    #signature-concordance-page .signature-concordance-tab .tab-bg {
        height: 96px;
    }

    #signature-concordance-page .signature-concordance-tab.active .tab-div {
        flex-direction: column;
        height: 96px;
    }

    #signature-concordance-page .signature-concordance-tab.active .tab-div p {
        padding-left: 0px;
    }

    #signature-concordance-page .tab-banner p {
        width: 100%;
    }

    #signature-concordance-page .tab-banner .container>img {
        max-width: 100%;
        height: auto;
        opacity: 0.1;
        z-index: 0;
    }

    #signature-concordance-page .tab-superiority .tab-superiority-div {
        margin-bottom: 50px;
    }

    #signature-concordance-page .tab-step .tab-step-div {
        margin-bottom: 20px;
    }

    #signature-concordance-page .tab-step .tab-step-div>div {
        display: none;
    }

    #signature-concordance-page .tab-super .tab-banner .super-signature-video {
        width: 100%;
    }

    #signature-concordance-page #video {
        max-height: 500px !important;
    }

    #signature-concordance-page.english .signature-concordance-comparison .comparison-div:nth-of-type(1) {
        height: 90px;
        line-height: 26px;
    }

    #signature-concordance-page.english .signature-concordance-comparison .comparison-div>div:nth-of-type(1) {
        padding-left: 0px;
    }
}

/* signature concordance page end */

/* homepage-new start */

#homepage-new {
    font-family: -apple-system, SF Pro Text, Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
}

#homepage-new .float-left {
    float: left;
}

#homepage-new .mw-800 {
    max-width: 800px;
    margin: 0 auto;
}

#homepage-new .color-1ABC9C {
    color: #1ABC9C;
}

#homepage-new .color-3C3C50 {
    color: #3C3C50;
}

#homepage-new .color-8399BB {
    color: #8399BB;
}

#homepage-new .color-DAFFF8 {
    color: #DAFFF8;
}

#homepage-new .bg-18BC9B {
    background: #18BC9B;
}

#homepage-new .font-34 {
    font-size: 34px;
}

#homepage-new .font-48 {
    font-size: 48px;
}

#homepage-new .pt-70 {
    padding-top: 70px;
}

#homepage-new .pt-120 {
    padding-top: 120px;
}

#homepage-new .pl-50 {
    padding-left: 50px;
}

#homepage-new .pl-150 {
    padding-left: 150px;
}

#homepage-new .pr-50 {
    padding-right: 50px;
}

#homepage-new .pb-70 {
    padding-bottom: 70px;
}

#homepage-new .pb-80 {
    padding-bottom: 80px;
}

#homepage-new .h-50 {
    height: 50px;
}

#homepage-new .cursor-pointer {
    cursor: pointer;
}

#homepage-new .btn-white {
    padding: 7px 19px;
    color: #fff;
}

#homepage-new .btn-bg-white:hover {
    background: #e3e7f0;
}

#homepage-new .btn-white:hover {
    color: #1abc9c;
    background: #fff;
}

#homepage-new .btn-green {
    color: #fff;
    margin-right: 15px;
    background: #1abc9c;
}

#homepage-new .btn-green:hover {
    background-color: #29CEAD !important;
}

#homepage-new .bt-d9e1ec {
    border-bottom: 1px solid#d9e1ec;
}

#homepage-new .flex-start {
    display: flex;
    align-items: start;
}

#homepage-new .flex-middle {
    display: flex;
    align-items: center;
}

#homepage-new .tab-content {
    display: none;
}

#homepage-new .tab-content.active {
    display: block;
    animation: opacity1 1s;
}

@keyframes opacity1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#homepage-new .arrow-right {
    position: relative;
    display: inline-block;
    top: 1px;
    width: 14px;
    height: 12px;
    background: url(/static/images/newHome/homepage_arrow_right.png) 0 0 / 100% 100% no-repeat;
}

#homepage-new .homepage-banner {
    position: relative;
    height: 600px;
    background: white;
}

#homepage-new .homepage-banner-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background-size: cover;
}

#homepage-new .homepage-banner-item.active {
    z-index: 0;
}

#homepage-new .homepage-banner-white-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 90px;
    cursor: default;
    background-size: 100% 100%;
    cursor: default;
    background-image: url(/static/images/newHome/homepage_banner_white.png);
}

#homepage-new .homepage-banner-item .homepage-banner-content {
    position: relative;
    height: 450px;
    padding-top: 50px;
    opacity: 0;
    overflow: hidden;
}

#homepage-new .homepage-banner-item.active .homepage-banner-content {
    opacity: 1;
    transition: opacity 1s;
}

#homepage-new .homepage-banner-item.active .homepage-banner-content video {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    min-height: 325px;
}

#homepage-new .homepage-banner-item .homepage-banner-content>img {
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    height: 350px;
    z-index: 0;
    transform: translateY(150px);
}

#homepage-new .homepage-banner-item.active .homepage-banner-content>img {
    transform: translateY(0);
    transition: transform 1s;
    -webkit-animation-timing-function: cubic-bezier(0.26, 0.42, 0, 0.96);
    animation-timing-function: cubic-bezier(0.26, 0.42, 0, 0.96);
}

#homepage-new .homepage-banner-item .homepage-banner-content .btn {
    padding: 7px 35px;
    border-color: transparent;
}

#homepage-new .homepage-banner .homepage-banner-pages {
    position: absolute;
    top: 435px;
    left: 0;
    width: 100%;
    font-size: 0;
    cursor: pointer;
}

#homepage-new .homepage-banner .homepage-banner-pages .homepage-banner-pages-item {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin-right: 10px;
    padding-top: 10px;
}

#homepage-new .homepage-banner .homepage-banner-pages .homepage-banner-pages-item:last-child {
    margin-right: 0;
}

#homepage-new .homepage-banner .homepage-banner-pages .homepage-banner-pages-item>span {
    display: inline-block;
    width: 32px;
    height: 4px;
    background: white;
    opacity: 0.2;
    cursor: pointer;
    border-radius: 3px;
}

#homepage-new .homepage-banner .homepage-banner-pages .homepage-banner-pages-item>span:hover,
#homepage-new .homepage-banner .homepage-banner-pages .homepage-banner-pages-item.active>span {
    opacity: 1 !important;
}

#homepage-new .homepage-banner-attachment {
    position: relative;
    top: -70px;
}

#homepage-new .homepage-banner-attachment>.container {
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(86, 100, 114, 0.1);
    border-radius: 8px;
    padding: 30px 15px;
}

#homepage-new .homepage-banner-attachment>.container .col-md-3 .attachment,
#homepage-new .homepage-banner-attachment>.container .col-md-4 .attachment {
    padding-left: 25px;
}

#homepage-new .homepage-banner-attachment>.container .col-md-3:not(:last-child),
#homepage-new .homepage-banner-attachment>.container .col-md-4:not(:last-child) {
    border-right: 1px solid #e1e5ef;
}

#homepage-new .homepage-banner-attachment>.container .col-md-4 {
    padding-left: 5%;
}

#homepage-new .homepage-banner-attachment .attachment:hover .right>p:first-child {
    color: #1ABC9C;
}

#homepage-new .homepage-banner-attachment .attachment:hover .logo {
    border: 1px solid #1ABC9C;
}

#homepage-new .homepage-banner-attachment .attachment {
    display: flex;
    align-items: center;
}

#homepage-new .homepage-banner-attachment .attachment .logo {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(225, 229, 239, 1);
    border-radius: 8px;
    margin-right: 20px;
    width: 60px;
    padding: 10px;
}

#homepage-new .homepage-banner-attachment .attachment .right>p:first-child {
    position: relative;
    top: 5px;
    font-weight: 600 !important;
    color: #2F394F;
}

#homepage-new .homepage-banner-attachment .attachment .right>p:last-child {
    color: #676F89;
    word-break: break-all;
}

#homepage-new .homepage-banner-attachment .attachment .right>p {
    text-align: left;
}

#homepage-new .homepage-product {
    position: relative;
    top: -70px;
    z-index: 2;
}

#homepage-new .homepage-product .container {
    padding: 0;
}

#homepage-new .homepage-product .homepage-product-introduce {
    padding: 30px 50px;
    background: white;
    box-shadow: 0px 20px 40px 0px rgba(90, 118, 113, 0.1);
    border-radius: 8px;
    cursor: pointer;
}

#homepage-new .homepage-product img {
    width: 60px;
    height: 60px;
}

#homepage-new .homepage-distribute .homepage-distribute-introduce>div {
    height: 270px;
    padding: 45px 45px 50px;
    margin-top: 45px;
    cursor: pointer;
}

#homepage-new .homepage-advice,
#homepage-new .homepage-distribute {
    background: #f6f8fa;
    padding-bottom: 80px;
}

#homepage-new .homepage-distribute .distribute-swiper .swiper-slide,
#homepage-new .homepage-advice .carousel.slide,
#homepage-new .homepage-distribute .carousel.slide {
    /* box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1); */
    border-radius: 16px;
    margin-top: 50px;
    background: #fff;
}

#homepage-new .homepage-distribute .distribute-swiper .swiper-slide {
    min-height: 370px;
}

#homepage-new .homepage-advice .avatar {
    position: relative;
    top: 34px;
    z-index: 1;
}

#homepage-new .homepage-advice .avatar>img {
    width: 68px;
    border-radius: 50%;
}

#homepage-new .homepage-advice .footer {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 20px 0px rgba(87, 100, 114, 0.1);
    border-radius: 4px;
    width: 200px;
    margin: auto;
    padding: 18px 28px;
    height: 56px;
    position: relative;
    top: -28px;
    display: flex;
    align-items: center;
}

#homepage-new .homepage-advice .footer img {
    max-height: 34px;
}

#homepage-new .homepage-advice .carousel.slide {
    margin-top: 0px;
    margin: auto;
    min-height: 250px;
}

#homepage-new.en .homepage-distribute .carousel.slide {
    min-height: 500px;
}

#homepage-new.en .homepage-distribute .carousel-inner .item>div .right .homepage-production-system-point span {
    width: 190px;
    margin-right: 5px;
}

#homepage-new .homepage-distribute .carousel-inner .item div.row {
    display: flex;
    align-items: center;
}

#homepage-new .homepage-advice .carousel-inner .item>div,
#homepage-new .homepage-distribute .carousel-inner .item>div {
    display: flex;
    padding: 60px;
}

#homepage-new .homepage-distribute .carousel-inner .item {
    min-height: 429px;
}

#homepage-new .homepage-advice .carousel-inner .item>div {
    display: block;
}

#homepage-new .homepage-advice .carousel-inner .item>div>p {
    color: #687089;
}

#homepage-new .homepage-advice .carousel-inner .item>div>p:first-child>span.name {
    font-size: 16px;
    font-weight: 600 !important;
    color: rgba(47, 57, 80, 1);
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .left,
#homepage-new .homepage-distribute .carousel-inner .item>div .left {
    padding-right: 80px;
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .right p.title,
#homepage-new .homepage-distribute .carousel-inner .item>div .right p.title {
    font-size: 24px;
    font-weight: 600 !important;
    color: rgba(47, 57, 80, 1);
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .right .btn.btn-white,
#homepage-new .homepage-distribute .carousel-inner .item>div .right .btn.btn-white {
    margin-top: 40px;
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .right p.subtitle,
#homepage-new .homepage-distribute .carousel-inner .item>div .right p.subtitle {
    font-size: 16px;
    color: rgba(104, 112, 137, 1);
}

@font-face {
    font-family: "BebasNeue";
    src: url("https://assets.pgyer.com/static-20211106/assets/fonts/BebasNeue-1.ttf");
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .right p.content,
#homepage-new .homepage-distribute .carousel-inner .item>div .right p.content {
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 0;
    font-size: 16px;
    color: rgba(47, 57, 80, 1);
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .right .homepage-production-system-point span,
#homepage-new .homepage-distribute .carousel-inner .item>div .right .homepage-production-system-point span {
    width: 160px;
    display: flex;
    align-items: center;
    float: left;
    margin-bottom: 15px;
}

#homepage-new .homepage-distribute .distribute-swiper .item:nth-child(1)>div .right .homepage-production-system-point span,
#homepage-new .homepage-distribute .carousel-inner .item:nth-child(1)>div .right .homepage-production-system-point span {
    width: 120px;
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .right .homepage-production-system-point span:last-child,
#homepage-new .homepage-distribute .carousel-inner .item>div .right .homepage-production-system-point span:last-child {
    width: auto;
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .right .homepage-production-system-point img,
#homepage-new .homepage-distribute .carousel-inner .item>div .right .homepage-production-system-point img {
    width: 20px;
}

#homepage-new .homepage-distribute .distribute-swiper .item>div .right .homepage-production-system-point p,
#homepage-new .homepage-distribute .carousel-inner .item>div .right .homepage-production-system-point p {
    font-size: 16px;
    color: rgba(104, 112, 137, 1);
    margin: 0;
    padding-left: 10px;
    position: relative;
}

#homepage-new .homepage-distribute .indicators>.item {
    position: relative;
}

#homepage-new .homepage-distribute .indicators>.item>p {
    color: #2F3950;
}

#homepage-new .homepage-distribute .indicators>.item>div.hr {
    position: absolute;
    background: #e1e6f0;
    height: 1px;
    width: 72%;
    top: 29%;
    right: -36%;
}

#homepage-new .homepage-distribute .indicators>.item>div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: auto;
    cursor: pointer;
    margin-bottom: 15px;
    border-radius: 64px;
}

#homepage-new .homepage-distribute .indicators>.item:nth-child(n+2) img {
    position: relative;
    left: 3px;
}

#homepage-new .homepage-advice .indicators>.item.active>div,
#homepage-new .homepage-distribute .indicators>.item.active>div:first-child {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(87, 100, 114, 0.15);
    border-radius: 64px;
}

#homepage-new .homepage-distribute .indicators>.item>div:first-child:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(87, 100, 114, 0.15);
    transition-duration: 1000ms;
}

#homepage-new .homepage-distribute .indicators img {
    width: 34px;
}

#homepage-new .homepage-advice #advice-carousel .carousel-control,
#homepage-new .homepage-distribute #distribute-carousel .carousel-control {
    background-image: none;
    opacity: 1;
    text-shadow: none;
}

#homepage-new .homepage-advice #advice-carousel .carousel-control>span,
#homepage-new .homepage-distribute #distribute-carousel .carousel-control>span {
    position: absolute;
    opacity: 1;
    top: 45%;
    width: 50px;
    background: #fff;
    z-index: 100;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1);
    border-radius: 50%;
    cursor: pointer;
    color: #aab0c4;
}

#homepage-new .homepage-advice #advice-carousel .carousel-control>span {
    top: 100px;
}

#homepage-new .homepage-distribute #advice-carousel .carousel-control>span {
    top: 225px;
}

#homepage-new .homepage-advice #advice-carousel .carousel-control>span:hover,
#homepage-new .homepage-distribute #distribute-carousel .carousel-control>span:hover {
    background-color: #15B192;
    color: #fff;
}

#homepage-new .homepage-advice #advice-carousel .carousel-control.left>span,
#homepage-new .homepage-distribute #distribute-carousel .carousel-control.left>span {
    left: -25px;
}

#homepage-new .homepage-advice #advice-carousel .carousel-control.right>span,
#homepage-new .homepage-distribute #distribute-carousel .carousel-control.right>span {
    right: -25px;
}

#homepage-new .homepage-world {
    background: linear-gradient(0deg, rgba(16, 28, 61, 1) 0%, rgba(12, 21, 46, 1) 100%);
}

#homepage-new .homepage-world>img {
    margin-bottom: 150px;
}

#homepage-new .homepage-world .attachment-item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(87, 100, 114, 0.1);
    border-radius: 4px;
    padding: 40px;
    position: relative;
    bottom: -80px;
}

#homepage-new .homepage-world .attachment-item img {
    width: 80px;
    margin-right: 30px;
}

#homepage-new .homepage-world .attachment-item>div {
    position: relative;
    top: 6px;
}

#homepage-new .homepage-world .attachment-item>div>p:first-child {
    font-size: 24px;
    font-weight: 600 !important;
    color: #2f3950;
}

#homepage-new .homepage-world .attachment-item>div>p:last-child {
    color: rgba(104, 112, 137, 1);
}

#homepage-new .homepage-production-security {
    padding-top: 160px;
    padding-bottom: 100px;
}

#homepage-new .homepage-production-security .hr-title {
    position: relative;
}

#homepage-new .homepage-production-security .hr-title .hr {
    position: absolute;
    background: #e1e6f0;
    height: 1px;
    width: 17%;
    top: 42%;
}

#homepage-new.en .homepage-production-security .hr {
    display: none;
}

#homepage-new .homepage-production-security .hr.left {
    left: 26%;
}

#homepage-new .homepage-production-security .hr.right {
    right: 26%;
}

#homepage-new .homepage-production-security .item img {
    width: 114px;
    margin-bottom: 40px;
}

#homepage-new .homepage-production-security .item>p.title {
    font-size: 24px;
    font-weight: 600 !important;
    color: #2f3950;
}

#homepage-new .homepage-production-security .item>p:last-child {
    color: #687089;
    margin: 0 25px 10px 25px;
}

#homepage-new .homepage-timeline {
    background: #f6f8fa;
}

#homepage-new .homepage-timeline .item .title {
    font-family: "BebasNeue";
    font-size: 24px;
    color: #687089;
}

#homepage-new .homepage-timeline .item .info {
    border-left: 1px solid #e1e6f0;
    padding-left: 30px;
    /* min-height: 200px; */
}

#homepage-new .homepage-timeline .item .subitem .subtitle {
    font-size: 26px;
    font-family: "BebasNeue";
    color: #2f3950;
    position: relative;
    margin-bottom: 0;
}

#homepage-new .homepage-timeline .item .subitem .subtitle:after {
    content: "";
    background: url(/static/images/newHome/timeline_icon_arrow.png);
    height: 100%;
    display: block;
    left: -36px;
    top: 25%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7%;
}

#homepage-new .homepage-timeline .item .subitem {
    /* min-height: 95px; */
    cursor: pointer;
}

#homepage-new.en .homepage-timeline .item .subitem {
    min-height: 135px;
}

#homepage-new .homepage-timeline .item .subitem img {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #e1e6f0;
    border-radius: 4px;
    padding: 14px 27px;
    margin-bottom: 10px;
    animation: fadeOut;
    animation-duration: 1s;
    display: none;
}

#homepage-new .homepage-timeline .item .subitem:hover img {
    display: block;
    animation: fadeIn;
    animation-duration: 1s;
}

#homepage-new .homepage-timeline .item .subitem:hover .subtitle {
    color: #15b192;
}

#homepage-new .homepage-timeline .item .subitem .desc {
    color: #687089;
}

#homepage-new .homepage-timeline .item .line {
    height: 24px;
    position: relative;
    margin-bottom: 10px;
}

#homepage-new .homepage-timeline .item .line .tinyline {
    height: 16px;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 2px, rgb(246, 248, 250) 1px, rgb(246, 248, 250) 30px);
    background-color: #1ABC9C;
}

#homepage-new .homepage-timeline .item .line:after {
    content: "";
    background: url(/static/images/newHome/timeline_icon_line.png);
    width: 3px;
    height: 100%;
    display: block;
    top: 0;
    position: absolute;
}

#homepage-new .homepage-share p {
    color: #2F3950;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#homepage-new .homepage-share .card {
    box-shadow: 0px 10px 20px 0px rgba(87, 100, 114, 0.1);
    border-radius: 8px;
}

#homepage-new .homepage-share a:hover {
    color: #15b192;
    cursor: pointer;
}

#homepage-new .homepage-share .card .card-header {
    background-size: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#homepage-new .homepage-share .card .card-header>div {
    padding: 30px;
}

#homepage-new .homepage-share .item {
    text-align: left;
}

#homepage-new .homepage-share .item:first-child .card .card-header {
    background-image: url(/static/images/newHome/share_card_1.png);
}

#homepage-new .homepage-share .item:nth-child(2) .card .card-header {
    background-image: url(/static/images/newHome/share_card_2.png);
}

#homepage-new .homepage-share .item:last-child .card .card-header {
    background-image: url(/static/images/newHome/share_card_3.png);
}

#homepage-new .homepage-share .card .card-header div>p {
    flex-basis: 100%;
}

#homepage-new .homepage-share .card .card-header div>a {
    border-color: #fff;
    margin-top: 30px;
}

#homepage-new .homepage-share .card .card-footer {
    padding: 20px 20px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #2f354d;
}

#homepage-new .homepage-share .card .card-footer>p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#homepage-new .homepage-share .item p>a {
    color: rgba(47, 53, 77, 1);
}

#homepage-new .homepage-share .item p>a:hover {
    text-decoration: underline;
    color: rgba(26, 188, 156, 1);
}

#homepage-new .homepage-distribute .homepage-distribute-introduce img {
    width: 46px;
    height: 46px;
}

#homepage-new .homepage-vipsign .homepage-vipsign-item {
    padding: 25px 70px;
    background: white;
    box-shadow: 0px 10px 30px 0px rgba(90, 118, 113, 0.12);
    border-radius: 8px;
    margin-top: 30px;
}

#homepage-new .homepage-vipsign .homepage-vipsign-item img {
    width: 86px;
    height: 86px;
}

#homepage-new .homepage-tracup .homepage-tracup-introduce .homepage-tracup-introduce-item>div {
    height: 170px;
}

#homepage-new .homepage-tracup .homepage-tracup-introduce img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: 0px 10px 30px 0px rgba(90, 118, 113, 0.12);
}

#homepage-new .homepage-tracup .homepage-tracup-introduce-bigpic {
    position: relative;
}

#homepage-new .homepage-tracup .homepage-tracup-introduce-bigpic img {
    position: absolute;
    box-shadow: none;
    border-radius: 0;
}

#homepage-new .homepage-tracup .homepage-tracup-introduce-bigpic img:nth-of-type(1) {
    top: 60px;
    left: 50%;
    margin-left: -225px;
    width: 450px;
    height: 560px;
}

#homepage-new .homepage-tracup .homepage-tracup-introduce-bigpic img:nth-of-type(2) {
    top: 110px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 450px;
    animation: up-down 5s infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

#homepage-new .homepage-tracup .homepage-tracup-platform {
    margin-top: 120px;
    background: url(/static/images/newHome/homepage_tracup_platform_bg.png) 0 0 / cover no-repeat;
    border-radius: 8px;
    margin-bottom: 86px;
}

#homepage-new .homepage-tracup .homepage-tracup-platform .homepage-tracup-platform-items {
    position: relative;
    height: 80px;
}

#homepage-new .homepage-tracup .homepage-tracup-platform .homepage-tracup-platform-item {
    position: relative;
    height: 166px;
    background: white;
    box-shadow: 0px 20px 40px 0px rgba(79, 104, 99, 0.1);
    border-radius: 8px;
    padding: 30px 15px;
}

#homepage-new .homepage-tracup .homepage-tracup-platform .homepage-tracup-platform-in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 6px solid rgba(26, 188, 156, 1);
    border-radius: 8px;
    cursor: pointer;
    transition: opacity .5s;
}

#homepage-new .homepage-tracup .homepage-tracup-platform .homepage-tracup-platform-item img {
    width: 64px;
    height: 64px;
}

#homepage-new .homepage-partner .partner-tab {
    border-bottom: 1px solid#d9e1ec;
}

#homepage-new .homepage-partner .tab-nav,
#homepage-new .homepage-production-system .tab-nav {
    cursor: pointer;
}

#homepage-new .homepage-partner .tab-nav>div,
#homepage-new .homepage-production-system .tab-nav>div {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

#homepage-new .homepage-partner .tab-nav .icon,
#homepage-new .homepage-production-system .tab-nav .icon {
    width: 20px;
}

#homepage-new .homepage-partner .tab-nav p,
#homepage-new .homepage-production-system .tab-nav p {
    font-size: 18px;
    color: #2F394F;
    width: 100%;
    margin: 0;
    margin-left: 10px;
    top: 2px;
    position: relative;
    white-space: nowrap;
}

#homepage-new .homepage-production-system .tab-nav:hover p {
    color: #1ABC9C;
}

#homepage-new .homepage-partner .tab-nav.active p,
#homepage-new .homepage-production-system .tab-nav.active p {
    color: #1ABC9C;
}

#homepage-new .homepage-partner .tab-nav:after,
#homepage-new .homepage-production-system .tab-nav:after,
#homepage-new .homepage-more-features .tab-nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #1ABC9C;
    border-radius: 2px;
    opacity: 0;
}

#homepage-new .homepage-partner .tab-nav.active:after,
#homepage-new .homepage-production-system .tab-nav.active:after,
#homepage-new .homepage-more-features .tab-nav.active:after {
    opacity: 1;
    transition: opacity .5s;
}

#homepage-new .homepage-partner .tab-content .btn,
#homepage-new .homepage-production-system .tab-content .btn {
    padding: 7px 19px;
}

#homepage-new .homepage-partner .tab-content .item,
#homepage-new .homepage-production-system .tab-content .item {
    padding-left: 0;
    padding-right: 0;
    min-height: 142px;
}

.en#homepage-new .homepage-partner .tab-content .item,
.en#homepage-new .homepage-production-system .tab-content .item {
    min-height: 170px;
}

#homepage-new .homepage-partner .tab-content .item>p:first-child,
#homepage-new .homepage-production-system .tab-content .item>div.a>p:first-child {
    font-size: 24px;
    font-weight: 600 !important;
    color: #2F3950;
}

#homepage-new .homepage-production-system .tab-content .item>div:hover>p:first-child {
    color: #19bb9b;
}

#homepage-new .homepage-partner .tab-content .item>p:first-child,
#homepage-new .homepage-production-system .tab-content .item>div>p:last-child {
    font-size: 16px;
    color: #677088;
}

#homepage-new .homepage-partner .tab-content .item:hover,
#homepage-new .homepage-production-system .tab-content .item>div:hover {
    box-shadow: 0px 5px 10px 0px rgba(86, 100, 114, 0.1);
}

#homepage-new .homepage-production-system .tab-content .item>div.new:hover {
    box-shadow: none;
}

#homepage-new .homepage-production-system .tab-content .item:nth-child(3n+2)>div {
    margin: auto;
}

#homepage-new .homepage-production-system .tab-content .item:nth-child(3n+3)>div {
    margin-left: auto;
}

#homepage-new .homepage-partner .tab-content .item:hover,
#homepage-new .homepage-production-system .tab-content .item>div {
    border-radius: 4px;
    padding: 20px 20px 10px 30px;
    max-width: 320px;
    cursor: pointer;
}

#homepage-new.en .homepage-partner .tab-content .item:hover,
#homepage-new.en .homepage-production-system .tab-content .item>div {
    min-height: 120px;
}

#homepage-new.en .homepage-world .attachment-item {
    min-height: 195px;
}

#homepage-new .homepage-partner .homepage-production-system-pic img,
#homepage-new .homepage-production-system .homepage-production-system-pic img {
    width: 550px;
    height: auto;
}

#homepage-new .homepage-partner .homepage-production-system-point>span,
#homepage-new .homepage-production-system .homepage-production-system-point>span {
    float: left;
    width: 135px;
    line-height: 16px;
    margin-bottom: 25px;
}

#homepage-new .homepage-partner .homepage-production-system-point>span>div:nth-of-type(2),
#homepage-new .homepage-production-system .homepage-production-system-point>span>div:nth-of-type(2) {
    padding-top: 2px;
}

#homepage-new .homepage-partner .homepage-production-system-point img,
#homepage-new .homepage-production-system .homepage-production-system-point img {
    width: 16px;
    height: 16px;
}

#homepage-new .homepage-partner .homepage-production-system-platform,
#homepage-new .homepage-production-system .homepage-production-system-platform {
    background: linear-gradient(90deg, rgba(2, 170, 176, 1) 0%, rgba(26, 188, 156, 1) 100%);
    padding: 40px;
}

#homepage-new .homepage-partner .homepage-production-system-platform .slogan,
#homepage-new .homepage-production-system .homepage-production-system-platform .slogan {
    display: flex;
    justify-content: center;
    align-items: center;
}

#homepage-new .homepage-partner .partner-img>div {
    text-align: center;
}

#homepage-new .homepage-partner .partner-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#homepage-new .homepage-join {
    background: rgba(246, 247, 250, 1);
}

#homepage-new .homepage-join p {
    color: #2f3950;
}

#homepage-new .homepage-join p>a {
    color: #15B192;
}

#homepage-new .homepage-join .input-group {
    border-radius: 4px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(63, 69, 61, 0.1);
    margin: auto;
}

#homepage-new .homepage-join .input-group input {
    border: none;
    padding: 16px;
    height: auto;
    padding-right: 12px;
}

#homepage-new .homepage-join .input-group input::placeholder {
    color: #AAB0C4;
}

#homepage-new .homepage-join .input-group input:focus {
    box-shadow: none;
}

#homepage-new .homepage-join .input-group .input-group-addon:last-child {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 6px 24px;
}

#homepage-new .homepage-distribute .carousel-inner .item .btn-green {
    margin-top: 30px;
}

#homepage-new .homepage-join .input-group .input-group-addon:last-child .fa {
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#email-autocomplete-list>div {
    cursor: pointer;
}

#homepage-new .homepage-partner .partner-tab>div>.tab-nav {
    width: 33.333%;
}

#homepage-new .homepage-partner .partner-tab>div {
    padding: 0;
    display: flex;
    justify-content: center;
}

#homepage-new .homepage-partner img {
    height: 50px;
    margin: auto;
    margin-top: 20px;
}

#homepage-new .homepage-partner .tab-content:nth-child(2)>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#homepage-new .homepage-partner .partner-img img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: url('../css/gray.svg#grayscale');
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

#homepage-new .homepage-partner .partner-img a:hover img {
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
}

#homepage-new .homepage-production-system .homepage-production-system-platform .slogan p span {
    font-size: 30px;
    margin: 0 5px;
}

#homepage-new .homepage-production-system .homepage-production-system-platform .slogan a {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    padding: 5px 16px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 140px;
}

#homepage-new .homepage-production-system .homepage-production-system-platform img {
    width: 25px;
    height: 25px;
}

#homepage-new .homepage-more-features .tab-nav {
    position: relative;
    height: 93px;
    color: #666;
    cursor: pointer;
}

#homepage-new .homepage-more-features .tab-nav.active {
    color: #1ABC9C;
}

#homepage-new .homepage-more-features .tab-nav img {
    width: 40px;
    height: 40px;
}

#homepage-new .homepage-more-features .tab-nav img:nth-of-type(2) {
    display: none;
}

#homepage-new .homepage-more-features .tab-nav.active img:nth-of-type(1) {
    display: none;
}

#homepage-new .homepage-more-features .tab-nav.active img:nth-of-type(2) {
    display: block;
}

#homepage-new .homepage-more-features .homepage-more-features-content>div {
    padding: 30px 45px;
    height: 225px;
    cursor: pointer;
}

#homepage-new .homepage-more-features .homepage-more-features-content>div:hover {
    background: white;
    box-shadow: 0px 10px 20px 0px rgba(79, 104, 99, 0.1);
    border-radius: 8px;
}

#homepage-new .homepage-more-features .homepage-more-features-content-detail {
    height: 115px;
}

#homepage-new .container-title {
    font-size: 32px;
    font-weight: 600 !important;
    color: rgba(47, 57, 80, 1);
}

#homepage-new .fw-300 {
    font-weight: 300 !important;
}

#homepage-new .fw-600 {
    font-weight: 600 !important;
}

#homepage-new .fw-800 {
    font-weight: 600 !important;
}

#homepage-new .homepage-developers .count-item {
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#homepage-new .homepage-developers .count-item div:nth-of-type(2) {
    position: relative;
}

#homepage-new .homepage-developers .count-item div:nth-of-type(2):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    border-top: 1px solid white;
}

.btn-bg-orange {
    background: #FF992C;
}

.homepage-banner-icon {
    width: 90%;
    max-width: 600px;
    margin-left: 0px;
}

.btn-bg-orange:hover {
    background: #ffaa50;
}

.btn-bg-FF5D2B:visited,
.btn-bg-FF5D2B:active,
.btn-bg-FF5D2B {
    background: #3B86FF;
}

.btn-bg-FF5D2B:hover {
    background: #5797ff;
}

#productionSystem .bt-d9e1ec {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.a-btn-green {
    color: #fff;
    margin-right: 15px;
    background: #1abc9c;
}

.a-btn-green:hover {
    background-color: #29CEAD !important;
}

@media (min-width: 1200px) {
    #homepage-new .homepage-product {
        height: 290px;
    }

    #homepage-new .homepage-product .homepage-product-introduce {
        height: 225px;
        transition: all 0.2s;
        overflow: hidden;
    }

    #homepage-new .homepage-product .homepage-product-introduce .btn {
        opacity: 0;
    }

    #homepage-new .homepage-product .homepage-product-introduce:hover {
        height: 290px;
    }

    #homepage-new .homepage-product .homepage-product-introduce:hover .btn {
        transition: opacity .5s;
        opacity: 1;
    }

    #homepage-new .homepage-distribute .homepage-distribute-introduce>div:hover {
        box-shadow: 0px 20px 40px 0px rgba(79, 104, 99, 0.16);
        border-radius: 8px;
        border-bottom: 8px solid #1ABC9C;
    }

    #homepage-new .homepage-tracup .pS:hover .homepage-tracup-platform-in {
        opacity: 1;
    }

    #homepage-new .homepage-production-system .tab-nav:hover {
        color: #1ABC9C;
    }
}

@media (min-width: 992px) {
    #homepage-new .hover-show {
        opacity: 0;
    }

    #homepage-new .homepage-more-features .homepage-more-features-content>div:hover .hover-show {
        opacity: 1;
    }

    .homepage-banner-icon {
        margin-left: -5px;
    }
}

@media (max-width: 1199px) {
    #homepage-new .homepage-banner-white-bg {
        height: 45px;
    }

    #homepage-new .homepage-product .homepage-product-introduce {
        margin-top: 30px;
    }

    #homepage-new .homepage-vipsign .homepage-vipsign-item {
        padding: 30px;
    }

    #homepage-new .homepage-production-system .homepage-production-system-pic img {
        width: 480px;
        height: auto;
    }

    #homepage-new .homepage-more-features .homepage-more-features-content>div {
        padding: 30px 40px;
    }

    #homepage-new .homepage-more-features .homepage-more-features-content-detail {
        height: 125px;
    }

    #homepage-new .homepage-banner-attachment>.container .col-md-4 {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    #homepage-new .homepage-banner-attachment>.container .col-md-3:not(:last-child) {
        border-right: none;
    }

    #homepage-new .homepage-banner-item.active .homepage-banner-content video {
        min-height: unset;
    }

    /* #homepage-new .homepage-banner-attachment>.container .col-md-3:nth-child(2n+1), #homepage-new .homepage-banner-attachment>.container .col-md-4:nth-child(2n+1) {
        border-right: 1px solid #e1e5ef;
    } */
    #homepage-new .homepage-banner-item {
        position: relative;
        padding-bottom: 10px;
    }

    #homepage-new .homepage-banner-item:not(.active) {
        display: none;
    }

    #homepage-new .container {
        max-width: 100%;
    }

    #homepage-new .homepage-production-system .homepage-production-system-platform {
        margin-top: 50px;
    }

    #homepage-new .homepage-banner {
        /* height: 450px; */
        height: auto;
        padding: 0;
    }

    #homepage-new .homepage-banner .container {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    #homepage-new .homepage-banner-item .homepage-banner-content {
        /* height: 450px; */
        height: auto;
        padding-top: 20px;
    }

    #homepage-new .homepage-banner-item.active .homepage-banner-content video {
        margin: 20px 0;
    }

    #homepage-new .homepage-banner-attachment {
        top: 0;
        margin: 50px 0 20px 0;
    }

    #homepage-new .homepage-banner .homepage-banner-pages {
        top: unset;
        bottom: 0px;
    }

    #homepage-new .btn-green {
        margin-right: 0;
        margin-bottom: 30px;
    }

    #homepage-new .homepage-banner-item .homepage-banner-content>img {
        display: none;
    }

    #homepage-new .homepage-product .homepage-product-introduce {
        padding: 30px 23px;
    }

    #homepage-new .homepage-distribute .homepage-distribute-introduce>div {
        height: 210px;
        text-align: center;
        padding: 30px;
    }

    #homepage-new .homepage-tracup .homepage-tracup-introduce>div {
        height: 200px;
        padding: 50px 30px 0px;
    }

    #homepage-new .homepage-production-system .tab-content .row {
        align-items: start;
    }

    #homepage-new .homepage-production-system .homepage-production-system-btn {
        text-align: center;
    }

    #homepage-new .homepage-production-system-platform-title1 {
        padding-top: 0 !important;
        padding-left: 40px;
        text-align: left;
    }

    #homepage-new .homepage-production-system-platform-title2 {
        padding-left: 120px;
    }

    #homepage-new .homepage-developers .count-item {
        height: 160px;
    }

    #homepage-new .homepage-more-features .homepage-more-features-content>div {
        height: 210px;
    }

    #homepage-new .homepage-more-features .homepage-more-features-content-detail {
        height: 90px;
    }

    #homepage-new .homepage-more-features .pt-50 {
        padding-top: 40px !important;
    }

    #homepage-new .homepage-more-features .pb-50 {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 768px) {
    #homepage-new .homepage-production-system .homepage-production-system-platform .slogan {
        display: block;
    }

    #homepage-new .homepage-production-system .homepage-production-system-platform .slogan a {
        margin-left: 0;
    }

    #homepage-new .homepage-production-system .homepage-production-system-platform .slogan p {
        line-height: 36px;
        margin-bottom: 30px;
    }

    #homepage-new .homepage-timeline .item .line {
        display: none;
    }

    #homepage-new .homepage-world .attachment-item>div>p {
        text-align: left;
    }

    #homepage-new .homepage-banner-attachment>.container {
        box-shadow: none;
    }

    #homepage-new .homepage-banner-attachment>.container .production-item {
        box-shadow: 0px 10px 30px 0px rgba(86, 100, 114, 0.1);
        border-radius: 8px 8px 8px 8px;
        margin-bottom: 15px;
    }

    #homepage-new .homepage-banner-attachment>.container .col-md-4 {
        padding-left: 10px;
    }

    #homepage-new .homepage-distribute .carousel-inner .item>div .left {
        display: none;
    }

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

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

    .mb-80 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 25px !important;
    }

    .pt-40 {
        padding-top: 20px !important;
    }

    #homepage-new .homepage-production-security {
        padding-bottom: 60px;
    }

    /* #homepage-new .homepage-timeline .item {
        margin-bottom: 30px;
    } */
    #homepage-new .homepage-production-security .hr-title .hr,
    #homepage-new .homepage-distribute .indicators>.item>div.hr {
        display: none;
    }

    #homepage-new .homepage-banner-item .homepage-banner-content .btn,
    #distributionBtn {
        padding: 12px 50px;
        font-size: 16px;
    }
}

/**** pad ****/

@media (min-width: 768px) and (max-width:992px) {
    #homepage-new .homepage-timeline .item {
        min-height: 300px;
    }

    #homepage-new.en .homepage-banner-attachment>.container .col-md-3 .attachment {
        min-height: 95px;
    }

    #homepage-new.en .homepage-world .attachment-item {
        min-height: 215px;
    }

    #homepage-new .homepage-timeline .item .subitem .subtitle {
        padding-left: 25px;
        text-align: left;
    }

    #homepage-new .homepage-timeline .item .subitem .desc {
        text-align: left;
        padding-left: 15px;
    }

    #homepage-new .homepage-timeline .item .title {
        text-align: left;
    }

    #homepage-new .homepage-timeline .item .subitem .subtitle:after {
        left: -8px;
    }

    #homepage-new .homepage-production-system .tab-content .item {
        min-height: 150px;
    }

    #homepage-new.en .homepage-production-system .tab-content .item {
        min-height: 165px;
    }

    #homepage-new .homepage-advice .carousel-inner .item>div {
        min-height: 300px;
    }

    #homepage-new .homepage-timeline .item .info {
        padding-left: 0;
    }

    #homepage-new .homepage-world .attachment-item img {
        display: none;
    }

    #homepage-new .homepage-production-security {
        padding-top: 130px;
    }

    #homepage-new .homepage-banner-attachment>.container .col-md-3:not(:last-child) .attachment,
    #homepage-new .homepage-banner-attachment>.container .col-md-4:not(:last-child) .attachment {
        border-right: 0;
    }

    #homepage-new .homepage-distribute .indicators>.item>div.hr {
        width: 56%;
        right: -27%;
    }

    #homepage-new .homepage-banner-attachment .attachment {
        display: inline-table;
    }

    #homepage-new .homepage-banner-attachment .col-sm-4 .attachment .logo {
        margin: auto;
    }

    #homepage-new .homepage-banner-attachment .col-sm-4 .attachment .right p {
        text-align: center;
    }
}

/*** phone ***/

@media (max-width: 767px) {

    #homepage-new .homepage-timeline .item .subitem .subtitle,
    #homepage-new .homepage-timeline .item .subitem .desc,
    #homepage-new .homepage-timeline .item .title {
        text-align: left;
    }

    #homepage-new .homepage-distribute .distribute-swiper .swiper-slide {
        margin-top: 30px;
    }

    #homepage-new .homepage-distribute .distribute-swiper .item:nth-child(1)>div .right .homepage-production-system-point span {
        margin-right: 10px;
        width: 120px;
        white-space: nowrap;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        width: 86% !important;
        margin: 0 7%;
    }

    .swiper-slide-prev {
        right: -12%;
    }

    .swiper-slide-next {
        left: -12%;
    }

    .swiper-section {
        display: none;
    }

    #homepage-new #distribute-carousel .carousel-control {
        display: none;
    }

    #homepage-new .homepage-distribute .distribute-swiper .item div.row .right .right-banner {
        display: flex;
        overflow: hidden;
        justify-content: space-between;
    }

    #homepage-new .homepage-distribute .distribute-swiper .item div.row .right .right-banner div.img {
        width: 60px;
        height: 60px;
        background: #EFF2F4;
        opacity: 1;
        border-radius: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #homepage-new .homepage-distribute .distribute-swiper .item div.row .right .right-banner div.img img {
        width: 34px;
        height: 34px;
    }

    #homepage-new .homepage-distribute .carousel-inner .item>div .right .homepage-production-system-point span {
        width: 100%;
    }

    #homepage-new .homepage-production-security {
        padding-top: 120px;
    }

    #homepage-new .homepage-world .attachment-item {
        bottom: -50px;
    }

    #homepage-new .homepage-distribute .carousel-inner .item:nth-child(1)>div .right .homepage-production-system-point span {
        width: 100%;
    }

    #homepage-new .container-title {
        /* font-size: 24px; */
    }

    #homepage-new .homepage-distribute .carousel.slide .item {
        min-height: 525px;
    }

    #homepage-new .homepage-distribute .distribute-swiper .item>div,
    #homepage-new .homepage-distribute .carousel-inner .item>div {
        padding: 30px;
        height: 100%;
    }

    #homepage-new .homepage-timeline .item .title,
    #homepage-new .homepage-timeline .item .subitem .subtitle {
        text-align: left;
    }

    #homepage-new .homepage-timeline .item .title {
        display: none;
    }

    #homepage-new .homepage-partner .tab-nav>div,
    #homepage-new .homepage-production-system .tab-nav>div {
        bottom: 10px;
    }

    #homepage-new .homepage-partner .tab-nav p,
    #homepage-new .homepage-production-system .tab-nav p {
        font-size: 16px;
    }

    #homepage-new .homepage-partner .tab-content .item>p:first-child,
    #homepage-new .homepage-production-system .tab-content .item>p:first-child {
        font-size: 16px;
    }

    #homepage-new .homepage-production-system .tab-content .item>div {
        min-height: 168px;
    }

    #homepage-new.en .homepage-distribute .carousel.slide {
        min-height: 600px;
    }

    #homepage-new.en .homepage-advice .carousel.slide {
        min-height: 500px;
    }

    #homepage-new.en .homepage-production-system .tab-content .item {
        min-height: 190px;
    }

    #homepage-new.en .homepage-distribute .carousel-inner .item>div .right .homepage-production-system-point span {
        width: 100%;
    }

    #homepage-new.en .homepage-timeline .item .subitem .desc {
        text-align: left;
    }

    #homepage-new.en .homepage-distribute .indicators>.item {
        min-height: 155px;
    }

    #homepage-new .homepage-advice .carousel-inner .item>div {
        padding: 30px;
        min-height: 345px;
    }

    #homepage-new .homepage-advice,
    #homepage-new .homepage-distribute {
        padding-bottom: 40px;
    }

    #homepage-new .homepage-advice,
    #homepage-new .homepage-distribute .indicators {
        display: none;
    }

    #homepage-new .homepage-production-security .item {
        margin-bottom: 20px;
    }

    #homepage-new .homepage-production-security .item img {
        margin-bottom: 20px;
    }

    #homepage-new .homepage-world .attachment-item img {
        margin: 0;
    }

    #homepage-new .homepage-world .attachment-item {
        padding: 15px;
    }

    #homepage-new .homepage-world .row>div:first-child .attachment-item {
        margin-bottom: 25px;
    }

    #homepage-new .homepage-banner-attachment>.container .col-md-3:not(:last-child) .attachment,
    #homepage-new .homepage-banner-attachment>.container .col-md-4:not(:last-child) .attachment {
        border-right: 0;
    }

    #homepage-new .homepage-banner-attachment>.container .col-md-3:not(:last-child),
    #homepage-new .homepage-banner-attachment>.container .col-md-4:not(:last-child) {
        border: none;
    }

    #homepage-new .homepage-banner-attachment>.container {
        margin: 15px;
        padding-bottom: 0;
        padding: 0;
    }

    #homepage-new .homepage-banner-attachment>.container .col-md-3 .attachment,
    #homepage-new .homepage-banner-attachment>.container .col-md-4 .attachment {
        padding: 20px 15px;
    }

    #homepage-new .homepage-banner-attachment>.container .col-md-3:nth-child(1)>.attachment .logo,
    #homepage-new .homepage-banner-attachment>.container .col-md-3:nth-child(2)>.attachment .logo {
        margin-top: 15px !important;
    }

    /* #homepage-new .homepage-banner-attachment>.container .col-md-4 .attachment .logo {
        margin-top: 15px !important;
    } */
    #homepage-new.en .homepage-banner-attachment>.container .col-md-3 .attachment {
        min-height: 175px;
    }

    #homepage-new .homepage-banner-attachment .attachment .logo {
        margin: auto;
    }

    #homepage-new .homepage-banner-attachment .attachment .right>p {
        top: unset;
        margin-left: 25px;
    }

    #homepage-new .homepage-banner-attachment .attachment {
        padding-left: 13%;
    }

    #homepage-new .homepage-production-system .tab-nav .icon {
        display: none;
    }

    #homepage-new .homepage-banner-white-bg {
        display: none;
    }

    #homepage-new .homepage-distribute .homepage-distribute-introduce>div {
        height: auto;
        padding: 20px 15px 20px;
    }

    #homepage-new .homepage-vipsign .homepage-vipsign-item {
        display: block;
        padding: 30px 15px;
        text-align: center;
    }

    #homepage-new .homepage-vipsign .homepage-vipsign-item>div:nth-of-type(2) {
        padding-left: 0;
        padding-top: 30px;
    }

    #homepage-new .homepage-tracup .homepage-tracup-introduce>div {
        height: 240px !important;
        padding-top: 40px;
    }

    #homepage-new .homepage-tracup .homepage-tracup-platform {
        margin-bottom: 513px;
    }

    #homepage-new .homepage-tracup .homepage-tracup-platform .homepage-tracup-platform-item {
        margin-bottom: 30px;
    }

    #homepage-new .homepage-production-system .pt-60 {
        padding-top: 0 !important;
    }

    #homepage-new .homepage-production-system .homepage-production-system-point>span {
        width: 50%;
    }

    #homepage-new .homepage-production-system-platform-title1 {
        text-align: center;
        padding-left: 15px;
    }

    #homepage-new .homepage-production-system-platform-title2 {
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }

    #homepage-new .homepage-production-system-platform-title2>div {
        width: 50%;
        float: left;
        padding-top: 0px !important;
        flex-direction: column;
    }

    #homepage-new .homepage-production-system-platform-title2>div .pl-30 {
        padding-left: 0px;
        padding-top: 15px;
    }

    #homepage-new .homepage-more-features .tab-nav {
        height: 110px;
    }

    #homepage-new .homepage-more-features>.row {
        padding-top: 30px !important;
    }

    #homepage-new .homepage-more-features .homepage-more-features-content>div {
        height: 210px !important;
    }

    #homepage-new .homepage-more-features .homepage-more-features-content-detail {
        height: 100px;
    }

    #homepage-new .homepage-partner .partner-img a img {
        height: auto;
    }
}

/* english start */

#homepage-new.en .homepage-distribute-introduce>div {
    height: 330px;
}

#homepage-new.en .homepage-vipsign-item {
    height: 200px;
}

#homepage-new.en .homepage-tracup .homepage-tracup-introduce .homepage-tracup-introduce-item>div {
    height: 200px;
}

#homepage-new.en .homepage-production-system .homepage-production-system-point>span {
    width: 260px;
}

#homepage-new.en .homepage-production-system-platform-title1 {
    padding-top: 0 !important;
}

#homepage-new.en .homepage-more-features .homepage-more-features-content>div {
    padding: 30px;
    height: 245px;
}

#homepage-new.en .homepage-more-features-content .hover-show {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 30px;
}

@media (min-width: 1200px) {
    #homepage-new.en .homepage-product {
        height: 330px;
    }

    #homepage-new.en .homepage-product .homepage-product-introduce {
        height: 265px;
    }

    #homepage-new.en .homepage-product .homepage-product-introduce:hover {
        height: 330px;
    }

    #homepage-new.en .homepage-product .homepage-product-introduce>div:nth-of-type(2) {
        height: 90px;
    }
}

@media (max-width: 1199px) {
    #homepage-new.en .homepage-distribute-introduce>div {
        padding: 30px 20px;
    }

    #homepage-new.en .homepage-production-system .homepage-production-system-point>span {
        width: 220px;
        height: 42px;
        margin-bottom: 0;
    }

    #homepage-new.en .homepage-more-features .homepage-more-features-content>div {
        height: 280px;
    }
}

@media (max-width: 991px) {
    #homepage-new.en .homepage-product .homepage-product-introduce {
        padding: 30px;
    }

    #homepage-new.en .homepage-distribute-introduce>div {
        height: 240px;
    }

    #homepage-new .homepage-tracup .homepage-tracup-introduce>div {
        height: 200px;
    }

    #homepage-new.en .homepage-production-system .homepage-production-system-point>span {
        width: 240px;
    }

    #homepage-new.en .homepage-production-system-platform-title2 {
        padding-left: 70px;
        padding-top: 15px;
    }

    #homepage-new.en .homepage-more-features .homepage-more-features-content>div {
        height: 225px;
    }
}

@media (max-width: 767px) {
    #homepage-new .homepage-banner-attachment>.container {
        padding: 15px 0;
    }

    #homepage-new.en .homepage-distribute-introduce>div {
        height: 400px;
    }

    #homepage-new.en .homepage-vipsign-item {
        height: 320px;
    }

    #homepage-new.en .homepage-tracup .homepage-tracup-introduce>div {
        height: 280px !important;
        padding: 40px 15px 0px;
    }

    #homepage-new.en .homepage-production-system .tab-nav {
        line-height: 22px;
        width: 25%;
    }

    #homepage-new.en .homepage-production-system .homepage-production-system-point>span {
        width: 50%;
    }

    #homepage-new.en .homepage-production-system-platform-title2 {
        padding-left: 15px;
        padding-top: 30px;
    }

    #homepage-new.en .homepage-more-features .tab-nav {
        height: 140px;
    }

    #homepage-new .homepage-more-features .homepage-more-features-content>div {
        height: 225px !important;
    }
}

/* english start */

/* open service */

#homepage-new .homepage-open-service {
    padding-top: 80px;
}

#homepage-new .homepage-open-service .item p.title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500 !important;
    color: #2F3950;
    height: 30px;
}

#homepage-new .homepage-open-service .item .text-right p.title {
    text-align: right;
    height: 30px;
    width: 100%;
}

#homepage-new .homepage-open-service .item p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #687089;
    text-align: left;
    height: 66px;
}

#homepage-new .homepage-open-service .item img {
    width: 32px;
    display: inherit;
    margin-bottom: 20px;
}

#homepage-new .homepage-open-service .item img.left {
    margin-right: 0;
}

#homepage-new .homepage-open-service .item .text-right:not(:first-child),
#homepage-new .homepage-open-service .item .text-left:not(:first-child) {
    padding-top: 40px;
}

#homepage-new .homepage-open-service .item img.right {
    margin-left: 0;
}

#homepage-new .homepage-open-service .item img.introduce-img {
    width: 80%;
    margin-top: 30px;
}

#homepage-new .partner-scroll-box {
    position: relative;
    overflow: hidden;
}

#homepage-new .partner-scroll-box .partner-scroll-list-box {
    display: flex;
    transform: translateZ(0);
    -webkit-animation: 50s scroll linear infinite normal;
    animation: 50s scroll linear infinite normal;
}

#homepage-new .partner-scroll-box:hover .partner-scroll-list-box {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

#homepage-new .partner-scroll-box .partner-scroll-list-box img {
    opacity: 0.8;
    filter: grayscale(1);
    object-fit: cover;
    height: 88px;
    margin: 0;
}

#homepage-new .partner-scroll-box .partner-scroll-list-box img:hover {
    opacity: 1;
    filter: unset;
}

@keyframes scroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-2200px, 0, 0);
        transform: translate3d(-2200px, 0, 0);
    }
}

#homepage-new .partner-scroll-box .partner-scroll-mask {
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(90deg, #fff, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%), rgb(255 255 255 / 0%), rgb(255 255 255 / 0%), #fff);
    pointer-events: none;
}

#homepage-new.en .homepage-banner-content .banner-title {
    line-height: 1.175;
}

#homepage-new.en .homepage-banner-content .banner-btn {
    margin-top: 20px;
}

@media (max-width: 992px) {

    #homepage-new .homepage-open-service .item img.left,
    #homepage-new .homepage-open-service .item img.right {
        margin-right: auto;
        margin-left: auto;
    }

    #homepage-new .homepage-open-service .item .text-right p.title {
        text-align: center;
    }

    #homepage-new .homepage-open-service .item .text-right p,
    #homepage-new .homepage-open-service .item .text-left p {
        text-align: center;
        height: auto;
    }

    #homepage-new .homepage-open-service .item img.introduce-img {
        width: 100%;
    }
}

/**/

/* homepage-new end */