.elementor-kit-8{--e-global-color-primary:#124A97;--e-global-color-secondary:#202125;--e-global-color-text:#6B7280;--e-global-color-accent:#439FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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 *//* 1. 页头海浪容器：确保铺满且无多余背景 */
.header-wave-wrapper {
    width: 100%;
    height: 65px; /* 海浪高度 */
    overflow: hidden;
    background: #fff; /* 这里设为白色，与页头导航栏背景对齐 */
    line-height: 0;
}

.header-waves {
    width: 100%;
    height: 50px;
}

/* 2. 极速动画逻辑：大幅缩短 duration 提升流速 */
.header-parallax > use { 
    animation: move-forever 12s cubic-bezier(.55,.5,.45,.5) infinite; 
}

/* 各层交错速度：分别设为 4秒、6秒、8秒、12秒 */
.header-parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 4s; }
.header-parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 6s; }
.header-parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 8s; }
.header-parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 12s; }

@keyframes move-forever {
    0% { transform: translate3d(-90px,0,0); }
    100% { transform: translate3d(85px,0,0); }
}
/* =========================================
   大鱼出海 - 侧边栏菜单终极防弹版
   ========================================= */

/* 1. PC 端基础样式与悬停 */
.my-sidebar-menu .elementor-icon-list-item {
    padding: 12px 15px !important;
    border-radius: 10px !important;
    margin-bottom: 5px !important;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid transparent;
}
.my-sidebar-menu .elementor-icon-list-item:hover:not(.is-active) {
    background-color: #EEF2FF !important;
}

/* 2. 激活高亮状态 (深蓝底白字) */
.my-sidebar-menu .elementor-icon-list-item.is-active {
    background-color: #0A1A33 !important;
}
.my-sidebar-menu .elementor-icon-list-item.is-active span,
.my-sidebar-menu .elementor-icon-list-item.is-active i {
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

/* 3. 手机端：强制接管为横向滑动药丸 */
@media (max-width: 767px) {
    /* 让列表横向排布 */
    .my-sidebar-menu .elementor-icon-list-items {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 10px !important;
        padding: 10px 5px !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .my-sidebar-menu .elementor-icon-list-items::-webkit-scrollbar {
        display: none;
    }
    /* 强转药丸形状 */
    .my-sidebar-menu .elementor-icon-list-item {
        flex-shrink: 0 !important;
        width: auto !important;
        background-color: #F3F4F6 !important;
        border-radius: 30px !important;
        padding: 8px 18px !important;
        margin-bottom: 0 !important;
        border: 1px solid #E5E7EB !important;
    }
    /* 药丸激活状态 */
    .my-sidebar-menu .elementor-icon-list-item.is-active {
        background-color: #0A1A33 !important;
        border-color: #0A1A33 !important;
    }
}/* End custom CSS */