/*
Theme Name: Linghang Child
Theme URI: https://linghang.quhenet.com/
Template: linghang
Author: QuheNet
Author URI: https://www.quhenet.com
Description: Child theme for the Linghang theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: linghang-child
*/

/*begin*/
/*/wp-content/themes/linghang-child/single-eo2_product.php，添加样式*/
.eo2-product-single {
  width: 100%;
  margin: 0;
  padding: 0;
}
/*end*/
/*修改footer的背景颜色*/
.site-footer {
    background-color: var(--header-bg-color);
    color: rgba(255, 255, 255, 0.8);
}
/*备案居中*/
.site-footer .footer-bottom .footer-bottom-inner {
  display: flex;
  justify-content: center !important;
  align-items: center;
  text-align: center;
}

.site-footer .footer-bottom .copyright {
  width: 100%;
  text-align: center;
}

.site-footer .footer-bottom .copyright a {
  margin-left: 0 !important;
}

/*隐藏*/
.hero-overlay{
	display:none;
}

/*箭头按钮颜色*/
.hero-slider-section .swiper-button-next, .hero-slider-section .swiper-button-prev {
    color: #000 !important;
    transition: opacity 0.3s ease;
}
/*案例overlay hover颜色改变*/
.grid-item:hover .grid-overlay {
    background-color: rgba(0, 0, 0, 0.9) !important;
    top: 0;
}

/*导航栏左移，文字居中*/
@media (min-width: 1025px) {
.primary-menu .sub-menu {
    padding: 21px 0 0 0 !important;
	 left: -100px !important;
}



.primary-menu .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

}

/*移动端menu按钮位置修改*/
.dropdown-toggle {
   width: 55px !important;
	height: 55px !important;
}
.main-navigation.mobile-active {
	padding:0 !important;
}
/*移动端menu箭头调整*/
@media (max-width: 991px) {
    .dropdown-toggle svg {
        width: 25px!important;
		height: 25px!important;
	}
}
/*产品详情，参数表格的样式*/
.product-params-table {
    margin: 20px 0;
}

.product-params-table figure {
    margin: 0;
}

.product-params-table table {
    width: 100%;
    border-collapse: collapse;
}

.product-params-table td,
.product-params-table th {
    border: 1px solid #e5e7eb;
    padding: 14px 18px;
    text-align: left;
    vertical-align: top;
}

.product-params-table td:first-child {
    width: 220px;
    font-weight: 600;
    background: #f7f7f7;
    color: #111;
}

.product-params-table td:last-child {
    color: #555;
}
/*---------------*/





/*header，缩放*/
.site-header {
    padding: 20px 0 !important;
    transition: padding 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.site-header.is-scrolled {
    padding: 6px 0 !important;
}

.site-header .custom-logo,
.site-header img {
    transition: max-height 0.3s ease;
}

.site-header.is-scrolled .custom-logo,
.site-header.is-scrolled img {
    max-height: 48px;
}



/*滚动时menu下拉菜单自动调整padding  */
.site-header .primary-menu .sub-menu {
    padding: 21px 0 0 0 !important;
    transition: padding 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled .primary-menu .sub-menu {
    padding: 6px 0 0 0 !important;
}


/**/
/* 一级菜单 li 作为下划线容器 */
.primary-menu > li {
    position: relative;
}

/* 一级菜单链接，不再占用 a::after */
.primary-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 14px 0 !important;
    background: transparent !important;
    color: #fff !important;
}

/* 取消一级菜单 hover 背景 */
.primary-menu > li > a:hover,
.primary-menu > li:hover > a,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-parent > a,
.primary-menu > li.current-menu-ancestor > a {
    background: transparent !important;
    color: #fff !important;
}

/* 用 li::after 做下划线，避开 a::after 箭头 */
.primary-menu > li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: width 0.25s ease;
    pointer-events: none;
}

/* hover 时显示下划线 */
.primary-menu > li:hover::after {
    width: 100%;
}

/* 当前菜单项显示下划线 */
.primary-menu > li.current-menu-item::after,
.primary-menu > li.current-menu-parent::after,
.primary-menu > li.current-menu-ancestor::after {
    width: 100%;
}

/* 保留主题自己的下拉箭头 */
.primary-menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    opacity: 0.8;
}


/* 返回顶部按钮 */
.back-to-top {
    width: 56px;
    height: 56px;
    right: 36px;
    bottom: 36px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(18, 18, 18, 0.78);
    color: #ffffff;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
    transition: all 0.25s ease;
}

/* 箭头颜色 */
.back-to-top svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
}

/* hover 效果 */
.back-to-top:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
}
/*下拉菜单箭头翻转动画*/

.primary-menu .menu-item-has-children > a::after {
    right: -16px;
    top: 50%;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform: translateY(-50%) rotate(0deg);
    transform-origin: center;
}

.primary-menu .menu-item-has-children:hover > a::after,
.primary-menu .menu-item-has-children:focus-within > a::after {
    transform: translateY(-50%) rotate(180deg);
}






/* ===============================
   EO2 Header Audio Visual Base
   =============================== */
/* ===============================
   Desktop Only: Header Audio Visual
   只在桌面端启用导航律动效果
   =============================== */

@media (min-width: 1025px) {

    .main-navigation {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
    }

    .primary-menu,
    .header-actions {
        position: relative;
        z-index: 3;
    }

    .nav-audio-visual {
        position: absolute;
        left: 42%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 460px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        z-index: 1;
        opacity: 1;
        overflow: visible;
    }

    .nav-audio-visual span {
        display: block;
        flex: 0 0 auto;
    }

    .site-header.is-scrolled .nav-audio-visual {
        opacity: 0.32;
        transform: translate(-50%, -50%) scale(0.82);
    }
}

/* 中等桌面尺寸 */
@media (min-width: 1025px) and (max-width: 1200px) {
    .nav-audio-visual {
        width: 320px;
        left: 40%;
        opacity: 0.28;
    }
}

/* 移动端彻底关闭导航律动 */
@media (max-width: 1024px) {
    .nav-audio-visual,
    .nav-music-fairy {
        display: none !important;
    }

    .main-navigation {
        flex-grow: 0 !important;
    }
}

/* 用户系统设置减少动态时，关闭动画 */
@media (prefers-reduced-motion: reduce) {
    .nav-audio-visual span,
    .nav-audio-visual::before,
    .nav-audio-visual::after {
        animation: none !important;
    }
}


/**/

/**/



/* ===============================
   方案一：音频频谱律动
   =============================== */

.nav-audio-visual.effect-spectrum {
    gap: 6px;
}

.nav-audio-visual.effect-spectrum span {
    width: 3px;
    height: var(--h);
    border-radius: 999px;
    background: linear-gradient(
        to top,
        rgba(255,255,255,0.12),
        rgba(255,255,255,0.95)
    );
    box-shadow: 0 0 12px rgba(255,255,255,0.18);
    transform-origin: center;
    animation: eo2Spectrum var(--speed) ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes eo2Spectrum {
    0%, 100% {
        transform: scaleY(0.25);
        opacity: 0.35;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}


/* ===============================
   方案二：波形律动线条
   =============================== */

.nav-audio-visual.effect-wave {
    gap: 4px;
}

.nav-audio-visual.effect-wave::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 50%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.28),
        transparent
    );
}

