.elementor-kit-6{--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:"Noto Sans TC";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans TC";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans TC";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans TC";--e-global-typography-accent-font-weight:500;--e-global-typography-ccad01c-font-family:"Noto Sans TC";--e-global-typography-ccad01c-font-size:1.25rem;--e-global-typography-ccad01c-font-weight:600;--e-global-typography-5327cc7-font-family:"Noto Sans TC";--e-global-typography-5327cc7-font-size:0.95rem;--e-global-typography-5327cc7-line-height:20px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{color:var( --e-global-color-astglobalcolor2 );background-color:var( --e-global-color-astglobalcolor4 );border-style:none;border-radius:8px 8px 8px 8px;padding:12px 0px 12px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.elementor-lightbox{--lightbox-header-icons-size:0px;--lightbox-navigation-icons-size:0px;}@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 *//* 针对平板和手机隐藏带有鼠标效果的元素 */
@media (max-width: 1024px) { /* 平板和手机 */
    .desktop-mouse-effect .elementor-motion-effects-element {
        /* 注意：这里的类名可能需要你根据实际检查的Elementor生成的HTML来调整 */
        display: none !important;
    }
    /* 如果效果是直接作用在desktop-mouse-effect类上的，可以这样写： */
    .desktop-mouse-effect {
        /* 禁用鼠标事件，防止效果继续触发 */
        pointer-events: none !important;
        /* 确保完全隐藏 */
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}

@media (max-width: 767px) { /* 手机 */
    .desktop-mouse-effect .elementor-motion-effects-element {
        display: none !important;
    }
    .desktop-mouse-effect {
        pointer-events: none !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}/* End custom CSS */