.elementor-kit-18{--e-global-color-primary:#0022C9;--e-global-color-secondary:#141A29;--e-global-color-text:#4A5568;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;--e-global-typography-8614bcf-font-family:"Helvetica";--e-global-typography-8614bcf-font-size:12px;--e-global-typography-8614bcf-font-weight:400;}.elementor-kit-18 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* 强制屏蔽所有滚动条组件，优先级最高 */
*::-webkit-scrollbar {
    width: 6px !important;
    background: transparent !important;
}

*::-webkit-scrollbar-track {
    background: transparent !important;
}

*::-webkit-scrollbar-thumb {
    background: #0022c9 !important;
    border-radius: 0 !important;
}

/* 彻底物理抹除按钮 */
*::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    appearance: none !important;
}
/* 1. 精准锁定：只针对窗口（html/body）的横向滚动条 */
/* 使用 ::-webkit-scrollbar:horizontal 伪类只针对横向条生效 */
html::-webkit-scrollbar:horizontal,
body::-webkit-scrollbar:horizontal {
    height: 4px !important;            /* 设置极细高度，例如 4px */
    background: transparent !important; /* 轨道保持透明 */
}

/* 2. 定义深蓝色滑块 */
html::-webkit-scrollbar-thumb:horizontal,
body::-webkit-scrollbar-thumb:horizontal {
    background: #0022c9 !important;    /* 你的深蓝色 */
    border-radius: 2px !important;     /* 给滑块一点圆角，更精致 */
}

/* 3. 移除滑块两端的箭头按钮（如果有） */
html::-webkit-scrollbar-button:horizontal,
body::-webkit-scrollbar-button:horizontal {
    display: none !important;
}/* End custom CSS */