/* ===== 61eo 平台化增强样式（2026-08-29） ===== */

/* 平台页脚底色 */
.mipui-footer{background:#303641;margin-top:24px;color:#9aa3ad}

/* 顶部/通栏广告位（未配置广告时显示占位，便于后续接品牌广告） */
.eo-adslot{margin:0 auto 15px;text-align:center;background:#fff;border:1px dashed #dfe3e8;border-radius:4px;min-height:90px;display:flex;align-items:center;justify-content:center;color:#b0b8c1;font-size:12px;position:relative}
.eo-adslot .eo-ad-label{position:absolute;top:4px;right:8px;font-size:10px;color:#c2c9d1;letter-spacing:1px}

/* 英雄区（平台首页门面） */
.eo-hero{background:linear-gradient(135deg,#303641 0%,#3d4a5c 100%);color:#fff;border-radius:8px;padding:26px 24px;margin-bottom:15px}
.eo-hero h1{color:#fff;font-size:26px;margin:0 0 6px;font-weight:700;letter-spacing:.5px}
.eo-hero p{color:#cfd6dd;margin:0 0 14px;font-size:15px}
.eo-hero .eo-search{display:flex;max-width:560px}
.eo-hero .eo-search input{flex:1;border:0;padding:11px 14px;border-radius:4px 0 0 4px;font-size:15px;outline:none;min-width:0}
.eo-hero .eo-search button{border:0;background:#00AAEE;color:#fff;padding:0 22px;border-radius:0 4px 4px 0;font-size:15px;cursor:pointer}
.eo-hero .eo-search button:hover{background:#0096d4}
.eo-chips{margin-top:14px}
.eo-chips a{display:inline-block;background:rgba(255,255,255,.12);color:#e7ecf1;padding:5px 13px;margin:0 6px 6px 0;border-radius:20px;font-size:13px;transition:.15s}
.eo-chips a:hover{background:#00AAEE;color:#fff;text-decoration:none}

/* 头部品牌合作 CTA */
.eo-header-cta .eo-brand-link{display:inline-block;color:#fff;background:#00AAEE;padding:6px 14px;border-radius:4px;font-size:13px;font-weight:600;margin-left:14px;white-space:nowrap}
.eo-header-cta .eo-brand-link:hover{background:#0096d4;color:#fff;text-decoration:none}

/* 区块标题“更多”入口 */
.mip-box-heading .eo-more{position:absolute;right:0;top:15px;font-size:13px;color:#9aa3ad}
.mip-box-heading .eo-more:hover{color:#00AAEE;text-decoration:none}

/* 热门排行（按浏览量，提升站内点击与停留） */
.eo-rank{counter-reset:rank;margin:0}
.eo-rank li{display:flex;align-items:center;padding:8px 0;border-bottom:1px dashed #eee}
.eo-rank li:last-child{border-bottom:0}
.eo-rank .num{counter-increment:rank;width:22px;height:22px;line-height:22px;text-align:center;background:#eef1f5;color:#888;border-radius:3px;font-size:12px;margin-right:10px;flex:0 0 22px}
.eo-rank .num::before{content:counter(rank)}
.eo-rank li:nth-child(-n+3) .num{background:#00AAEE;color:#fff}
.eo-rank a{flex:1;color:#444;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.eo-rank a:hover{color:#00AAEE}

/* 广告招商模块（直接品牌广告变现入口） */
.eo-ad-recruit{background:linear-gradient(135deg,#00AAEE,#1ec6c0);color:#fff;border-radius:8px;padding:18px 20px;margin-bottom:15px}
.eo-ad-recruit h4{margin:0 0 6px;color:#fff;font-size:17px}
.eo-ad-recruit p{margin:0 0 12px;font-size:13px;color:#eafcff;line-height:1.6}
.eo-ad-recruit .eo-ad-btn{display:inline-block;background:#fff;color:#00AAEE;padding:7px 16px;border-radius:20px;font-weight:600;font-size:13px}
.eo-ad-recruit .eo-ad-btn:hover{text-decoration:none;opacity:.92}

/* 文章内广告位 */
.eo-inarticle-ad{margin:18px 0;text-align:center;background:#f7f9fb;border:1px dashed #dfe3e8;border-radius:4px;padding:16px;color:#aab2bb;font-size:12px;min-height:60px}

/* 平台页脚多列 */
.eo-foot-cols{display:flex;flex-wrap:wrap;gap:24px;padding:26px 0 10px;text-align:left}
.eo-foot-cols .eo-foot-col{flex:1;min-width:130px}
.eo-foot-cols .eo-foot-col h5{font-size:14px;color:#cfd6dd;margin:0 0 10px;font-weight:600;position:relative;padding-left:10px}
.eo-foot-cols .eo-foot-col h5::before{content:"";position:absolute;left:0;top:3px;width:3px;height:14px;background:#00AAEE;border-radius:2px}
.eo-foot-cols .eo-foot-col a{display:block;color:#9aa3ad;font-size:13px;line-height:2}
.eo-foot-cols .eo-foot-col a:hover{color:#00AAEE;text-decoration:none}
.eo-foot-bottom{border-top:1px solid #3a4350;margin-top:8px;padding:14px 0;color:#8b939c;font-size:12px;text-align:center}
.eo-foot-bottom a{color:#aab2bb}
.eo-foot-bottom a:hover{color:#00AAEE}