.nav-audio-visual.effect-wave span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.86);
    box-shadow: 0 0 10px rgba(255,255,255,0.24);
    animation: eo2Wave 1.9s ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes eo2Wave {
    0%, 100% {
        transform: translateY(0) scale(0.7);
        opacity: 0.35;
    }

    25% {
        transform: translateY(-16px) scale(1);
        opacity: 0.95;
    }

    50% {
        transform: translateY(12px) scale(0.85);
        opacity: 0.55;
    }

    75% {
        transform: translateY(-8px) scale(1);
        opacity: 0.85;
    }
}


/* ===============================
   方案三：点阵粒子律动
   =============================== */

.nav-audio-visual.effect-dots {
    gap: 8px;
}

.nav-audio-visual.effect-dots span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 12px rgba(255,255,255,0.28);
    animation: eo2Dots 1.6s ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes eo2Dots {
    0%, 100% {
        transform: translateY(0) scale(0.65);
        opacity: 0.25;
    }

    50% {
        transform: translateY(calc(var(--h-num) * -0.7px)) scale(1.25);
        opacity: 1;
    }
}


/* ===============================
   方案四：双声道电平表
   =============================== */

.nav-audio-visual.effect-stereo {
    gap: 5px;
}

.nav-audio-visual.effect-stereo::before,
.nav-audio-visual.effect-stereo::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.nav-audio-visual.effect-stereo::before {
    content: "L";
    left: 6%;
}

.nav-audio-visual.effect-stereo::after {
    content: "R";
    right: 6%;
}

.nav-audio-visual.effect-stereo span {
    width: 2px;
    height: var(--h);
    border-radius: 999px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(255,255,255,0.16);
    animation: eo2Stereo var(--speed) ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes eo2Stereo {
    0%, 100% {
        transform: scaleY(0.15);
        opacity: 0.25;
    }

    50% {
        transform: scaleY(0.9);
        opacity: 0.95;
    }
}


/* ===============================
   方案五：极简线条脉冲
   =============================== */

.nav-audio-visual.effect-minimal {
    gap: 12px;
}

.nav-audio-visual.effect-minimal span {
    width: 1px;
    height: var(--h);
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 12px rgba(255,255,255,0.18);
    animation: eo2Minimal 2s ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes eo2Minimal {
    0%, 100% {
        transform: scaleY(0.25);
        opacity: 0.2;
    }

    50% {
        transform: scaleY(1);
        opacity: 0.9;
    }
}


/* ===============================
   方案六：环形波纹扩散
   =============================== */

.nav-audio-visual.effect-ripple {
    gap: 16px;
}

.nav-audio-visual.effect-ripple::before,
.nav-audio-visual.effect-ripple::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.55);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0;
    animation: eo2Ripple 2.4s ease-out infinite;
}

.nav-audio-visual.effect-ripple::after {
    animation-delay: 1.2s;
}

.nav-audio-visual.effect-ripple span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 12px rgba(255,255,255,0.24);
    animation: eo2RippleDots 1.8s ease-in-out infinite;
    animation-delay: var(--delay);
}

@keyframes eo2Ripple {
    0% {
        transform: translate(-50%, -50%) scale(0.4);
        opacity: 0.85;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.4);
        opacity: 0;
    }
}

@keyframes eo2RippleDots {
    0%, 100% {
        transform: scale(0.6);
        opacity: 0.25;
    }

    50% {
        transform: scale(1.15);
        opacity: 1;
    }
}

/*透明度设置*/
.nav-audio-visual {
    opacity: 0.7;
}

.site-header.is-scrolled .nav-audio-visual {
    opacity: 0.3;
}


/*logo hover特效*/

/* 让头部元素可以显示外溢光效 */
.header-inner {
    overflow: visible;
}

/* Logo 区域 */
.site-branding {
    position: relative;
    z-index: 4;
}

/* Logo 图片基础动画 */
.site-branding img,
.site-branding .custom-logo {
    transition: transform 0.28s ease, filter 0.28s ease, opacity 0.28s ease;
    transform-origin: left center;
}

/* Logo hover：轻微放大 + 发光 */
.site-branding:hover img,
.site-branding:hover .custom-logo {
    transform: translateY(-1px) scale(1.045);
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.38))
            drop-shadow(0 0 22px rgba(255,255,255,0.16));
}

/* Logo 后方轻微声波光晕 */
.site-branding::before {
    content: "";
    position: absolute;
    left: 42%;
    top: 50%;
    width: 86px;
    height: 86px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.site-branding:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Logo 右侧音频扫描线 */
.site-branding::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 160px;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.75),
        rgba(255,255,255,0.18),
        transparent
    );
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.32s ease, opacity 0.32s ease;
}

.site-branding:hover::after {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}

/* Hover Logo 时，中间频谱增强 */
.site-branding:hover ~ .main-navigation .nav-audio-visual.effect-spectrum {
    opacity: 0.72;
    filter: drop-shadow(0 0 12px rgba(255,255,255,0.22));
}

/* Hover Logo 时，频谱柱更亮、更快 */
.site-branding:hover ~ .main-navigation .nav-audio-visual.effect-spectrum span {
    background: linear-gradient(
        to top,
        rgba(255,255,255,0.28),
        rgba(255,255,255,1)
    );
    box-shadow: 0 0 16px rgba(255,255,255,0.32);
    animation-duration: 0.68s !important;
}


/*logo hover特效*/

/*音乐精灵*/
/* ===============================
   EO2 Logo Music Fairy Effect
   =============================== */

/* 头部允许光效溢出 */
.site-header {
    overflow: visible;
}

/* Logo 层级 */
.site-branding {
    position: relative;
    z-index: 5;
}

/* Logo 本身 hover 质感 */
.site-branding img,
.site-branding .custom-logo {
    transition: transform 0.28s ease, filter 0.28s ease;
    transform-origin: left center;
}

.site-header.logo-fairy-active .site-branding img,
.site-header.logo-fairy-active .site-branding .custom-logo {
    transform: translateY(-1px) scale(1.045);
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.38))
            drop-shadow(0 0 24px rgba(255,255,255,0.16));
}

/* Logo 背后的精灵光晕 */
.site-branding::before {
    content: "";
    position: absolute;
    left: 46%;
    top: 50%;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255,255,255,0.22), transparent 58%);
    transform: translate(-50%, -50%) scale(0.65);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s ease, transform 0.32s ease;
}

.site-header.logo-fairy-active .site-branding::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Logo 到频谱之间的“音乐精灵”区域 */
.nav-music-fairy {
    position: absolute;
    left: 18%;
    top: 50%;
    width: 360px;
    height: 90px;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.25s ease;
}

.site-header.logo-fairy-active .nav-music-fairy {
    opacity: 1;
}

