.elementor-118 .elementor-element.elementor-element-ea07897{--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;--padding-top:60px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-testimonial-carousel .elementor-testimonial__text{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-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-118 .elementor-element.elementor-element-5f26a8d .elementor-swiper-button{font-size:20px;}.elementor-118 .elementor-element.elementor-element-450afb3{--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:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-118 .elementor-element.elementor-element-0d4a983{--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-widget-image .widget-image-caption{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-118 .elementor-element.elementor-element-4e38046{text-align:center;}.elementor-118 .elementor-element.elementor-element-e2a8cb5{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-118 .elementor-element.elementor-element-0d4a983{--width:50%;}.elementor-118 .elementor-element.elementor-element-e2a8cb5{--width:50%;}}/* Start custom CSS for meafe-cf7, class: .elementor-element-9c6d8f3 *//* 调整输入框样式 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 input[type="date"] {
    width: 100%;              /* 使输入框宽度填满父容器 */
    padding: 10px;            /* 内边距，增加输入框的舒适度 */
    font-size: 16px;          /* 调整字体大小 */
    border-radius: 5px;       /* 圆角 */
    border: 1px solid #ccc;   /* 边框颜色 */
    box-sizing: border-box;   /* 确保宽度包括边框 */
}

/* 选择框（下拉列表）样式 */
.wpcf7 select {
    appearance: none;         /* 去除浏览器默认样式 */
    -webkit-appearance: none; /* 去除浏览器默认样式 */
    background-color: #fff;   /* 背景色 */
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5l4 4-4 4"%3E%3C/path%3E%3C/svg%3E'); /* 向下箭头 */
    background-repeat: no-repeat;
    background-position: right 10px center;
}

/* 调整日期选择框样式 */
.wpcf7 input[type="date"] {
    background-color: #fff;
    border: 1px solid #ccc;
}

/* 表单提交按钮 */
.wpcf7 input[type="submit"] {
    background-color: #004c3f;   /* 按钮背景色 */
    color: white;                /* 按钮文字颜色 */
    padding: 12px 24px;          /* 按钮内边距 */
    font-size: 16px;             /* 按钮字体大小 */
    border: none;                /* 去掉边框 */
    border-radius: 5px;          /* 圆角按钮 */
    cursor: pointer;            /* 鼠标指针 */
}

.wpcf7 input[type="submit"]:hover {
    background-color: #007f63;   /* 悬停时背景色 */
}
/* 表单容器样式 */
.wpcf7 {
    width: 100%;                      /* 宽度填满容器 */
    max-width: 600px;                 /* 设置最大宽度 */
    margin: 0 auto;                   /* 居中显示 */
    padding: 20px;                    /* 内边距 */
    background-color: #f8f8f8;        /* 背景色 */
    border-radius: 10px;              /* 圆角 */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */
}

/* 调整表单字段之间的间距 */
.wpcf7 p {
    margin-bottom: 15px;               /* 每个字段的底部间距 */
}

/* 标签的样式 */
.wpcf7 label {
    font-size: 16px;                   /* 标签字体大小 */
    color: #333;                       /* 标签字体颜色 */
    display: block;                    /* 标签显示为块级元素 */
    margin-bottom: 5px;                /* 标签底部间距 */
}
/* 调整标签和输入框之间的间距 */
.wpcf7 label {
    margin-bottom: 10px;  /* 增加标签和输入框之间的底部间距 */
}

/* 如果需要，也可以调整输入框的上边距 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 input[type="date"] {
    margin-top: 8px;  /* 增加输入框和标签之间的顶部间距 */
}/* End custom CSS */