/* inner-shared.css — 内页深色主题共用（页脚 / 右侧浮层）
   作用于 body.page-*（About / Product / Case / News / Service / Contact） */

body[class*="page-"] .footer {
    background: #07111f;
    color: rgba(255,255,255,.72);
    margin-top: 0;
}

body[class*="page-"] .footer-top {
    height: auto;
    min-height: 120px;
    background:
        radial-gradient(900px 220px at 20% 40%, rgba(14,165,233,.28), transparent 60%),
        radial-gradient(700px 200px at 85% 60%, rgba(249,115,22,.16), transparent 55%),
        linear-gradient(135deg, #0B192C 0%, #0f2540 55%, #07111f 100%);
    border-bottom: 1px solid rgba(14,165,233,.18);
    padding: 48px 0 40px 0;
    position: relative;
    overflow: hidden;
}
body[class*="page-"] .footer-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(14,165,233,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(14,165,233,.07) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .7;
    pointer-events: none;
}
body[class*="page-"] .footer-top .w1388 { position: relative; z-index: 1; }
body[class*="page-"] .logo2 { margin: 0; }
body[class*="page-"] .logo2 img { max-height: 48px; filter: brightness(1.05); }

body[class*="page-"] .footer-mid {
    background: #0B192C;
    border-top: 1px solid rgba(14,165,233,.12);
    border-bottom: 1px solid rgba(14,165,233,.12);
    padding: 48px 0;
}
body[class*="page-"] .footer-mid-left dl { margin-bottom: 16px; }
body[class*="page-"] .footer-mid-left dt { margin-bottom: 12px; }
body[class*="page-"] .footer-mid-left dt a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
body[class*="page-"] .footer-mid-left dd a {
    color: rgba(255,255,255,.62);
    font-size: 13px;
    line-height: 2;
    transition: color .2s ease;
}
body[class*="page-"] .footer-mid-left dd a:hover { color: #0EA5E9; }

body[class*="page-"] .fot-lxwm h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
body[class*="page-"] .fot-lxwm p {
    color: rgba(255,255,255,.66);
    font-size: 13px;
    line-height: 1.9;
    margin: 0 0 4px 0;
}
body[class*="page-"] .bdsharebuttonbox span { color: rgba(255,255,255,.55); }
body[class*="page-"] .bdsharebuttonbox { margin-top: 18px; }

body[class*="page-"] .footer-bot {
    background: #07111f;
    color: rgba(255,255,255,.45);
    font-size: 12px;
    padding: 18px 0;
    border-top: 1px solid rgba(14,165,233,.1);
}
body[class*="page-"] .footer-bot a { color: rgba(255,255,255,.5); }
body[class*="page-"] .footer-bot a:hover { color: #0EA5E9; }
body[class*="page-"] .footer-bot .zt { color: rgba(255,255,255,.55); }

/* 右侧悬浮工具条 */
body[class*="page-"] .fubox {
    background: transparent;
}
body[class*="page-"] .fubox .fu-icon {
    background: rgba(11,25,44,.92);
    border: 1px solid rgba(14,165,233,.35);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    transition: border-color .2s ease, background .2s ease;
}
body[class*="page-"] .fubox .fu-list:hover .fu-icon,
body[class*="page-"] .fubox .fu-icon:hover {
    background: rgba(14,165,233,.2);
    border-color: #0EA5E9;
}
body[class*="page-"] .fubox .fu-warp {
    background: rgba(11,25,44,.95);
    border: 1px solid rgba(14,165,233,.3);
    border-radius: 8px;
    color: #fff;
}
body[class*="page-"] .fubox .fu-txt p { color: #0EA5E9; }
body[class*="page-"] .fubox .weixin-code {
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(14,165,233,.25);
    overflow: hidden;
}

/* 移动端底部热线条 */
body[class*="page-"] .head-top2 {
    background: #0B192C;
    border-top: 1px solid rgba(14,165,233,.25);
}
body[class*="page-"] .head-top2 .span1 { color: #0EA5E9; }
body[class*="page-"] .head-top2 .span2 { color: #fff; }