/* 精灵粒子 */
.nav-music-fairy .fairy-dot {
    position: absolute;
    left: 0;
    top: 50%;
    width: var(--size, 5px);
    height: var(--size, 5px);
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    box-shadow:
        0 0 8px rgba(255,255,255,0.9),
        0 0 18px rgba(255,255,255,0.28);
    opacity: 0;
    animation: eo2FairyFloat var(--duration, 1.8s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

/* 音符粒子 */
.nav-music-fairy .fairy-note {
    position: absolute;
    left: 0;
    top: 50%;
    color: rgba(255,255,255,0.88);
    font-size: var(--font-size, 13px);
    line-height: 1;
    text-shadow:
        0 0 8px rgba(255,255,255,0.65),
        0 0 18px rgba(255,255,255,0.18);
    opacity: 0;
    animation: eo2FairyFloat var(--duration, 2s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

/* 精灵飞行动画 */
@keyframes eo2FairyFloat {
    0% {
        transform: translate(0, 0) scale(0.45) rotate(0deg);
        opacity: 0;
    }

    15% {
        opacity: 0.95;
    }

    55% {
        opacity: 0.85;
    }

    100% {
        transform:
            translate(var(--move-x, 260px), var(--move-y, -18px))
            scale(1)
            rotate(var(--rotate, 12deg));
        opacity: 0;
    }
}

/* Logo hover 时，让 spectrum 频谱像被唤醒 */
.site-header.logo-fairy-active .nav-audio-visual.effect-spectrum {
    opacity: 0.72;
    filter: drop-shadow(0 0 14px rgba(255,255,255,0.24));
}

.site-header.logo-fairy-active .nav-audio-visual.effect-spectrum span {
    background: linear-gradient(
        to top,
        rgba(255,255,255,0.28),
        rgba(255,255,255,1)
    );
    box-shadow: 0 0 16px rgba(255,255,255,0.34);
    animation-duration: 0.68s !important;
}

/* 滚动后收敛一点 */
.site-header.is-scrolled .nav-music-fairy {
    transform: translateY(-50%) scale(0.82);
    opacity: 0;
}

/* 小屏幕隐藏 */
@media (max-width: 1024px) {
    .nav-music-fairy {
        display: none;
    }
}

/*音乐精灵*/



/*产品图切换css*/
/* ===============================
   EO2 产品图片手动切换
   =============================== */

.eo2-product-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: var(--eo2-slider-ratio, 4 / 1);
/*     margin: 40px 0; */
    overflow: hidden;
    background: #f7f7f7;
}

/* 图片显示区域 */
.eo2-product-slider__viewport {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 每一张图 */
.eo2-product-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.985);
    transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
}

/* 当前显示图片 */
.eo2-product-slider__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* 图片本身 */
.eo2-product-slider__slide img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    display: block;
}

/* 左右按钮 */
.eo2-product-slider__arrow {
    position: absolute;
    top: 50% !important;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.72);
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.eo2-product-slider__arrow:hover {
    background: #111111;
    transform: translateY(-50%) scale(1.06);
}

.eo2-product-slider__arrow--prev {
    left: 24px;
}

.eo2-product-slider__arrow--next {
    right: 24px;
}

/* 当前数量提示 */
.eo2-product-slider__counter {
    position: absolute;
    right: 24px;
    top: 20px;
    z-index: 3;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.68);
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
}

/* 底部圆点 */
.eo2-product-slider__dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    transform: translateX(-50%);
}

.eo2-product-slider__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.28);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.eo2-product-slider__dot:hover {
    background: rgba(17, 17, 17, 0.65);
}

.eo2-product-slider__dot.is-active {
    width: 24px;
    border-radius: 999px;
    background: #111111;
}

/* 手机端 */
@media (max-width: 768px) {
    .eo2-product-slider {
        aspect-ratio: 3 / 1;
        margin: 28px 0;
    }

    .eo2-product-slider__arrow {
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    .eo2-product-slider__arrow--prev {
        left: 12px;
    }

    .eo2-product-slider__arrow--next {
        right: 12px;
    }

    .eo2-product-slider__counter {
        right: 12px;
        top: 12px;
    }
}



/*=====================*/


/* 移动端取消头部滚动缩小效果 */
@media (max-width: 1024px) {
    .site-header,
    .site-header.is-scrolled {
        padding: 20px 0 !important;
        transition: none !important;
    }

    .site-header.is-scrolled .nav-audio-visual,
    .site-header.is-scrolled .nav-music-fairy {
        transform: none !important;
        opacity: 0 !important;
    }
}


/* 移动端关闭头部滚动、hover、律动、音乐精灵特效 */
@media (max-width: 1024px) {

    /* 取消滚动缩小 */
    .site-header,
    .site-header.is-scrolled {
        padding: 12px 0 !important;
        transition: none !important;
    }

    /* 取消 Logo hover 放大/发光 */
    .site-branding img,
    .site-branding .custom-logo,
    .site-branding:hover img,
    .site-branding:hover .custom-logo,
    .site-header.logo-fairy-active .site-branding img,
    .site-header.logo-fairy-active .site-branding .custom-logo {
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    /* 隐藏 Logo 光晕、扫描线 */
    .site-branding::before,
    .site-branding::after {
        display: none !important;
    }

    /* 隐藏导航中间频谱 */
    .nav-audio-visual {
        display: none !important;
    }

    /* 隐藏音乐精灵 */
    .nav-music-fairy {
        display: none !important;
    }

    /* 取消一级菜单下划线 hover/当前项动画 */
    .primary-menu > li::before,
    .primary-menu > li::after {
        display: none !important;
    }

    .primary-menu > li > a,
    .primary-menu > li > a:hover,
    .primary-menu > li:hover > a,
    .primary-menu > li.current-menu-item > a,
    .primary-menu > li.current-menu-parent > a,
    .primary-menu > li.current-menu-ancestor > a {
        background: transparent !important;
        transform: none !important;
        transition: none !important;
    }

    /* 取消下拉箭头翻转动画 */
    .primary-menu .menu-item-has-children > a::after,
    .primary-menu .menu-item-has-children:hover > a::after,
    .primary-menu .menu-item-has-children:focus-within > a::after {
        transform: translateY(-50%) rotate(0deg) !important;
        transition: none !important;
    }
}

/*移动端menu修改padding*/
@media (max-width: 1024px) {
	.site-header .primary-menu .sub-menu {
		padding:  0 !important;
}}


/*产品图切换里的*/
.entry-content img {       
    margin: 0 !important;
}



/* ===============================
   EO2 首页 Hero 布局 - 按截图效果
   锚点：#about
   =============================== */

#about {
    position: relative !important;
    overflow: hidden !important;
}

/* Hero 内部容器铺满 */
#about .container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

/* 取消主题默认居中 */
#about .hero-content {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    transform: none !important;
}

/* 小标题：实现您理想的音频世界 */
#about .hero-title {
    position: absolute !important;
    left: clamp(24px, 2.8vw, 60px) !important;
    bottom: clamp(170px, 23vh, 245px) !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;
    background: transparent !important;

    font-size: clamp(24px, 2.2vw, 38px) !important;
    font-weight: 450 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.01em !important;
    white-space: nowrap !important;

    text-shadow: 0 3px 14px rgba(0,0,0,0.55) !important;
    z-index: 6 !important;
}

