.elementor-5062 .elementor-element.elementor-element-a3a52ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5062 .elementor-element.elementor-element-f6133f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5062 .elementor-element.elementor-element-f99139e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-07f1947 *//* ===== 表单上方 ===== */
.kse-form-top-banner{
    background:#f4f8ff;
    border:1px solid #dce8f7;
    padding:20px;
    border-radius:12px;
    margin-bottom:18px;
}

.kse-form-top-banner h2{
    font-size:20px;
    font-weight:800;
    color:#0b2f5b;
    margin:10px 0;
}

.kse-form-top-banner p{
    font-size:14px;
    color:#52657c;
    line-height:1.6;
}

.kse-form-badge{
    display:inline-block;
    background:#0073d8;
    color:#fff;
    font-size:12px;
    padding:4px 10px;
    border-radius:999px;
    font-weight:700;
}

.kse-form-highlights{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:10px;
}

.kse-form-highlights div{
    font-size:13px;
    color:#0b2f5b;
    background:#fff;
    padding:6px 10px;
    border:1px solid #dce8f7;
    border-radius:8px;
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-368f77b *//* =====================================
   WPForms 5059 - Stable B2B Layout Fix
   不错位 / 兼容Elementor / WPForms原生结构
===================================== */

/* 主容器 */
#wpforms-5059 {
    background: #ffffff;
    border: 1px solid #e6eef7;
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 8px 24px rgba(0, 45, 120, 0.06);
}

/* 标题 */
#wpforms-5059 .wpforms-title {
    font-size: 24px;
    font-weight: 800;
    color: #0b2f5b;
    text-align: center;
    margin-bottom: 10px;
}

/* 描述 */
#wpforms-5059 .wpforms-description {
    text-align: center;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
}

/* 每一行字段 */
#wpforms-5059 .wpforms-field {
    margin-bottom: 16px;
}

/* 标签 */
#wpforms-5059 .wpforms-field-label {
    font-size: 13px;
    font-weight: 700;
    color: #0b2f5b;
    margin-bottom: 6px;
    display: block;
}

/* 输入框（统一稳定） */
#wpforms-5059 input[type="text"],
#wpforms-5059 input[type="email"],
#wpforms-5059 input[type="tel"],
#wpforms-5059 input[type="number"],
#wpforms-5059 select,
#wpforms-5059 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d6e4f5;
    border-radius: 10px;
    background: #f9fbff;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
    transition: 0.2s ease;
}

/* 聚焦 */
#wpforms-5059 input:focus,
#wpforms-5059 select:focus,
#wpforms-5059 textarea:focus {
    border-color: #0073d8;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 115, 216, 0.12);
}

/* 多行文本 */
#wpforms-5059 textarea {
    min-height: 120px;
    resize: vertical;
}

/* checkbox / radio（恢复稳定默认布局） */
#wpforms-5059 .wpforms-field-checkbox ul,
#wpforms-5059 .wpforms-field-radio ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#wpforms-5059 .wpforms-field-checkbox li,
#wpforms-5059 .wpforms-field-radio li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

/* checkbox / radio 微调 */
#wpforms-5059 input[type="checkbox"],
#wpforms-5059 input[type="radio"] {
    margin-right: 8px;
    transform: scale(1.05);
}

/* 文件上传 */
#wpforms-5059 .wpforms-uploader {
    border: 2px dashed #cfe2ff;
    background: #f5f9ff;
    padding: 14px;
    border-radius: 10px;
}

/* 提交按钮（核心转化优化） */
#wpforms-5059 button[type="submit"] {
    width: 100%;
    background: linear-gradient(135deg, #0073d8, #0b2f5b);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 14px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: 0 10px 20px rgba(0, 115, 216, 0.18);
}

#wpforms-5059 button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 115, 216, 0.22);
}

/* 错误提示 */
#wpforms-5059 .wpforms-error {
    font-size: 12px;
    color: #ff3b30;
    margin-top: 4px;
}

/* 成功提示 */
#wpforms-5059 .wpforms-confirmation-container {
    background: #e9f7ef;
    border: 1px solid #b7e4c7;
    color: #1b4332;
    padding: 14px;
    border-radius: 10px;
}

/* 移动端优化 */
@media (max-width: 768px) {
    #wpforms-5059 {
        padding: 18px;
    }

    #wpforms-5059 .wpforms-title {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc9a2bf *//* ===== 表单下方 ===== */
.kse-form-bottom-banner{
    margin-top:18px;
    padding:20px;
    background:#0b2f5b;
    color:#fff;
    border-radius:12px;
}

.kse-form-bottom-banner h3{
    font-size:18px;
    margin-bottom:10px;
    font-weight:800;
}

.kse-form-bottom-banner p{
    font-size:14px;
    line-height:1.6;
    color:rgba(255,255,255,0.85);
}

.kse-form-warning{
    margin-top:12px;
    padding:10px;
    background:rgba(255,255,255,0.08);
    border-left:3px solid #ffcc00;
    font-size:13px;
}

.kse-form-action{
    margin-top:10px;
    font-size:13px;
    font-weight:700;
    color:#fff;
}/* End custom CSS */