@charset "utf-8";
/*
 * 新系统补充样式（老 meila_web H5 CSS 未覆盖部分）。
 * 视觉变量严格对齐老站：粉 #ff51a2/#fe9eb9/#ffa4c2，灰字 #89898b/#8b8b8b，
 * 描边 #cccccc/#DBDBDB，圆角 8px，分节粉色下划线。
 */

/* ---------- 通用粉色顶栏（老 m_meilapp 头部语言） ---------- */
.app-header {
    position: relative; height: 44px; line-height: 44px;
    background: #ffa4c2; color: #fff; text-align: center;
    font-size: 17px; font-weight: bold;
}
.app-header .h-back {
    position: absolute; left: 12px; top: 0; color: #fff;
    font-size: 24px; font-weight: normal; text-decoration: none; line-height: 42px;
}
.app-header .h-link {
    position: absolute; right: 12px; top: 0; color: #fff;
    font-size: 13px; font-weight: normal; text-decoration: none;
}
.app-header .h-link + .h-link { right: 64px; }

/* ---------- 首页 feed 卡（沿用老 .diagram 圆角阴影卡 + caption 黑条语言，
   图下新增标题/摘要文字区：七牛图过期后保证信息可读；caption 由老绝对定位
   黑条改为卡片底部静态黑条，避免与文字区重叠） ---------- */
.index_article .diagram {
    width: auto; height: auto; margin: 10px; background: #fff;
}
/* 桌面浏览器：顶栏/banner/金刚位与 feed 卡同一条 500px 内容列（卡 480 + 两侧 10） */
@media (min-width: 500px) {
    .index_article .diagram { max-width: 480px; margin-left: auto; margin-right: auto; }
    .app-header { max-width: 500px; margin-left: auto; margin-right: auto; }
    .index-banners { max-width: 500px; margin-left: auto; margin-right: auto; }
    .kingkong { max-width: 490px; margin-top: 10px; margin-left: auto; margin-right: auto; }
}
.index_article .diagram .diagram-media { display: block; }
.index_article .diagram img {
    display: block; width: 100%; min-height: 0; aspect-ratio: 4 / 3;
    object-fit: cover; border-radius: 8px 8px 0 0;
}
.index_article .diagram-title-link { display: block; }
.index_article .diagram-text { padding: 10px 12px 2px; }
/* 老 meila_index.css 有 .index_article span{float:left}，文字 span 必须复位，
   否则无图卡 caption（BFC）被浮动标题/摘要挤成右侧竖条、line-clamp 失效 */
