/* 
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
*/
.message-form-box {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 998;
    width: 220px;
}

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

.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:#156944!important;
    color: white;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.message-popup .wpforms-submit{ background:#156944!important;}
.message-popup .wpforms-container .wpforms-field{ padding:7px 0!important}
.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);
    }
}
.banner-ul ul,.banner-ul li{ list-style:none; padding:0; margin:0}
.banner-ul li{ position:relative; padding-left:35px}
.banner-ul li:before{ content:''; background:url(/wp-content/uploads/2026/02/icon01.webp) no-repeat; width:26px; height:25px; display:block; position:absolute; left:0; top:5px; background-size:26px auto}
.home-banner{ position:relative}
.home-banner .banner-position{ position:absolute; right:0; top:0; width:50%; height:100%}
.home-banner .top-section{ position:absolute; right:40px; top:30px;}
.home-banner .bottom-section{position:absolute; right:30px;bottom:30px;}
.home-banner .left-section{ height:100%; display:flex; align-items:center}
.full-img.elementor-widget-image a,.full-img.elementor-widget-image img{ display:block}
.foot-li ul,.foot-li li{ list-style:none; padding:0; margin:0}
.foot-li li{ margin-bottom:10px}
table{margin-block-end: 0;}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th { background-color: #fff;}
table tbody tr:hover>td, table tbody tr:hover>th {background:rgba(125,153,227,.2);}
table td, table th {border: 1px solid hsla(0, 0%, 50%, .2);}
table tr:first-child td{ background:rgba(125,153,227,.5)!important}
.txt-ul ul{ margin-bottom:20px}
.faq-section .e-n-accordion-item{ border:1px solid #eee; border-radius:10px;}
.faq-txt h3{ font-size:20px; margin-top:20px}
.faq-txt h3 b{ font-weight:bold}
.home-banner{height:calc(100vh - 136px)!important}
.home-banner .left-section>.e-con-inner{ justify-content: center;}
.home-banner .right-img{ position:absolute; right:0.; top:0}


@media screen and (max-width:1024px){
.elementor-location-header .elementor-menu-toggle{ margin:-65px 15px 0 0}
	
	.banner-btn .elementor-button{ min-width:260px}
}


@media screen and (max-width:480px){
	.home-banner .banner-position{ height:auto; padding:15px}
	.home-banner .top-section,.home-banner .bottom-section{ position:inherit;left:auto; right:auto; top:auto; bottom:auto}
	.home-banner .bottom-section .elementor-image-box-wrapper{ display:flex;text-align: left;}
	.home-banner .bottom-section .elementor-widget-image-box .elementor-image-box-content{ padding-left:10px}
.home-banner {height: auto !important;}
	.home-banner .banner-position {
        position:inherit;
        width: 100%;
        height: auto; }
	.home-banner .banner-position{ position:relative}
}
















