.elementor-1360 .elementor-element.elementor-element-16592e3{--display:flex;--min-height:390px;--justify-content:center;}.elementor-1360 .elementor-element.elementor-element-16592e3:not(.elementor-motion-effects-element-type-background), .elementor-1360 .elementor-element.elementor-element-16592e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://eastai-tech.com/wp-content/uploads/2026/08/contact.webp");}.elementor-1360 .elementor-element.elementor-element-234e743{--display:flex;--min-height:147px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1360 .elementor-element.elementor-element-c646fc2 .elementor-heading-title{color:#000000;}.elementor-1360 .elementor-element.elementor-element-02742e9{--display:flex;}.elementor-1360 .elementor-element.elementor-element-1ecb1e3.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:1;}.elementor-1360 .elementor-element.elementor-element-27c14e0{--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;}.elementor-1360 .elementor-element.elementor-element-91bd6be{--display:flex;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1360 .elementor-element.elementor-element-49bb1ae .elementor-heading-title{color:#000000;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1360 .elementor-element.elementor-element-3ee85d8 .elementor-icon-list-icon i{color:#000000;font-size:14px;}.elementor-1360 .elementor-element.elementor-element-3ee85d8 .elementor-icon-list-icon svg{fill:#000000;--e-icon-list-icon-size:14px;}.elementor-1360 .elementor-element.elementor-element-3ee85d8 .elementor-icon-list-icon{width:14px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1360 .elementor-element.elementor-element-970d0fe{--display:flex;}@media(min-width:768px){.elementor-1360 .elementor-element.elementor-element-91bd6be{--width:70%;}.elementor-1360 .elementor-element.elementor-element-970d0fe{--width:30%;}}/* Start custom CSS for html, class: .elementor-element-1ecb1e3 */.elementor-element-d30801a,
.elementor-element-d30801a span,
.elementor-element-d30801a a,
.elementor-element-d30801a .breadcrumb_last,
.elementor-element-d30801a font {
    font-size: 16px !important;
    color: #888888 !important;
}

.elementor-element-d30801a a,
.elementor-element-d30801a a font {
    color: #1D50A0 !important;
    font-weight: 600 !important;
}

.elementor-element-d30801a a:hover {
    color: #0D3A7A !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2a70b74 *//* 白色卡片容器 */
.contact-form-card {
    max-width: 720px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    padding: 50px 60px;
    box-sizing: border-box;
}

/* 标题"联系我们" */
.contact-form-card .form-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 35px;
    padding: 0;
}

/* 表格两列布局：去掉所有边框 */
.cf7-table,
.cf7-table tbody,
.cf7-table tr,
.cf7-table td,
.cf7-table th {
    width: 100%;
    border: none !important;
    background: transparent !important;
    outline: none !important;
    border-collapse: collapse;
}
.cf7-table td {
    width: 50%;
    padding: 0 10px;
    vertical-align: top;
}
.cf7-table tr td:first-child {
    padding-left: 0;
}
.cf7-table tr td:last-child {
    padding-right: 0;
}
.cf7-table p {
    margin: 0 !important;
    padding: 0 !important;
}
.cf7-table label {
    display: block;
    margin-bottom: 20px;
}

/* 输入框统一样式 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    transition: border-color .2s;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #999999;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #1445ae;
    outline: none;
}

/* 信息文本框高度 */
.wpcf7-form textarea {
    height: 120px;
    resize: vertical;
}

/* "*描述一下你自己" 标签 */
.cf7-label {
    font-size: 15px;
    color: #333333;
    margin: 0 0 12px;
    font-weight: 400;
}
.cf7-label .required {
    color: #e53935;
    margin-right: 3px;
}

/* 复选框横向排列 */
.wpcf7-form .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.wpcf7-form .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    accent-color: #1445ae;
}

/* 提交按钮 */
.cf7-submit-wrap {
    text-align: center;
    margin-top: 10px;
}
.wpcf7-form input[type="submit"] {
    background: #1445ae;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 0;
    width: 160px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s;
}
.wpcf7-form input[type="submit"]:hover {
    background: #0f3685;
}

/* 手机端：单列 */
@media (max-width: 768px) {
    .contact-form-card {
        padding: 30px 20px;
        border-radius: 16px;
    }
    .contact-form-card .form-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .cf7-table,
    .cf7-table tbody,
    .cf7-table tr,
    .cf7-table td {
        display: block;
        width: 100%;
    }
    .cf7-table td {
        padding: 0;
    }
    .wpcf7-form .wpcf7-checkbox {
        gap: 15px;
    }
}/* End custom CSS */