/* ===== help.html — 技术支持页专属样式 ===== */

#main { margin-top: 0 !important; }

/* ── Banner 容器 ── */
.news-banner {
    position: relative;
    height: 380px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 0;
    background: #05080e url('../assets/img/news/news_banner.jpg') center center / cover no-repeat;
}

/* ── Layer 1: 图片上方暗色遮罩 ── */
.news-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,8,14,0.55) 0%, rgba(5,8,14,0.25) 35%, rgba(5,8,14,0.05) 55%, transparent 75%),
        linear-gradient(180deg, transparent 60%, rgba(5,8,14,0.25) 85%, rgba(5,8,14,0.45) 100%);
    z-index: 0;
}

/* ── Layer 2: 网格纹理 ── */
.news-banner-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        radial-gradient(circle 1px, rgba(255, 180, 100, 0.10) 0.6px, transparent 0.6px);
    background-size: 48px 48px;
    mask-image: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0) 75%);
    -webkit-mask-image: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0) 75%);
}

/* ── Layer 3: 右侧暖色光晕 ── */
.news-banner-glow-secondary {
    position: absolute;
    width: 55%;
    height: 140%;
    top: -20%;
    right: -10%;
    background: radial-gradient(ellipse at 50% 40%,
        rgba(255, 150, 40, 0.12) 0%,
        rgba(255, 120, 20, 0.06) 35%,
        transparent 65%);
    z-index: 1;
    pointer-events: none;
}

/* ── Layer 3.5: 左侧暖棕辅光 ── */
.news-banner-glow-blue {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: -5%;
    background: radial-gradient(ellipse at 60% 60%,
        rgba(120, 60, 20, 0.12) 0%,
        rgba(80, 40, 10, 0.05) 45%,
        transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* ── Layer 4: 顶部暖色光线 ── */
.news-banner-light-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 150, 40, 0.25) 10%,
        rgba(255, 190, 90, 0.6) 30%,
        rgba(255, 220, 140, 0.85) 50%,
        rgba(255, 180, 70, 0.5) 70%,
        rgba(255, 140, 40, 0.2) 85%,
        transparent 100%);
    z-index: 5;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(255, 180, 80, 0.25), 0 0 60px rgba(255, 160, 60, 0.08);
}

/* ── Layer 5: 底部柔和过渡（已禁用） ── */
.news-banner-bottom-fade {
    display: none;
}

/* ── Layer 6: 右侧几何网络 SVG ── */
.news-banner-orbits {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    opacity: 0.6;
}
.news-banner-orbits svg {
    width: 320px;
    height: 320px;
}

/* ── Layer 7: 多彩浮动粒子 ── */
.news-banner-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}
.news-banner-particle {
    position: absolute;
    border-radius: 50%;
}
.news-banner-particle:nth-child(1) {
    width: 5px; height: 5px; top: 18%; right: 25%;
    background: rgba(255, 190, 100, 0.9);
    box-shadow: 0 0 18px 6px rgba(255, 190, 100, 0.45), 0 0 50px 15px rgba(255, 160, 60, 0.12);
    animation: news-pulse-gold 4s ease-in-out infinite 0s;
}
.news-banner-particle:nth-child(2) {
    width: 3px; height: 3px; top: 55%; right: 42%;
    background: rgba(255, 200, 120, 0.8);
    box-shadow: 0 0 12px 4px rgba(255, 200, 120, 0.35);
    animation: news-pulse-blue 5s ease-in-out infinite -1.5s;
}
.news-banner-particle:nth-child(3) {
    width: 3px; height: 3px; top: 70%; right: 20%;
    background: rgba(255, 170, 60, 0.75);
    box-shadow: 0 0 10px 3px rgba(255, 170, 60, 0.3);
    animation: news-pulse-gold 6s ease-in-out infinite -2.5s;
}
.news-banner-particle:nth-child(4) {
    width: 3px; height: 3px; top: 30%; right: 50%;
    background: rgba(255, 210, 140, 0.7);
    box-shadow: 0 0 10px 4px rgba(255, 210, 140, 0.28);
    animation: news-pulse-blue 4.5s ease-in-out infinite -0.8s;
}
.news-banner-particle:nth-child(5) {
    width: 6px; height: 6px; top: 12%; right: 15%;
    background: rgba(255, 180, 80, 0.65);
    box-shadow: 0 0 24px 8px rgba(255, 180, 80, 0.25), 0 0 60px 18px rgba(255, 160, 60, 0.06);
    animation: news-pulse-gold 7s ease-in-out infinite -3s;
}
.news-banner-particle:nth-child(6) {
    width: 2px; height: 2px; top: 80%; right: 55%;
    background: rgba(255, 200, 100, 0.65);
    box-shadow: 0 0 8px 3px rgba(255, 200, 100, 0.25);
    animation: news-pulse-blue 5.5s ease-in-out infinite -2s;
}