/* 大标题：创新｜百变｜智能 */
#about .hero-subtitle {
    position: absolute !important;
    left: clamp(24px, 2.8vw, 60px) !important;

    bottom: clamp(95px, 13vh, 150px) !important;
    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    color: #ffffff !important;
    background: transparent !important;

    font-size: clamp(46px, 5.5vw, 98px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.03em !important;
    white-space: nowrap !important;

    text-shadow: 0 5px 22px rgba(0,0,0,0.48) !important;
    z-index: 6 !important;
}

/* 按钮容器：右下偏中 */
#about .hero-buttons {
    position: absolute !important;
    right: clamp(56px, 6.5vw, 130px) !important;
    bottom: clamp(95px, 13vh, 150px) !important;

    left: auto !important;
    top: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;
    pointer-events: auto !important;
    z-index: 8 !important;
}

/* 按钮样式 */
#about .hero-buttons .btn,
#about .hero-buttons .btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-width: 260px !important;
    min-height: 76px !important;
    padding: 18px 70px !important;

    border-radius: 999px !important;
    border: 3px solid rgba(255,255,255,0.95) !important;

    background: #000000 !important;
    color: #ffffff !important;

    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;

    box-shadow: 0 18px 44px rgba(0,0,0,0.38) !important;
    transition: all 0.28s ease !important;
}

/* 按钮 hover */
#about .hero-buttons .btn:hover,
#about .hero-buttons .btn-primary:hover {
    background: #ffffff !important;
    color: #111111 !important;
    transform: translateY(-3px) !important;
}



/**/

/*begin*/
/* ===============================
   EO2 首页解决案例切换
   =============================== */

.eo2-solution-switcher {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 560px;
/*     margin: 80px 0; */
    background: #111111;
    color: #ffffff;
    overflow: hidden;
}

/* 左侧图片区域 */
.eo2-solution-switcher__media {
    position: relative;
    min-height: 560px;
    overflow: hidden;
}

.eo2-solution-switcher__image {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.65s ease, transform 1.1s ease;
}

.eo2-solution-switcher__image.is-active {
    opacity: 1;
    transform: scale(1);
}

.eo2-solution-switcher__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 图片暗色遮罩 */
.eo2-solution-switcher__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.08),
        rgba(0,0,0,0.48)
    );
    pointer-events: none;
    z-index: 2;
}

/* 右侧内容 */
.eo2-solution-switcher__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 5vw, 80px);
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.08), transparent 26%),
        linear-gradient(135deg, #151515, #0b0b0b);
}

/* 内容面板 */
.eo2-solution-switcher__panel {
    display: none;
    max-width: 520px;
}

.eo2-solution-switcher__panel.is-active {
    display: block;
    animation: eo2SolutionTextIn 0.55s ease both;
}

@keyframes eo2SolutionTextIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 序号 */
.eo2-solution-switcher__index {
    display: inline-block;
    margin-bottom: 22px;
    color: rgba(255,255,255,0.38);
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
}

/* 标题 */
.eo2-solution-switcher__panel h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(32px, 3.2vw, 56px);
    font-weight: 800;
    line-height: 1.12;
}

/* 简介 */
.eo2-solution-switcher__panel p {
    margin: 0 0 34px;
    color: rgba(255,255,255,0.72);
    font-size: 17px;
    line-height: 1.8;
}

/* 按钮 */
.eo2-solution-switcher__button {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 15px 30px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.28s ease;
}

.eo2-solution-switcher__button span {
    transition: transform 0.28s ease;
}

.eo2-solution-switcher__button:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
}

.eo2-solution-switcher__button:hover span {
    transform: translateX(4px);
}

/* 底部切换标签 */
.eo2-solution-switcher__nav {
    position: absolute;
    left: clamp(40px, 5vw, 80px);
    right: clamp(40px, 5vw, 80px);
    bottom: 36px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.eo2-solution-switcher__tab {
    position: relative;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.66);
    text-align: left;
    cursor: pointer;
    transition: all 0.28s ease;
}

.eo2-solution-switcher__tab span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255,255,255,0.36);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.eo2-solution-switcher__tab:hover,
.eo2-solution-switcher__tab.is-active {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    border-color: rgba(255,255,255,0.4);
}

/* 响应式 */
@media (max-width: 900px) {
    .eo2-solution-switcher {
        grid-template-columns: 1fr;
        min-height: auto;
        margin: 56px 0;
    }

    .eo2-solution-switcher__media {
        min-height: 320px;
    }

    .eo2-solution-switcher__content {
        min-height: 420px;
        padding: 36px 24px 120px;
    }

    .eo2-solution-switcher__nav {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

    .eo2-solution-switcher__panel h2 {
        font-size: 34px;
    }
}

/*end*/


/*begin*/
/*在 Swiper 初始化前，先用 CSS 强制 wrapper 横向排列，并隐藏溢出*/
/* 修复 Hero Slider 强刷时多张图片同时显示 */
#about .swiper,
#about .swiper-container {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

#about .swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    align-items: stretch !important;
}

#about .swiper-slide,
#about .swiper-wrapper > * {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

#about .swiper-slide img,
#about .swiper-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/*end*/

/* ===============================
   EO2 Solution Page - Complete CSS
   解决方案页面完整样式
   =============================== */

/* 页面整体 */
.eo2-solution-page {
    padding: 20px clamp(20px, 5vw, 80px) clamp(70px, 8vw, 120px);
    background: #ffffff;
}

/* 页面标题区域 */
.eo2-solution-page__intro {
    max-width: 980px;
    margin: 0 auto 56px;
    text-align: center;
}

.eo2-solution-page__eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eo2-solution-page__intro h1 {
    margin: 0 0 22px;
    color: #111111;
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.08;
}

.eo2-solution-page__intro p {
    margin: 0 auto;
    max-width: 780px;
    color: #555555;
    font-size: 18px;
    line-height: 1.8;
}

/* 卡片容器 */
.eo2-solution-page__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 44px);
    max-width: 1380px;
    margin: 0 auto;
}

/* 单个方案卡片 */
.eo2-solution-card {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    background: #111111;
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

/* 图片区域 */
.eo2-solution-card__media {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
}

/* 图片 */
.eo2-solution-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.8s ease;
}

/* hover 图片轻微放大 */
.eo2-solution-card:hover .eo2-solution-card__media img {
    transform: scale(1.08);
}

/* 主遮罩层：增强文字辨识度 */
.eo2-solution-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.90) 0%,
            rgba(0, 0, 0, 0.78) 30%,
            rgba(0, 0, 0, 0.50) 58%,
            rgba(0, 0, 0, 0.22) 100%
        );
    pointer-events: none;
}

/* 顶部标签 */
.eo2-solution-card__tag {
    position: absolute;
    left: 28px;
    top: 28px;
    z-index: 3;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
}

