.elementor-19113 .elementor-element.elementor-element-ba14805{--display:flex;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-19113 .elementor-element.elementor-element-ca8a702 > .elementor-widget-container{padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-19113 .elementor-element.elementor-element-ca8a702{text-align:center;}.elementor-19113 .elementor-element.elementor-element-ca8a702 .the7-heading-title{font-family:"Inter Tight", Sans-serif;font-size:32px;font-weight:600;line-height:1.2em;letter-spacing:-1px;color:#47D8B5;text-decoration-style:solid;}.elementor-19113 .elementor-element.elementor-element-66ecb14{text-align:center;font-family:"Inter Tight", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}#elementor-popup-modal-19113{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-19113 .dialog-message{width:640px;height:auto;max-height:var(--the7-fit-height, 100vh);}#elementor-popup-modal-19113 .dialog-widget-content{width:640px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-19113 .dialog-close-button{display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-19113 .elementor-element.elementor-element-ca8a702 .the7-heading-title{font-size:30px;}.elementor-19113 .elementor-element.elementor-element-66ecb14{font-size:13px;}}@media(max-width:767px){.elementor-19113 .elementor-element.elementor-element-ca8a702 .the7-heading-title{font-size:24px;}.elementor-19113 .elementor-element.elementor-element-66ecb14{font-size:12px;}}/* Start custom CSS for html, class: .elementor-element-d2b099d *//* 1. /* Subject 行加粗且居中 */
.pro-form-title {
    font-weight: 600;       /* 加粗 */
    text-align: center;     /* 居中 */
    margin-bottom: 20px;    /* 可选，调整和表单的间距 */
}

/* 2. 表单行上下间距缩小 */
.pro-form .wpcf7-form p {
    margin-top: -30px;
}

/* Submit 按钮居中并向下移动 20px */
.pro-form .wpcf7-form p input.wpcf7-submit {
    display: block;
    margin: 40px auto 0 auto; /* 上方 20px，左右居中，下方 0 */
}

/* 3. 输入框和文本框圆角矩形 + 默认边框淡色 */
.pro-form .wpcf7-form input.wpcf7-text,
.pro-form .wpcf7-form input.wpcf7-email,
.pro-form .wpcf7-form input.wpcf7-tel,
.pro-form .wpcf7-form textarea.wpcf7-textarea {
    border-radius: 6px;    
    padding: 6px;
    border: 1px solid #ccc;  /* 默认边框 */
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease; /* 边框变化过渡效果 */
}

/* 4. 输入框获得焦点时边框颜色变化 */
.pro-form .wpcf7-form input.wpcf7-text:focus,
.pro-form .wpcf7-form input.wpcf7-email:focus,
.pro-form .wpcf7-form input.wpcf7-tel:focus,
.pro-form .wpcf7-form textarea.wpcf7-textarea:focus {
    outline: none;           /* 去掉默认蓝色轮廓 */
    border: 1px solid #47d8b5; /* 焦点边框颜色 */
}

.pro-form-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Oxygen, Ubuntu, Cantarell,
                 "Helvetica Neue", Arial, sans-serif;
}/* End custom CSS */