.elementor-22102 .elementor-element.elementor-element-39db41f{overflow:visible;}#elementor-popup-modal-22102{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-22102 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-22102 .dialog-close-button{display:flex;}#elementor-popup-modal-22102 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for section, class: .elementor-element-39db41f *//* ===== 超简询盘表单样式 ===== */
/* 粘贴到Section的自定义CSS即可 */
.wpforms-container {
    max-width: 500px;
    padding: 25px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin: 0 auto;
}

.wpforms-title {
    color: #16629b;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.wpforms-form input, 
.wpforms-form select, 
.wpforms-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
}

.wpforms-form input:focus, 
.wpforms-form select:focus, 
.wpforms-form textarea:focus {
    border-color: #16629b;
    outline: none;
}

.wpforms-form textarea {
    height: 120px;
}

.wpforms-submit {
    background: #2a9d39 !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 14px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}

.wpforms-submit:hover {
    background: #238532 !important;
}

/* 手机适配 */
@media (max-width: 480px) {
    .wpforms-container {
        padding: 20px 15px;
    }
    .wpforms-title {
        font-size: 20px;
    }
}/* End custom CSS */