﻿@charset "utf-8";

/* 公共样式 - start */
body {
    font-family: "titillium_webregular", "PingFang SC", "Microsoft YaHei" !important;
}

input,
textarea {
    font-family: "titillium_webregular", "PingFang SC", "Microsoft YaHei" !important;
}

/* wow弹窗字体引入 */
.altumcode {
    --fontFamily: "titillium_webregular", "PingFang SC", "Microsoft YaHei" !important;
}


@font-face {
    font-family: 'titillium_webregular';
    src: url('../fonts/titilliumweb-regular/titilliumweb-regular-webfont.woff') format('woff2'),
        url('../fonts/titilliumweb-regular/titilliumweb-regular-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titillium_webbold';
    src: url('../fonts/titilliumweb-bold/titilliumweb-bold-webfont.woff') format('woff2'),
        url('../fonts/titilliumweb-bold/titilliumweb-bold-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titillium_websemibold';
    src: url('../fonts/titilliumweb-semibold/titilliumweb-semibold-webfont.woff2') format('woff2'),
        url('../fonts/titilliumweb-boldsemi/titilliumweb-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    font-size: 100px;
}

:root {
    /* 字号 */
    --font100: 1.0rem;
    --font98: 0.98rem;
    --font96: 0.96rem;
    --font94: 0.94rem;
    --font92: 0.92rem;
    --font90: 0.90rem;
    --font88: 0.88rem;
    --font86: 0.86rem;
    --font84: 0.84rem;
    --font82: 0.82rem;
    --font80: 0.80rem;
    --font78: 0.78rem;
    --font76: 0.76rem;
    --font74: 0.74rem;
    --font72: 0.72rem;
    --font70: 0.70rem;
    --font68: 0.68rem;
    --font66: 0.66rem;
    --font64: 0.64rem;
    --font62: 0.62rem;
    --font60: 0.60rem;
    --font58: 0.58rem;
    --font56: 0.56rem;
    --font54: 0.54rem;
    --font52: 0.52rem;
    --font50: 0.50rem;
    --font48: 0.48rem;
    --font46: 0.46rem;
    --font44: 0.44rem;
    --font42: 0.42rem;
    --font40: 0.40rem;
    --font38: 0.38rem;
    --font36: 0.36rem;
    --font34: 0.34rem;
    --font32: 0.32rem;
    --font30: 0.30rem;
    --font28: 0.28rem;
    --font26: 0.26rem;
    --font24: 0.24rem;
    --font22: 0.22rem;
    --font20: 0.20rem;
    --font18: 0.18rem;
    --font16: 0.16rem;
    --font14: 0.14rem;
    --font12: 0.12rem;
    /* 间距 */
    --space250: 2.5rem;
    --space240: 2.4rem;
    --space230: 2.3rem;
    --space220: 2.2rem;
    --space210: 2.1rem;
    --space200: 2.0rem;
    --space190: 1.9rem;
    --space180: 1.8rem;
    --space170: 1.7rem;
    --space160: 1.6rem;
    --space150: 1.5rem;
    --space140: 1.4rem;
    --space130: 1.3rem;
    --space120: 1.2rem;
    --space110: 1.1rem;
    --space100: 1.0rem;
    --space90: 0.9rem;
    --space80: 0.8rem;
    --space70: 0.7rem;
    --space60: 0.6rem;
}

:root {
    /* 行高 */
    --line12: 1.2;
    --line13: 1.3;
    --line135: 1.35;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    --line17: 1.7;
    --line18: 1.8;

    /* 导航-高度 */
    --headh: 0.8rem;
    /* 颜色 */
    --color333: #333;
    --color666: #666;
    --color999: #999;
    --colorfff: #fff;
    --colormain: #00229E;
    --colorbj: #1F2429;
    /* 板块间距 */
    --space40: 0.4rem;
    /* 段落间距 */
    --parpspace16: 0.16rem;
    --parpspace12: 0.12rem;
    --parpspace10: 0.1rem;
    /* 特殊字体 */
    --bold: 'titillium_webbold';
    --semibold: 'titillium_websemibold';
}

.std-font64,
.std-font64 p {
    font-size: var(--font64);
    color: var(--colorfff);
    line-height: var(--line15);
}

.std-font58,
.std-font58 p,
.yxedr-active h2 {
    font-size: var(--font58);
    color: var(--colorfff);
    line-height: var(--line12);
}

.std-font48,
.std-font48 p,
.yxedr-active h2 {
    font-size: var(--font48);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font44,
.std-font44 p,
.yxedr-active h3 {
    font-size: var(--font44);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font40,
.std-font40 p,
.yxedr-active h3 {
    font-size: var(--font40);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font32,
.std-font32 p,
.yxedr-active h4 {
    font-size: var(--font32);
    color: var(--color333);
    line-height: var(--line15);
}

.std-font24,
.std-font24 p,
.yxedr-active h5 {
    font-size: var(--font24);
    color: var(--colorfff);
    line-height: var(--line15);
}

.std-text18,
.std-text18 p {
    font-size: var(--font18);
    color: var(--colorfff);
    line-height: var(--line15);
}

.std-text16,
.std-text16 p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line175);
}

.yxedr-active p {
    font-size: var(--font16);
    color: var(--color333);
    line-height: var(--line175);
    margin-bottom: var(--parpspace10);
}

.std-padding120t {
    padding-top: var(--space120);
}

.std-padding120 {
    padding-bottom: var(--space120);
}

.std-padding100t {
    padding-top: var(--space100);
}

.std-padding100 {
    padding-bottom: var(--space100);
}

.std-margin40 {
    margin-bottom: var(--space40);
}

.std-padding40 {
    padding-bottom: var(--space40);
}

.yxedr-active h2,
.yxedr-active h3 {
    margin-bottom: var(--parpspace16);
}

.yxedr-active h4 {
    margin-bottom: var(--parpspace12);
}

.yxedr-active h5 {
    margin-bottom: var(--parpspace10);
}

.search-main {
    --colormain1: var(--colormain) !important;
}

/*分享翻译*/
.ys-wechat-cont-parga p::before {
    content: '分享到 - 微信';
    /* content: 'Share the - WeChat'; */
}

/* yongsy样式 */
a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .2) !important;
    white-space: nowrap;
}

/*导航默认选中*/
.yxnav-active1 {}

.yxnav-active2 {}

/* 轮播溢出隐藏 */
.ys-ban-li:not(:first-child) {
    display: none;
}

/* 省略号 */
.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 过渡 */
.transition-time1 {
    transition: all .36s both;
}

.transition-time2 {
    transition: all .5s both;
}

/* 侧边锚点隐藏 */
.mod-anchor {
    opacity: 0;
    transform: translateX(-50%);
    transition: all .4s ease;
    position: fixed;
    z-index: 20;
}

.mod-anchor.on1 {
    opacity: 1;
    transform: translateX(0%);
}

.mod-anchor ul {
    transition: all .4s ease;
}

.mod-anchor:not(.act) ul {
    opacity: 1;
    transform: translateX(0%);
}

.mod-anchor.act ul {
    opacity: 0;
    transform: translateX(-50%);
}

/* 轮播箭头 */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.slick-arrow.slick-disabled {
    pointer-events: none !important;
    opacity: .5 !important;
}

.mod-arrows1 .swiper-button-next,
.mod-arrows1 .swiper-button-prev,
.mod-arrows1 .slick-prev,
.mod-arrows1 .slick-next {}

/* 公共样式 - end */

/*鼠标效果*/
@media screen and (min-width: 1200px) {

    /* Yori -C1-产品详情- start */
    .head-other-box:hover::before {
        opacity: 1;
    }

    .head-other-box:hover::after {
        opacity: 0;
    }

    /* Yori -C1-产品详情- end */

}

/* Yori -C1-产品详情- start */

.energo-main {
    background-color: var(--colorbj);
}

.energo-main .ys-nyban-title .std-font64 {
    font-size: var(--font64);
    margin-bottom: 0rem;
}

.energo-main .ys-nyban-title>.std-text18 {
    margin-bottom: 0.57rem;
}

.energo-main-box-link {
    padding: 0.14rem 0.4rem;
    border-radius: 60px;
    color: var(--colorfff);
    background: linear-gradient(95deg, #03F9E1 5.21%, #6425FC 95.11%);
}

.energo-features-txt {
    margin-bottom: 0.09rem;
    text-align: center;
}

.energo-features .std-font58 {
    text-align: center;
    margin-bottom: 0.54rem;
}

.efin-box-left {
    width: 0.4rem;
    flex: none;
}


.energo-features-inof-nub {
    width: 50%;
    padding: 0 1.6rem;
    margin-bottom: 0.56rem;
}

.energo-features-case {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}

.energo-features-inof {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.6rem -0.56rem;
    width: 92%;
}

.efin-box-right .std-font24 {
    font-family: var(--semibold);
    margin-bottom: 0.14rem;
}

.efin-box-right .std-text18,
.efin-box-right .std-text18 p {
    line-height: var(--line16);
}

.efin-box {
    padding-top: 0.26rem;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: start;

}

.efin-box-right {
    padding-left: 0.22rem;
}

.energo-features {
    padding-top: var(--space90);
    padding-bottom: var(--space90);
    position: relative;
}

.energo-system .std-font58 {
    text-align: center;
    margin-bottom: var(--space60);
}

.esin-box {
    border-radius: 20px;
    width: 100%;
}

.mod-dots1 .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 0.3rem;
}

.mod-dots1 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.mod-dots1 .slick-dots li.slick-active {
    background: var(--colorfff);
}

.energo-system {
    padding-top: var(--space70);
    padding-bottom: var(--space110);
}

.energo-relevant .std-font58 {
    text-align: center;
    margin-bottom: 0.68rem;
}

.energo-relevant-inof {
    width: 100%;
    height: 100%;
    padding: var(--space120) 1.76rem 0.93rem var(--space110);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.energo-relevant-case-total {
    width: 66%;
    height: auto;
}

.energo-relevant-right {
    width: 33%;
}

.energo-relevant-case {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.erin-box .std-font44 {
    line-height: var(--line135);
    margin-bottom: 0.15rem;
}

.erin-box-txt,
.erin-box-txt p {
    color: var(--color333);
    line-height: var(--line16);
}

.erin-box-txt {
    margin-bottom: var(--space70);
}



.energo-product .std-font58 {
    margin-bottom: var(--space60);
    text-align: center;
}

.energo-product-box {
    border-radius: 20px;
    padding: 0.28rem 0.28rem 0.28rem 0.82rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 999;
}



.etin-box.head-other-box {
    padding: 0.1rem 0.16rem;
    margin: 2px 0;
    transition: all .4s ease;
    display: inline-flex;
    border-radius: 60px;
    cursor: pointer;
    position: relative;
}

.energo-product-box-left {
    width: 47.5%;
    position: relative;
    padding-top: 0.52rem;
    padding-bottom: 0.39rem;
}

.energo-product-box-right {
    width: 41.5%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
}


.ebin-box-chart tbody tr td:nth-child(1) {
    font-size: var(--font16);
    color: var(--colorfff);
    line-height: var(--line13);
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
}

.ebin-box-chart tbody tr td:nth-child(2) {
    font-size: var(--font18);
    padding-top: 0.18rem;
    color: var(--colorfff);
    line-height: var(--line13);
    padding-bottom: 0.18rem;
    /* transform: translateX(-16%); */
    transform: translateX(22%);

}

.ebin-box-chart {
    width: 100%;
}

.epbl-top {
    margin-bottom: 0.52rem;
    position: relative;

}

.epbl-top::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(90deg, rgba(42, 47, 52, 0) 3.77%, #2A2F34 100.16%);
}

.ebin-box-chart {
    margin-top: -0.2rem;
}

.ebin-box-chart tbody tr {
    position: relative;
}

.ebin-box-chart tbody tr::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    width: 100%;
}

.einb-pic {
    width: 48%;
    margin: 0 auto;
}

.einb-inof {
    margin-bottom: 0.55rem;
}

.einb-case-link.head-other-box {
    padding: 0.13rem 0.2rem;
    border-radius: 60px;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.einb-case {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.einb-case-nub {
    padding: 0 0.1rem;
}

.energo-relevant-inof-nub.slick-slide {
    width: 100% !important;
}

.energo-relevant-inof .slick-track {
    width: 100%;
}

.mod-dots1.einb-inof .slick-dots {
    margin-top: 0.38rem;
}

.einb-case li:nth-child(2) .einb-case-link.head-other-box::after {
    opacity: 0;

}

.einb-case li:nth-child(2) .einb-case-link.head-other-box::before {

    opacity: 1;

}

.epbl-top-inof-nub {
    white-space: nowrap;
    flex-shrink: 0 !important;
    width: auto !important;
    padding: 0 2px;
}

.epbr-inof-nub {
    width: 100%;
}

.epbl-bottom,
.epbl-top,
.energo-product-box-right {
    overflow: hidden;
}

.errn-box {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}



.ercb-btn {
    --widthbtn: 32px;
    width: var(--widthbtn);
    position: absolute;
    bottom: 0.95rem;
    --left: 1.1rem;
    left: 0;
    transition: all .4s ease;
    cursor: pointer;
}


.ercb-le {
    left: var(--left);

}

.ercb-ri {
    left: calc(var(--left) + var(--widthbtn) + 0.12rem);
}

.head-other-box img {
    width: 0.18rem;
}

.head-other-box .std-text18 {
    padding-right: 0.1rem;
}

.head-other-box {
    display: flex;
    align-items: center;
    border-radius: 60px;
    background: linear-gradient(95deg,
            rgba(198, 206, 205, 0) 5.21%,
            rgba(100, 37, 252, 0) 95.11%);
    padding: 0.13rem 0.22rem;
    transition: all .4s ease;
    position: relative;
}

.head-other-box::after,
.etin-box::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 60px;
    opacity: 1;
    transition: opacity .4s ease;
}

.head-other-box::before,
.etin-box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    border-radius: 60px;
    background: linear-gradient(95deg, #03F9E1 5.21%, #6425FC 95.11%);
    transition: opacity .4s ease;
}

.epbl-top-inof-nub.on .head-other-box.etin-box::after {
    opacity: 0;
}

.epbl-top-inof-nub.on .head-other-box.etin-box::before {
    opacity: 1;
}

.energo-product-box-left .ercb-btn {
    bottom: auto;
    top: 0.58rem;
    --btnspace: 0.48rem;
}

.energo-product-box-left .ercb-le {
    left: calc(-1 * var(--btnspace));

}

.energo-product-box-left .ercb-ri {
    right: calc(-1 * var(--btnspace));
    left: auto;
}
/*kaffi-12.1-start*/
/*.energo-main .ys-hd-pc {*/
/*    position: absolute;*/
/*}*/

.energo-main .ys-footer {
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
    --sapceft1: 57px;
    --sapceft2: 100px;
    --sapceft3: 19px;
    background: #1F2429;
    --sapceft4: 26px;
    padding-top: 0;
}
/*kaffi-12.1-end*/
.energo-main .footer-top {
    padding-bottom: var(--sapceft1);
    padding-top: var(--sapceft1);
    justify-content: center;
}

.footer-bot {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: var(--sapceft3) 0 var(--sapceft4);

}

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

.footer-text,
.footer-text a,
.footer-text p {
    color: var(--colorfff);
}

a[href="https://www.yongsy.com"] {
    color: rgba(255, 255, 255, .5) !important;
    white-space: nowrap;
    padding-left: 26px;
}

.footer-privacy a {
    color: rgba(255, 255, 255, .6);
}

.footer-privacy {
    --gap1: 12px;
}

.energo-relevant {
    padding-bottom: var(--space140);
}

.einb-inof-nub:not(:first-child) {
    display: none;
}

.energo-relevant-inof-nub:not(:first-child) {
    display: none;
}

.energo-relevant-right-nub:not(:first-child) {
    display: none;
}

.energo-system-inof-nub:not(:first-child) {
    display: none;
}

/*kaffi-12.1-start*/
/*.energo-main .ys-hd-pc.isfixed::before,*/
/*.energo-main .ys-hd-pc.ishover::before,*/
/*.energo-main .ys-page-wrap.act .ys-hd-pc::before {*/
/*    opacity: 0;*/
/*}*/
/*kaffi-12.1-end*/
.energo-features-pic img {
    width: 100%;
}

.energo-features-pic {
    pointer-events: none;
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.energo-product-pic img {
    width: 100%;
}

.energo-product-pic {
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-40%, -50%);
}

.energo-product {
    position: relative;
    overflow: visible;
    padding-top: var(--space90);
    padding-bottom: var(--space90);
}

.energo-main .ys-hd-pc .ys-cont1600 {
    display: flex;
    justify-content: space-between;
}

.energo-main .ys-hd-pc.has-search .head-lang-top img:first-child,
.energo-main .ys-hd-pc.has-search .head-logo img:first-child,
.energo-main .ys-hd-pc.has-search .head-search-btn img:first-child,
.energo-main .ys-hd-pc.isfixed .head-lang-top img:first-child,
.energo-main .ys-hd-pc.isfixed .head-logo img:first-child,
.energo-main .ys-hd-pc.isfixed .head-search-btn img:first-child,
.energo-main .ys-hd-pc.ishover .head-lang-top img:first-child,
.energo-main .ys-hd-pc.ishover .head-logo img:first-child,
.energo-main .ys-hd-pc.ishover .head-search-btn img:first-child,
.energo-main .ys-page-wrap.act .ys-hd-pc .head-lang-top img:first-child,
.energo-main .ys-page-wrap.act .ys-hd-pc .head-logo img:first-child,
.energo-main .ys-page-wrap.act .ys-hd-pc .head-search-btn img:first-child {
    opacity: 1;
}

.epbr-inof-nub-box {
    padding-top: 0.67rem;
    padding-bottom: 0.55rem;
}


.energo-product-box-border {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask: linear-gradient(var(--colormain) 0 0) content-box, linear-gradient(var(--colormain) 0 0);
    mask: linear-gradient(var(--colormain) 0 0) content-box, linear-gradient(var(--colormain) 0 0);
    mask-composite: xor;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    backdrop-filter: blur(117.94999694824219px);
}

.energo-product-box-border span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 113%);
}

.einb-inof-nub {
    width: 100%;
}

.epbl-bottom-inof-nub.swiper-slide {
    width: 100% !important;
}

.energo-product-box-icon {
    width: 0.9rem;
    position: absolute;
    left: -12px;
    bottom: -12px;
}

.energo-product-box-icon img {
    width: 100%;
}

.energo-main .footer-logo {
    width: 200px;
}

.ercb-le.swiper-button-disabled {
    opacity: 0;
}

.ercb-ri.swiper-button-disabled {
    opacity: 0;
}

.energo-main .ys-nyban-img {
    position: relative;
}

.energo-main .ys-nyban-img::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 54%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(31, 36, 41, 0) 51.76%, #1F2429 98.75%);

}

.esin-box {
    background-color: rgba(255, 255, 255, 0.8);
}

.energo-relevant-right .slick-list {
    height: 100%;
}

.energo-relevant-right .slick-track {
    height: 100%;
}


.errn-box .ys-imgbox-cover img {
    object-fit: fill;
}

/* .energo-product-box.on .ercb-ri {
    opacity: 0;
} */

@keyframes donghua {
    0% {
        transform: translateY(100%);
        clip-path: inset(100% 0 0 0);
        -webkit-clip-path: inset(100% 0 0 0);
    }

    100% {
        transform: translateY(0%);
        clip-path: inset(0% 0 0 0);
        -webkit-clip-path: inset(0% 0 0 0);
    }
}

.energo-relevant-right-nub {
    height: auto !important;
}

.energo-relevant-right-nub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.energo-relevant-right-nub.active {
    opacity: 1 !important;
}

.energo-relevant-right-nub.slick-active .errn-box img {
    animation: donghua 1.2s ease-out forwards;
    transform: translateY(100%) scale(1.3);
    transition-delay: 0s !important;
    /* transition: none; */
}

.energo-relevant-right-nub.active .errn-box img {
    transform: translateY(-40%);
    transition: transform 1.2s;
    transition-delay: 0.4s;
}

.energo-relevant-right-nub:first-child .errn-box img {
    transition-delay: 0.4s !important;
}
/* Yori - 10.9 - start */
.einb-pic{
    width: 100%;
    height: 100%;
}
.einb-pic img{
     border-radius: 10px;
}
.epbr-inof-nub-box{
    padding-top: 0;
    padding-bottom: 0;
     height: 100%;
}
.einb-inof{
    margin-bottom: 0;
    height: 100%;
}
.einb-inof .slick-list{
    height: 100%;
}
.einb-inof .slick-track{
    height: 100%;
}
.einb-case{
    position: absolute;
    bottom: 0.55rem;
    left: 50%;
    transform: translateX(-50%);width: 100%;
}
.einb-inof-nub-box{
    height: 100%;
}
.einb-case li:nth-last-child(1){
    margin-bottom: 0;
}
/* Yori - 10.9 - end */
/* Yori - 10.14 - start */
.energo-main .ys-nyban-title>.std-text18 p{
    font-size: var(--font26);
}
.energo-features-txt{
    font-size: var(--font26);
}
/* Yori - 10.14 - end */
/* Yori - 10.14 - start */
a[href="https://www.yongsy.com"]{
    opacity: .05;
}
.energo-main .ys-hd-pc .ys-cont1600 {
    padding-top: 0.1rem;
}
/*kaffi-12.1-start*/
.energo-product-box{
    z-index: 9;
}
.energo-features-case{
    z-index: 9;
}
.energo-system{
    padding-top: var(--space140);
    padding-bottom:  var(--space140);
}
.energo-main .footer-top{
    justify-content: space-between;
}
.ebin-box table{
        margin-top: -0.2rem;
        width: 100%;
}
.ebin-box tbody tr {
    position: relative;
}
.ebin-box tbody tr td:nth-child(1) {
    font-size: var(--font16);
    color: var(--colorfff);
    line-height: var(--line13);
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    width: 43%;;
    padding-right:0.2rem ;
}
.ebin-box tbody tr td:nth-child(2) {
    font-size: var(--font18);
    padding-top: 0.18rem;
    color: var(--colorfff);
    line-height: var(--line13);
    padding-bottom: 0.18rem;
    /* transform: translateX(-16%); */
    transform: translateX(0);
    width: 57%;;
}
.ebin-box tbody tr::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    width: 100%;
}
.ebin-box .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.ebin-box .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.ebin-box .mCSB_scrollTools.mCS-dark .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.ebin-box .mCSB_scrollTools.mCS-dark .mCSB_dragger:active .mCSB_dragger_bar{
    background: #A9B5FF;
    box-shadow:0 0 6.4px #A9B5FF ;
    
}
.ebin-box .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border: 1px dashed #fff;
}
/*kaffi-12.1-end*/