/*
Theme Name: 早知测评
Theme URI: http://127.0.0.1:8088/
Author: 早知测评
Description: 面向消费决策的测评内容主题，适合排行榜、产品评测、购买建议。
Version: 0.4.0
Text Domain: zaozhi-ceping
*/

:root {
  --bg: #f6f7fb;
  --card: #ffffff;
  --text: #182033;
  --muted: #667085;
  --primary: #1f6feb;
  --primary-dark: #174ea6;
  --line: #e6e9f2;
  --accent: #ffb020;
  --shadow: 0 12px 36px rgba(24,32,51,.06);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }

/* ========== HEADER ========== */
.site-header { background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-size: 24px; font-weight: 900; letter-spacing: -0.04em; }
.logo span { color: var(--primary); }
.nav { display: flex; gap: 20px; color: var(--muted); font-size: 15px; flex-wrap: wrap; }
.nav a:hover { color: var(--primary); }
.nav .nav-brand-ranking { color: #e91e63; font-weight: bold; }
.nav .nav-brand-ranking:hover { color: #c2185b; }

/* =======================================
   对标休闲君 — 两栏详情页布局 v2
   ======================================= */

.detail-layout {
    max-width: 1160px;
    margin: 24px auto;
    display: flex;
    gap: 30px;
    padding: 0 16px;
}
.detail-main {
    flex: 0 0 75%;
    max-width: 75%;
}
.detail-sidebar {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}

/* 面包屑 */
.detail-main .breadcrumb {
    margin-bottom: 16px;
    font-size: 13px;
    color: #999;
}
.detail-main .breadcrumb a {
    color: #1890ff;
}
.detail-main .breadcrumb a:hover {
    text-decoration: underline;
}
.detail-main .breadcrumb .breadcrumb-sep {
    margin: 0 4px;
    color: #ccc;
}

/* 文章容器 */
.article-container {
    background: #fff;
    padding: 32px 28px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.article-container h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #222;
}
.article-meta {
    color: #999;
    font-size: 13px;
    margin-bottom: 20px;
}
.article-meta strong {
    color: #333;
}

/* 导读框 */
.geo-summary {
    background: #f0f7ff;
    padding: 16px 20px;
    border-left: 4px solid #1890ff;
    margin-bottom: 24px;
    border-radius: 4px;
}
.geo-summary p {
    margin: 0;
    color: #333;
    line-height: 1.8;
    font-size: 15px;
}

/* 文章内容 */
.entry-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}
.entry-content p {
    margin: 0 0 16px 0;
}

/* ===== 产品卡片 ===== */
.product-review-card {
    margin: 30px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}
.product-review-card:last-child {
    border-bottom: none;
}
.review-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.review-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    background: #e74c3c;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 6px;
    flex-shrink: 0;
}

/* 左文右图 */
.review-layout {
    display: block;
    margin-bottom: 16px;
}
.review-content-left {}
.review-content-left p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 12px 0;
}
.post-item-image {
    text-align: center;
    margin: 16px 0;
}
.post-item-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 1px solid #f0f0f0;
}

/* 购买表格 */
.post-item-image .shop {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}
.post-item-image .shop td {
    padding: 10px 12px;
    font-size: 13px;
    vertical-align: middle;
}
.post-item-image .shop td.buy {
    width: 40%;
    text-align: center;
    background: #fafafa;
}
.post-item-image .shop .buy a {
    display: inline-block;
    background: #ff6a00;
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.post-item-image .shop .buy a:hover {
    background: #e55e00;
}
.post-item-image .shop .product-name-cell {
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

/* 优缺点 */
.pros-cons {
    margin-top: 12px;
}
.pros-cons + .pros-cons {
    margin-top: 4px;
}
.pros-cons h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: inline;
}
.icon-check { color: #52c41a; font-weight: bold; margin-right: 4px; }
.icon-cross { color: #ff4d4f; font-weight: bold; margin-right: 4px; }
.pros-cons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pros-cons li .icon-check,
.pros-cons li .icon-cross {
    margin-right: 6px;
}
.pros-cons li {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}

/* 作者签名 */
.author-signature {
    margin-top: 40px;
    padding: 24px 20px;
    border-left: 4px solid #e74c3c;
    background: #f9f9f9;
    border-radius: 0 6px 6px 0;
    font-size: 14px;
    line-height: 1.8;
}
.author-signature p {
    margin: 5px 0;
    color: #555;
}
.author-signature p:first-child {
    margin-top: 0;
    font-size: 15px;
    color: #333;
}
.author-signature strong {
    color: #e74c3c;
}
.signature-update {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

/* ===== 侧边栏 ===== */
.detail-sidebar .widget {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.detail-sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}
.detail-sidebar .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.detail-sidebar .widget li {
    padding: 8px 0;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 13px;
    line-height: 1.6;
}
.detail-sidebar .widget li:last-child {
    border-bottom: none;
}
.detail-sidebar .widget a {
    color: #555;
    display: block;
}
.detail-sidebar .widget a:hover {
    color: #1890ff;
}

/* 响应式 */
@media (max-width: 900px) {
    .detail-layout {
        flex-direction: column;
    }
    .detail-main, .detail-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-item-image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pros-cons {
    }
}
@media (max-width: 600px) {
    .article-container {
        padding: 20px 16px;
    }
    .article-container h1 {
        font-size: 20px;
    }
}

/* =======================================
   品牌排行榜页面 (paihang)
   ======================================= */
.rank-main .article-container {
    background: #fff;
    padding: 32px 28px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 30px;
}
.rank-main .article-container h1 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px 0;
    text-align: center;
}
.rank-main .article-container h2 {
    font-size: 22px;
    font-weight: 700;
    color: #e74c3c;
    margin: 30px 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e74c3c;
}
.rank-main .article-container h3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.rank-main .article-container p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0 0 16px 0;
}

/* 热门标签 */
.rank-category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 24px;
}
.rank-category-tags a {
    display: inline-block;
    padding: 8px 20px;
    background: #f0f7ff;
    color: #1890ff;
    border: 1px solid #d6e4ff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}
.rank-category-tags a:hover {
    background: #1890ff;
    color: #fff;
    border-color: #1890ff;
}

/* 排名表格 */
.rank-main .layui-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.rank-main .layui-table td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #eee;
}
.rank-main .layui-table td:first-child {
    background: #fafafa;
    width: 150px;
}
.rank-main .TTclas_ims_tit h3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0;
}

/* 分类列表 */
.brand_cate_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.brand_cate_list li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.brand_cate_list li a {
    display: inline-block;
    padding: 4px 12px;
    margin: 2px 4px;
    font-size: 13px;
    color: #555;
    background: #f5f5f5;
    border-radius: 4px;
    white-space: nowrap;
}
.brand_cate_list li a:hover {
    color: #1890ff;
    background: #e6f7ff;
}

/* =======================================
   全宽页面模板 (用于品牌排行榜等)
   ======================================= */
.fullwidth-page {
    background: var(--bg);
    min-height: 400px;
}
.fullwidth-container {
    max-width: 1160px;
    margin: 24px auto;
    padding: 0 16px;
}
.fullwidth-container .article-container {
    background: #fff;
    padding: 32px 28px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* 排行榜页 - 左侧全宽 + 右侧悬浮快速导航 */
.rank-with-sidebar {
    position: relative;
}
.rank-main-content {
    width: 100%;
}
.rank-sidebar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    z-index: 100;
}
.rank-sidebar-inner {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}
.rank-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e74c3c;
}
.rank-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rank-sidebar-list li {
    padding: 5px 0;
}
.rank-sidebar-list li a {
    color: #555;
    font-size: 13px;
    display: block;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
}
.rank-sidebar-list li a:hover {
    color: #1890ff;
    background: #f0f7ff;
}
@media (max-width: 1100px) {
    .rank-sidebar {
        display: none;
    }
}

/* 排行榜标签 */
.rank-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.rank-tags a {
    display: inline-block;
    padding: 6px 18px;
    background: #f0f7ff;
    color: #1890ff;
    border: 1px solid #d6e4ff;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
}
.rank-tags a:hover {
    background: #1890ff;
    color: #fff;
    border-color: #1890ff;
}

/* 排行榜标题 */
.rank-cat-title {
    font-size: 22px;
    font-weight: 700;
    color: #e74c3c;
    margin: 30px 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #e74c3c;
}

/* 排行榜表格 */
.rank-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.rank-table td {
    padding: 15px;
    border: 1px solid #eee;
    vertical-align: top;
}
.rank-cat-name {
    width: 150px;
    background: #fafafa;
}
.rank-cat-name strong {
    font-size: 15px;
}
.rank-link {
    display: inline-block;
    padding: 4px 12px;
    margin: 2px 4px;
    font-size: 13px;
    color: #555;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
}
.rank-link:hover {
    color: #1890ff;
    background: #e6f7ff;
}