/* 文字内容区域：局部玻璃遮罩 */
.eo2-solution-card__body {
    position: absolute;
    left: clamp(28px, 4vw, 52px);
    right: clamp(28px, 4vw, 52px);
    bottom: clamp(30px, 4vw, 56px);
    z-index: 3;

    padding: 28px 28px 24px;
    border-radius: 20px;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.08),
            rgba(0, 0, 0, 0.28)
        );

    backdrop-filter: blur(2px);
}

/* 序号 */
.eo2-solution-card__num {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
}

/* 标题 */
.eo2-solution-card h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.08;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.42);
}

/* 简介 */
.eo2-solution-card p {
    margin: 0 0 24px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.8;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

/* 核心能力列表 */
.eo2-solution-card ul {
    display: grid;
    gap: 9px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.eo2-solution-card li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.eo2-solution-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
}

/* 查看方案按钮 */
.eo2-solution-card__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.14);
    text-decoration: none;
    font-weight: 700;
    transition: all 0.28s ease;
}

.eo2-solution-card__button span {
    transition: transform 0.28s ease;
}

.eo2-solution-card__button:hover {
    background: #ffffff;
    color: #111111;
    border-color: #ffffff;
}

.eo2-solution-card__button:hover span {
    transform: translateX(5px);
}

/* ===============================
   Responsive
   =============================== */

@media (max-width: 900px) {
    .eo2-solution-page {
        padding: 40px 20px 70px;
    }

    .eo2-solution-page__intro {
        margin-bottom: 40px;
    }

    .eo2-solution-page__cards {
        grid-template-columns: 1fr;
    }

    .eo2-solution-card {
        min-height: 560px;
    }
}

@media (max-width: 560px) {
    .eo2-solution-page {
        padding: 32px 16px 56px;
    }

    .eo2-solution-page__intro h1 {
        font-size: 34px;
    }

    .eo2-solution-page__intro p {
        font-size: 16px;
    }

    .eo2-solution-card {
        min-height: 520px;
    }

    .eo2-solution-card__tag {
        left: 20px;
        top: 20px;
    }

    .eo2-solution-card__body {
        left: 18px;
        right: 18px;
        bottom: 22px;
        padding: 22px 20px 20px;
        border-radius: 16px;
    }

    .eo2-solution-card__num {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .eo2-solution-card h2 {
        font-size: 34px;
    }

    .eo2-solution-card p {
        font-size: 15px;
    }

    .eo2-solution-card li {
        font-size: 14px;
    }
}

.eo2-solution-card {
    border-radius: 22px;
}

.eo2-solution-card__media,
.eo2-solution-card__media img {
    border-radius: inherit;
}






/*begin*/
/*begin*/
/* Product catalog section */
.xl-product-catalog {
  background: #eeeeee;
  margin-top: 0 !important;
  padding: 60px 20px 90px;
}

/* Main container */
.xl-product-container {
  max-width: 1180px;
  margin: 0 auto;
}

/* Heading */
.xl-product-heading {
  text-align: center;
  margin-bottom: 46px;
}

.xl-product-heading h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.xl-product-heading p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
}

/* Product grid: 5 products = 3 + 2 centered */
.xl-product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  max-width: 1180px;
  margin: 0 auto;
}

.xl-product-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  background: #ffffff;
  border-radius: 14px;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

/* Center last 2 cards when there are 5 products */
.xl-product-card:nth-child(4):nth-last-child(2) {
  grid-column: 2 / span 2;
}

.xl-product-card:nth-child(5):last-child {
  grid-column: 4 / span 2;
}

/* Hover effect */
.xl-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
}

/* Image area */
.xl-product-image-wrap {
  height: 240px;
  padding: 36px 28px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.xl-product-image-wrap img {
  max-width: 100%;
  max-height: 155px;
  object-fit: contain;
  display: block;
  transition: transform 0.35s ease;
}

.xl-product-card:hover .xl-product-image-wrap img {
  transform: scale(1.06);
}

/* Content */
.xl-product-content {
  flex: 1;
  padding: 0 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.xl-product-title {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 700;
  color: #000000;
}

.xl-product-desc {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
}

.xl-product-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.xl-product-more::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.25s ease;
}

.xl-product-card:hover .xl-product-more::after {
  transform: translateX(4px);
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .xl-product-grid {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    max-width: 820px;
  }

  .xl-product-card,
  .xl-product-card:nth-child(4):nth-last-child(2),
  .xl-product-card:nth-child(5):last-child {
    grid-column: auto;
  }

  .xl-product-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: 380px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .xl-product-catalog {
    padding: 50px 16px 70px;
  }

  .xl-product-heading {
    margin-bottom: 32px;
  }

  .xl-product-heading h2 {
    font-size: 28px;
  }

  .xl-product-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: none;
  }

  .xl-product-card,
  .xl-product-card:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: none;
    min-height: 360px;
  }

  .xl-product-image-wrap {
    height: 220px;
  }

  .xl-product-title {
    font-size: 18px;
  }
}

/* 强制修复 hover 预览图跑到底部的问题 */
body > .xl-product-center-popup {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483647 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;

  transition:
    opacity 0.28s ease,
    visibility 0s linear 0.28s;
}

body > .xl-product-center-popup.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  transition-delay: 0s;
}

body > .xl-product-center-popup::before {
  content: "";
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 0.28s ease;
}

body > .xl-product-center-popup.is-active::before {
  opacity: 1;
}

body > .xl-product-center-popup .xl-product-center-popup-inner {
  position: relative !important;
  z-index: 1 !important;
  width: min(680px, calc(100vw - 40px)) !important;
  max-height: calc(100vh - 40px) !important;
  padding: 24px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38) !important;
  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  opacity: 0;
  transform: translateY(24px) scale(0.88);
  filter: blur(4px);
  border-radius: 10px;

  transition:
    opacity 0.28s ease,
    transform 0.36s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.28s ease;

  will-change: transform, opacity, filter;
}

body > .xl-product-center-popup.is-active .xl-product-center-popup-inner {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

body > .xl-product-center-popup .xl-product-center-popup-inner img {
  width: 100% !important;
  max-height: calc(100vh - 110px) !important;
  object-fit: contain !important;
  display: block !important;
  transform: scale(0.96);
  transition: transform 0.45s ease;
}

body > .xl-product-center-popup.is-active .xl-product-center-popup-inner img {
  transform: scale(1);
}

@media (max-width: 768px) {
  body > .xl-product-center-popup {
    display: none !important;
  }
}
/*end*/

/*end*/















/*begin*/
/* =========================
   EO2 Footer - Clean Version
   ========================= */

#colophon.site-footer {
/*   --footer-bg: #0f1115; */
	--footer-bg: var(--header-bg-color);
  --footer-bg-soft: #151820;
  --footer-text: #c9ced8;
  --footer-muted: #8f96a3;
  --footer-title: #ffffff;
  --footer-line: rgba(255, 255, 255, 0.08);
  --footer-accent: #ffffff;

  background: var(--footer-bg);
  color: var(--footer-text);
  font-size: 15px;
  line-height: 1.7;
}
.footer-bottom {
    
    padding:  0 !important;
}
#colophon .container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* 主体区域 */
#colophon .footer-main {
  padding: 56px 0 44px;
}

