/* ===== 浜戦煶 路 v3 路 Apple Music 椋庢牸(娴呰壊鐜荤拑) ===== */

:root {
  --bg: #f5f5f7;
  --surface: #ffffff;
  --card: #ffffff;
  --card2: #f2f2f4;
  --text: #1d1d1f;
  --muted: #86868b;
  --line: #e8e8ed;
  --accent: #ff2d55;
  --accent2: #ff5e7a;
  --grad: linear-gradient(135deg, #ff2d55, #ff5e7a);
  --grad-soft: linear-gradient(135deg, rgba(255,45,85,.10), rgba(255,94,122,.10));
  --gold: #f6c15b;
  --ok: #34c759;
  --danger: #ff3b30;
  --glass: rgba(255,255,255,.80);

  --bar-h: 66px;
  --tab-h: 66px;
  --radius: 24px;
  --radius-s: 16px;
  --shadow: 0 14px 44px rgba(0,0,0,.10), 0 2px 10px rgba(0,0,0,.05);
  --shadow-soft: 0 6px 24px rgba(0,0,0,.07);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow: hidden;
  letter-spacing: .01em;
}
#app { max-width: 720px; margin: 0 auto; height: 100%; display: flex; flex-direction: column; position: relative; }
::-webkit-scrollbar { width: 0; height: 0; }

/* ---------- 椤舵爮 ---------- */
#topbar {
  height: 56px; flex: 0 0 56px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 18px;
  background: var(--glass);
  backdrop-filter: blur(18px) saturate(1.4);
  position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(0,0,0,.04);
}
.brand { display: flex; align-items: center; gap: 9px; }
.brand-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--grad); box-shadow: 0 2px 8px rgba(255,45,85,.4); }
.brand-name { font-size: 19px; font-weight: 800; letter-spacing: -.02em; }
.topbar-right { color: var(--muted); font-size: 13px; }
.topbar-right .ok { color: var(--ok); }