.index_article .diagram-text .dt-title,
.index_article .diagram-text .dt-excerpt { float: none; }
.index_article .diagram-text .dt-title {
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
    overflow: hidden; font-size: 15px; line-height: 1.4; color: #292929; font-weight: bold;
}
.index_article .diagram-text .dt-excerpt {
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
    overflow: hidden; margin-top: 4px; font-size: 12px; line-height: 1.5; color: #89898b;
}
/* 老黑条 caption 静态化到卡片底部；overflow:hidden 包住左右浮动的 spans */
.index_article .caption {
    position: static; height: auto; line-height: 30px; padding: 0 8px;
    border-radius: 0 0 8px 8px; margin-top: 8px; overflow: hidden;
}
.index_article .caption a { color: #dbdbdb; }

/* 加载更多/分页 */
.more-box { text-align: center; padding: 6px 0 22px; }
.more-btn {
    display: inline-block; border: 1px solid #ff7db9; color: #ff51a2;
    background: #fff; border-radius: 18px; font-size: 13px;
    padding: 7px 30px; text-decoration: none;
}
.more-btn:active { background: #fff3f9; }
.more-end { color: #b5b5b5; font-size: 12px; }
.pager-box { padding: 12px 0 22px; text-align: center; }
.pager-box .more-btn { margin: 0 6px; }

/* ---------- 通用分节标题（粉色下划线，对齐 p.sec-head） ---------- */
.sec-head-div { border-bottom: 1px solid #DBDBDB; padding: 0 10px; }
.sec-head {
    float: left; border-bottom: 4px solid #ff7db9; color: #ff7db9;
    font-size: 15px; font-weight: bold; padding: 10px 0; position: relative; top: 1px;
}

/* ---------- 逛一逛：navtree 白卡 ---------- */
.nav-page { padding-bottom: 10px; }
.nav-card {
    background: #fff; border: 1px solid #e3e3e3; border-radius: 8px;
    margin: 10px; padding: 8px 10px;
}
.nav-card > .nav-title {
    font-size: 14px; font-weight: bold; color: #292929;
    padding: 4px 0 8px; border-bottom: 1px solid #f0f0f0; margin-bottom: 8px;
}
.nav-cat { overflow: hidden; padding: 7px 0; border-bottom: 1px dashed #eee; }
.nav-cat:last-child { border-bottom: none; }
.nav-cat img {
    float: left; width: 38px; height: 38px; border-radius: 6px;
    object-fit: cover; background: #f6f6f6; margin-right: 9px;
}
.nav-cat .nc-name { font-size: 14px; font-weight: bold; color: #292929; line-height: 20px; }
.nav-cat .nc-subs { font-size: 12px; color: #8b8b8b; line-height: 18px; }
.letter-row { overflow: hidden; margin-bottom: 6px; }
.letter-row:last-child { margin-bottom: 0; }
.letter-row .lr-key {
    float: left; width: 26px; height: 26px; line-height: 26px; text-align: center;
    background: #ffe9f3; color: #ff51a2; border-radius: 6px; font-size: 13px;
    font-weight: bold; margin-right: 8px;
}
.letter-row .lr-count { font-size: 12px; color: #b5b5b5; line-height: 26px; }
.letter-row .lr-brands { margin-left: 34px; display: block; padding-top: 2px; }
.letter-row .lr-brand {
    display: inline-block; font-size: 12px; color: #89898b; background: #f6f6f6;
    border-radius: 10px; padding: 1px 9px; margin: 2px 4px 2px 0;
}
.effect-row { overflow: hidden; padding: 5px 0; }
.effect-row .er-root { float: left; width: 56px; font-size: 12px; color: #ff51a2; line-height: 22px; }
.effect-row .er-chip {
    display: inline-block; font-size: 12px; color: #89898b; background: #f6f6f6;
    border-radius: 10px; padding: 1px 9px; margin: 2px 4px 2px 0;
}

/* ---------- 页面底色：默认白；榜单详情深灰（老 top_list_hot） ---------- */
body { background: #fff; }
body.toplist-body {
    background: #353739 url("/static/legacy/app/images/meila/toplist/background_white.png") repeat 0 0;
    color: #666;
}
.toplist-body .app-header { box-shadow: 0 1px 4px rgba(0,0,0,.4); }
.toplist-end { color: #cfcfcf; }

/* ---------- 产品行卡（老 top_list_hot 的 sec-product 行，白色卡片容器） ---------- */
.sec-products {
    background: #fff; border-radius: 12px; margin: 10px;
    box-shadow: 0 0 4px #ccc; overflow: hidden;
}
/* 榜单详情内行卡直接放在白色大圆角卡里，不再套第二层卡 */
.content-section .sec-products { margin: 0; border-radius: 0 0 16px 16px; box-shadow: none; }
.product-price b { color: #ff51a2; font-weight: bold; }
.product-sc { overflow: hidden; margin-top: 2px; }
.product-comment { margin-left: 6px; line-height: 15px; }
.prow-flag {
    display: inline-block; font-size: 10px; color: #ff51a2; border: 1px solid #ff51a2;
    border-radius: 3px; padding: 0 3px; margin-left: 4px; vertical-align: 1px;
}
.sec-title { padding: 12px 15px 8px; }
.sec-title-text { color: #333; font-size: 15px; font-weight: bold; }
.sec-title .content-subtitle { font-size: 12px; color: #999; margin-left: 6px; }

/* ---------- 产品简介页 /p/（simple_info 可视化页） ---------- */
.p-hero {
    background: #fff; margin: 10px; border: 1px solid #e3e3e3; border-radius: 8px;
    padding: 12px; overflow: hidden;
}
.p-hero .ph-media { float: left; width: 96px; height: 96px; border-radius: 6px;
    border: 1px solid #e3e3e3; background: #f6f6f6; overflow: hidden; }
.p-hero .ph-media img { width: 100%; height: 100%; object-fit: cover; }
.p-hero .ph-info { margin-left: 108px; }
.p-hero .ph-name { font-size: 16px; font-weight: bold; color: #292929; line-height: 1.35; }
.p-hero .ph-short { font-size: 12px; color: #89898b; margin-top: 4px; }
.p-hero .ph-brand { display: inline-block; margin-top: 6px; font-size: 12px; color: #576b95;
    background: #f6f6f6; border-radius: 10px; padding: 1px 9px; }
.p-hero .ph-price { color: #89898b; font-size: 12px; margin-top: 8px; }
.p-hero .ph-price b { color: #ff51a2; font-size: 17px; }
.p-hero .product-sc { margin-top: 6px; }
.p-effects { background: #fff; margin: 0 10px 10px; border: 1px solid #e3e3e3;
    border-radius: 8px; padding: 9px 12px; overflow: hidden; }
.p-effects .pe-title { float: left; font-size: 12px; color: #ff51a2; line-height: 22px; margin-right: 8px; }
/* 行卡标题可点进产品简介页 */
.sec-product { cursor: pointer; }
.sec-product .product-title a { color: #292929; text-decoration: none; }

/* ---------- 榜单索引 ---------- */
.op-index { background: #fff; margin: 10px; border-radius: 12px; box-shadow: 0 0 4px #ccc; overflow: hidden; }
.op-index a { display: block; padding: 14px 14px; border-bottom: 1px solid #f0f0f0; }
.op-index li:last-child a { border-bottom: none; }
.op-index .op-title { font-size: 15px; color: #292929; font-weight: bold; }
.op-index .op-tip { display: block; font-size: 12px; color: #8b8b8b; margin-top: 3px; }

/* ---------- 用户主页 ---------- */
.user-card { background: #fff; padding: 14px 12px; }
.user-card .uc-row { overflow: hidden; }
.user-card .uc-avatar {
    float: left; width: 60px; height: 60px; border-radius: 5px;
    border: 1px solid #e3e3e3; background: #f6f6f6;
}
.user-card .uc-main { margin-left: 72px; padding-top: 4px; }
.user-card .uc-name { font-size: 17px; color: #576b95; }
.user-card .uc-name img { width: 15px; height: 15px; vertical-align: -2px; margin-left: 3px; }
.user-card .uc-sub { font-size: 12px; color: #8B8B8B; margin-top: 5px; }
.user-card .uc-sub span { margin-right: 10px; }
.uc-stats { overflow: hidden; border-top: 1px solid #f0f0f0; margin-top: 12px; padding-top: 10px; }
.uc-stats .st { float: left; width: 20%; text-align: center; }
.uc-stats .st b { display: block; font-size: 16px; color: #292929; font-weight: bold; }
.uc-stats .st span { font-size: 11px; color: #8b8b8b; }
.uc-checkin { font-size: 12px; color: #8b8b8b; margin-top: 10px; }
.blocked-banner {
    margin: 8px 10px 0; padding: 8px 10px; border-radius: 6px;
    background: #fff3f3; color: #d33; font-size: 13px; text-align: center;
}

/* ---------- 话题详情补充 ---------- */
.vtalk-page { background: #fff; min-height: 100vh; }
.vtalk-page .v_info_title { margin-top: 0; }
.vd-best-icon, .vd-official-icon { margin-top: 4px; }
.vd-title { padding: 10px 10px 0; font-size: 17px; font-weight: bold; color: #292929; }
.vd-content { padding: 8px 10px 0; font-size: 14px; color: #383838; white-space: pre-wrap; word-break: break-all; line-height: 1.7; }
.vtalk-page .add_time { padding: 8px 10px 4px; }
/* 老 meila_vtalk.css 后半段（PC 版共用）.info_content{padding:0} 会覆盖
   移动端 10px，这里按移动详情页还原 */
.vtalk-page .info_content { padding: 0 10px; }
.topic_pic { margin: 10px 0; overflow: hidden; }
.topic_pic .img_sec { width: 22%; padding-top: 12px; }
.topic_pic .pic_info { width: 66%; }
/* 五星精灵固定 80px；评论数避开老 .pic_desc span{width:15%} 的压缩 */
.topic_pic .pro_pf ul { width: 80px; }
.topic_pic .pro_pf .cy_num { width: auto; max-width: none; font-size: 11px; line-height: 16px; }
.topic_pic.re_pic .pic_titile { line-height: 1.35; }
.pic-section { margin: 0; }
.pic-img-show { margin: 10px; }
.pic-img-show ul li {
    float: left; width: 30%; margin: 0 5% 10px 0; overflow: hidden;
}
.pic-img-show ul li:nth-child(3n) { margin-right: 0; }
.pic-img-show ul li img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 6px; }
.videos .video-row { display: block; margin: 0 10px 8px; border: 1px solid #ccc; border-radius: 8px; padding: 10px; overflow: hidden; }
.videos .video-row img { float: left; width: 48px; height: 48px; border-radius: 6px; }
.videos .video-row .vr-title { font-size: 13px; color: #292929; font-weight: bold; }
.videos .video-row .vr-desc { font-size: 12px; color: #89898b; margin-top: 4px; }
.ware-card { border: 1px solid #ccc; border-radius: 8px; margin: 10px; padding: 10px; overflow: hidden; }
.ware-card img { float: left; width: 80px; height: 80px; border-radius: 6px; }
.ware-card .wc-main { margin-left: 92px; }
.ware-card .wc-name { font-size: 14px; font-weight: bold; color: #292929; }
.ware-card .wc-price { color: #ff3366; font-size: 16px; font-weight: bold; margin-top: 4px; }
.ware-card .wc-badges img { width: auto; height: 16px; margin: 4px 4px 0 0; }
.coming-soon { padding: 14px 10px 20px; color: #b5b5b5; font-size: 13px; }

/* 打赏区 */
.gift-panel { background: #fff; border-top: 1px solid #f0f0f0; margin-top: 12px; padding: 10px; }
.gift-title { font-size: 14px; color: #ff51a2; margin-bottom: 8px; }
.gift-list li { overflow: hidden; padding: 6px 0; border-bottom: 1px dashed #f0f0f0; }
.gift-list img { width: 30px; height: 30px; border-radius: 5px; float: left; }
.gift-list .g-name { line-height: 30px; margin-left: 8px; font-size: 13px; color: #576b95; }
.gift-list .g-coin { float: right; line-height: 30px; font-size: 12px; color: #ff9500; }

/* 运营位 banner（逛一逛顶部） */
.discover-banner { display: block; padding: 10px; }
.discover-banner img { width: 100%; border-radius: 8px; display: block; }

/* ---------- 搜索页 /search/（契约 10） ---------- */
/* 老行卡按 320px 百分比设计，375px 下个别行右侧溢出，整页禁止横滚 */
.search-body { overflow-x: hidden; }
.search-bar {
    display: flex; box-sizing: border-box; width: 100%;
    padding: 8px 10px; background: #fff;
}
.search-bar .search-input {
    box-sizing: border-box; flex: 1 1 auto; width: 1%; min-width: 0;
    height: 32px; border: 1px solid #DBDBDB; border-radius: 16px;
    padding: 0 12px; font-size: 13px; color: #292929; background: #fafafa;
}
.search-bar .search-btn {
    box-sizing: border-box; flex: 0 0 auto; margin-left: 8px;
    border: none; background: #ff51a2; color: #fff; font-size: 13px;
    border-radius: 16px; padding: 0 16px; height: 32px;
}
.search-tabs {
    display: flex; box-sizing: border-box; width: 100%; background: #fff;
    border-bottom: 1px solid #f0f0f0; position: relative; z-index: 1;
}
.search-tabs a {
    box-sizing: border-box; flex: 0 0 25%; width: 25%; display: block;
    text-align: center; line-height: 38px; font-size: 14px;
    color: #666; text-decoration: none;
}
.search-tabs a.on { color: #ff51a2; font-weight: bold; border-bottom: 2px solid #ff51a2; }
.search-filters { padding: 8px 10px 0; }
.search-filters .sf-chip {
    display: inline-block; font-size: 12px; color: #ff51a2; border: 1px solid #ffa4c2;
    border-radius: 12px; padding: 2px 10px; margin: 0 6px 6px 0; text-decoration: none;
    background: #fff3f9;
}
.search-tip { text-align: center; color: #b5b5b5; font-size: 13px; padding: 40px 20px; }
.sec-more { float: right; font-size: 12px; color: #8b8b8b; line-height: 26px; text-decoration: none; }

/* 用户结果行 */
.su-list { background: #fff; }
.su-row {
    display: block; overflow: hidden; padding: 10px 12px;
    border-bottom: 1px solid #f5f5f5; text-decoration: none;
}
.su-row .su-avatar {
    float: left; width: 44px; height: 44px; border-radius: 5px; object-fit: cover;
}
.su-row .su-info { margin-left: 56px; display: block; }
.su-row .su-name { font-size: 14px; color: #292929; font-weight: bold; }
.su-row .su-lv {
    font-size: 11px; color: #ff51a2; border: 1px solid #ffa4c2; border-radius: 8px;
    padding: 0 5px; margin-left: 6px; font-weight: normal;
}
.su-row .su-meta { display: block; font-size: 12px; color: #8b8b8b; margin-top: 4px; }

/* navtree 分类/品牌/功效点击 → 搜索过滤（契约 08 deferred 项并入契约 10） */
.nav-cat .nc-name a, .nav-cat .nc-subs a { color: inherit; text-decoration: none; }
.letter-row .lr-brand a { color: inherit; text-decoration: none; }
.effect-row .er-chip a { color: inherit; text-decoration: none; }

/* ---------- 首页运营轮播（阶段 5A，meila 库配置，无配置不渲染） ---------- */
.index-banners { padding: 10px 10px 0; display: flex; flex-direction: column; gap: 10px; }
.index-banner {
    position: relative; display: block; border-radius: 8px; overflow: hidden;
    background: #f5f5f7;
}
.index-banner img { width: 100%; display: block; }
.index-banner-title {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 10px 8px;
    color: #fff; font-size: 14px; line-height: 1.4;
    background: linear-gradient(transparent, rgba(0,0,0,.55));
}

/* ---------- 搜索页热搜词（阶段 5A） ---------- */
.hot-words { padding: 14px 12px 4px; }
.hot-title { font-size: 13px; color: #89898b; margin: 0 0 10px; }
.hot-chip {
    display: inline-block; padding: 6px 14px; margin: 0 8px 10px 0;
    font-size: 13px; color: #555; background: #f4f4f6; border-radius: 16px;
    text-decoration: none;
}

/* ---------- 美啦百科/文章（阶段 5B） ---------- */
.art-tabs { padding: 10px 10px 0; white-space: nowrap; overflow-x: auto; }
.art-tab {
    display: inline-block; padding: 5px 14px; margin-right: 8px;
    font-size: 13px; color: #555; background: #f4f4f6; border-radius: 16px;
    text-decoration: none;
}
.art-tab-on { background: #ff51a2; color: #fff; }
.art-index { background: #fff; margin: 10px; border-radius: 12px; box-shadow: 0 0 4px #ccc;
    list-style: none; padding: 0; overflow: hidden; }
.art-index li { border-bottom: 1px solid #f0f0f0; }
.art-index li:last-child { border-bottom: none; }
.art-index a { display: block; padding: 12px 14px; text-decoration: none; }
.art-title { display: block; font-size: 15px; color: #292929; line-height: 22px; font-weight: bold; }
.art-sub { display: block; font-size: 12px; color: #89898b; line-height: 18px; margin-top: 3px; }
.art-meta { display: inline-block; margin-top: 6px; font-size: 11px; color: #ff51a2; }
.art-empty { padding: 30px 0; text-align: center; color: #b5b5b5; font-size: 13px; }

.art-detail { padding: 14px; }
.art-h1 { font-size: 19px; color: #292929; line-height: 1.4; margin: 0 0 8px; }
.art-subtitle { font-size: 13px; color: #89898b; margin: 0 0 6px; }
.art-type-label { display: inline-block; font-size: 11px; color: #ff51a2;
    border: 1px solid #ffa4c2; border-radius: 4px; padding: 1px 6px; margin: 0 0 10px; }
.art-h2 { font-size: 16px; color: #292929; margin: 18px 0 8px; }
.art-pre {
    /* 老 H5 正文：<pre class="info"> 白底粉标题语言 */
    font-family: inherit; white-space: pre-wrap; word-wrap: break-word;
    font-size: 14px; color: #444; line-height: 1.75; margin: 0 0 10px;
}
.art-img { margin: 0 0 10px; text-align: center; }
.art-img img { max-width: 100%; border-radius: 4px; }
.art-img-text { font-size: 12px; color: #89898b; margin: 4px 0 0; }
.art-html { font-size: 14px; color: #444; line-height: 1.75; }
.art-html img { max-width: 100%; }
.art-product { margin: 6px 0 12px; }

/* ---------- 合规静态页：隐私政策/社区规范（阶段 5B） ---------- */
.doc-page { padding: 14px 16px 30px; font-size: 14px; color: #444; line-height: 1.8; }
.doc-placeholder { background: #fff7e6; border: 1px solid #ffd591; color: #ad6800;
    font-size: 12px; padding: 6px 10px; border-radius: 4px; margin: 0 0 14px; }
.doc-h1 { font-size: 20px; color: #292929; margin: 0 0 6px; }
.doc-h2 { font-size: 16px; color: #292929; margin: 20px 0 6px; }
.doc-page p { margin: 0 0 8px; }

/* ---------- 免费试用存档（阶段 5C，沿用老 freetry_list 白卡+粉字语言） ---------- */
.app-header .h-link + .h-link + .h-link { right: 120px; }

.archive-notice {
    margin: 10px; padding: 8px 12px; background: #fff7e6;
    border: 1px solid #ffd591; border-radius: 6px;
    color: #ad6800; font-size: 12px; line-height: 1.6;
}
.freetry-list { list-style: none; margin: 0 10px; padding: 0; }
.freetry-item { margin-top: 10px; background: #fff; border-radius: 8px; overflow: hidden; }
.freetry-item a { display: block; text-decoration: none; color: inherit; }
.freetry-banner { position: relative; background: #f5f5f5; }
.freetry-banner img { display: block; width: 100%; }
.freetry-end-badge {
    position: absolute; right: 8px; top: 8px; background: rgba(0,0,0,.45);
    color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 10px;
}
.freetry-title {
    margin: 0; padding: 8px 10px 2px; font-size: 14px; color: #292929;
    line-height: 1.5; font-weight: bold;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.freetry-meta {
    margin: 0; padding: 4px 10px 10px; font-size: 12px; color: #8b8b8b;
}
.freetry-meta span { margin-right: 12px; }
.freetry-meta strong { color: #ff51a2; font-weight: bold; }
.freetry-end-time { float: right; margin-right: 0; }
.list-empty { padding: 40px 0; text-align: center; color: #b5b5b5; font-size: 13px; }

.ft-detail { padding-bottom: 20px; }
.ft-banner { position: relative; background: #f5f5f5; }
.ft-banner img { display: block; width: 100%; }
.ft-title { font-size: 18px; color: #292929; line-height: 1.4; margin: 12px 12px 6px; }
.ft-meta { font-size: 12px; color: #8b8b8b; margin: 0 12px 8px; }
.ft-meta span { margin-right: 12px; white-space: nowrap; }
.ft-meta strong { color: #ff51a2; }
.ft-tag { color: #ff51a2; border: 1px solid #ffa4c2; border-radius: 4px; padding: 0 4px; }
.ft-detail .archive-notice { margin: 8px 12px; }
.ft-detail-text {
    font-family: inherit; white-space: pre-wrap; word-wrap: break-word;
    font-size: 14px; color: #444; line-height: 1.8; margin: 10px 12px;
}
.ft-vtalk-link { margin: 0 12px 10px; font-size: 13px; }
.ft-vtalk-link a { color: #576b95; }
.ft-questions { background: #fff; margin: 0 10px 12px; border-radius: 8px; padding: 10px 12px; }
.ft-question { font-size: 14px; color: #292929; line-height: 1.7; margin: 0 0 8px; }
.ft-q-index { color: #ff51a2; margin-right: 6px; }
.ft-q-flag { font-size: 11px; color: #ff51a2; border: 1px solid #ffa4c2;
    border-radius: 4px; padding: 0 4px; margin-left: 6px; }
.ft-q-note { font-size: 12px; color: #b5b5b5; margin: 6px 0 0; }
.ft-winners {
    list-style: none; margin: 0 10px 12px; padding: 10px 4px; background: #fff;
    border-radius: 8px; display: flex; flex-wrap: wrap;
}
.ft-winners li { width: 25%; text-align: center; margin: 6px 0; }
.ft-winners a { text-decoration: none; }
.ft-winner-avatar {
    width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
}
.ft-winner-name {
    display: block; font-size: 11px; color: #576b95; margin-top: 4px;
    max-width: 70px; margin-left: auto; margin-right: auto;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* 免费试用详情内产品卡：老 sec-product 图片列在占位图下收窄，避免头重脚轻 */
.ft-detail .sec-product .product-banner { width: 96px; }
.ft-detail .sec-product .product-banner img { width: 96px; height: 96px; object-fit: cover; }
.ft-detail .sec-product .product-info { width: calc(100% - 106px); }
.ft-winners { overflow: hidden; }
.ft-questions + .sec-head, .ft-detail .sec-head { padding: 0 12px; }

/* 话题详情 → 免费试用存档入口 */
.ft-entry { margin: 10px; }
.ft-entry a {
    display: block; background: #fff0f6; border: 1px solid #ffa4c2;
    color: #ff51a2; font-size: 14px; border-radius: 8px;
    padding: 10px 12px; text-decoration: none;
}

/* ---------- 首页金刚位（2×2 图片快捷入口，阶段 6B）
   老内核稳妥写法（不用 calc/nth-child）：容器 padding 留间距，
   子项 50% 宽 border-box，兼容旧版微信/QQ 内置浏览器；宽度自适应每行两个。 */
.kingkong {
    display: -webkit-box; display: -webkit-flex; display: flex;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    margin: 10px 5px 0;
}
.kk-item {
    display: block;
    width: 50%;
    -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 0 5px 10px;
    border-radius: 8px;
    line-height: 0;
}
.kk-item img { display: block; width: 100%; height: auto; border-radius: 8px; }