#colophon .footer-columns {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr 1.35fr;
  gap: 56px;
  align-items: start;
}

/* Logo + slogan */
#colophon .footer-logo {
  margin-bottom: 18px;
}

#colophon .footer-logo img {
  display: block;
  max-width: 170px;
  height: auto;
  object-fit: contain;
}

#colophon .footer-about {
  max-width: 260px;
  color: var(--footer-muted);
  font-size: 15px;
  letter-spacing: 0.02em;
}

/* 标题 */
#colophon .footer-title {
  position: relative;
  margin: 0 0 20px;
  color: var(--footer-title);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#colophon .footer-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 10px;
  background: var(--footer-accent);
  opacity: 0.65;
}

/* 菜单 */
#colophon .footer-menu,
#colophon .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

#colophon .footer-menu li {
  margin-bottom: 12px;
}

#colophon .footer-menu a {
  color: var(--footer-muted);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

#colophon .footer-menu a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* 联系方式 */
#colophon .footer-contact li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
  color: var(--footer-muted);
}

#colophon .footer-contact a,
#colophon .footer-contact span {
  color: var(--footer-muted);
  text-decoration: none;
  word-break: break-word;
}

#colophon .footer-contact a:hover {
  color: #ffffff;
}

#colophon .contact-icon {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  color: var(--footer-muted);
  fill: currentColor;
  opacity: 0.9;
}

/* 底部备案区域 */
#colophon .footer-bottom {
  border-top: 1px solid var(--footer-line);
  background: var(--footer-bg);
}

#colophon .footer-bottom-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#colophon .copyright {
  margin: 0;
  color: var(--footer-muted);
  font-size: 14px;
}

#colophon .copyright a {
  color: var(--footer-muted) !important;
  text-decoration: none !important;
  margin-left: 0 !important;
}

#colophon .copyright a:hover {
  color: #ffffff !important;
}

/* 返回顶部按钮 */
#colophon .back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99;
  width: 44px;
  height: 44px;
  border: 1px solid var(--footer-line);
  border-radius: 50%;
  background: #ffffff;
  color: #111318;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

#colophon .back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
}

#colophon .back-to-top svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* 平板适配 */
@media (max-width: 992px) {
  #colophon .footer-main {
    padding: 46px 0 34px;
  }

  #colophon .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 36px 44px;
  }

  #colophon .footer-column:first-child,
  #colophon .footer-column:last-child {
    grid-column: span 2;
  }

  #colophon .footer-about {
    max-width: 100%;
  }
}

/* 手机适配 */
@media (max-width: 640px) {
  #colophon .container {
    width: min(100% - 32px, 1180px);
  }

  #colophon .footer-main {
    padding: 38px 0 28px;
  }

  #colophon .footer-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #colophon .footer-column:first-child,
  #colophon .footer-column:last-child {
    grid-column: auto;
  }

  #colophon .footer-logo img {
    max-width: 145px;
  }

  #colophon .footer-title {
    margin-bottom: 16px;
    font-size: 17px;
  }

  #colophon .footer-menu li {
    margin-bottom: 9px;
  }

  #colophon .footer-contact li {
    margin-bottom: 12px;
  }

  #colophon .footer-bottom-inner {
    min-height: 56px;
    padding: 12px 0;
  }

  #colophon .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }
}


/*end*/

/* EO2 3寸音柱页面样式
   放到：子主题 style.css，或 WordPress 外观 > 自定义 > 额外CSS
   页面正文使用短代码：[eo2_3cun_yinzhu]
*/

.eo2-yinzhu-page {
  --eo2-ink: #1f2933;
  --eo2-muted: #697386;
  --eo2-line: #e5e7eb;
  --eo2-accent: #0b74b8;
  --eo2-panel: #f7fafc;
  color: var(--eo2-ink);
  line-height: 1.65;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
}

.eo2-yinzhu-page * {
  box-sizing: border-box;
}

.eo2-yinzhu-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    linear-gradient(120deg, rgba(11,116,184,.12), rgba(15,23,42,.04)),
    radial-gradient(circle at top right, rgba(11,116,184,.20), transparent 36%),
    #f8fafc;
  border-top: 1px solid var(--eo2-line);
  border-bottom: 1px solid var(--eo2-line);
}

.eo2-yinzhu-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 22px 70px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 42px;
  align-items: center;
}

.eo2-yinzhu-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: -.04em;
  color: #111827;
}

.eo2-yinzhu-hero p {
  margin: 0;
  max-width: 760px;
  color: #52606d;
  font-size: 18px;
}

.eo2-yinzhu-hero-card {
  background: #fff;
  border: 1px solid var(--eo2-line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
}

.eo2-yinzhu-hero-card h2 {
  margin: 0 0 18px;
  font-size: 20px;
  color: #111827;
}

.eo2-yinzhu-quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eo2-yinzhu-quick-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid var(--eo2-line);
  border-radius: 16px;
  font-weight: 700;
  background: #fff;
  color: #1f2937;
  text-decoration: none;
  transition: .2s ease;
}

.eo2-yinzhu-quick-links a:hover {
  color: #fff;
  background: var(--eo2-accent);
  border-color: var(--eo2-accent);
  transform: translateY(-1px);
}

.eo2-yinzhu-intro {
  max-width: 1180px;
  margin: 0 auto 44px;
  padding: 58px 22px 32px;
  border-bottom: 1px solid var(--eo2-line);
}

.eo2-yinzhu-intro h2 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #111827;
}

.eo2-yinzhu-intro p {
  margin: 0;
  color: #52606d;
  max-width: 900px;
}

.eo2-yinzhu-product-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 22px 50px;
  border-bottom: 1px solid var(--eo2-line);
  scroll-margin-top: 88px;
}

.eo2-yinzhu-product-grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
}

.eo2-yinzhu-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.eo2-yinzhu-gallery figure {
  margin: 0;
  min-height: 360px;
  background: var(--eo2-panel);
  border: 1px solid var(--eo2-line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
}

.eo2-yinzhu-gallery figure img {
  max-width: 100%;
  max-height: 310px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.eo2-yinzhu-gallery figcaption {
  margin-top: 12px;
  color: #718096;
  font-size: 13px;
}

.eo2-yinzhu-eyebrow {
  color: var(--eo2-accent);
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.eo2-yinzhu-product-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  color: #111827;
}

.eo2-yinzhu-product-copy h2 span {
  color: #94a3b8;
  font-size: .78em;
  font-weight: 600;
}

.eo2-yinzhu-summary {
  color: #4b5563;
  margin: 0 0 28px;
  font-size: 17px;
}

.eo2-yinzhu-product-copy h3,
.eo2-yinzhu-spec-title {
  margin: 0 0 14px;
  font-size: 22px;
  color: #111827;
}

.eo2-yinzhu-feature-list {
  margin: 0;
  padding-left: 20px;
  color: #374151;
}

.eo2-yinzhu-feature-list li {
  margin: 8px 0;
}

.eo2-yinzhu-spec-title {
  margin-top: 34px;
}

.eo2-yinzhu-table-wrap {
  overflow: auto;
  border: 1px solid var(--eo2-line);
  border-radius: 18px;
  background: #fff;
}

.eo2-yinzhu-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  margin: 0;
}

.eo2-yinzhu-table-wrap th,
.eo2-yinzhu-table-wrap td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--eo2-line);
  text-align: left;
  vertical-align: top;
}

