.elementor-22090 .elementor-element.elementor-element-bb1574f{overflow:visible;}.elementor-22090 .elementor-element.elementor-element-e320745 > .elementor-element-populated{text-align:left;}.elementor-22090 .elementor-element.elementor-element-5658f79{width:var( --container-widget-width, 106.129% );max-width:106.129%;--container-widget-width:106.129%;--container-widget-flex-grow:0;}#elementor-popup-modal-22090{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-22090 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-22090 .dialog-close-button{display:flex;}#elementor-popup-modal-22090 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for section, class: .elementor-element-bb1574f *//* ===== 表单整体样式 ===== */
.wpforms-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

/* ===== 标题样式 ===== */
.wpforms-title {
    color: #16629b; /* 主色调 */
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f4f8;
}

/* ===== 表单字段样式 ===== */
.wpforms-field-container {
    margin-bottom: 15px;
}

.wpforms-field-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="number"],
.wpforms-form select,
.wpforms-form textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s;
    background-color: #f9f9f9;
}

/* 聚焦状态 */
.wpforms-form input:focus,
.wpforms-form select:focus,
.wpforms-form textarea:focus {
    border-color: #16629b; /* 主色调 */
    box-shadow: 0 0 0 3px rgba(22, 98, 155, 0.15);
    background-color: #fff;
    outline: none;
}

/* 下拉箭头样式 */
.wpforms-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2316629B' d='M6 8L0 0h12L6 8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    appearance: none;
    -webkit-appearance: none;
}

/* ===== 按钮样式 ===== */
.wpforms-submit-container {
    margin-top: 20px;
}

.wpforms-submit {
    background-color: #2a9d39 !important; /* 副色调 */
    color: white !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 15px 30px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    width: 100% !important;
    display: block !important;
}

/* 按钮悬停效果 */
.wpforms-submit:hover {
    background-color: #238532 !important; /* 副色调加深 */
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(42, 157, 57, 0.3) !important;
}

/* ===== 条件字段动画 ===== */
.wpforms-conditional-field {
    transition: opacity 0.3s, height 0.3s;
}

/* ===== 错误提示样式 ===== */
.wpforms-error {
    border-color: #e74c3c !important;
}

.wpforms-error-list {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.wpforms-field-error {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
}

/* ===== 响应式调整 ===== */
@media (max-width: 480px) {
    .wpforms-container {
        padding: 20px;
    }
    
    .wpforms-title {
        font-size: 21px;
    }
    
    .wpforms-submit {
        padding: 14px 20px !important;
    }
}/* End custom CSS */