.elementor-kit-6{--e-global-color-primary:#41336C;--e-global-color-secondary:#000000;--e-global-color-text:#6E6E6E;--e-global-color-accent:#47326A;--e-global-color-99bfdb0:#FFFFFF;--e-global-color-cedc9a6:#F5F5F5;--e-global-color-da51694:#6A3791;--e-global-color-19f7b64:#9F0E7B;--e-global-color-89383fd:#E7242B;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-size:50px;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:14px;}.elementor-kit-6 h2{font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}/* Start custom CSS *//*背景图鼠标移动效果*/
.win-bg-big {
    overflow: hidden;
    position: relative;
}

.win-bg-big::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 1.5s ease-out; /* 调整动画时长 */
    transform: scale(1); /* 初始状态 */
    z-index: 1;
}

.win-bg-big > .elementor-container {
    position: relative;
    z-index: 2;
}

/* 悬停时放大并固定 */
.win-bg-big:hover::before {
    transform: scale(1.15); /* 调整缩放比例，如1.15表示放大15% */
    transition: transform 2s ease; /* 悬停时的动画时长 */
}




/*product*/
.product-shuzi .elementor-counter-title{text-align: center;;}

.product-feature ul{padding-inline-start: 15px;}

.product-feature ul li{font-size:14px;margin-bottom:20px}

.product-feature ul li h5{font-size:18px;margin-bottom: 5px;}
.product-batter-shot-dis{display:none;}


/*逆变器详细页面icon颜色*/
.win-nbq-pro-feature .elementor-view-framed .elementor-icon{
        background: linear-gradient(90deg, #43335a 0%, #9e0e7c 100%);
    fill: #fff !important;
    color: #fff !important;
}


@media (max-width:600px) {
    .product-feature ul li h5{
    font-size:16px;
    }
}/* End custom CSS */