.eo2-yinzhu-table-wrap tr:last-child th,
.eo2-yinzhu-table-wrap tr:last-child td {
  border-bottom: 0;
}

.eo2-yinzhu-table-wrap th {
  width: 34%;
  background: #f8fafc;
  font-weight: 700;
  color: #334155;
}

.eo2-yinzhu-table-wrap td {
  color: #4b5563;
}

@media (max-width: 840px) {
  .eo2-yinzhu-hero-inner,
  .eo2-yinzhu-product-grid {
    grid-template-columns: 1fr;
  }

  .eo2-yinzhu-hero-inner {
    padding: 58px 18px 52px;
  }

  .eo2-yinzhu-intro,
  .eo2-yinzhu-product-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .eo2-yinzhu-gallery figure {
    min-height: 280px;
  }

  .eo2-yinzhu-gallery figure img {
    max-height: 230px;
  }

  .eo2-yinzhu-table-wrap table {
    min-width: 0;
  }

  .eo2-yinzhu-table-wrap th,
  .eo2-yinzhu-table-wrap td {
    display: block;
    width: 100%;
  }

  .eo2-yinzhu-table-wrap th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .eo2-yinzhu-table-wrap td {
    padding-top: 4px;
  }
}
/* EO2 全频音箱页面样式
   放到：子主题 style.css，或 WordPress 外观 > 自定义 > 额外CSS
   页面正文使用短代码：[eo2_quanpin_yinxiang]
*/

.eo2-quanpin-page {
  --eo2-ink: #1f2933;
  --eo2-muted: #697386;
  --eo2-line: #e5e7eb;
  --eo2-accent: #0b74b8;
  --eo2-panel: #f7fafc;
  color: var(--eo2-ink);
  line-height: 1.65;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
}

.eo2-quanpin-page * {
  box-sizing: border-box;
}

.eo2-quanpin-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    linear-gradient(120deg, rgba(11,116,184,.12), rgba(15,23,42,.04)),
    radial-gradient(circle at top right, rgba(11,116,184,.20), transparent 36%),
    #f8fafc;
  border-top: 1px solid var(--eo2-line);
  border-bottom: 1px solid var(--eo2-line);
}

.eo2-quanpin-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 22px 70px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 42px;
  align-items: center;
}

.eo2-quanpin-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: -.04em;
  color: #111827;
}

.eo2-quanpin-hero p {
  margin: 0;
  max-width: 760px;
  color: #52606d;
  font-size: 18px;
}

.eo2-quanpin-hero-card {
  background: #fff;
  border: 1px solid var(--eo2-line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
}

.eo2-quanpin-hero-card h2 {
  margin: 0 0 18px;
  font-size: 20px;
  color: #111827;
}

.eo2-quanpin-quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eo2-quanpin-quick-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid var(--eo2-line);
  border-radius: 16px;
  font-weight: 700;
  background: #fff;
  color: #1f2937;
  text-decoration: none;
  transition: .2s ease;
}

.eo2-quanpin-quick-links a:hover {
  color: #fff;
  background: var(--eo2-accent);
  border-color: var(--eo2-accent);
  transform: translateY(-1px);
}

.eo2-quanpin-intro {
  max-width: 1180px;
  margin: 0 auto 44px;
  padding: 58px 22px 32px;
  border-bottom: 1px solid var(--eo2-line);
}

.eo2-quanpin-intro h2 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #111827;
}

.eo2-quanpin-intro p {
  margin: 0;
  color: #52606d;
  max-width: 900px;
}

.eo2-quanpin-product-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 22px 50px;
  border-bottom: 1px solid var(--eo2-line);
  scroll-margin-top: 88px;
}

.eo2-quanpin-product-grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
}

.eo2-quanpin-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.eo2-quanpin-gallery figure {
  margin: 0;
  min-height: 360px;
  background: var(--eo2-panel);
  border: 1px solid var(--eo2-line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
}

.eo2-quanpin-gallery figure img {
  max-width: 100%;
  max-height: 310px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.eo2-quanpin-gallery figcaption {
  margin-top: 12px;
  color: #718096;
  font-size: 13px;
}

.eo2-quanpin-eyebrow {
  color: var(--eo2-accent);
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.eo2-quanpin-product-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  color: #111827;
}

.eo2-quanpin-product-copy h2 span {
  color: #94a3b8;
  font-size: .78em;
  font-weight: 600;
}

.eo2-quanpin-summary {
  color: #4b5563;
  margin: 0 0 28px;
  font-size: 17px;
}

.eo2-quanpin-product-copy h3,
.eo2-quanpin-spec-title {
  margin: 0 0 14px;
  font-size: 22px;
  color: #111827;
}

.eo2-quanpin-feature-list {
  margin: 0;
  padding-left: 20px;
  color: #374151;
}

.eo2-quanpin-feature-list li {
  margin: 8px 0;
}

.eo2-quanpin-spec-title {
  margin-top: 34px;
}

.eo2-quanpin-table-wrap {
  overflow: auto;
  border: 1px solid var(--eo2-line);
  border-radius: 18px;
  background: #fff;
}

.eo2-quanpin-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  margin: 0;
}

.eo2-quanpin-table-wrap th,
.eo2-quanpin-table-wrap td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--eo2-line);
  text-align: left;
  vertical-align: top;
}

.eo2-quanpin-table-wrap tr:last-child th,
.eo2-quanpin-table-wrap tr:last-child td {
  border-bottom: 0;
}

.eo2-quanpin-table-wrap th {
  width: 34%;
  background: #f8fafc;
  font-weight: 700;
  color: #334155;
}

.eo2-quanpin-table-wrap td {
  color: #4b5563;
}

@media (max-width: 840px) {
  .eo2-quanpin-hero-inner,
  .eo2-quanpin-product-grid {
    grid-template-columns: 1fr;
  }

  .eo2-quanpin-hero-inner {
    padding: 58px 18px 52px;
  }

  .eo2-quanpin-intro,
  .eo2-quanpin-product-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .eo2-quanpin-gallery figure {
    min-height: 280px;
  }

  .eo2-quanpin-gallery figure img {
    max-height: 230px;
  }

  .eo2-quanpin-table-wrap table {
    min-width: 0;
  }

  .eo2-quanpin-table-wrap th,
  .eo2-quanpin-table-wrap td {
    display: block;
    width: 100%;
  }

  .eo2-quanpin-table-wrap th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .eo2-quanpin-table-wrap td {
    padding-top: 4px;
  }
}


.eo2-quanpin-image-placeholder {
  color: #94a3b8;
  text-align: center;
}

.eo2-quanpin-image-placeholder strong {
  font-size: 32px;
  color: #94a3b8;
}

