.elementor-4439 .elementor-element.elementor-element-cb322d0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:40px 0px;--row-gap:40px;--column-gap:0px;}.elementor-4439 .elementor-element.elementor-element-789122a{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:15px;--padding-bottom:15px;--padding-left:50px;--padding-right:0px;}.elementor-4439 .elementor-element.elementor-element-775ddc4 > .elementor-widget-container{margin:0px 200px 0px 0px;}.elementor-4439 .elementor-element.elementor-element-775ddc4.elementor-element{--align-self:center;}.elementor-4439 .elementor-element.elementor-element-775ddc4 .title{font-size:40px;}.elementor-4439 .elementor-element.elementor-element-4550762 > .elementor-widget-container{margin:0px 200px 0px 0px;}.elementor-4439 .elementor-element.elementor-element-3c67846 .wpcf7-form{--wd-form-placeholder-color:#EEEEEE;}.elementor-4439 .elementor-element.elementor-element-3c67846 .wpcf7-submit{--btn-accented-color:#000000;--btn-accented-bgcolor:#FFFFFF;--btn-accented-color-hover:#FFFFFF;--btn-accented-bgcolor-hover:#000000;}@media(max-width:1024px) and (min-width:769px){.elementor-4439 .elementor-element.elementor-element-789122a{--width:100%;}}@media(max-width:1024px){.elementor-4439 .elementor-element.elementor-element-cb322d0{--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-4439 .elementor-element.elementor-element-789122a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-3c67846 *//* ==========================
   Contact Form 7 极简风格
========================== */

/* 输入框 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
    width:100%;
    background:#EEEEEE;
    border:2px solid transparent;
    border-radius:0;
    padding:14px 18px;
    font-size:15px;
    color:#000;
    box-shadow:none;
    outline:none;
    transition:border-color .25s ease;
}

/* 输入框高度 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
    height:54px;
}

/* Textarea */
.wpcf7 textarea{
    min-height:180px;
    resize:vertical;
}

/* 聚焦时黑色加粗边框 */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus{
    border:2px solid #000;
    background:#EEEEEE;
    outline:none;
    box-shadow:none;
}

/* 按钮居中 */
.wpcf7 p:last-of-type{
    text-align:center;
}

/* 提交按钮 */
.wpcf7 input[type="submit"]{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:220px;
    height:54px;
    background:#fff;
    color:#000;
    border:2px solid #000;
    border-radius:0;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
    transition:all .3s ease;
}

/* Hover */
.wpcf7 input[type="submit"]:hover{
    background:#000;
    color:#fff;
    border-color:#000;
}

/* 点击按钮 */
.wpcf7 input[type="submit"]:focus{
    outline:none;
    box-shadow:none;
}




.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
    background-color: #EEEEEE !important;
}







/* 提交按钮 */
.wpcf7 input[type="submit"]{
    display:inline-flex;
    justify-content:center;
    align-items:center;

    width:220px;
    height:54px;

    background:#fff;
    color:#000;

    border:2px solid #000 !important;
    border-radius:0 !important;   /* 矩形 */

    padding:0 30px;
    font-size:15px;
    font-weight:500;
    line-height:1;
    cursor:pointer;

    transition:all .3s ease;
    appearance:none;
    -webkit-appearance:none;
}









/* 输入框 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
    width: 640px !important;
    height: 40px !important;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 文本域 */
.wpcf7 textarea{
    width: 640px !important;
    min-height: 180px;
    padding: 15px;
    box-sizing: border-box;
}







/* 所有输入框、文本域 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
    width:640px !important;
    box-sizing:border-box;

    background:#EEEEEE !important;

    /* 去掉 Woodmart 默认底部边框 */
    border:none !important;
    border-bottom:none !important;

    /* 自己重新定义边框 */
    border:2px solid #D9D9D9 !important;

    border-radius:0 !important;   /* 矩形 */
    box-shadow:none !important;
    outline:none;
}

/* 小输入框高度 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{
    height:40px !important;
}

/* 大输入框（留言） */
.wpcf7 textarea{
    height:180px !important;
    min-height:180px !important;
    resize:none;                  /* 不允许拖动大小，可删除这一行恢复 */
    border-radius:0 !important;   /* 保证也是矩形 */
}

/* 点击时 */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus{
    border:2px solid #000 !important;
    background:#EEEEEE !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-789122a *//* ============================================
   表单整体样式 - 匹配图一 + 右侧多200px偏移
   ============================================ */

/* 每个字段独立成行 */
.wpcf7-form label {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

/* 标签和输入框之间的换行 */
.wpcf7-form label br {
    display: block;
    margin-bottom: 4px;
}

/* 输入框样式 - 下划线风格（图一效果） */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 0 4px 0;
    font-size: 14px;
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

/* 输入框聚焦时下划线变深 */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    border-bottom-color: #000;
}

/* 文本域高度调整 */
.wpcf7-form textarea {
    min-height: 80px;
    resize: vertical;
}

/* 提交按钮 - 图一风格（居中、黑底、圆角、白色文字） */
.wpcf7-submit {
    display: block;
    margin: 30px auto 0 auto;  /* 按钮本身保持居中 */
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s;
}

.wpcf7-submit:hover {
    background: #333;
}

/* 去掉提交按钮旁边的加载动画多余间距 */
.wpcf7-submit .wpcf7-spinner {
    display: none;
}

/* 隐藏表单自带的 <p> 标签额外边距 */
.wpcf7-form p {
    margin: 0;
    padding: 0;
}

/* ===== 修改部分：取消居中，改为左侧偏移200px ===== */
.wpcf7-form {
    max-width: 500px;
    /* 原 margin: 0 auto; 被替换为下面的左侧边距 */
    margin-left: 200px !important;   /* 右侧比左侧多出200px */
    margin-right: 0 !important;
}
/* ============================================== */

/* 可选：在移动设备上恢复居中，避免偏移导致显示不全 */
@media (max-width: 768px) {
    .wpcf7-form {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin: 0 auto !important;   /* 恢复居中 */
    }
}/* End custom CSS */