.elementor-kit-714{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-714 e-page-transition{background-color:#FFBC7D;}.elementor-kit-714 input:not([type="button"]):not([type="submit"]),.elementor-kit-714 textarea,.elementor-kit-714 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#BDBDBD;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- 弹窗表单修正版 (Popup Fix) --- */

/* 1. 核心修复：消灭 CF7 自动产生的巨大间距和空行 */
.wpcf7 form p {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.wpcf7 form br {
    display: none !important; /* 隐藏讨厌的换行符 */
}

/* 2. 字段容器控制 */
.sailtik-field-group {
    margin-bottom: 18px !important; /* 每个问题的间距 */
}

/* 3. Label标签：加粗、收紧 */
.sailtik-label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 700 !important; /* 加粗 */
    color: #333 !important; /* 深黑灰，增加对比度 */
    margin-bottom: 6px !important; /* 拉近与输入框的距离 */
    line-height: 1.2 !important;
}
.sailtik-label .required {
    color: #e74c3c;
    margin-left: 3px;
}

/* 4. 输入框：变精致，更商务 */
.sailtik-input,
form select.sailtik-input,
form input.sailtik-input {
    width: 100% !important;
    height: 46px !important; /* 稍微调低一点，显得更精致 */
    padding: 0 15px !important;
    background: #ffffff !important;
    border: 1px solid #d1d5db !important; /* 更有轮廓感的灰色 */
    border-radius: 4px !important; /* 改小圆角，更方正商务 */
    font-size: 15px !important;
    color: #111 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important; /* 微弱的投影，增加立体感 */
    box-sizing: border-box !important;
    margin-top: 0 !important;
}

/* 输入框获得焦点时 */
.sailtik-input:focus {
    border-color: #4CAF50 !important;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2) !important; /* 绿色光晕 */
    outline: none !important;
}

/* 5. 按钮：全宽、大写、加粗 */
.sailtik-submit-wrap {
    margin-top: 25px !important;
}
.sailtik-submit-wrap input[type="submit"] {
    width: 100% !important;
    height: 50px !important;
    background-color: #4CAF50 !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 800 !important; /* 特别加粗 */
    text-transform: uppercase !important; /* 全部大写 */
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}
.sailtik-submit-wrap input[type="submit"]:hover {
    background-color: #3e8e41 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
}

/* 6. 特别修正：下拉菜单的Placeholder颜色 */
select.sailtik-input {
    color: #333 !important;
}
/* 修复下拉箭头 */
select.sailtik-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E") !important;
    background-position: right 0.5rem center !important;
    background-repeat: no-repeat !important;
    background-size: 1.5em 1.5em !important;
    padding-right: 2.5rem !important;
}/* End custom CSS */