/* ---------- 涓诲尯 ---------- */
#main { flex: 1; overflow-y: auto; overflow-x: hidden; padding-bottom: calc(var(--bar-h) + var(--tab-h) + 24px); }
.view { display: none; padding: 4px 18px 12px; animation: fadein .3s ease; }
.view.active { display: block; }
.view.full { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; margin: 0 auto; max-width: 720px; z-index: 60; overflow-y: auto; padding: 0; background: var(--bg); }
.view.full.active { display: block; animation: none; }
@keyframes fadein { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.page-title { font-size: 32px; font-weight: 800; letter-spacing: -.035em; margin: 10px 2px 20px; }
.page-title .accent { color: var(--accent); }
.section-title { font-size: 20px; font-weight: 800; letter-spacing: -.02em; margin: 24px 0 14px; display: flex; align-items: baseline; }
.section-title .cnt { color: var(--muted); font-weight: 400; font-size: 12.5px; margin-left: 8px; }
.section-title .more { margin-left: auto; font-size: 12px; color: var(--muted); }

/* ---------- 鍙戠幇椤?hero ---------- */
.hero { margin-bottom: 6px; }
.search-box {
  display: flex; align-items: center; gap: 10px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; padding: 14px 20px;
  box-shadow: var(--shadow-soft);
}
.search-box input { flex: 1; background: transparent; border: none; outline: none; color: var(--text); font-size: 16px; min-width: 0; }
.search-box .go { background: var(--grad); color: #fff; border: none; border-radius: 999px; padding: 9px 22px; font-size: 14px; cursor: pointer; font-weight: 700; box-shadow: 0 6px 16px rgba(255,45,85,.32); }
.hot-words { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.hot-words .word { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 6px 15px; font-size: 13px; color: var(--muted); cursor: pointer; transition: all .15s; }
.hot-words .word:hover { color: var(--accent); border-color: var(--accent); }

/* 澶?hero 鎺ㄨ崘鍗?*/
.hero-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  height: 190px; margin-top: 8px; cursor: pointer; box-shadow: var(--shadow);
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card .hc-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.72)); }
.hero-card .hc-text { position: absolute; left: 18px; right: 18px; bottom: 16px; color: #fff; }
.hero-card .hc-eyebrow { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.hero-card .hc-name { font-size: 21px; font-weight: 800; margin-top: 6px; line-height: 1.25; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.hero-card .hc-play { position: absolute; right: 16px; bottom: 16px; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: #1c1c1e; display: flex; align-items: center; justify-content: center; }
.hero-card .hc-play svg { width: 20px; height: 20px; }

/* ---------- 涓轰綘鎺ㄨ崘 妯粦 ---------- */
.rec-scroll { display: flex; gap: 14px; overflow-x: auto; padding: 2px 0 12px; scrollbar-width: none; }
.rec-scroll::-webkit-scrollbar { display: none; }
.rec-card { flex: 0 0 150px; cursor: pointer; }
.rc-cover { width: 100%; aspect-ratio: 1; border-radius: var(--radius-s); object-fit: cover; background: var(--card2); box-shadow: var(--shadow-soft); transition: transform .16s; }
.rec-card:hover .rc-cover, .rec-card:active .rc-cover { transform: translateY(-3px); }
.rc-name { font-size: 13px; margin-top: 9px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-weight: 600; }
.rc-sub { font-size: 11.5px; color: var(--muted); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- 姝屽崟缃戞牸 ---------- */
.playlist-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 560px) { .playlist-grid { grid-template-columns: repeat(3, 1fr); } }
.pcard { cursor: pointer; }
.pcard .cover { width: 100%; aspect-ratio: 1; border-radius: var(--radius); object-fit: cover; background: var(--card2); box-shadow: var(--shadow-soft); transition: transform .16s, box-shadow .16s; }
.pcard:hover .cover, .pcard:active .cover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pcard .name { font-size: 13.5px; margin-top: 10px; line-height: 1.4; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pcard .meta { font-size: 12px; color: var(--muted); margin-top: 3px; }

/* ---------- 姝屾洸琛?---------- */
.song-row { display: flex; align-items: center; gap: 12px; padding: 9px 8px; border-radius: var(--radius-s); cursor: pointer; transition: background .15s; }
.song-row:hover { background: var(--card); }
.song-row.active { background: var(--grad-soft); }
.song-row .idx { width: 22px; text-align: center; color: var(--muted); font-size: 12px; flex: 0 0 22px; }
.song-row.active .idx { color: var(--accent); }
.song-row .thumb { width: 48px; height: 48px; border-radius: var(--radius-s); object-fit: cover; background: var(--card2); flex: 0 0 48px; }
.song-row .info { flex: 1; min-width: 0; }
.song-row .t1 { font-size: 14.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center; gap: 7px; font-weight: 600; }
.song-row .t1 .q { font-size: 9.5px; color: var(--accent); background: var(--grad-soft); border-radius: 5px; padding: 0 5px; flex: 0 0 auto; font-weight: 700; }
.song-row .t2 { font-size: 12px; color: var(--muted); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.song-row .dur { font-size: 12px; color: var(--muted); flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.song-row .act { display: flex; gap: 2px; flex: 0 0 auto; }
.icon-btn { background: transparent; border: none; color: var(--muted); padding: 7px; cursor: pointer; border-radius: 10px; line-height: 1; transition: all .15s; }
.icon-btn:hover { color: var(--text); background: var(--card2); }
.icon-btn.on { color: var(--accent); }

.eq { display: inline-flex; align-items: flex-end; gap: 2px; height: 12px; width: 16px; margin-right: 2px; }
.eq span { width: 3px; border-radius: 2px; background: var(--grad); height: 30%; }
.eq span:nth-child(2) { animation-delay: .15s; } .eq span:nth-child(3) { animation-delay: .35s; } .eq span:nth-child(4) { animation-delay: .5s; }
.song-row.active .eq span { animation: eq .9s ease-in-out infinite; }
@keyframes eq { 0%,100% { height: 25%; } 50% { height: 95%; } }

/* ---------- 鎸夐挳 ---------- */
.row-actions { display: flex; gap: 12px; margin: 8px 0 16px; }
.btn { flex: 1; border: none; border-radius: 999px; padding: 14px; font-size: 15px; cursor: pointer; background: var(--card); color: var(--text); display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; border: 1px solid var(--line); transition: all .16s; }
.btn.accent { background: var(--grad); color: #fff; border: none; box-shadow: 0 8px 20px rgba(255,45,85,.32); }
.btn.accent:active { transform: scale(.98); }

/* ---------- 鎴戠殑 ---------- */
.user-card { display: flex; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin-bottom: 16px; }
.user-card .avatar { width: 60px; height: 60px; border-radius: 16px; object-fit: cover; background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; flex: 0 0 60px; }
.user-card .nick { font-size: 17px; font-weight: 700; }
.user-card .sub { font-size: 12px; color: var(--muted); margin-top: 5px; }
.vip { display: inline-block; font-size: 10.5px; background: linear-gradient(90deg,#f6c15b,#e08c2e); color: #231a05; border-radius: 5px; padding: 1px 7px; margin-left: 7px; font-weight: 700; }
.anon-card { text-align: center; padding: 34px 22px; background: var(--card); border: 1px dashed var(--line); border-radius: var(--radius); }
.anon-card .io { display: flex; justify-content: center; margin-bottom: 8px; }
.anon-card .io svg { width: 46px; height: 46px; color: var(--muted); }
.anon-card p { color: var(--muted); font-size: 13.5px; margin: 12px 0 18px; line-height: 1.6; }
.anon-card .btn { max-width: 220px; margin: 0 auto; }
.menu-row { display: flex; align-items: center; gap: 14px; padding: 16px 14px; background: var(--card); border-radius: var(--radius-s); margin-bottom: 10px; cursor: pointer; border: 1px solid var(--line); transition: all .15s; }
.menu-row:hover { border-color: rgba(255,45,85,.35); background: var(--card2); }
.menu-row .ic { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: var(--grad-soft); flex: 0 0 38px; }
.menu-row .label { flex: 1; font-size: 14.5px; font-weight: 600; }
.menu-row .cnt { font-size: 12.5px; color: var(--muted); }
.share-tip { font-size: 12.5px; color: var(--muted); background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-s); padding: 13px 15px; margin-top: 16px; line-height: 1.7; word-break: break-all; }
.share-tip b { color: var(--text); }

/* ---------- 姝屽崟璇︽儏 ---------- */
.pldetail-head { display: flex; gap: 18px; margin-bottom: 16px; }
.pldetail-head img { width: 130px; height: 130px; border-radius: var(--radius); object-fit: cover; flex: 0 0 130px; box-shadow: var(--shadow); }
.pldetail-head .info { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.pldetail-head .name { font-size: 20px; font-weight: 800; line-height: 1.35; }
.pldetail-head .meta { font-size: 12.5px; color: var(--muted); margin-top: 8px; }

/* ---------- 搴曢儴鎾斁鏉?鐜荤拑) ---------- */
#playerbar {
  position: fixed; bottom: calc(var(--tab-h) + 18px); left: 50%; transform: translateX(-50%);
  width: min(700px, calc(100% - 24px)); height: var(--bar-h);
  background: var(--glass); backdrop-filter: blur(24px) saturate(1.5);
  border: 1px solid rgba(0,0,0,.06); border-radius: 26px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px; padding: 0 18px; cursor: pointer; z-index: 40;
}
#pbProgress { position: absolute; top: 0; left: 16px; right: 16px; height: 3px; border-radius: 3px; background: rgba(0,0,0,.06); overflow: hidden; }
#pbProgress::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: var(--pw,0%); background: var(--grad); }
#pbCover { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; background: var(--card2); flex: 0 0 44px; }
#pbInfo { flex: 1; min-width: 0; padding: 6px 0; }
#pbName { font-size: 13.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 700; }
#pbArtist { font-size: 11.5px; color: var(--muted); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#pbPlay { width: 44px; height: 44px; border-radius: 50%; background: var(--text); color: #fff; display: flex; align-items: center; justify-content: center; flex: 0 0 44px; }
#pbNext { color: var(--text); padding: 8px; flex: 0 0 auto; }
#playerbar.off { opacity: .5; pointer-events: none; }

/* ---------- 搴曢儴鏍囩(鎮诞鐜荤拑鑽父) ---------- */
#tabs {
  position: fixed; bottom: 12px; left: 50%; transform: translateX(-50%);
  width: min(700px, calc(100% - 24px)); height: var(--tab-h);
  background: var(--glass); backdrop-filter: blur(26px) saturate(1.6);
  border: 1px solid rgba(0,0,0,.06); border-radius: 28px; box-shadow: var(--shadow);
  display: flex; z-index: 40; padding: 0 8px;
  padding-bottom: env(safe-area-inset-bottom);
}
.tab { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; font-size: 11px; color: var(--muted); cursor: pointer; font-weight: 600; position: relative; border-radius: 20px; margin: 7px 4px; transition: all .18s; }
.tab .ti { width: 42px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 14px; transition: all .18s; }
.tab .ti svg { width: 21px; height: 21px; }
.tab.active { color: var(--text); }
.tab.active .ti { background: var(--grad); color: #fff; box-shadow: 0 4px 12px rgba(255,45,85,.4); }

/* ---------- 鎾斁椤?---------- */
#view-nowplaying.active { display: flex; flex-direction: column; background: #0c0b0d; }
body.np-open #topbar, body.np-open #playerbar, body.np-open #tabs { display: none !important; }
.np-bg { position: fixed; inset: 0; z-index: 0; background-size: cover; background-position: center; filter: blur(70px) saturate(1.4) brightness(.45); transform: scale(1.3); opacity: .95; }
.np-head { position: relative; z-index: 2; height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 0; color: #fff; }
.np-head .back { background: rgba(0,0,0,.3); border: none; color: #fff; padding: 7px 12px; border-radius: 20px; line-height: 0; }
.np-grab { width: 36px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.4); }
.np-right { font-size: 12px; color: rgba(255,255,255,.85); min-width: 40px; text-align: right; }
.np-meta { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 16px 16px 6px; }
.np-thumb { width: 52px; height: 52px; border-radius: 10px; object-fit: cover; background: rgba(0,0,0,.25); box-shadow: 0 6px 18px rgba(0,0,0,.4); flex: 0 0 52px; }
.np-meta-txt { flex: 1; min-width: 0; }
.np-meta-name { font-size: 16px; font-weight: 800; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np-meta-artist { font-size: 12.5px; color: rgba(255,255,255,.6); margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.np-more { background: rgba(255,255,255,.12); border: none; color: #fff; width: 38px; height: 38px; border-radius: 50%; font-size: 15px; cursor: pointer; letter-spacing: 1px; flex: 0 0 38px; }
.np-lyrics { position: relative; z-index: 2; flex: 1 1 auto; min-height: 0; overflow-y: auto; margin: 4px 0; padding: 0 20px; scroll-behavior: smooth; -webkit-mask-image: linear-gradient(transparent, #000 8%, #000 85%, transparent); mask-image: linear-gradient(transparent, #000 8%, #000 85%, transparent); }
.lyric-line { text-align: center; font-size: 18px; color: rgba(255,255,255,.34); padding: 13px 0; line-height: 1.4; cursor: pointer; transition: color .3s, font-size .3s, opacity .3s; font-weight: 600; }
.lyric-line.on { color: #fff; font-size: 24px; font-weight: 800; }
.lyric-line .tr { display: block; font-size: 13px; color: rgba(255,255,255,.4); margin-top: 5px; font-weight: 400; }
.np-progress { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 6px 20px 2px; }
.np-progress .t { font-size: 11px; color: rgba(255,255,255,.5); min-width: 34px; font-variant-numeric: tabular-nums; }
.np-progress .t:last-child { text-align: right; }
#npProgress { flex: 1; min-width: 0; }
.np-controls { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 0 2px; }
.np-ctl { background: none; border: none; color: #fff; width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform .12s, opacity .15s; }
.np-ctl:active { transform: scale(.92); }
.np-ctl.on { color: #fff; opacity: 1; }
.np-ctl.main { width: 68px; height: 68px; background: #fff; color: #0c0b0d; box-shadow: 0 8px 22px rgba(0,0,0,.35); }
.np-extra { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 4px 22px 28px; }
.np-extra .np-ctl { width: 36px; height: 36px; color: #fff; }

/* ---------- 婊戝潡 ---------- */
input[type="range"].slider { -webkit-appearance: none; appearance: none; height: 5px; border-radius: 3px; background: linear-gradient(to right, var(--accent) 0%, var(--accent) var(--p,0%), rgba(255,255,255,.3) var(--p,0%)); outline: none; }
input[type="range"].slider::-webkit-slider-thumb { -webkit-appearance: none; width: 15px; height: 15px; border-radius: 50%; background: #fff; cursor: pointer; box-shadow: 0 1px 6px rgba(0,0,0,.4); }
input[type="range"].slider::-moz-range-thumb { width: 15px; height: 15px; border: none; border-radius: 50%; background: #fff; cursor: pointer; }
#npVolume { flex: 1; max-width: 220px; }

/* ---------- 妯℃€佹 ---------- */
.modal-mask { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.4); backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-mask.show { display: flex; }
.modal { width: min(340px, 90vw); background: var(--surface); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); animation: pop .22s cubic-bezier(.2,.8,.3,1); }
@keyframes pop { from { transform: scale(.9) translateY(10px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal h3 { margin: 0 0 16px; font-size: 17px; text-align: center; font-weight: 800; color: var(--text); }
.modal .qr-wrap { text-align: center; }
.modal .qr-wrap img { width: 190px; height: 190px; border-radius: 14px; background: #fff; padding: 8px; box-shadow: var(--shadow-soft); }
.modal .qr-status { text-align: center; font-size: 13px; color: var(--muted); margin-top: 14px; min-height: 18px; }
.modal .qr-refresh { display: block; margin: 14px auto 0; background: var(--card2); border: none; color: var(--text); border-radius: 20px; padding: 8px 20px; font-size: 13px; cursor: pointer; }
.quality-opt { display: flex; align-items: center; justify-content: space-between; padding: 13px 14px; border-radius: var(--radius-s); cursor: pointer; font-size: 14.5px; border: 1px solid transparent; transition: all .15s; }
.quality-opt:hover { background: var(--card2); }
.quality-opt.on { border-color: rgba(255,45,85,.4); color: var(--accent); background: var(--grad-soft); }
.quality-opt small { color: var(--muted); font-size: 11px; }

/* ---------- Toast ---------- */
#toast { position: fixed; left: 50%; bottom: calc(var(--bar-h) + var(--tab-h) + 30px); transform: translateX(-50%) translateY(12px); background: rgba(28,28,30,.92); color: #fff; border-radius: 22px; padding: 11px 22px; font-size: 13.5px; z-index: 100; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; max-width: 86vw; text-align: center; box-shadow: var(--shadow); }
#toast.show { opacity: 1; transform: translateX(-50%); }

/* ---------- 鐘舵€?---------- */
.loading, .empty { text-align: center; color: var(--muted); font-size: 14px; padding: 44px 0; }

/* ---------- 鏃犻殰纰?---------- */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 5px; }
@media (prefers-reduced-motion: reduce) { * { animation-duration: .001s !important; transition-duration: .001s !important; } .song-row.active .eq span { animation: none; } }

/* ---------- 鍥炬爣 ---------- */
.anon-card .io svg { width: 46px; height: 46px; }
.search-box > span, .sico { display: flex; align-items: center; }
.search-box > span svg, .sico svg { width: 18px; height: 18px; color: var(--muted); }
.tab .ti svg { width: 21px; height: 21px; }
.icon-btn svg { width: 18px; height: 18px; display: block; margin: 0 auto; }
.np-ctl svg { width: 22px; height: 22px; display: block; margin: 0 auto; }
.np-ctl.main svg { width: 26px; height: 26px; }
.np-play-ctr svg { width: 28px; height: 28px; display: block; }
#pbPlay svg { width: 20px; height: 20px; display: block; }
#pbNext svg { width: 20px; height: 20px; display: block; }
.np-head .back svg { width: 18px; height: 18px; display: block; }
.menu-row .ic svg { width: 19px; height: 19px; display: block; }
.hero-card .hc-play svg { width: 20px; height: 20px; }

/* 浼氬憳妯箙 */
.vip-banner { display: flex; align-items: center; gap: 14px; background: var(--grad); border-radius: var(--radius); padding: 20px 18px; color: #fff; margin-bottom: 16px; box-shadow: 0 8px 24px rgba(255,45,85,.3); }
.vip-banner-ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; flex: 0 0 44px; }
.vip-banner-ic svg { width: 24px; height: 24px; display: block; }
.vip-banner-txt .vb1 { font-size: 17px; font-weight: 800; }
.vip-banner-txt .vb2 { font-size: 12px; opacity: .85; margin-top: 3px; }