/* 粒子间连接线 */
.news-banner-connections {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}
.news-banner-connections::before,
.news-banner-connections::after {
    content: '';
    position: absolute;
    height: 1px;
}
.news-banner-connections::before {
    width: 200px; top: 25%; right: 15%;
    transform: rotate(-8deg);
    background: linear-gradient(90deg, transparent, rgba(255, 170, 70, 0.12), transparent);
}
.news-banner-connections::after {
    width: 160px; top: 60%; right: 30%;
    transform: rotate(5deg);
    background: linear-gradient(90deg, transparent, rgba(255, 190, 100, 0.10), transparent);
}

@keyframes news-pulse-gold {
    0%, 100% { opacity: 0.45; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.8); }
}
@keyframes news-pulse-blue {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.5); }
}

@keyframes news-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* ── Banner 内容区 ── */
.news-banner-content {
    position: relative;
    z-index: 10;
    text-align: left;
    padding: 100px 0 50px;
}

/* 面包屑 */
.news-banner-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 13px;
    letter-spacing: 1.2px;
}
.news-banner-breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}
.news-banner-breadcrumb a:hover { color: #ffffff; }
.news-banner-sep { color: rgba(255, 255, 255, 0.4); }
.news-banner-current { color: #FF9500; }

/* 标题 */
.news-banner-title {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.news-banner-title-accent {
    color: #FF9500;
}

/* 副标题 */
.news-banner-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px;
    max-width: 500px;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.3px;
}

/* 装饰线 */
.news-banner-line {
    width: 50px;
    height: 2px;
    margin: 0;
    background: linear-gradient(90deg, rgba(255, 170, 60, 0.85), rgba(255, 170, 60, 0.15));
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(255, 170, 60, 0.2);
}

/* ── Banner Responsive ── */
@media (max-width: 991px) {
    .news-banner { height: 340px; }
    .news-banner-content { padding: 90px 20px 40px; }
    .news-banner-title { font-size: 36px; }
    .news-banner-subtitle { font-size: 15px; max-width: 400px; }
    .news-banner-orbits { opacity: 0.35; right: 0; }
    .news-banner-orbits svg { width: 220px; height: 220px; }
    .news-banner-glow-secondary { width: 50%; }
    .news-banner-glow-blue { width: 30%; }
}

@media (max-width: 767px) {
    .news-banner { height: 280px; }
    .news-banner-content { padding: 80px 20px 36px; }
    .news-banner-title { font-size: 28px; }
    .news-banner-subtitle { font-size: 13px; line-height: 1.6; max-width: 300px; }
    .news-banner-orbits,
    .news-banner-particles,
    .news-banner-connections,
    .news-banner-glow-blue { display: none; }
}

/* ===== News Section — 列表区域微调 ===== */
.news-section {
    padding: 60px 0 80px;
    background: #F5F5F7;
}

/* ===== 卡片圆角 ===== */
.news-section .entry {
    border-radius: 20px;
    overflow: hidden;
}
.news-section .sidebar .sidebar-item {
    border-radius: 20px;
    overflow: hidden;
}
.news-section .sidebar {
    border-radius: 20px;
    overflow: hidden;
}
/* ===== 搜索栏重新设计 ===== */
.news-section .sidebar .search-form form {
    background: #ffffff;
    border: 1.5px solid #e8e8ed;
    border-radius: 14px;
    padding: 4px 4px 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.news-section .sidebar .search-form form:focus-within {
    border-color: #FF7E00;
    box-shadow: 0 0 0 4px rgba(255, 126, 0, 0.1);
}
.news-section .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 10px 0;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #1d1d1f;
    outline: none;
}
.news-section .sidebar .search-form form input[type="text"]::placeholder {
    color: #86868b;
}
.news-section .sidebar .search-form form button {
    position: static;
    border: 0;
    border-radius: 10px;
    background: #1d1d1f;
    color: #fff;
    font-size: 16px;
    padding: 0 18px;
    height: 36px;
    margin: 0;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.news-section .sidebar .search-form form button:hover {
    background: #FF7E00;
    transform: scale(1.05);
}
.news-section .sidebar .search-form form button:active {
    transform: scale(0.95);
}
.news-section .sidebar .categories ul li a {
    border-radius: 12px;
    padding: 10px 16px;
    display: inline-block;
    transition: background 0.3s, color 0.3s;
}
.news-section .sidebar .categories ul li a:hover {
    background: rgba(255, 126, 0, 0.08);
    text-decoration: none;
}
.news-section .read-more a {
    border-radius: 980px;
}

