.elementor-kit-36115{--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:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-36115 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* 强制隐藏 WordPress 主题自带的页面标题 */
.entry-title, .page-title, h1.entry-title {
    display: none !important;
}

/* 如果上面没生效，针对某些主题使用以下代码 */
header.entry-header {
    display: none !important;
}


/* 全站平滑滚动，增加高端感 */
html {
    scroll-behavior: smooth;
}

/* 按钮点击时的弹性反馈 */
.elementor-button:active {
    transform: scale(0.95);
    transition: 0.1s;
}

/* 给所有图片加一个柔和的加载过渡 */
img {
    transition: filter 0.5s ease, transform 0.5s ease !important;
}/* End custom CSS */