.eo2-quanpin-image-placeholder span {
  font-size: 14px;
}
/* EO2 线阵页面样式
   放到：子主题 style.css，或 WordPress 外观 > 自定义 > 额外CSS
   页面正文使用短代码：[eo2_xianzhen]
*/

.eo2-yinzhu-page {
  --eo2-ink: #1f2933;
  --eo2-muted: #697386;
  --eo2-line: #e5e7eb;
  --eo2-accent: #0b74b8;
  --eo2-panel: #f7fafc;
  color: var(--eo2-ink);
  line-height: 1.65;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
}

.eo2-yinzhu-page * {
  box-sizing: border-box;
}

.eo2-yinzhu-hero {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    linear-gradient(120deg, rgba(11,116,184,.12), rgba(15,23,42,.04)),
    radial-gradient(circle at top right, rgba(11,116,184,.20), transparent 36%),
    #f8fafc;
  border-top: 1px solid var(--eo2-line);
  border-bottom: 1px solid var(--eo2-line);
}

.eo2-yinzhu-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 78px 22px 70px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 42px;
  align-items: center;
}

.eo2-yinzhu-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.04;
  letter-spacing: -.04em;
  color: #111827;
}

.eo2-yinzhu-hero p {
  margin: 0;
  max-width: 760px;
  color: #52606d;
  font-size: 18px;
}

.eo2-yinzhu-hero-card {
  background: #fff;
  border: 1px solid var(--eo2-line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(15,23,42,.08);
}

.eo2-yinzhu-hero-card h2 {
  margin: 0 0 18px;
  font-size: 20px;
  color: #111827;
}

.eo2-yinzhu-quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eo2-yinzhu-quick-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid var(--eo2-line);
  border-radius: 16px;
  font-weight: 700;
  background: #fff;
  color: #1f2937;
  text-decoration: none;
  transition: .2s ease;
}

.eo2-yinzhu-quick-links a:hover {
  color: #fff;
  background: var(--eo2-accent);
  border-color: var(--eo2-accent);
  transform: translateY(-1px);
}

.eo2-yinzhu-intro {
  max-width: 1180px;
  margin: 0 auto 44px;
  padding: 58px 22px 32px;
  border-bottom: 1px solid var(--eo2-line);
}

.eo2-yinzhu-intro h2 {
  margin: 0 0 12px;
  font-size: 28px;
  color: #111827;
}

.eo2-yinzhu-intro p {
  margin: 0;
  color: #52606d;
  max-width: 900px;
}

.eo2-yinzhu-product-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 22px 50px;
  border-bottom: 1px solid var(--eo2-line);
  scroll-margin-top: 88px;
}

.eo2-yinzhu-product-grid {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
}

.eo2-yinzhu-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
}

.eo2-yinzhu-gallery figure {
  margin: 0;
  min-height: 360px;
  background: var(--eo2-panel);
  border: 1px solid var(--eo2-line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
}

.eo2-yinzhu-gallery figure img {
  max-width: 100%;
  max-height: 310px;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.eo2-yinzhu-gallery figcaption {
  margin-top: 12px;
  color: #718096;
  font-size: 13px;
}

.eo2-yinzhu-eyebrow {
  color: var(--eo2-accent);
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.eo2-yinzhu-product-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  color: #111827;
}

.eo2-yinzhu-product-copy h2 span {
  color: #94a3b8;
  font-size: .78em;
  font-weight: 600;
}

.eo2-yinzhu-summary {
  color: #4b5563;
  margin: 0 0 28px;
  font-size: 17px;
}

.eo2-yinzhu-product-copy h3,
.eo2-yinzhu-spec-title {
  margin: 0 0 14px;
  font-size: 22px;
  color: #111827;
}

.eo2-yinzhu-feature-list {
  margin: 0;
  padding-left: 20px;
  color: #374151;
}

.eo2-yinzhu-feature-list li {
  margin: 8px 0;
}

.eo2-yinzhu-spec-title {
  margin-top: 34px;
}

.eo2-yinzhu-table-wrap {
  overflow: auto;
  border: 1px solid var(--eo2-line);
  border-radius: 18px;
  background: #fff;
}

.eo2-yinzhu-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  margin: 0;
}

.eo2-yinzhu-table-wrap th,
.eo2-yinzhu-table-wrap td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--eo2-line);
  text-align: left;
  vertical-align: top;
}

.eo2-yinzhu-table-wrap tr:last-child th,
.eo2-yinzhu-table-wrap tr:last-child td {
  border-bottom: 0;
}

.eo2-yinzhu-table-wrap th {
  width: 34%;
  background: #f8fafc;
  font-weight: 700;
  color: #334155;
}

.eo2-yinzhu-table-wrap td {
  color: #4b5563;
}

@media (max-width: 840px) {
  .eo2-yinzhu-hero-inner,
  .eo2-yinzhu-product-grid {
    grid-template-columns: 1fr;
  }

  .eo2-yinzhu-hero-inner {
    padding: 58px 18px 52px;
  }

  .eo2-yinzhu-intro,
  .eo2-yinzhu-product-card {
    padding-left: 18px;
    padding-right: 18px;
  }

  .eo2-yinzhu-gallery figure {
    min-height: 280px;
  }

  .eo2-yinzhu-gallery figure img {
    max-height: 230px;
  }

  .eo2-yinzhu-table-wrap table {
    min-width: 0;
  }

  .eo2-yinzhu-table-wrap th,
  .eo2-yinzhu-table-wrap td {
    display: block;
    width: 100%;
  }

  .eo2-yinzhu-table-wrap th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .eo2-yinzhu-table-wrap td {
    padding-top: 4px;
  }
}


/* 滚动后：型号快速导航悬浮到右侧
   需要配合新版 Snippets PHP 里的前台 JS 使用。
*/
@media (min-width: 1024px) {
  .eo2-yinzhu-hero-card.eo2-floating-active,
  .eo2-quanpin-hero-card.eo2-floating-active {
    position: fixed !important;
    top: 138px;
    right: max(22px, calc((100vw - 1180px) / 2 + 22px));
    width: 210px;
    max-height: calc(100vh - 168px);
    overflow-y: auto;
    z-index: 999;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 20px 55px rgba(15,23,42,.16);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
  }

  .eo2-yinzhu-hero-card.eo2-floating-active h2,
  .eo2-quanpin-hero-card.eo2-floating-active h2 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .eo2-yinzhu-hero-card.eo2-floating-active .eo2-yinzhu-quick-links,
  .eo2-quanpin-hero-card.eo2-floating-active .eo2-quanpin-quick-links {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .eo2-yinzhu-hero-card.eo2-floating-active .eo2-yinzhu-quick-links a,
  .eo2-quanpin-hero-card.eo2-floating-active .eo2-quanpin-quick-links a {
    min-height: 38px;
    border-radius: 12px;
    font-size: 13px;
  }
}

/* 避免移动端悬浮导航挡住内容 */
@media (max-width: 1023px) {
  .eo2-yinzhu-hero-card.eo2-floating-active,
  .eo2-quanpin-hero-card.eo2-floating-active {
    position: static !important;
    width: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}