/* =======================================
   品牌排行详情页
   ======================================= */
.rank-detail-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.rank-detail-main {
    flex: 1;
    min-width: 0;
}
.rank-detail-sidebar {
    flex: 0 0 314px;
    max-width: 314px;
}
.rd-sidebar-inner {
    position: sticky;
    top: 90px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.rd-sidebar-title {
    font-size: 16px;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #e74c3c;
}
.rd-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rd-sidebar-list li {
    padding: 6px 0;
    border-bottom: 1px dashed #f0f0f0;
}
.rd-sidebar-list li:last-child {
    border-bottom: none;
}
.rd-sidebar-list a {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
}
.rd-sidebar-list a:hover {
    color: #1890ff;
}

/* 面包屑 */
.rd-breadcrumb {
    font-size: 13px;
    color: #999;
    margin-bottom: 16px;
}
.rd-breadcrumb a { color: #1890ff; }
.rd-breadcrumb span { margin: 0 4px; color: #ccc; }

/* 标题 */
.rd-title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

/* 元信息 */
.rd-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.rd-badge {
    display: inline-block;
    padding: 2px 10px;
    background: #e74c3c;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}

/* Tab导航 */
.rd-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
    background: #f5f5f5;
    padding: 6px;
    border-radius: 8px;
}
.rd-tab {
    flex: 1;
    text-align: center;
    padding: 10px 8px;
    border-radius: 6px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.rd-tab.active {
    background: #fff;
    color: #e74c3c;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.rd-tab span { font-size: 14px; }
.rd-tab small { font-size: 11px; color: #999; font-weight: 400; }
.rd-tab.active small { color: #e74c3c; }

/* 品牌列表 */
.rd-brand-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: brand-counter;
}
.rd-brand-item {
    display: flex;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
    position: relative;
}
.rd-brand-item:last-child {
    border-bottom: none;
}
.rd-brand-rank {
    width: 36px;
    height: 36px;
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}
.rd-brand-item:nth-child(1) .rd-brand-rank,
.rd-brand-item:nth-child(2) .rd-brand-rank,
.rd-brand-item:nth-child(3) .rd-brand-rank {
    width: 42px;
    height: 42px;
    font-size: 18px;
}
.rd-brand-item:nth-child(1) .rd-brand-rank { background: #e74c3c; }
.rd-brand-item:nth-child(2) .rd-brand-rank { background: #e67e22; }
.rd-brand-item:nth-child(3) .rd-brand-rank { background: #f39c12; }
.rd-brand-img {
    flex: 0 0 120px;
    width: 120px;
}
.rd-brand-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}
.rd-brand-info {
    flex: 1;
    min-width: 0;
}
.rd-brand-name {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px 0;
}
.rd-brand-desc p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 6px 0;
}

/* 章节标题 */
.rd-section {
    margin-top: 30px;
}
.rd-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}

/* 选购指南 */
.rd-guide-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rd-guide-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}
.rd-guide-list li:last-child { border-bottom: none; }
.rd-guide-list strong { color: #333; }

/* FAQ */
.rd-faq-item {
    margin-bottom: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}
.rd-faq-q {
    background: #fafafa;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #eee;
}
.rd-faq-a {
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

@media (max-width: 900px) {
    .rank-detail-layout { flex-direction: column; }
    .rank-detail-sidebar { flex: 0 0 100%; max-width: 100%; }
    .rd-tabs { flex-wrap: wrap; }
    .rd-brand-item { flex-wrap: wrap; }
    .rd-brand-img { flex: 0 0 100px; width: 100px; }
}
.rd-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    padding: 16px 20px;
    background: #f8f9fa;
    border-left: 4px solid #1890ff;
    border-radius: 4px;
}
.rd-desc p { margin: 0 0 8px 0; }
.rd-desc p:last-child { margin-bottom: 0; }

/* ============================================
   品牌排行详情页 —— 增强版
   ============================================ */

/* 专题介绍 - 增强背景 */
.rd-desc {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 20px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4f8 100%);
    border-left: 5px solid #1890ff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,144,255,0.08);
    position: relative;
}
.rd-desc::before {
    content: "📌";
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.rd-desc p { margin: 0 0 10px 0; }
.rd-desc p:last-child { margin-bottom: 0; }

/* 改为单栏布局 */
.rank-detail-layout {
    display: block !important;
}
.rank-detail-main {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* 隐藏旧侧边栏（已不用） */
.rank-detail-sidebar {
    display: none !important;
}

/* 底部猜你喜欢网格 */
.rd-bottom-like {
    margin-top: 40px;
    padding-top: 10px;
}
.rd-bottom-like .rd-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 18px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}
.rd-bottom-like-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.rd-like-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.rd-like-card:hover {
    background: #e8f4f8;
    border-color: #1890ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.rd-like-icon {
    font-size: 18px;
    flex-shrink: 0;
}
.rd-like-title {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 900px) {
    .rd-bottom-like-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .rd-desc {
        padding: 18px 16px;
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .rd-bottom-like-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   品牌排行详情页 —— 第一名右侧猜你喜欢
   ============================================ */

/* 专题介绍 - 增强背景 */
.rd-desc {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 20px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4f8 100%);
    border-left: 5px solid #1890ff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,144,255,0.08);
    position: relative;
}
.rd-desc::before {
    content: "📌";
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.rd-desc p { margin: 0 0 10px 0; }
.rd-desc p:last-child { margin-bottom: 0; }

/* 单栏布局 */
.rank-detail-layout {
    display: block !important;
}
.rank-detail-main {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
.rank-detail-sidebar {
    display: none !important;
}

/* 第一名 + 猜你喜欢 并排 */
#brand-1 {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 28px 0 32px 0;
    position: relative;
}
#brand-1 .rd-brand-rank { flex-shrink: 0; }
#brand-1 .rd-brand-img { flex: 0 0 140px; width: 140px; }
#brand-1 .rd-brand-info { flex: 1; min-width: 0; }

/* 猜你喜欢侧边栏（第一名右侧） */
.rd-top-sidebar {
    flex: 0 0 220px;
    width: 220px;
    position: sticky;
    top: 90px;
    align-self: flex-start;
}
.rd-top-sidebar .rd-sidebar-inner {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px 14px;
}
.rd-top-sidebar .rd-sidebar-title {
    font-size: 15px;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}
.rd-top-sidebar .rd-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 340px;
    overflow-y: auto;
}
.rd-top-sidebar .rd-sidebar-list li {
    margin-bottom: 6px;
    padding: 6px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.rd-top-sidebar .rd-sidebar-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.rd-top-sidebar .rd-sidebar-list a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    transition: color 0.2s;
}
.rd-top-sidebar .rd-sidebar-list a:hover {
    color: #1890ff;
}

@media (max-width: 900px) {
    #brand-1 {
        flex-wrap: wrap;
    }
    .rd-top-sidebar {
        flex: 0 0 100%;
        width: 100%;
        position: static;
    }
    .rd-desc {
        padding: 18px 16px;
        font-size: 14px;
    }
}

/* ============================================
   品牌排行详情页 —— 独立布局
   ============================================ */

/* 专题介绍 - 增强背景 */
.rd-desc {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 20px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4f8 100%);
    border-left: 5px solid #1890ff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,144,255,0.08);
    position: relative;
}
.rd-desc::before {
    content: "📌";
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.rd-desc p { margin: 0 0 10px 0; }
.rd-desc p:last-child { margin-bottom: 0; }

/* 单栏布局 */
.rank-detail-layout {
    display: block !important;
}
.rank-detail-main {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
.rank-detail-sidebar {
    display: none !important;
}

/* #1品牌 + 猜你喜欢 并排 */
.rd-top-row {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 8px;
}
.rd-top-brand {
    flex: 1;
    min-width: 0;
}
.rd-top-brand .rd-brand-list {
    margin: 0;
}
.rd-top-brand .rd-brand-item {
    padding-top: 16px;
}
.rd-top-brand .rd-brand-img {
    flex: 0 0 140px;
    width: 140px;
}

/* 猜你喜欢 - 独立块 */
.rd-top-sidebar {
    flex: 0 0 220px;
    width: 220px;
    position: sticky;
    top: 90px;
}
.rd-top-sidebar .rd-sidebar-inner {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px 14px;
}
.rd-top-sidebar .rd-sidebar-title {
    font-size: 15px;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}
.rd-top-sidebar .rd-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
}
.rd-top-sidebar .rd-sidebar-list li {
    margin-bottom: 6px;
    padding: 6px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.rd-top-sidebar .rd-sidebar-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.rd-top-sidebar .rd-sidebar-list a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    transition: color 0.2s;
}
.rd-top-sidebar .rd-sidebar-list a:hover {
    color: #1890ff;
}

@media (max-width: 900px) {
    .rd-top-row {
        flex-direction: column;
    }
    .rd-top-sidebar {
        flex: 0 0 100%;
        width: 100%;
        position: static;
    }
    .rd-desc {
        padding: 18px 16px;
        font-size: 14px;
    }
}

/* ============================================
   品牌排行详情页 —— 两栏布局（对标站样式）
   ============================================ */

/* 专题介绍 - 增强背景 */
.rd-desc {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 20px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4f8 100%);
    border-left: 5px solid #1890ff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,144,255,0.08);
    position: relative;
}
.rd-desc::before {
    content: "📌";
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.rd-desc p { margin: 0 0 10px 0; }
.rd-desc p:last-child { margin-bottom: 0; }

/* 主布局：两栏 */
.rank-detail-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.rank-detail-main {
    flex: 1;
    min-width: 0;
}
.rank-detail-sidebar {
    flex: 0 0 314px;
    width: 314px;
    position: sticky;
    top: 90px;
}
.rank-detail-sidebar .rd-sidebar-inner {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 18px 16px;
}
.rank-detail-sidebar .rd-sidebar-title {
    font-size: 16px;
    font-weight: 700;
    color: #e74c3c;
    margin: 0 0 12px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}
.rank-detail-sidebar .rd-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 450px;
    overflow-y: auto;
}
.rank-detail-sidebar .rd-sidebar-list li {
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.rank-detail-sidebar .rd-sidebar-list li:last-child {
    border-bottom: none;
}
.rank-detail-sidebar .rd-sidebar-list a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    transition: color 0.2s;
}
.rank-detail-sidebar .rd-sidebar-list a:hover {
    color: #1890ff;
}

@media (max-width: 900px) {
    .rank-detail-layout {
        flex-direction: column;
    }
    .rank-detail-sidebar {
        flex: 0 0 100%;
        width: 100%;
        position: static;
    }
    .rd-desc {
        padding: 18px 16px;
        font-size: 14px;
    }
}

/* ============================================
   品牌排行详情页 —— 宽版
   ============================================ */

.rd-wrap {
    background: #f5f5f5;
    padding: 24px 0;
}
.rd-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.rd-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.rd-content {
    flex: 1;
    min-width: 0;
    background: #fff;
    border-radius: 8px;
    padding: 32px 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* 专题介绍 */
.rd-desc {
    font-size: 15px;
    line-height: 2;
    color: #444;
    margin-bottom: 20px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4f8 100%);
    border-left: 5px solid #1890ff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(24,144,255,0.08);
    position: relative;
}
.rd-desc::before {
    content: "📌";
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.rd-desc p { margin: 0 0 10px 0; }
.rd-desc p:last-child { margin-bottom: 0; }

/* 面包屑 */
.rd-breadcrumb { margin-bottom: 16px; font-size: 13px; color: #999; }
.rd-breadcrumb a { color: #1890ff; }
.rd-breadcrumb span { margin: 0 4px; color: #ccc; }

/* 标题 */
.rd-title { font-size: 26px; font-weight: 700; color: #222; margin: 0 0 12px 0; line-height: 1.3; }

/* 元信息 */
.rd-meta { font-size: 13px; color: #999; margin-bottom: 20px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.rd-badge { display: inline-block; padding: 2px 10px; background: #e74c3c; color: #fff; border-radius: 3px; font-size: 12px; }

/* Tab导航 */
.rd-tabs { display: flex; gap: 8px; margin-bottom: 28px; background: #f5f5f5; padding: 6px; border-radius: 8px; }
.rd-tab { flex: 1; text-align: center; padding: 10px 8px; border-radius: 6px; font-size: 13px; color: #666; text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 2px; }
.rd-tab.active { background: #fff; color: #e74c3c; font-weight: 700; box-shadow: 0 2px 4px rgba(0,0,0,0.08); }
.rd-tab span { font-size: 14px; }
.rd-tab small { font-size: 11px; color: #999; font-weight: 400; }
.rd-tab.active small { color: #e74c3c; }

/* 品牌列表 */
.rd-brand-list { list-style: none; margin: 0; padding: 0; counter-reset: brand-counter; }
.rd-brand-item { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid #eee; align-items: flex-start; position: relative; }
.rd-brand-item:last-child { border-bottom: none; }
.rd-brand-rank { width: 36px; height: 36px; background: #e74c3c; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; flex-shrink: 0; }
.rd-brand-item:nth-child(1) .rd-brand-rank,
.rd-brand-item:nth-child(2) .rd-brand-rank,
.rd-brand-item:nth-child(3) .rd-brand-rank { width: 42px; height: 42px; font-size: 18px; }
.rd-brand-item:nth-child(1) .rd-brand-rank { background: #e74c3c; }
.rd-brand-item:nth-child(2) .rd-brand-rank { background: #e67e22; }
.rd-brand-item:nth-child(3) .rd-brand-rank { background: #f39c12; }
.rd-brand-img { flex: 0 0 120px; width: 120px; }
.rd-brand-img img { width: 100%; height: auto; border-radius: 8px; border: 1px solid #f0f0f0; }
.rd-brand-info { flex: 1; min-width: 0; }
.rd-brand-name { font-size: 18px; font-weight: 700; color: #222; margin: 0 0 8px 0; }
.rd-brand-desc p { font-size: 14px; line-height: 1.8; color: #555; margin: 0 0 6px 0; }

/* 章节 */
.rd-section { margin-top: 30px; }
.rd-section-title { font-size: 20px; font-weight: 700; color: #333; margin: 0 0 16px 0; padding-bottom: 10px; border-bottom: 2px solid #e74c3c; }

/* 选购指南 */
.rd-guide-list { list-style: none; margin: 0; padding: 0; }
.rd-guide-list li { padding: 10px 0; border-bottom: 1px dashed #eee; font-size: 14px; line-height: 1.8; color: #555; }
.rd-guide-list li:last-child { border-bottom: none; }
.rd-guide-list strong { color: #333; }

/* FAQ */
.rd-faq-item { margin-bottom: 12px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; }
.rd-faq-q { background: #fafafa; padding: 14px 18px; font-size: 15px; font-weight: 700; color: #333; border-bottom: 1px solid #eee; }
.rd-faq-a { padding: 14px 18px; font-size: 14px; line-height: 1.8; color: #555; }

/* 右侧猜你喜欢 */
.rd-sidebar { flex: 0 0 314px; width: 314px; position: sticky; top: 90px; }
.rd-sidebar-inner { background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 18px 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.rd-sidebar-title { font-size: 16px; font-weight: 700; color: #e74c3c; margin: 0 0 12px 0; padding-bottom: 10px; border-bottom: 2px solid #e74c3c; }
.rd-sidebar-list { list-style: none; margin: 0; padding: 0; max-height: 450px; overflow-y: auto; }
.rd-sidebar-list li { margin-bottom: 5px; padding: 5px 0; border-bottom: 1px dashed #e8e8e8; }
.rd-sidebar-list li:last-child { border-bottom: none; }
.rd-sidebar-list a { font-size: 13px; color: #555; text-decoration: none; line-height: 1.5; display: block; transition: color 0.2s; }
.rd-sidebar-list a:hover { color: #1890ff; }

@media (max-width: 900px) {
    .rd-layout { flex-direction: column; }
    .rd-sidebar { flex: 0 0 100%; width: 100%; position: static; }
    .rd-content { padding: 24px 16px; }
    .rd-desc { padding: 18px 16px; font-size: 14px; }
    .rd-tabs { flex-wrap: wrap; }
    .rd-brand-item { flex-wrap: wrap; }
    .rd-brand-img { flex: 0 0 100px; width: 100px; }
}

/* ============================================
   首页 —— 卡片网格（对标休闲君）
   ============================================ */

/* 页面介绍 */
.section-intro {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.section-intro h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px 0;
}
.section-intro p {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}
.section-intro a {
    color: #1890ff;
    text-decoration: none;
}
.section-intro a:hover {
    text-decoration: underline;
}

/* 文章网格 */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* 文章卡片 */
.post-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    border-color: #ddd;
}
.post-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* 卡片配图 */
.post-thumb {
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    background: #f5f5f5;
}
.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.post-card:hover .post-thumb img {
    transform: scale(1.05);
}

/* 卡片内容 */
.post-body {
    padding: 18px 20px 22px;
}
.post-meta {
    font-size: 12px;
    color: #999;
    display: block;
    margin-bottom: 8px;
}
.post-body h3 {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-body p {
    font-size: 13px;
    line-height: 1.7;
    color: #888;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 空状态 */
.empty-card {
    padding: 60px 20px;
    text-align: center;
    grid-column: 1 / -1;
}
.empty-card h3 {
    font-size: 18px;
    color: #999;
}
.empty-card p {
    color: #bbb;
}

/* 分页 */
.pagination {
    margin-top: 40px;
    text-align: center;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #1890ff;
    color: #fff;
    border-color: #1890ff;
}

@media (max-width: 900px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .section-intro h2 {
        font-size: 22px;
    }
    .post-body h3 {
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
    .post-thumb {
        aspect-ratio: 3 / 1;
    }
}

/* 左文右图 - 优化版 */
.review-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 16px;
}
.review-content-left {
    flex: 1;
    min-width: 0;
}
.review-content-left p {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 12px 0;
}
.post-item-image {
    flex: 0 0 314px;
    width: 314px;
    text-align: center;
}
.post-item-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 1px solid #f0f0f0;
    max-height: 260px;
    object-fit: contain;
}

/* 购买表格 */
.post-item-image .shop {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
}
.post-item-image .shop td {
    padding: 10px 12px;
    font-size: 13px;
    vertical-align: middle;
}
.post-item-image .shop td.buy {
    width: 40%;
    text-align: center;
    background: #fafafa;
}
.post-item-image .shop .buy a {
    display: inline-block;
    background: #ff6a00;
    color: #fff;
    padding: 6px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}
.post-item-image .shop .buy a:hover {
    background: #e55e00;
}
.post-item-image .shop .product-name-cell {
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .review-layout {
        flex-direction: column;
    }
    .post-item-image {
        flex: 0 0 100%;
        width: 100%;
    }
    .post-item-image img {
        max-height: none;
    }
}

/* 优缺点 —— 左右卡片 */
.pros-cons-row {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}
.pros-card {
    flex: 1;
    border-radius: 8px;
    padding: 14px 16px;
    border: 1px solid #eee;
}
.pros-card-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}
.pros-card-header h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    display: inline;
}
.pros-header .icon-check { color: #52c41a; font-size: 16px; }
.cons-header .icon-cross { color: #ff4d4f; font-size: 16px; }
.pros-header h3 { color: #52c41a; }
.cons-header h3 { color: #ff4d4f; }

.pros-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pros-card li {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    padding: 2px 0;
}
.pros-card li .icon-check { color: #52c41a; margin-right: 4px; }
.pros-card li .icon-cross { color: #ff4d4f; margin-right: 4px; }

@media (max-width: 600px) {
    .pros-cons-row {
        flex-direction: column;
    }
}

/* ============================================
   文章详情页 —— 宽版
   ============================================ */

/* 推荐商品网格 */
.rd-rec-products {
    margin-top: 40px;
}
.rec-products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}
.rec-product-card {
    display: block;
    text-decoration: none;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s;
}
.rec-product-card:hover {
    border-color: #1890ff;
    box-shadow: 0 4px 12px rgba(24,144,255,0.12);
    transform: translateY(-2px);
}
.rec-product-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #f0f0f0;
}
.rec-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rec-product-body {
    padding: 10px;
}
.rec-product-body h4 {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

@media (max-width: 960px) {
    .rec-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .rec-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== 前三甲品牌样式 ===== */
.rd-top3-wrap {
    display: flex;
    gap: 20px;
    margin: 24px 0;
    justify-content: center;
}
.rd-top3-item {
    flex: 1;
    max-width: 260px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px 16px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}
.rd-top3-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.rd-top3-1 {
    border-top: 4px solid #f5a623;
    transform: scale(1.05);
}
.rd-top3-1:hover {
    transform: scale(1.05) translateY(-4px);
}
.rd-top3-2 {
    border-top: 4px solid #a8a8a8;
}
.rd-top3-3 {
    border-top: 4px solid #cd7f32;
}
.rd-top3-medal {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 8px;
}
.rd-top3-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}
.rd-top3-1 .rd-top3-img {
    border-color: #f5a623;
}
.rd-top3-2 .rd-top3-img {
    border-color: #a8a8a8;
}
.rd-top3-3 .rd-top3-img {
    border-color: #cd7f32;
}
.rd-top3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rd-top3-name {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}
.rd-top3-rank {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
}
.rd-top3-1 .rd-top3-rank {
    color: #f5a623;
    font-weight: 700;
}
.rd-top3-desc {
    font-size: 12px;
    color: #888;
    line-height: 1.6;
    text-align: left;
    padding: 0 4px;
}
@media (max-width: 768px) {
    .rd-top3-wrap {
        flex-direction: column;
        align-items: center;
    }
    .rd-top3-item {
        max-width: 100%;
        width: 100%;
    }
    .rd-top3-1 {
        transform: none;
    }
    .rd-top3-1:hover {
        transform: translateY(-4px);
    }
}

/* ===== 底部样式 ===== */

/* Brand nav styles */
.entry-brand-nav { background:#f6f8fa; padding:16px; border-radius:6px; margin-bottom:24px; font-size:14px; line-height:1.8; color:#333; }
.entry-brand-nav strong { display:block; margin-bottom:6px; color:#222; }
.entry-brand-nav a { color:#1890ff; text-decoration:none; font-weight:500; }
.entry-brand-nav a:hover { text-decoration:underline; }
.entry-brand-nav-hint { display:block; margin-top:4px; font-size:12px; color:#999; }
.brand-tags-nav { margin:30px 0; padding:20px; background:#f8f9fa; border-radius:8px; border:1px solid #eee; }
.brand-tags-title { font-size:16px; font-weight:700; color:#333; margin:0 0 14px 0; }
.brand-tags-list { display:flex; flex-wrap:wrap; gap:8px; }
.brand-tag { display:inline-flex; align-items:center; gap:6px; padding:6px 14px; background:#fff; border:1px solid #d6e4ff; border-radius:20px; color:#1890ff; font-size:13px; text-decoration:none; transition:all .2s; }
.brand-tag:hover { background:#1890ff; color:#fff; border-color:#1890ff; }
.brand-tag-num { display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; background:#1890ff; color:#fff; border-radius:50%; font-size:11px; font-weight:700; }
.brand-tag:hover .brand-tag-num { background:#fff; color:#1890ff; }
@media (max-width:900px) { .rd-layout{flex-direction:column} .rd-content{padding:24px 16px} .rd-sidebar{flex:0 0 100%;width:100%;position:static} .rd-title{font-size:22px} .rd-desc{padding:16px;font-size:14px} .rd-desc::before{display:none} }
@media (max-width:768px) { .review-layout{flex-direction:column} .post-item-image{flex:0 0 100%;width:100%} .post-item-image img{max-height:none;width:100%} .pros-cons-row{flex-direction:column} .entry-content{font-size:14px} .rd-title{font-size:20px} .review-title{font-size:17px} .brand-tag{font-size:12px;padding:5px 12px} .rd-wrap{padding:12px 0} .rd-inner{padding:0 12px} .rec-products-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:480px) { .rd-content{padding:16px 12px} .rd-title{font-size:18px} .review-title{font-size:15px} .product-review-card{padding:16px 0} .rec-products-grid{grid-template-columns:1fr 1fr;gap:8px} .rd-meta{font-size:12px;flex-direction:column;gap:4px} .entry-brand-nav{padding:12px;font-size:13px} .brand-tags-nav{padding:14px} .post-item-image .shop td{padding:8px 10px;font-size:12px} .post-item-image .shop .buy a{padding:5px 14px;font-size:12px} .rd-faq-q{padding:12px 14px;font-size:14px} .rd-faq-a{padding:12px 14px;font-size:13px} }

.site-footer {
    background: #1a1a2e;
    color: #ccc;
    margin-top: 60px;
    position: relative;
    padding: 0;
}
.footer-wave {
    position: relative;
    height: 60px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    margin-top: -60px;
}
.footer-wave::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40'%3E%3Cpath fill='%231a1a2e' d='M0,20 C240,0 480,40 720,20 C960,0 1200,40 1440,20 L1440,40 L0,40 Z'/%3E%3C/svg%3E") no-repeat top center;
    background-size: cover;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px;
    padding: 48px 0 32px;
}
.footer-logo {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}
.footer-logo span {
    color: #1890ff;
}
.footer-desc {
    font-size: 13px;
    line-height: 1.8;
    color: #999;
    margin-bottom: 16px;
}
.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.08);
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.footer-social-icon:hover {
    background: rgba(24,144,255,0.2);
    transform: translateY(-2px);
}
.footer-col-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px 0;
    position: relative;
    padding-bottom: 10px;
}
.footer-col-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: #1890ff;
    border-radius: 1px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    color: #999;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s, padding-left 0.2s;
}
.footer-links a:hover {
    color: #1890ff;
    padding-left: 4px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: #777;
}
.footer-bottom a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-bottom a:hover {
    color: #1890ff;
}
.footer-icp a {
    color: #666;
}
.footer-icp a:hover {
    color: #1890ff;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .footer-about {
        grid-column: 1 / -1;
    }
}
@media (max-width: 540px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
/* =============================================
   移动端自适应 & 桌面端布局优化
   添加于 2026-06-14
   ============================================= */

/* ===== 桌面端导航增强 ===== */
.nav a {
    position: relative;
    padding: 4px 0;
}
.nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary, #1f6feb);
    transition: width 0.25s ease;
    border-radius: 1px;
}
.nav a:hover::after {
    width: 100%;
}

/* ===== 两栏详情页布局 - 桌面增强 ===== */
.detail-layout {
    max-width: 1160px;
    margin: 24px auto;
    display: flex;
    gap: 30px;
    padding: 0 16px;
}
.detail-main {
    flex: 0 0 75%;
    max-width: 75%;
}
.detail-sidebar {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
}

/* 桌面端 - 侧边栏小工具增强 */
.detail-sidebar .widget {
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}
.detail-sidebar .widget:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.detail-sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary, #1f6feb);
    display: flex;
    align-items: center;
    gap: 8px;
}
.detail-sidebar .widget-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: var(--primary, #1f6feb);
    border-radius: 2px;
    flex-shrink: 0;
}
.detail-sidebar .widget li {
    padding: 10px 0;
    border-bottom: 1px dashed #f0f0f0;
    font-size: 13px;
    line-height: 1.6;
    transition: padding-left 0.2s ease;
}
.detail-sidebar .widget li:hover {
    padding-left: 4px;
}

/* ===== 产品卡片 - 桌面hover效果 ===== */
.product-review-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 20px 0;
    background: #fff;
    border: 1px solid #f0f0f0;
}
.product-review-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}
.review-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    background: var(--primary, #1f6feb);
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 6px;
    flex-shrink: 0;
}

/* 桌面端 - 左文右图布局 */
.review-layout {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
.review-content-left {
    flex: 1;
    min-width: 0;
}
.review-content-left p {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin: 0 0 12px 0;
}
.post-item-image {
    flex: 0 0 280px;
    width: 280px;
    text-align: center;
}
.post-item-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-height: 280px;
    object-fit: contain;
}
.post-item-image img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* 购买按钮 */
.post-item-image .shop .buy a {
    display: inline-block;
    background: linear-gradient(135deg, #ff6a00, #ee5a24);
    color: #fff;
    padding: 8px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255,106,0,0.25);
}
.post-item-image .shop .buy a:hover {
    background: linear-gradient(135deg, #e55e00, #d44a12);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255,106,0,0.35);
}

/* 优缺点左右卡片 - 桌面 */
.pros-cons-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.pros-card {
    flex: 1;
    border-radius: 10px;
    padding: 18px 20px;
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.pros-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}
.pros-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.pros-card-header h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.pros-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pros-card li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding: 3px 0;
}

/* ===== 文章区增强 ===== */
.article-container {
    background: #fff;
    padding: 36px 32px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}
.article-container h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 14px 0;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #222;
}

/* 导读框 */
.geo-summary {
    background: linear-gradient(135deg, #f0f7ff, #e8f4f8);
    padding: 18px 22px;
    border-left: 4px solid var(--primary, #1f6feb);
    margin-bottom: 28px;
    border-radius: 6px;
}

/* 面包屑 */
.breadcrumb {
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}
.breadcrumb a {
    color: var(--primary, #1f6feb);
    transition: color 0.2s;
}
.breadcrumb a:hover {
    color: var(--primary-dark, #174ea6);
    text-decoration: underline;
}
.breadcrumb .breadcrumb-sep {
    margin: 0 6px;
    color: #ccc;
    font-size: 12px;
}

/* 作者签名 */
.author-signature {
    margin-top: 44px;
    padding: 28px 24px;
    border-left: 4px solid var(--primary, #1f6feb);
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    line-height: 1.9;
}

/* 选择框和列表样式 */
.entry-content select,
.entry-content input[type="text"],
.entry-content input[type="search"] {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
}
.entry-content select:focus,
.entry-content input[type="text"]:focus,
.entry-content input[type="search"]:focus {
    border-color: var(--primary, #1f6feb);
    box-shadow: 0 0 0 3px rgba(31,111,235,0.1);
}
.entry-content ul,
.entry-content ol {
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}
.entry-content li {
    margin-bottom: 6px;
}
.entry-content ul li::marker {
    color: var(--primary, #1f6feb);
}

/* ===== 响应式 - 平板 (max-width: 900px) ===== */
@media (max-width: 900px) {
    /* 两栏→单栏 */
    .detail-layout {
        flex-direction: column;
        gap: 20px;
    }
    .detail-main,
    .detail-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* 首页网格2列 */
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .section-intro h2 {
        font-size: 22px;
    }
    .post-body h3 {
        font-size: 15px;
    }

    /* 底部4→2列 */
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .footer-about {
        grid-column: 1 / -1;
    }
}

/* ===== 响应式 - 手机大屏 (max-width: 768px) ===== */
@media (max-width: 768px) {

    .header-inner {
        flex-wrap: wrap;
        min-height: 56px;
        position: relative;
    }
    .nav {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 0;
        background: #fff;
        border-top: 1px solid var(--line, #e6e9f2);
        padding: 8px 0;
        max-height: 70vh;
        overflow-y: auto;
        box-shadow: 0 8px 24px rgba(0,0,0,0.08);
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 15;
        border-radius: 0 0 10px 10px;
    }
    .nav a {
        padding: 12px 20px;
        font-size: 15px;
        border-bottom: 1px solid #f5f5f5;
        color: var(--text, #182033);
    }
    .nav a::after {
        display: none;
    }
    .nav a:last-child {
        border-bottom: none;
    }
    .nav a:hover {
        background: #f5f8ff;
        color: var(--primary, #1f6feb);
    }
    .nav .nav-brand-ranking {
        background: #fff3f5;
        color: #e91e63;
        font-weight: bold;
    }
    .nav .nav-brand-ranking:hover {
        background: #fce4ec;
    }

    /* ---- 文章区 ---- */
    .article-container {
        padding: 24px 18px;
    }
    .article-container h1 {
        font-size: 22px;
    }

    /* 面包屑缩小 */
    .breadcrumb {
        font-size: 12px;
        margin-bottom: 14px;
        padding: 4px 0;
    }
    .breadcrumb .breadcrumb-sep {
        margin: 0 4px;
    }

    /* 产品卡片适配 */
    .product-review-card {
        padding: 16px 16px;
        margin: 16px 0;
    }
    .review-title {
        font-size: 18px;
    }

    /* 左文右图→上下排列 */
    .review-layout {
        flex-direction: column;
        gap: 16px;
    }
    .post-item-image {
        flex: 0 0 100%;
        width: 100%;
    }
    .post-item-image img {
        max-height: none;
        width: 100%;
    }

    /* 优缺点→上下排列 */
    .pros-cons-row {
        flex-direction: column;
        gap: 12px;
    }
    .pros-card {
        padding: 14px 16px;
    }

    /* 导读框 */
    .geo-summary {
        padding: 14px 16px;
        font-size: 14px;
    }

    /* 段落字号 */
    .entry-content {
        font-size: 15px;
    }
    .entry-content p {
        font-size: 15px;
        line-height: 1.85;
    }

    /* 排行榜详情 */
    .rd-title {
        font-size: 20px;
    }
    .rd-content {
        padding: 20px 14px;
    }
    .rd-desc {
        padding: 16px 14px;
        font-size: 14px;
    }
    .rd-desc::before {
        display: none;
    }
    .rd-tabs {
        flex-wrap: wrap;
    }
    .rd-brand-item {
        flex-wrap: wrap;
    }
    .rd-brand-img {
        flex: 0 0 100px;
        width: 100px;
    }
    .rec-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* 前三甲 */
    .rd-top3-wrap {
        flex-direction: column;
        align-items: center;
    }
    .rd-top3-item {
        max-width: 100%;
        width: 100%;
    }
    .rd-top3-1 {
        transform: none;
    }
    .rd-top3-1:hover {
        transform: translateY(-4px);
    }

    /* 品牌标签导航 */
    .brand-tag {
        font-size: 12px;
        padding: 5px 12px;
    }

    /* 详情页布局适配 */
    .detail-layout {
        padding: 0 12px;
        margin: 16px auto;
    }

    /* 专题页 */
    .rd-wrap {
        padding: 12px 0;
    }
    .rd-inner {
        padding: 0 12px;
    }

    /* logo字号缩小 */
    .logo {
        font-size: 20px;
    }

    /* 作者签名 */
    .author-signature {
        padding: 20px 16px;
        font-size: 13px;
    }

    /* 产品表格 */
    .post-item-image .shop td {
        padding: 8px 10px;
        font-size: 12px;
    }
    .post-item-image .shop .buy a {
        padding: 6px 16px;
        font-size: 12px;
    }

    /* FAQ */
    .rd-faq-q {
        padding: 12px 14px;
        font-size: 14px;
    }
    .rd-faq-a {
        padding: 12px 14px;
        font-size: 13px;
    }
}

/* ===== 响应式 - 手机小屏 (max-width: 480px) ===== */
@media (max-width: 480px) {
    /* 网格1列 */
    .posts-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .post-thumb {
        aspect-ratio: 3 / 1;
    }

    /* 文章区 */
    .article-container {
        padding: 18px 14px;
    }
    .article-container h1 {
        font-size: 20px;
    }

    /* 产品卡片 */
    .product-review-card {
        padding: 12px 12px;
        margin: 12px 0;
    }
    .review-title {
        font-size: 16px;
        gap: 6px;
    }
    .review-number {
        min-width: 24px;
        height: 24px;
        font-size: 13px;
    }

    /* 面包屑 */
    .breadcrumb {
        font-size: 11px;
        margin-bottom: 10px;
    }

    /* 导读 */
    .geo-summary {
        padding: 12px 14px;
        font-size: 13px;
    }

    /* 排行榜详情 */
    .rd-content {
        padding: 16px 12px;
    }
    .rd-title {
        font-size: 18px;
    }
    .review-title {
        font-size: 15px;
    }

    /* 产品卡片间距 */
    .product-review-card {
        padding: 14px 0;
    }

    /* 产品网格 */
    .rec-products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    /* 元信息 */
    .rd-meta {
        font-size: 12px;
        flex-direction: column;
        gap: 4px;
    }

    /* 品牌导航 */
    .entry-brand-nav {
        padding: 12px;
        font-size: 13px;
    }
    .brand-tags-nav {
        padding: 14px;
    }

    /* 产品购买表格 */
    .post-item-image .shop td {
        padding: 6px 8px;
        font-size: 11px;
    }
    .post-item-image .shop .buy a {
        padding: 5px 12px;
        font-size: 11px;
    }

    /* FAQ */
    .rd-faq-q {
        padding: 10px 12px;
        font-size: 13px;
    }
    .rd-faq-a {
        padding: 10px 12px;
        font-size: 12px;
    }

    /* 底部 */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    /* 导航字号 */
    .nav a {
        padding: 10px 16px;
        font-size: 14px;
    }

    /* 作者签名 */
    .author-signature {
        padding: 16px 14px;
        margin-top: 30px;
        font-size: 12px;
    }
}

/* ===== 响应式 - 超小屏 (max-width: 360px) ===== */
@media (max-width: 360px) {
    .article-container {
        padding: 14px 10px;
    }
    .article-container h1 {
        font-size: 18px;
    }
    .review-title {
        font-size: 15px;
    }
    .post-body h3 {
        font-size: 14px;
    }
    .nav a {
        padding: 8px 14px;
        font-size: 13px;
    }
    .logo {
        font-size: 18px;
    }
}


/* === 16gouwu xiuxiandou detail alignment 2026-06-15 === */
.rd-wrap { background:#fff; padding:0 0 90px; }
.rd-inner { max-width:1257px; padding:0; margin:0 auto; }
.rd-layout { display:flex; gap:0; align-items:flex-start; }
.rd-content { flex:0 0 calc(100% - 314px); width:calc(100% - 314px); min-width:0; padding:0; background:transparent; border-radius:0; box-shadow:none; }
.rd-sidebar { flex:0 0 314px; width:314px; position:sticky; top:90px; }
.rd-breadcrumb { margin-top:40px; }
.rd-desc { border-radius:0; box-shadow:none; margin-bottom:18px; }
.entry-content { font-size:14px; line-height:1.8; color:#5a5a5a; }
.product-review-card { width:100%; margin:0 0 30px; padding:16px; border:0; border-radius:0; box-shadow:none; transform:none; background:#fff; }
.product-review-card:hover { box-shadow:none; transform:none; }
.review-title { display:block; padding:10px; margin:0 0 25px; font-size:20px; line-height:1.7; color:#fe1b48; }
.review-number { display:inline-block; width:32px; min-width:32px; height:32px; line-height:32px; padding:0; margin-right:10px; text-align:center; border-radius:50%; background:#fe1b48; color:#fff; font-size:18px; vertical-align:middle; }
.review-text { display:inline; color:#fe1b48; font-size:20px; line-height:1.7; }
.review-layout { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:30px; align-items:start; margin:0 0 25px; }
.review-content-left { min-width:0; }
.review-content-left p { font-size:15px; line-height:1.9; color:#555; margin:0 0 12px; }
.post-item-image { width:320px; flex:none; margin:0; text-align:center; }
.post-item-image img { width:260px; max-width:260px; height:260px; max-height:260px; object-fit:contain; display:inline-block; margin:3px 0 18px; border:0; border-radius:0; transition:none; }
.post-item-image img:hover { transform:none; box-shadow:none; }
.post-item-image .shop { width:98%; margin:0 auto 10px; border-collapse:collapse; border:0; border-radius:0; overflow:visible; }
.post-item-image .shop td { padding:10px!important; font-size:13px; line-height:1.5; vertical-align:middle; background:#fff; }
.post-item-image .shop .product-name-cell { width:auto; color:#333; text-align:left; }
.post-item-image .shop .product-name-cell a { color:#555; text-decoration:none; }
.post-item-image .shop td.buy { width:86px; text-align:center; background:#e10206; color:#fff; }
.post-item-image .shop .buy a { display:block; background:transparent; color:#fff; padding:0; border-radius:0; box-shadow:none; font-size:14px; font-weight:600; line-height:50px; white-space:nowrap; }
.post-item-image .shop .buy a:hover { background:transparent; transform:none; box-shadow:none; }
.pros-cons-grid { display:block; margin-top:8px; }
.pros-cons { margin:0 0 14px; padding:0; border:0; background:transparent; }
.pros-cons h3 { display:inline; margin:0 0 8px; font-size:18px; color:#333; font-weight:700; }
.pros-cons > .icon-check, .pros-cons > .icon-cross { display:inline-block; margin-right:8px; font-size:18px; font-weight:700; }
.icon-check { color:#18a058; }
.icon-cross { color:#d93025; }
.pros-cons ul { list-style:none; padding:0; margin:8px 0 0; }
.pros-cons li { font-size:15px; color:#555; line-height:1.9; padding:2px 0; }
.pros-cons li .icon-check, .pros-cons li .icon-cross { display:inline-block; width:18px; margin-right:6px; }
.related-articles { width:auto; }
@media (max-width:900px){.rd-inner{padding:0 12px}.rd-layout{flex-direction:column}.rd-content,.rd-sidebar{width:100%;flex:0 0 100%}.rd-sidebar{position:static}.rd-breadcrumb{margin-top:16px}}
@media (max-width:768px){.review-layout{display:block}.post-item-image{width:100%;margin:16px 0}.post-item-image img{width:100%;max-width:100%;height:auto;max-height:none}.review-title,.review-text{font-size:17px}.product-review-card{padding:14px 0}.rd-content{padding:0}}


/* === pros cons side-by-side and button-only 2026-06-15 === */
/* 对齐参考站截图：优点/缺点同一行，标题条绿色/红色底色；商品图下方只显示“进店看看” */
.pros-cons-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 24px 0 6px;
    align-items: stretch;
}
.pros-cons {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 6px !important;
    overflow: hidden;
    box-shadow: none !important;
}
.pros-cons > .icon-check,
.pros-cons > .icon-cross {
    display: inline-block !important;
    width: 46px;
    margin: 0 !important;
    padding: 14px 0 14px 18px;
    color: #fff !important;
    font-size: 18px;
    line-height: 24px;
    vertical-align: top;
    box-sizing: border-box;
}
.pros-cons h3 {
    display: inline-block !important;
    width: calc(100% - 46px);
    margin: 0 !important;
    padding: 14px 18px 14px 0;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 24px;
    font-weight: 700;
    box-sizing: border-box;
    vertical-align: top;
}
.pros > .icon-check,
.pros > h3 { background: #00b915 !important; }
.cons > .icon-cross,
.cons > h3 { background: #c90012 !important; }
.pros-cons ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 18px 28px 22px !important;
    background: #fff;
}
.pros-cons li {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 0 !important;
    border-bottom: 1px solid #f1f1f1;
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}
.pros-cons li:last-child { border-bottom: 0; }
.pros-cons li .icon-check,
.pros-cons li .icon-cross {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
    width: 20px !important;
    height: 20px;
    margin: 0 !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 13px;
    line-height: 20px;
}
.pros-cons li .icon-check { background: #00c31a; }
.pros-cons li .icon-cross { background: #d0021b; }
.post-item-image .shop .product-name-cell { display: none !important; }
.post-item-image .shop td.buy {
    display: table-cell !important;
    width: 100% !important;
    padding: 0 !important;
    background: #e10206 !important;
    text-align: center !important;
}
.post-item-image .shop .buy a {
    display: block !important;
    width: 100%;
    color: #fff !important;
    line-height: 56px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
@media (max-width: 768px) {
    .pros-cons-grid { grid-template-columns: 1fr; gap: 14px; }
}


/* === pros cons header same-row correction 2026-06-15 === */
/* 强制优点/缺点卡片标题图标和文字在同一条色块内，不换行 */
.pros-cons {
    display: grid !important;
    grid-template-columns: 46px 1fr;
    align-content: start;
}
.pros-cons > .icon-check,
.pros-cons > .icon-cross {
    grid-column: 1;
    grid-row: 1;
    width: 46px !important;
    height: 54px;
    padding: 15px 0 15px 18px !important;
    box-sizing: border-box;
}
.pros-cons h3 {
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    height: 54px;
    padding: 15px 18px 15px 0 !important;
    box-sizing: border-box;
}
.pros-cons ul {
    grid-column: 1 / -1;
    grid-row: 2;
}


/* === product card coupon and sidebar full display 2026-06-15 === */
/* 一个商品一个完整卡片；右图下方改成京东/淘宝领券双卡片；侧边栏品牌导航完整展示 */
.product-review-card {
    margin: 0 0 34px !important;
    padding: 24px 28px 28px !important;
    background: #fff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.035) !important;
}
.product-review-card:hover { transform: none !important; box-shadow: 0 1px 4px rgba(0,0,0,0.035) !important; }
.review-layout { grid-template-columns: minmax(0,1fr) 320px !important; gap: 34px !important; }
.post-item-image { width: 320px !important; }
.post-item-image img { width: 260px !important; max-width: 260px !important; height: 260px !important; max-height: 260px !important; }
.post-item-image .shop { display: none !important; }
.coupon-card-list {
    width: 260px;
    margin: 16px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.coupon-card {
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 4px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 48px;
    box-sizing: border-box;
    box-shadow: none !important;
    transition: filter .15s ease;
    padding: 0 16px;
    white-space: nowrap;
}
.coupon-card:hover { filter: brightness(.96); }
.coupon-card-jd { background: #e1251b; }
.coupon-card-tb { background: #ff5000; }
.coupon-card-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 24px;
    padding: 0 7px;
    border-radius: 3px;
    background: rgba(255,255,255,.18);
    font-size: 13px;
    line-height: 24px;
}
.coupon-card-text { font-size: 15px; }
.rd-sidebar, .rd-sidebar-inner { height: auto !important; max-height: none !important; overflow: visible !important; }
.rd-sidebar-list,
.rd-top-sidebar .rd-sidebar-list,
.rank-detail-sidebar .rd-sidebar-list {
    max-height: none !important;
    overflow: visible !important;
    height: auto !important;
}
.rd-sidebar-list li { white-space: normal !important; }
.rd-sidebar-list a { display: block; white-space: normal !important; overflow: visible !important; text-overflow: clip !important; }
@media (max-width: 768px) {
    .product-review-card { padding: 18px 14px 22px !important; }
    .review-layout { display: block !important; }
    .post-item-image { width: 100% !important; }
    .post-item-image img { width: 100% !important; max-width: 100% !important; height: auto !important; max-height: none !important; }
    .coupon-card-list { width: 100%; max-width: 320px; }
}


/* === coupon same-row larger image 2026-06-15 === */
/* 图片放大；京东/淘宝领券同一行展示，总宽度与图片一致 */
.review-layout { grid-template-columns: minmax(0,1fr) 340px !important; gap: 34px !important; }
.post-item-image { width: 340px !important; }
.post-item-image img {
    width: 320px !important;
    max-width: 320px !important;
    height: 320px !important;
    max-height: 320px !important;
    object-fit: contain;
}
.coupon-card-list {
    width: 320px !important;
    margin: 14px auto 0 !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}
.coupon-card-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 22px;
    padding: 0 5px;
    border-radius: 3px;
    background: rgba(255,255,255,.18);
    font-size: 12px;
    line-height: 22px;
}

.coupon-card-price {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}

.coupon-card-text { font-size: 14px !important; white-space: nowrap; }

@media (max-width: 768px) {
    .post-item-image { width: 100% !important; }
    .post-item-image img { width: 100% !important; max-width: 360px !important; height: auto !important; max-height: none !important; }
    .coupon-card-list { width: 100% !important; max-width: 360px !important; grid-template-columns: 1fr 1fr !important; }
}

/* 产品对比表格与FAQ样式（移动端适配） */
.za-comparison-table { margin: 2rem 0; padding: 1.5rem; background: #f8fafc; border-radius: 8px; }
.za-comparison-table h2 { margin-top: 0; margin-bottom: 1rem; font-size: 1.25rem; font-weight: 600; color: #1e293b; }
.za-comparison-table table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.za-comparison-table th, .za-comparison-table td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid #e2e8f0; }
.za-comparison-table th { background: #f1f5f9; font-weight: 600; color: #475569; }
.za-comparison-table td:first-child { font-weight: 500; color: #1e293b; }
.za-comparison-table tr:last-child td { border-bottom: none; }
.za-faq-section { margin: 2rem 0; padding: 1.5rem; background: #f8fafc; border-radius: 8px; }
.za-faq-section h2 { margin-top: 0; margin-bottom: 1rem; font-size: 1.25rem; font-weight: 600; color: #1e293b; }
.za-faq-section h3 { margin-top: 1.25rem; margin-bottom: 0.5rem; font-size: 1rem; font-weight: 600; color: #334155; }
.za-faq-section h3:first-of-type { margin-top: 0; }
.za-faq-section p { margin: 0; color: #475569; line-height: 1.6; }
@media (max-width: 768px) { .za-comparison-table { padding: 1rem; margin: 1rem 0; } }
@media (max-width: 768px) { .za-comparison-table table { display: block; overflow-x: auto; white-space: nowrap; border-radius: 4px; } }
@media (max-width: 768px) { .za-comparison-table th, .za-comparison-table td { padding: 0.5rem 0.75rem; font-size: 0.875rem; } }
@media (max-width: 768px) { .za-comparison-table td:first-child { max-width: 200px; overflow: hidden; text-overflow: ellipsis; } }
@media (max-width: 768px) { .za-faq-section { padding: 1rem; margin: 1rem 0; } }
@media (max-width: 768px) { .za-faq-section h2 { font-size: 1.125rem; } }
@media (max-width: 768px) { .za-faq-section h3 { font-size: 0.9375rem; } }
@media (max-width: 768px) { .za-faq-section p { font-size: 0.875rem; } }
@media (max-width: 480px) { .za-comparison-table th:nth-child(2), .za-comparison-table td:nth-child(2), .za-comparison-table th:nth-child(3), .za-comparison-table td:nth-child(3) { display: none; } }


/* === 2026-06-20 detail template optimization === */
.rd-wrap { background:#f6f8fb; padding:24px 0 40px; }
.rd-inner { max-width:1180px; margin:0 auto; padding:0 24px; }
.rd-layout { display:grid !important; grid-template-columns:minmax(0, 780px) 300px; gap:32px; align-items:start; }
.rd-content { min-width:0; background:transparent; padding:0; }
.rd-title { font-size:32px; line-height:1.28; font-weight:800; color:#111827; letter-spacing:-.02em; margin:18px 0 12px; }
.article-meta { display:flex; flex-wrap:wrap; gap:10px 18px; color:#6b7280; font-size:14px; margin:0 0 20px; }
.entry-content { font-size:17px; line-height:1.75; color:#1f2937; }
.entry-content p { margin:0 0 18px; }
.zz-decision-hero,.zz-comparison-section,.product-review-card,.author-signature,#faq.related-articles { background:#fff; border:1px solid #e5e7eb; border-radius:16px; box-shadow:0 8px 24px rgba(15,23,42,.05); }
.zz-decision-hero { padding:22px 24px; margin:22px 0 22px; border-left:5px solid #f97316; }
.zz-hero-kicker { display:inline-flex; align-items:center; height:24px; padding:0 10px; border-radius:999px; background:#fff7ed; color:#c2410c; font-size:12px; font-weight:800; margin-bottom:10px; }
.zz-decision-hero h2,.zz-section-head h2 { margin:0 0 8px; color:#111827; font-size:22px; line-height:1.35; }
.zz-decision-hero p,.zz-section-head p { margin:0; color:#4b5563; font-size:15px; line-height:1.7; }
.zz-hero-picks { display:flex; flex-wrap:wrap; gap:10px; margin-top:16px; }
.zz-pick-chip { display:inline-flex; align-items:center; gap:7px; min-height:38px; padding:0 12px; border:1px solid #fed7aa; background:#fffaf3; color:#7c2d12; border-radius:999px; text-decoration:none; font-size:13px; font-weight:650; max-width:100%; }
.zz-pick-chip span { color:#ea580c; font-weight:900; }
.zz-pick-chip em { color:#dc2626; font-style:normal; font-weight:900; }
.zz-comparison-section { padding:22px 24px; margin:0 0 28px; }
.zz-section-head { margin-bottom:16px; }
.zz-table-scroll { overflow-x:auto; -webkit-overflow-scrolling:touch; border:1px solid #e5e7eb; border-radius:12px; }
.zz-comparison-table { width:100%; min-width:760px; border-collapse:collapse; font-size:14px; background:#fff; }
.zz-comparison-table th { background:#f9fafb; color:#374151; font-weight:800; text-align:left; padding:13px 14px; border-bottom:1px solid #e5e7eb; white-space:nowrap; }
.zz-comparison-table td { padding:13px 14px; color:#374151; border-bottom:1px solid #f0f2f5; vertical-align:middle; line-height:1.55; }
.zz-rank-link { color:#f97316; font-weight:900; text-decoration:none; white-space:nowrap; }
.zz-table-cta { display:inline-flex; align-items:center; justify-content:center; min-height:34px; padding:0 14px; background:#f97316; color:#fff !important; border-radius:999px; font-size:13px; font-weight:800; text-decoration:none; white-space:nowrap; }
.product-review-card { padding:24px !important; margin:0 0 28px !important; overflow:hidden; }
.review-title { display:flex; align-items:flex-start; gap:12px; margin:0 0 18px !important; color:#111827 !important; font-size:22px !important; line-height:1.42 !important; font-weight:800 !important; }
.review-number { flex:0 0 auto; width:32px; height:32px; border-radius:50%; background:#ff315d; color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size:16px; font-weight:900; }
.review-text { color:#e11d48; }
.review-layout { display:grid !important; grid-template-columns:minmax(0,1fr) 260px; gap:24px; align-items:start; }
.review-content-left { color:#1f2937; font-size:16px; line-height:1.78; }
.post-item-image { width:260px !important; max-width:100%; justify-self:end; display:flex; flex-direction:column; align-items:stretch; gap:12px; }
.post-item-image a:first-child { display:block; width:100%; background:#f9fafb; border:1px solid #eef0f3; border-radius:14px; overflow:hidden; }
.post-item-image img { width:100% !important; height:260px !important; max-height:260px !important; object-fit:contain; margin:0 !important; padding:8px; border:0 !important; border-radius:14px; background:#f9fafb; }
.coupon-card-list { display:grid !important; grid-template-columns:repeat(auto-fit,minmax(0,1fr)); gap:10px; width:100%; }
.coupon-card { min-height:46px; display:flex !important; align-items:center; justify-content:center; gap:7px; width:100%; border-radius:12px; padding:0 10px; color:#fff !important; text-decoration:none !important; font-size:14px; font-weight:900; box-shadow:0 6px 14px rgba(249,115,22,.22); }
.coupon-card-tb { background:#f97316; }
.coupon-card-jd { background:#dc2626; }
.coupon-card-logo { font-size:12px; padding:2px 5px; background:rgba(255,255,255,.2); border-radius:5px; }
.coupon-card-price { font-weight:900; }
.pros-cons-grid { display:grid !important; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.pros-cons { border:1px solid #e5e7eb; border-radius:14px; overflow:hidden; background:#fff; }
.pros-cons > .icon-check,.pros-cons > .icon-cross { display:none; }
.pros-cons h3 { margin:0 !important; padding:13px 16px; color:#fff !important; font-size:16px !important; font-weight:900; }
.pros h3 { background:#05b928; }
.cons h3 { background:#d90429; }
.pros h3::before { content:"✓"; margin-right:8px; }
.cons h3::before { content:"✕"; margin-right:8px; }
.pros-cons ul { list-style:none; margin:0; padding:12px 16px; }
.pros-cons li { display:flex; align-items:flex-start; gap:8px; padding:9px 0; border-bottom:1px solid #f3f4f6; color:#374151; font-size:14px; line-height:1.5; }
.pros-cons li .icon-check,.pros-cons li .icon-cross { flex:0 0 auto; width:18px; height:18px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#fff; font-size:11px; margin-top:1px; }
.pros-cons li .icon-check { background:#05b928; }
.pros-cons li .icon-cross { background:#d90429; }
.rd-sidebar { width:300px !important; position:sticky; top:88px; }
.rd-sidebar-inner { background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:16px; box-shadow:0 8px 24px rgba(15,23,42,.05); }
.widget-title, .rd-sidebar-title { font-size:16px !important; font-weight:900 !important; color:#111827 !important; margin:0 0 12px !important; padding-bottom:10px; border-bottom:1px solid #e5e7eb; }
.rd-sidebar-list { list-style:none; margin:0; padding:0; max-height:none !important; overflow:visible !important; }
.rd-sidebar-list li { margin:0; padding:8px 0; border-bottom:1px dashed #e5e7eb; }
.rd-sidebar-list a { display:block; color:#4b5563; font-size:13px; line-height:1.55; text-decoration:none; }
#faq.related-articles { padding:24px !important; background:#fff !important; border-radius:16px !important; }
#faq h3 { color:#111827 !important; font-size:20px !important; }
.rd-faq-list h4 { color:#0369a1 !important; font-size:16px !important; line-height:1.55; }
.rd-faq-list div { line-height:1.75; }
@media (max-width:1023px) { .rd-inner { max-width:820px; padding:0 24px; } .rd-layout { display:block !important; } .rd-sidebar { width:100% !important; position:static; margin-top:24px; } }
@media (max-width:767px) { .rd-wrap { padding:12px 0 28px; } .rd-inner { padding:0 16px; } .rd-title { font-size:24px !important; line-height:1.32; margin:14px 0 10px; } .article-meta { font-size:13px; gap:6px 12px; margin-bottom:16px; } .entry-content { font-size:16px !important; line-height:1.72; } .zz-decision-hero, .zz-comparison-section, .product-review-card, #faq.related-articles { border-radius:14px; padding:16px !important; margin-bottom:20px !important; } .zz-decision-hero h2, .zz-section-head h2 { font-size:20px; } .zz-hero-picks { flex-direction:column; gap:8px; } .zz-pick-chip { width:100%; justify-content:flex-start; border-radius:12px; } .zz-comparison-table { min-width:720px; font-size:14px; } .review-title { font-size:19px !important; gap:10px; margin-bottom:14px !important; } .review-number { width:30px; height:30px; font-size:15px; } .review-layout { display:block !important; } .review-content-left { font-size:15px; line-height:1.72; margin-bottom:16px; } .post-item-image { width:100% !important; justify-self:auto; } .post-item-image img { height:auto !important; max-height:260px !important; width:100% !important; } .coupon-card-list { grid-template-columns:repeat(2, minmax(0, 1fr)); } .coupon-card { min-height:48px; font-size:15px; border-radius:12px; } .pros-cons-grid { grid-template-columns:1fr; gap:14px; margin-top:18px; } .pros-cons h3 { font-size:15px !important; padding:12px 14px; } .pros-cons ul { padding:10px 14px; } .rd-sidebar-inner { padding:14px; border-radius:14px; } }
@media (max-width:374px) { .rd-inner { padding:0 14px; } .rd-title { font-size:22px !important; } .coupon-card-list { grid-template-columns:1fr; } .zz-comparison-table { min-width:680px; } }
