/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
html{ max-width:1920px; margin:0 auto}
.message-form-box {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 998;
    width: 210px;
}

/* 底部触发按钮样式 */
.message-trigger {
    background: #034DA1;
    color: white;
    padding: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.message-trigger.hidden {
    display: none;
}

/* 弹出框样式 */
.message-popup {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 320px;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.message-popup.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

/* 头部样式 */
.message-header {
    background: #034DA1!important;
    color: white;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.message-header b {
    flex-grow: 1;
}

.arrow-toggle {
    transition: transform 0.3s ease;
}
.wpf-captcha-container{ margin:0 0 20px 0!important}
.wpf-captcha-container label{ display:none}
.wpf-captcha-field{ display:flex;white-space: nowrap;align-items: center;gap: 10px;}
/* 表单容器样式 */
.message-form {
    padding: 20px;
    background: white;
    max-height: 80vh;
    overflow-y: auto;
}

/* WPForms 样式优化 */
.message-form .wpforms-container {
    margin: 0;
}

.message-form .wpforms-field {
    padding: 8px 0;
}

.message-form .wpforms-field input,
.message-form .wpforms-field textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
}

.message-form .wpforms-field textarea {
    min-height: 120px;
    resize: vertical;
}

/* hCaptcha 验证码优化 */
.message-form .h-captcha {
    margin: 10px 0;
    transform-origin: left;
    transform: scale(0.9);
}

/* 提交按钮样式 */
.message-form .wpforms-submit {
    width: 100%;
    background: #20B2AA;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.message-form .wpforms-submit:hover {
    background: #1a9690;
}

/* 移动端适配 */
@media (max-width: 480px) {
    .message-form-box {
        width: 100%;
    }
    
    .message-form .h-captcha {
        transform: scale(0.8);
    }
}
.elementor-location-header{ position:fixed; top:0; left:0; width:100%; z-index:999}

.yellow-txt{ color:#FFC03D!important}
div.wpforms-container-full:not(:empty){ margin:0 auto!important}
.wpforms-container .wpforms-field{ padding:10px 0!important}
.head-section{ position:relative; z-index:10}
.foot-share .e-fab-youtube{ fill:#FF0000!important}
.foot-share .e-fab-whatsapp{ fill:#21B54B!important}
.foot-share .e-fab-linkedin{ fill:#0077B5!important}
.foot-share .elementor-icon:hover{ border-color:#196198!important}
.foot-section .elementor-menu-toggle{ margin-top:-40px;}
.post-loop01 .elementor-heading-title,.home-post-loop .elementor-heading-title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.post-loop01 .elementor-widget-theme-post-excerpt p,.home-post-loop .elementor-widget-theme-post-excerpt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.elementor-location-header.typea{ background:none;box-shadow:none}
.elementor-location-header.typea .menu-item a{ color:#fff!important;}
.elementor-location-header{ background:#000;box-shadow: 0 0 4rem -.5rem rgba(0, 0, 0, .1);}

.main-menu .elementor-nav-menu>li>a:after,.jet-main-menu .jet-mega-menu-item .jet-mega-menu-item__inner>a:after{
    bottom:0;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform-origin: left;
    transition: all .3s ease;
    width:20px;background: transparent;transform: translateX(-50%) scaleX(0);
}
.main-menu .elementor-nav-menu>li:hover>a:after,.main-menu .elementor-nav-menu>li.current-menu-item>a:after,.jet-main-menu .jet-mega-menu-item:hover .jet-mega-menu-item__inner>a:after,.jet-main-menu .jet-mega-menu-item.jet-mega-current-menu-item .jet-mega-menu-item__inner>a:after{background:#FFC03D!important;
    transform: translateX(-50%) scaleX(1);}
.black-txt{ color:#000!important}
.solutions-gralley .elementor-image-gallery .gallery-item img{ width:100%}
.img-hover img,.product-gallery-thumbs .swiper-slide img{ -webkit-transition: all linear .3s;transition: all linear .3s; z-index: 10;}
.img-hover:hover img,.product-gallery-thumbs .swiper-slide:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1); transform: scale(1.1);}
.img-hover .elementor-widget-container{ overflow:hidden}
.solutions-loop .elementor-heading-title{ position:relative; padding-right:40px;}
.solutions-loop .elementor-heading-title a{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.solutions-loop .elementor-heading-title a:after{ content: "\f067";font-family:"Font Awesome 5 Free";font-style:normal;font-weight:600;border-radius: 50%;width: 40px; height: 40px; display: flex;justify-content: center;align-items: center; position:absolute; right:0; top:0; font-size:16px;background: #eaeaea;color: #999;}
.solutions-loop:hover .elementor-heading-title a{color: #FFC03D !important;}
.solutions-loop:hover .elementor-heading-title a:after{background:#FFC03D; color:#fff}
.case-loop .elementor-widget-theme-post-featured-image{ float:right; width:220px; margin-left:20px; position:relative; z-index:10}
.case-loop .elementor-widget-theme-post-featured-image img{ width:220px; height:140px;}
.case-loop>.e-con-inner{ display:block; height:190px; overflow:hidden}
.case-loop .elementor-heading-title{ padding-bottom:54px;}
.case-loop .elementor-heading-title a{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; line-height: 25px !important;}
.case-loop .elementor-heading-title:after{ content:''; width:70px; height:2px; background:#DEE0E2; display:block; margin-top:20px}
.case-loop .post-desc p{ height:50px; }
.case-list-section .elementor-post{ background:#F9FBFA; padding-bottom:20px;}
.case-list-section .elementor-post:hover{ background:#E7EEF8;}
.case-category .menu-item a{ background:#F5F5F5; min-width:165px; text-align:center; line-height:50px; padding:0!important; border-radius:36px; display:block}
.case-category .menu-item.current-menu-item a,.case-category .menu-item:hover a{ background:#FFC03D;}
.case-category .menu-item a{ padding:0 15px!important}
.product-loop .elementor-widget-image .elementor-widget-container{ }
.product-loop .pro-title .elementor-widget-container{ position:relative;overflow: inherit;}
.product-loop .pro-title .elementor-widget-container:before{ content:''; background:#FFC03D url(/wp-content/uploads/2025/05/solumore.png) center center no-repeat;border-radius: 0px 16px 2px 0px; display:inline-block; width:67px; height:32px; position:absolute; right:20px; top:-20px;transition: all linear .3s;}
.product-loop:hover .pro-title .elementor-widget-container:before{transform: translateX(10px)}
.product-loop .elementor-heading-title{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; }
.product-loop:hover .elementor-heading-title a{ color:#FFC03D; font-weight:bold}
.related-pro-cc .btn-section{ display:none}
.right_online{position: fixed;
    bottom: 15%;
    right:0;
    z-index: 999; width:60px;}
.right_online .elementor-button{ height:60px;width:60px !important;text-align:center;display: flex;justify-content: center; align-items: center;}
.right_online .elementor-button-icon{ font-size:20px; position:relative; z-index:2}
.right_online .elementor-button-text{ display:block; font-size:10px;line-height: 1.5;}
.right_online .elementor-button-content-wrapper{ display:block}
.right_online .sub-btn .elementor-button-icon{ margin-right:0}
.right_online .sub-btn .elementor-button{ padding:0!important}
.right_online .sub-btn .elementor-button:hover{ background:#333!important}
.right_online .elementor-button-icon,.right_online .top-icon .elementor-widget-container{ height:25px!important;display: flex
;justify-content: center;align-items: center;}
.right_online .top-icon .elementor-widget-container{ height:60px!important}
.right_online .elementor-button:hover .elementor-button-text{ display:block}
.right_online .elementor-button{ position:relative}
.right_online .sub-btn .elementor-button{ overflow:inherit}
.b_top:hover{ cursor:pointer}
.product-gallery-thumbs .swiper-slide{ overflow:hidden}
.product-gallery-thumbs .swiper-slide{ border-color:#ddd!important}
.product-gallery-thumbs .swiper-button-next:after,.product-gallery-thumbs .swiper-button-prev:after{ font-size:28px;}
.product-gallery-main .swiper-slide{ height:500px!important}
.elementor-location-header.typea .gt_selector,.elementor-location-footer .gt_selector{ background:transparent; border:2px solid rgba(255, 255, 255, 0.2);color: #fff;}
.elementor-location-header.typea .gt_selector option,.elementor-location-footer option{ background:#000}
.popup-forms .wpforms-submit{ width:100%;}
.popup-forms .wpforms-submit:hover{ opacity:.9}
.popup-forms .wpforms-container .wpforms-field { padding: 5px 0 !important;}
.wpf-captcha-container label{ display:none!important}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{ margin-top:10px!important}
#elementor-popup-modal-1065 .dialog-close-button{ display:none!important}
.w-200 .elementor-button{ min-width:200px;}
.home-banner .e-n-carousel{ padding-bottom:0!important}
.home-banner .swiper-pagination{ width:auto!important; bottom:60px!important; left:50%!important}
.home-banner .swiper-pagination-bullet{background: hsla(0, 0%, 100%, .5)!important;height: 10px;
    width:10px;vertical-align: middle!important;opacity:1!important}
.home-banner  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: none!important;
    border: 2px solid #FFC03D!important;
    height: 15px;
    width:15px;}
.home-banner .elementor-swiper-button{ bottom:60px!important; top:auto!important; width:50px; height:50px;align-items: center;
    background: #FFC03D;
    border-radius:16px;
    display: flex;justify-content: center;
    transform: rotate(45deg)!important;
    transition: all .5s ease;}
.home-banner .elementor-swiper-button svg{transform: rotate(-45deg); transition: all .5s ease;}
.home-banner .elementor-swiper-button-prev{ left:42%!important}
.home-banner .elementor-swiper-button-next{ right:42%!important}
.whatapp-icon-box .elementor-icon{align-items: center;
    border: 1px solid #FFC03D!important;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    width:60px;}
.whatapp-icon-box .elementor-icon svg{
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size:30px;
    height:50px;
    justify-content: center;
    width:50px; background:#FFC03D url(/wp-content/uploads/2025/05/vector.png) center center no-repeat;}
.whatapp-icon-box .elementor-icon svg path{ display:none}
.sub-carousel .elementor-swiper-button{border: 1px solid #222!important;
    border-radius: 10px!important;
    transform: rotate(45deg)!important; width:40px!important; height:40px!important; display:flex; justify-content:center; align-items:center; background:rgba(255,255,255,.5)}
.sub-carousel .elementor-swiper-button svg{ fill:#222!important}
.sub-carousel .elementor-swiper-button svg{transform: rotate(-45deg);}
.pro-hot-carousel .elementor-swiper-button.elementor-swiper-button-prev{left: -60px!important;}
.pro-hot-carousel .elementor-swiper-button.elementor-swiper-button-next{right: -60px!important;}
.sub-carousel .elementor-swiper-button:hover{ border-color:#FFC03D!important; background:#FFC03D!important}
.sub-carousel .elementor-swiper-button:hover svg{ fill:#fff!important}
.about-section-left{margin-left: calc(1440px /2 - 50vw)!important;width: 80% !important;}
.about-section-left img{ height:600px; object-fit:cover;border-radius: 0 0 60px 0;}
.about-section-left .swiper-slide,.about-section-left .swiper-slide-inner{border-radius: 0 0 60px 0;}
.about-bottom .elementor-widget-image{ padding-top:5px;}
.home-blog .elementor-post__title,.home-blog .elementor-post__excerpt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; }
.case-loop-item:hover .elementor-icon{background-color: #FFC03D!important;color: #fff!important;}
.case-loop-item:hover .elementor-icon svg{ fill:#fff!important}
.case-loop-item:hover .elementor-heading-title a{ color:#FFC03D!important}
.home-blog .elementor-post{ border-bottom:1px solid #ddd;}
.icon-box-section .elementor-icon-box-title{ margin-top:0}
ol,li{ list-style:none; padding:0}
.breadcrumb{ display:flex; justify-content:center; align-items:center}
.breadcrumb li a,.breadcrumb li{ color:#fff }
.breadcrumb-item:after{content:"\f054";font-family:"Font Awesome 5 Free"; font-weight:600; font-size:14px;margin:0 5px;}
.breadcrumb-item:last-child:after{ display:none}
.about-icon-box .elementor-image-box-img{ width:180px; height:180px; border-radius:50%; background:#fff; display:flex; justify-content:center; align-items:center; margin:0 auto!important}
.about-icon-box .elementor-image-box-img img{ width:90px;}
.about-icon-box .elementor-image-box-content{ padding-top:15px;}
.testimonial-carousel.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    height:90px;
    width: 90px;box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 9px;}
.testimonial-carousel.elementor-testimonial--skin-bubble .elementor-testimonial__content{box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 9px;
    line-height: 2;
    position: relative;
    margin-bottom: 35px;
    min-height: 270px;
    background: rgb(255, 255, 255);
    padding: 6.22222%!important; text-align:left}
.testimonial-carousel .elementor-testimonial__text:before {
    clear: both;
    display: block;
    content: "";
    width: 86px;
    height: 13px;
    margin-bottom: 15px;
    background: url(/wp-content/uploads/2025/05/about_star.png) center center / 100% no-repeat;
}
.testimonial-carousel .elementor-testimonial__content:after{ display:none}

.testimonial-carousel .elementor-testimonial__text:after {
    clear: both;
    display: block;
    content: "";
    position: absolute;
    left: 55px;
    bottom: -28px;
    width: 32px;
    height: 28px;
    background: url(/wp-content/uploads/2025/05/about_arrow.png) center center / 100% no-repeat;
}
.testimonial-carousel.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    justify-content: flex-start;}
.testimonial-carousel.elementor-widget-testimonial-carousel .elementor-main-swiper {width: 100%;}
.page-id-273 .foot-inquiry{ display:none}
.elementor-pagination{ padding-top:50px;}
.elementor-pagination .page-numbers{ width:50px; height:50px; border-radius:50%; font-size:18px; text-align:center; line-height:50px;display: inline-block; color:#333;font-family: "Roboto";}
.elementor-pagination .page-numbers.current,.elementor-pagination .page-numbers:hover{background: #FFC03D;color: #fff; font-weight:bold}
.bread-black .breadcrumb li a,.bread-black .breadcrumb li{ color:#000}
.bread-black .breadcrumb{justify-content: flex-start;}
.single-post .elementor-location-header.typea,.single-case_type .elementor-location-header.typea,.single-solutions_type .elementor-location-header.typea,.page-id-2530 .elementor-location-header.typea{ background:#000}
.single-post [data-elementor-type="single-post"],.single-case_type [data-elementor-type="single-post"],.single-solutions_type [data-elementor-type="single-post"],.page-id-2530 .page-content{ padding-top:87px}
.post-txt .elementor-button{transition: all .5s ease;}
.post-txt .elementor-button:hover{transform: translateX(.5rem);}
.post-navigation-single .elementor-post-navigation .elementor-post-navigation__link{ width:100%}
.post-navigation-single .elementor-post-navigation{ display:block}
.post-navigation-single .post-navigation__prev--label,.post-navigation-single .post-navigation__next--label{  padding-bottom:20px;}
.post-navigation-single .elementor-post-navigation span.elementor-post-navigation__link__next{ text-align:left}
.post-navigation-single .elementor-post-navigation__prev{border-bottom: 1px solid #ddd; padding-bottom: 45px;}
.post-navigation-single .elementor-post-navigation__next{ padding-top:40px}
.post-navigation-single .elementor-post-navigation .post-navigation__prev--title,.post-navigation-single .elementor-post-navigation .post-navigation__next--title { overflow:inherit!important;text-overflow: inherit!important;white-space: break-spaces;}
.single-sidebar{position: sticky; top:20px;}
.home-blog .elementor-post__title:hover a{ color:#FFC03D!important}
.case-top-img .elementor-widget-container{background-color: rgba(255, 255, 255, 0.2);
        border-radius: 24px;
        border: solid 1px rgba(255, 255, 255, 0.2);
        padding: 15px;}
.breadcrumb-left .breadcrumb{justify-content: flex-start;}
.case-top-category .elementor-nav-menu{ position:relative;display: contents;}
.case-top-category .elementor-nav-menu:before,.case-top-li:before{ content:''; width:1px;height:100%; background:#45AAE5; display:block; position:absolute; left:16px; top:0 }
.case-top-category .elementor-nav-menu li,.case-top-li .elementor-icon-list-item{padding-left:40px; background:url(/wp-content/uploads/2025/05/toubu_yd.png) left center no-repeat;}
.case-top-li:before{ content:''; width:1px;height:100%; background:#FFC03D; display:block; position:absolute; left:8px; top:0 }
.case-top-li .elementor-icon-list-item{padding-left:40px; background:url(/wp-content/uploads/2025/05/toubu_yd1.png) left 6px no-repeat;}
.case-li-info .elementor-icon-list-items li:first-child{ background:url(/wp-content/uploads/2025/05/tb_lx.png) left center no-repeat; padding-left:107px;}
.case-li-info .elementor-icon-list-items li:nth-child(2){ background:url(/wp-content/uploads/2025/05/tb_yx.png) 26px center no-repeat; padding-left:107px;}
.case-photos .swiper-slide-image{ width:100%; height:400px; object-fit:cover}
.applications-photos .swiper-slide-image{ width:100%; height:300px; object-fit:cover}
.case-single-section ul{ padding:0}
.case-single-section li{ position:relative; padding-left:16px; line-height:1.8}
.case-single-section li:before { position:absolute; left:0; top:15px;
    background: #FFC03D;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    width: 6px;
}
.solution-loop-desc .elementor-image-box-content{text-align: left;}
.solution-loop-desc .elementor-image-box-description{ display:inline}
.solution-loop-desc .elementor-image-box-title{ margin-right:5px;}
.elementor-image-box-title{ margin-top:0}
.solutions-btn .elementor-button-text{ display:flex;}
.solutions-btn .elementor-button-text:before{ content:''; background:url(/wp-content/uploads/2025/05/pro_r_p.png) left center no-repeat; width:37px; height:48px; display:inline-block; margin-right:10px;}
.solutions-con-info h2.elementor-heading-title:before,.case-single-section h2.elementor-heading-title:before{ content:"\f138"; font-family:"Font Awesome 5 Free";font-weight:700; margin-right:10px;}
.solutions-con-info h2.elementor-heading-title{ color:#FFC03D!important}
.right-btn-info .elementor-button-icon svg{ background:url(/wp-content/uploads/2025/05/solumore.png) no-repeat; background-size:20px auto; width:20px; height:10px;}
.right-btn-info .elementor-button-icon svg path{ display:none}
.prolist-item .white-section{ position:relative}
.prolist-item .white-section:before {
    content: "";
    width: 100%;
    height: 217px;
    background: #F1F6FD;
    border-radius: 0 0 100% 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.prolist-item:hover .white-section:before{background: #FFC03D;}
.prolist-item:hover .elementor-button{ background:#000!important}
.pro-li-post .elementor-post__title a{  background:url(/wp-content/uploads/2025/05/right-btn-4.png) left center no-repeat; padding-left:35px; display:block}
.pro-li-post .elementor-post__title a:hover{ color:#FFC03D!important}
.page-id-728 .foot-inquiry,.tax-products_category .foot-inquiry{ background:#fff!important}
.pro-table table th{ background:#ddd;vertical-align: middle;}
.pro-table table tr,.pro-table table td{ border-color:#ddd; text-align:center}
.rel-case-action .elementor-cta__description,.rel-pro-section .elementor-cta__description{ transition: all linear .3s; opacity:0}

.rel-case-action .elementor-cta:hover{ cursor:pointer}
.pro-banner{background-image:url(/wp-content/uploads/2025/05/products.jpg)}
.foot-section a{ color:rgba(255,255,255,.8)}
.link-hover:hover a,.foot-section a:hover{ color:#ffc03d!important}
.case-li-info .elementor-icon-list-item:hover .elementor-icon-list-text{ color:#EFB027!important}
.case-post-list .elementor-post{ height:100%!important; background:#F8F8F8}
.pro-case-carousel .swiper-slide{ min-height:585px!important; background:#F8F8F8}
.case-single-section h2.elementor-heading-title{color: #FFC03D !important; font-size:22px!important}
.contact-left-info .elementor-icon-box-title b{ font-weight:normal;color: #555!important;}
.contact-left-info .elementor-icon-box-wrapper:hover .elementor-icon-box-title a,.contact-left-info .elementor-icon-box-wrapper:hover .elementor-icon-box-title b{ color:#FFC03D!important}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.rel-case-action .elementor-cta__description,.rel-pro-section .elementor-cta__description{animation: fadeInUp 1s ease-out forwards;}
.rel-case-action.action01 .elementor-cta__description{animation-delay: 0s; }
.rel-case-action.action02 .elementor-cta__description{animation-delay: 1s; }
.rel-case-action.action03 .elementor-cta__description{animation-delay: 2s; }
.rel-pro-section .elementor-grid .e-loop-item:last-child .elementor-cta__description{animation-delay: 3s; }
.rel-pro-section .elementor-grid .e-loop-item:nth-child(2) .elementor-cta__description{animation-delay: 1s; }
.rel-pro-section .elementor-grid .e-loop-item:nth-child(3) .elementor-cta__description{animation-delay: 2s; }
.jet-main-menu .jet-mega-menu-item__dropdown svg path{fill:#fff!important}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-1048 .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner{ margin-left:-207px!important;}
.pro-drop-menu .elementor-icon-list-item a{ padding:2px 15px}
.pro-drop-menu .elementor-icon-list-item a:hover{ background: rgba(255,192,61,.2)}
.pro-drop-menu .elementor-heading-title{ padding-left:15px}
.home-blog-right .elementor-widget-image img{ height:472px; width:100%; object-fit:cover}
.head-section .header-language{ position:absolute; right:60px; top:27px; z-index:30}
.head-section .gt_float_switcher .gt-selected .gt-current-lang{ padding:5px; font-weight:normal}
.gt_float_switcher{ font-size:14px}
.elementor-location-header .gt_selector{ width:100px; padding:10px}
#backButton:hover{ cursor:pointer}

@media screen and (max-width:1600px){
.home-banner .elementor-swiper-button-prev {left: 41% !important;}	
.home-banner .elementor-swiper-button-next { right: 41% !important;}

	.applications-photos .swiper-slide-image{ height:250px;}
}
@media screen and (max-width:1366px){
.home-banner .elementor-swiper-button-prev {left: 40% !important;}	
.home-banner .elementor-swiper-button-next { right: 40% !important;}
	[data-elementor-type="single-post"]{ padding:30px}
	.applications-photos .swiper-slide-image{ height:200px;}
}
@media screen and (max-width:1280px){
.home-banner .elementor-swiper-button-prev {left: 39% !important;}	
.home-banner .elementor-swiper-button-next { right: 39% !important;}
	.pro-case-carousel .swiper-slide {min-height: 550px !important;}
}
@media screen and (max-width:1024px){
.head-section .elementor-menu-toggle{ margin-top:-50px;}
	.case-loop .elementor-widget-theme-post-featured-image{ float:none}	
	.case-loop>.e-con-inner{ display:flex; height:auto}
	.case-loop .elementor-heading-title{ padding-bottom:0;}
	.case-loop .post-desc p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
	.case-loop .elementor-widget-theme-post-featured-image img{ width:100%; height:auto}
	.case-loop .elementor-widget-theme-post-featured-image{ width:100%; margin:0}
	.case-list-section .elementor-post{ padding-bottom:0}
	.home-banner .elementor-swiper-button{ display:none!important}
	.pro-hot-carousel .elementor-swiper-button.elementor-swiper-button-prev {left: -20px !important;}
	.pro-hot-carousel .elementor-swiper-button.elementor-swiper-button-next{right: -20px!important;}
	.about-section-left {margin-left: calc(1024px / 2 - 50vw) !important;}
	.case-li-info .elementor-icon-list-items li:first-child{background-size: 16% auto; padding-left:65px;}
	.case-li-info .elementor-icon-list-items li:nth-child(2){background-size: 6.5% auto;padding-left:65px;}
	.pro-table .elementor-widget-container{display: block;overflow-x: auto}
	[data-elementor-type="single-post"] { padding: 0; }
	.breadcrumb{ display:none}
	.main-menu .elementor-nav-menu>li:hover>a:after, .main-menu .elementor-nav-menu>li.current-menu-item>a:after, .jet-main-menu .jet-mega-menu-item:hover .jet-mega-menu-item__inner>a:after, .jet-main-menu .jet-mega-menu-item.jet-mega-current-menu-item .jet-mega-menu-item__inner>a:after{ display:none}

}
@media screen and (max-width:480px){
	.about-section-left { margin-left:0!important; width:100%!important}
	.about-section-left img{ height:400px}
	.about-bottom .elementor-counter-title{ padding-top:10px;}
	.elementor-location-header{ position:inherit}
.service-item .elementor-cta__image img{ width:80%}
.page-content{ margin-top:0}
.post-loop01 .e-con-inner{ display:flex; flex-direction: column}
	.post-loop01 .post-img{ order:1}
.post-loop01 .post-txt{ order:2}
.solutions-gralley .gallery-item{ width:50%}
	.elementor-location-footer{ padding-bottom:55px!important; background:#000}
	.elementor-location-header.typea .menu-item a {color: #000 !important;}
	.elementor-location-header.typea .menu-item a.elementor-item-active,.elementor-location-header.typea .menu-item a:hover{ color:#fff!important}
	.elementor-location-header .elementor-nav-menu--dropdown{ background:#f5f5f5}
	.elementor-location-header .head-section{ padding:0}
	.head-section .elementor-menu-toggle{ margin-right:15px}
	.pro-hot-carousel .elementor-swiper-button{ width:35px!important; height:35px!important; }
	.pro-hot-carousel .elementor-swiper-button.elementor-swiper-button-prev {left: -10px !important;}
	.pro-hot-carousel .elementor-swiper-button.elementor-swiper-button-next{right: -10px!important;}
	.foot-section .elementor-menu-toggle{ margin-top:-60px;}
	.solutions-email-img .elementor-image-box-wrapper{ display:flex!important}
	.solutions-con-info h2.elementor-heading-title{ font-size:18px!important;}
	.head-section{ background:#222!important}
	.pro-table table tr th:first-child,.pro-table table tr td:first-child{position: sticky; left:-1px; z-index: 2; border-color:#DDD;}
	.pro-table table tr th:first-child{ border-color:#BEBEBE}
	table td{ background:#fff}
	table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {background-color: #F6F6F6;}
	.mob-bottom-section{ position:fixed; left:0; bottom:0; z-index:999}
	.elementor-icon-box-title{ margin:0}
	.right_online{ bottom:40%}
	#gt_float_wrapper{ display:none!important}
	.head-section #gt_float_wrapper{ display:block!important}
	.case-category .elementor-nav-menu{ gap:16px;}
	.case-category .elementor-nav-menu li{ width:calc(50% - 8px);}
	.case-category .elementor-nav-menu li a{ margin:0!important; padding:0 10px;}
	.single-post [data-elementor-type="single-post"], .single-case_type [data-elementor-type="single-post"], .single-solutions_type [data-elementor-type="single-post"], .page-id-2530 .page-content {padding-top: 0;}
	.elementor-location-header .gt_selector{ padding:5px;}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px); 
  }
}
	.foot-whatapp .elementor-icon-box-icon svg{ animation: moveUpDown 1.2s ease-in-out infinite;}
}


/* 默认情况下，所有带有 .email-placeholder 类的 input 元素的 placeholder 颜色为大红色 */
.email-placeholder input::placeholder {
    color: red !important; /* 设置 placeholder 颜色为红色 */
    font-size: 16px; /* 修改字体大小 */
    font-weight: bold; /* 加粗 placeholder 字体 */
}
/* 可选：调整星号 * 的颜色为红色，避免覆盖整个文本 */
.email-placeholder input::placeholder {
  color: transparent; /* 使整个 placeholder 的文本透明 */
}



