/* ============================================================
   矽岛音乐 PHP 版样式
   兼容目标：IE9+ / QQ浏览器 / 360浏览器（含兼容模式）/ 老 Chromium
   - 布局以 float / inline-block 为主，不依赖 flexbox 和 grid
   - 只用十六进制/RGBA 颜色，不用 CSS 变量
   - 圆角/渐变/阴影是增强，老浏览器无此效果也不影响使用
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { height: 100%; }

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #2F3B42;
  background: #E8F1F5;
}

a { color: #2F3B42; text-decoration: none; }
a:hover { color: #5B8FA8; }

ul, ol { list-style: none; }

img { border: 0; vertical-align: middle; }

button { font-family: inherit; cursor: pointer; }

input, select, textarea {
  font-family: inherit;
  font-size: 14px;
  color: #2F3B42;
  outline: none;
}

.clearfix:after { content: ""; display: table; clear: both; }

.hidden { display: none !important; }

.container {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ 顶栏 ============ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #FCFDFE;
  border-bottom: 1px solid #D8E2E8;
  z-index: 1000;
}
.site-header .logo {
  float: left;
  height: 64px;
  line-height: 64px;
  margin-right: 24px;
}
.site-header .logo img { height: 32px; vertical-align: middle; }
.site-header .logo span {
  font-size: 18px;
  font-weight: bold;
  color: #2F3B42;
  vertical-align: middle;
  margin-left: 8px;
}

.main-nav { float: left; }
.main-nav ul { overflow: hidden; }
.main-nav li { float: left; }
.main-nav li a {
  display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 16px;
  font-size: 15px;
}
.main-nav li a:hover, .main-nav li.active a { color: #5B8FA8; }
.main-nav li.active a { border-bottom: 3px solid #5B8FA8; margin-bottom: -1px; }

.header-right { float: right; height: 64px; }
.header-right > * { display: inline-block; vertical-align: middle; }

.search-box {
  margin-top: 15px;
  margin-right: 16px;
  width: 200px;
  height: 34px;
  background: #EDF3F6;
  border-radius: 17px;
  overflow: hidden;
}
.search-box input {
  float: left;
  width: 156px;
  height: 34px;
  border: 0;
  background: transparent;
  padding: 0 14px;
}
.search-box button {
  float: right;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #7C8A93;
  font-size: 16px;
}

.hbtn {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 12px;
  color: #2F3B42;
  cursor: pointer;
  position: relative;
}
.hbtn:hover { color: #5B8FA8; }

.badge-dot {
  position: absolute;
  top: 17px;
  right: 5px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  background: #C0392B;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 0 3px;
}

.user-chip {
  height: 64px;
  line-height: 64px;
  padding: 0 8px;
  cursor: pointer;
  position: relative;
}
.user-chip .uavatar {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  overflow: hidden;
}
.user-chip .uavatar img { width: 32px; height: 32px; }
.user-chip .uname { display: inline-block; max-width: 90px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; margin-left: 6px; }

/* 下拉面板 */
.dropdown {
  position: absolute;
  top: 58px;
  right: 0;
  min-width: 180px;
  background: #FCFDFE;
  border: 1px solid #D8E2E8;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(31, 45, 61, 0.12);
  z-index: 1100;
  display: none;
  text-align: left;
}
.dropdown.open { display: block; }
.dropdown a, .dropdown .ditem {
  display: block;
  padding: 10px 16px;
  line-height: 1.4;
  color: #2F3B42;
  cursor: pointer;
  white-space: nowrap;
}
.dropdown a:hover, .dropdown .ditem:hover { background: #EDF3F6; color: #5B8FA8; }
.dropdown .dsep { border-top: 1px solid #D8E2E8; margin: 4px 0; }

/* 通知面板 */
.notif-panel {
  width: 320px;
  max-height: 420px;
  overflow-y: auto;
}
.notif-panel .np-head {
  padding: 10px 16px;
  border-bottom: 1px solid #D8E2E8;
  font-weight: bold;
  color: #2F3B42;
}
.notif-panel .np-head .np-close { float: right; color: #7C8A93; cursor: pointer; font-weight: normal; }
.notif-panel .np-item { padding: 10px 16px; border-bottom: 1px solid #EDF3F6; cursor: pointer; }
.notif-panel .np-item:hover { background: #EDF3F6; }
.notif-panel .np-item.unread .np-title { font-weight: bold; }
.notif-panel .np-title { font-size: 13px; }
.notif-panel .np-content { font-size: 12px; color: #7C8A93; }
.notif-panel .np-time { font-size: 11px; color: #A9B6BD; margin-top: 2px; }
.notif-panel .np-empty { padding: 40px 0; text-align: center; color: #7C8A93; font-size: 13px; }

/* ============ 主体 ============ */
.page-body {
  padding-top: 84px;
  padding-bottom: 110px; /* 给底部播放器让位 */
  min-height: 600px;
}

.page-title { font-size: 24px; font-weight: bold; margin-bottom: 20px; }
.page-desc { color: #7C8A93; margin: -12px 0 24px; font-size: 13px; }

/* ============ 卡片 ============ */
.card {
  background: #FCFDFE;
  border: 1px solid #D8E2E8;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 16px;
}

/* ============ 按钮 ============ */
.btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  border: 1px solid #D8E2E8;
  border-radius: 6px;
  background: #FCFDFE;
  color: #2F3B42;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.btn:hover { border-color: #5B8FA8; color: #5B8FA8; }
.btn-primary { background: #5B8FA8; border-color: #5B8FA8; color: #fff; }
.btn-primary:hover { background: #4A7A92; border-color: #4A7A92; color: #fff; }
.btn-gold {
  background: #F5D76E;
  border-color: #E8B84B;
  color: #5C3A0A;
  font-weight: bold;
}
.btn-gold:hover { background: #E8B84B; color: #5C3A0A; border-color: #C9962C; }
.btn-danger { background: #C0392B; border-color: #C0392B; color: #fff; }
.btn-danger:hover { background: #A93226; color: #fff; }
.btn-lg { height: 44px; line-height: 44px; padding: 0 24px; font-size: 15px; }
.btn-sm { height: 26px; line-height: 26px; padding: 0 10px; font-size: 12px; }
.btn-block { display: block; width: 100%; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }

/* ============ 区块标题 ============ */
.section-head { margin: 28px 0 16px; }
.section-head .st {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.section-head .ssub {
  font-size: 12px;
  color: #7C8A93;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.section-head .smore {
  float: right;
  font-size: 13px;
  color: #7C8A93;
  margin-top: 6px;
}
.section-head .smore:hover { color: #5B8FA8; }

/* ============ 轮播 ============ */
.carousel {
  position: relative;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
}
.carousel .cslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.7s;
  cursor: pointer;
}
.carousel .cslide.active { opacity: 1; filter: alpha(opacity=100); z-index: 2; }
.carousel .cbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.carousel .coverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.28);
}
.carousel .ccontent {
  position: relative;
  z-index: 3;
  padding: 64px 56px 0;
  max-width: 640px;
  color: #fff;
}
.carousel .ctag {
  display: inline-block;
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 12px;
}
.carousel .ctitle {
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35);
  margin-bottom: 8px;
}
.carousel .csub {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 20px;
}
.carousel .cbtn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  background: #fff;
  color: #2F3B42;
  border-radius: 6px;
  font-size: 14px;
}
.carousel .cbtn:hover { background: #f0f0f0; color: #2F3B42; }
.carousel .carrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 20px;
  z-index: 4;
  display: none;
  border: 0;
}
.carousel:hover .carrow { display: block; }
.carousel .carrow:hover { background: rgba(0,0,0,0.5); }
.carousel .carrow.prev { left: 12px; }
.carousel .carrow.next { right: 12px; }
.carousel .cdots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 4;
}
.carousel .cdots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,0.5);
  margin: 0 4px;
  cursor: pointer;
  transition: width 0.3s;
}
.carousel .cdots span.active { width: 20px; background: #fff; }

/* ============ 歌曲行 ============ */
.song-row {
  background: #FCFDFE;
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
  cursor: pointer;
  overflow: hidden;
}
.song-row:hover { box-shadow: 0 3px 12px rgba(31,45,61,0.1); }
.song-row .scov { float: left; width: 48px; height: 48px; margin-right: 12px; position: relative; border-radius: 8px; overflow: hidden; }
.song-row .scov img { width: 48px; height: 48px; }
.song-row .scov .splay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); color: #fff; text-align: center; line-height: 48px; display: none; font-size: 18px; }
.song-row:hover .scov .splay { display: block; }
.song-row .sinfo { float: left; width: 380px; }
.song-row .sname { font-size: 14px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.song-row .sartist { font-size: 12px; color: #7C8A93; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.song-row .salbum { float: left; width: 300px; font-size: 12px; color: #7C8A93; margin-top: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.song-row .sdur { float: right; font-size: 12px; color: #7C8A93; margin-top: 14px; width: 40px; text-align: right; }
.song-row .sops { float: right; margin-top: 12px; }
.song-row .sops a { display: inline-block; margin-left: 8px; color: #7C8A93; font-size: 14px; }
.song-row .sops a:hover { color: #5B8FA8; }
.song-row .sops a.on { color: #5B8FA8; }

/* 会员皇冠 */
.crown { color: #B8740A; font-size: 12px; margin-left: 4px; }
.vip-tag {
  display: inline-block;
  border: 1px solid #E8B84B;
  color: #B8740A;
  border-radius: 3px;
  font-size: 10px;
  padding: 0 4px;
  margin-left: 4px;
  vertical-align: 1px;
}
.vip-badge {
  display: inline-block;
  background: #F5D76E;
  color: #5C3A0A;
  border-radius: 3px;
  font-size: 10px;
  padding: 0 5px;
  font-weight: bold;
  vertical-align: 1px;
}

/* ============ 网格卡片 ============ */
.grid-cards { margin: 0 -8px; }
.grid-item {
  float: left;
  width: 25%;
  padding: 0 8px;
  margin-bottom: 24px;
}
.grid-item .gcover { position: relative; border-radius: 10px; overflow: hidden; cursor: pointer; }
.grid-item .gcover img { width: 100%; display: block; }
.grid-item .gcover .gplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.42);
  text-align: center;
  display: none;
}
.grid-item .gcover:hover .gplay { display: block; }
.grid-item .gcover .gplay .pbtn {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #5B8FA8;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  margin-top: 34%;
}
.grid-item .gcover .gcount {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  padding: 1px 6px;
}
.grid-item .gcover .gofficial {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #5B8FA8;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  padding: 1px 6px;
}
.grid-item .gcover .gfav {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  color: #fff;
  display: none;
  cursor: pointer;
  border: 0;
  font-size: 13px;
}
.grid-item .gcover:hover .gfav { display: block; }
.grid-item .gcover .gfav.on { display: block; background: #5B8FA8; }
.grid-item .gname { font-size: 13px; font-weight: bold; margin-top: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; }
.grid-item .gname:hover { color: #5B8FA8; }
.grid-item .gmeta { font-size: 12px; color: #7C8A93; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* 渐变封面（无图片时） */
.gcover.gradient { text-align: center; }
.gcover.gradient .gtext {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 38px 12px;
  height: 100%;
}

/* ============ 横向滚动条 ============ */
.scroll-row { position: relative; }
.scroll-row .sviewport { overflow: hidden; }
.scroll-row .strack { white-space: nowrap; font-size: 0; }
.scroll-row .sitem {
  display: inline-block;
  width: 200px;
  margin-right: 16px;
  vertical-align: top;
  font-size: 14px;
  white-space: normal;
}
.scroll-row .sarrow {
  position: absolute;
  top: 38%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: 1px solid #D8E2E8;
  color: #2F3B42;
  font-size: 16px;
  z-index: 5;
  display: none;
}
.scroll-row:hover .sarrow { display: block; }
.scroll-row .sarrow.prev { left: -12px; }
.scroll-row .sarrow.next { right: -12px; }
.scroll-row .sarrow[disabled] { opacity: 0.35; cursor: default; }

/* ============ 排行榜卡片 ============ */
.rank-grid { margin: 0 -8px; }
.rank-item {
  float: left;
  width: 25%;
  padding: 0 8px;
  margin-bottom: 20px;
}
.rank-item .rhead {
  padding: 16px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.rank-item .rname { font-weight: bold; font-size: 16px; }
.rank-item .rfreq { font-size: 11px; opacity: 0.7; margin-top: 2px; }
.rank-item .rbody {
  background: #FCFDFE;
  border: 1px solid #D8E2E8;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 6px 12px;
}
.rank-item .rline { padding: 6px 0; font-size: 12px; cursor: pointer; overflow: hidden; border-bottom: 1px solid #F0F4F6; }
.rank-item .rline:last-child { border-bottom: 0; }
.rank-item .rline:hover .rln { color: #5B8FA8; }
.rank-item .rline .rno { float: left; width: 18px; font-weight: bold; text-align: center; }
.rank-item .rline .rno.no1 { color: #5B8FA8; }
.rank-item .rline .rno.no2 { color: #E67E22; }
.rank-item .rline .rno.no3 { color: #B8740A; }
.rank-item .rline .rln { float: left; width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rank-item .rline .rla { float: right; color: #7C8A93; font-size: 10px; max-width: 60px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ============ 歌手 ============ */
.artist-item {
  float: left;
  width: 120px;
  text-align: center;
  margin: 0 12px 20px 0;
  cursor: pointer;
}
.artist-item .aava {
  display: block;
  width: 88px;
  height: 88px;
  line-height: 88px;
  border-radius: 50%;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.artist-item .aava img { width: 88px; height: 88px; }
.artist-item .aname { font-size: 13px; font-weight: bold; margin-top: 8px; }
.artist-item .acount { font-size: 11px; color: #7C8A93; }

/* ============ VIP 引导 ============ */
.vip-strip {
  background: #F0F7FA;
  border: 1px solid #C9DFE8;
  border-radius: 12px;
  padding: 20px 24px;
  margin-top: 32px;
  overflow: hidden;
}
.vip-strip .vcrown {
  float: left;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 14px;
  background: #F5D76E;
  font-size: 30px;
  margin-right: 20px;
}
.vip-strip .vtext { float: left; margin-top: 6px; }
.vip-strip .vtitle { font-size: 17px; font-weight: bold; }
.vip-strip .vdesc { font-size: 13px; color: #7C8A93; margin-top: 4px; }
.vip-strip .vbtn { float: right; margin-top: 14px; }

/* ============ 表格 ============ */
.tbl { width: 100%; border-collapse: collapse; background: #FCFDFE; }
.tbl th {
  text-align: left;
  padding: 12px 16px;
  border-bottom: 1px solid #D8E2E8;
  color: #7C8A93;
  font-weight: normal;
  font-size: 13px;
}
.tbl td { padding: 12px 16px; border-bottom: 1px solid #EDF3F6; font-size: 13px; }
.tbl tr:hover td { background: #F7FAFB; }

/* ============ 表单 ============ */
.form-group { margin-bottom: 16px; }
.form-label { display: block; margin-bottom: 6px; font-size: 13px; color: #4A5660; }
.form-input {
  width: 100%;
  height: 38px;
  border: 1px solid #D8E2E8;
  border-radius: 6px;
  padding: 0 12px;
  background: #FCFDFE;
}
.form-input:focus { border-color: #5B8FA8; }
textarea.form-input { height: auto; padding: 10px 12px; line-height: 1.6; resize: vertical; }
select.form-input { height: 38px; }
.form-hint { font-size: 12px; color: #7C8A93; margin-top: 4px; }
.form-error { font-size: 12px; color: #C0392B; margin-top: 4px; display: none; }

/* ============ 提示框 / 弹窗 ============ */
.toast-wrap {
  position: fixed;
  top: 76px;
  left: 50%;
  z-index: 3000;
}
.toast {
  position: relative;
  left: -50%;
  background: rgba(31,45,61,0.92);
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 13px;
  max-width: 420px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  text-align: center;
}
.toast a { color: #8FC3DB; margin-left: 12px; cursor: pointer; }

.modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.45);
  z-index: 2500;
}
.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2600;
  background: #FCFDFE;
  border-radius: 12px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.25);
  width: 440px;
  margin-left: -220px;
}
.modal .mhead {
  padding: 16px 20px;
  border-bottom: 1px solid #EDF3F6;
  font-size: 16px;
  font-weight: bold;
}
.modal .mclose {
  float: right;
  color: #7C8A93;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
}
.modal .mbody { padding: 20px; }
.modal .mfoot { padding: 0 20px 20px; text-align: right; }

/* ============ 底部播放器 ============ */
.global-player {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;
  background: #FCFDFE;
  border-top: 1px solid #D8E2E8;
  z-index: 1500;
  box-shadow: 0 -2px 12px rgba(31,45,61,0.08);
}
.player-left { float: left; width: 260px; padding: 12px 16px; }
.player-left .pcov { float: left; width: 48px; height: 48px; border-radius: 8px; overflow: hidden; cursor: pointer; }
.player-left .pcov img { width: 48px; height: 48px; }
.player-left .pinfo { margin-left: 60px; padding-top: 4px; }
.player-left .pname { font-size: 13px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer; }
.player-left .pname:hover { color: #5B8FA8; }
.player-left .partist { font-size: 12px; color: #7C8A93; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-left .pfav { position: absolute; right: 12px; top: 26px; color: #7C8A93; cursor: pointer; font-size: 16px; }
.player-left .pfav.on { color: #5B8FA8; }

.player-center { float: left; width: 620px; padding-top: 8px; text-align: center; }
.player-center .pbtns { margin-bottom: 4px; }
.player-center .pbtn {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 0;
  background: transparent;
  color: #2F3B42;
  font-size: 16px;
  vertical-align: middle;
}
.player-center .pbtn:hover { color: #5B8FA8; }
.player-center .pbtn.pplay {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #5B8FA8;
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
}
.player-center .pbtn.pplay:hover { background: #4A7A92; color: #fff; }
.player-progress { position: relative; height: 14px; }
.player-progress .ptime {
  position: absolute;
  top: 0;
  font-size: 11px;
  color: #7C8A93;
}
.player-progress .ptime.cur { left: 0; }
.player-progress .ptime.tot { right: 0; }
.player-progress .pbar {
  position: absolute;
  top: 5px;
  left: 42px;
  right: 42px;
  height: 4px;
  background: #D8E2E8;
  border-radius: 2px;
  cursor: pointer;
}
.player-progress .pbar .pfill {
  height: 100%;
  width: 0;
  background: #5B8FA8;
  border-radius: 2px;
  position: relative;
}
.player-progress .pbar .pthumb {
  position: absolute;
  right: -6px;
  top: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #5B8FA8;
  display: none;
}
.player-progress:hover .pbar .pthumb { display: block; }

.player-right { float: right; width: 240px; padding-top: 24px; text-align: right; padding-right: 16px; }
.player-right .pctl { margin-left: 10px; color: #7C8A93; cursor: pointer; font-size: 14px; }
.player-right .pctl:hover { color: #5B8FA8; }
.player-right .pctl.on { color: #5B8FA8; }
.vol-slider { display: none; }

/* 播放队列面板 */
.queue-panel {
  position: fixed;
  right: 16px;
  bottom: 84px;
  width: 340px;
  max-height: 420px;
  overflow-y: auto;
  background: #FCFDFE;
  border: 1px solid #D8E2E8;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(31,45,61,0.18);
  z-index: 1600;
  display: none;
}
.queue-panel.open { display: block; }
.queue-panel .qhead { padding: 12px 16px; border-bottom: 1px solid #EDF3F6; font-weight: bold; font-size: 13px; }
.queue-panel .qitem { padding: 8px 16px; cursor: pointer; font-size: 13px; overflow: hidden; }
.queue-panel .qitem:hover { background: #EDF3F6; }
.queue-panel .qitem.playing { color: #5B8FA8; font-weight: bold; }
.queue-panel .qitem .qname { float: left; max-width: 210px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.queue-panel .qitem .qartist { float: right; color: #7C8A93; font-size: 12px; max-width: 90px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.queue-panel .qempty { padding: 40px 0; text-align: center; color: #7C8A93; font-size: 13px; }

/* ============ 悬浮广告 ============ */
.floating-ad {
  position: fixed;
  right: 16px;
  bottom: 88px;
  width: 150px;
  background: #FCFDFE;
  border: 1px solid #D8E2E8;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1400;
  box-shadow: 0 6px 24px rgba(31,45,61,0.16);
  cursor: pointer;
}
.floating-ad img { width: 150px; height: 84px; display: block; }
.floating-ad .fa-body { padding: 8px 10px; }
.floating-ad .fa-title { font-size: 12px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.floating-ad .fa-reward { font-size: 11px; color: #B8740A; margin-top: 2px; }
.floating-ad .fa-bar { position: relative; height: 3px; background: #EDF3F6; }
.floating-ad .fa-bar .fa-fill { height: 3px; background: #C9962C; width: 0; }
.floating-ad .fa-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  border: 0;
}
.floating-ad .fa-countdown {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 11px;
  padding: 3px 0;
}

/* ============ 评论 ============ */
.comment-item { padding: 14px 0; border-bottom: 1px solid #EDF3F6; }
.comment-item .cava {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
}
.comment-item .cava img { width: 36px; height: 36px; }
.comment-item .cmain { margin-left: 48px; }
.comment-item .cuser { font-size: 13px; font-weight: bold; }
.comment-item .ctime { font-size: 11px; color: #A9B6BD; margin-left: 8px; }
.comment-item .ccontent { font-size: 13px; margin-top: 4px; word-break: break-all; }
.comment-item .cops { margin-top: 6px; font-size: 12px; color: #7C8A93; }
.comment-item .cops span { margin-right: 16px; cursor: pointer; }
.comment-item .cops span:hover { color: #5B8FA8; }

/* ============ 页脚 ============ */
.site-footer {
  background: #1E242B;
  color: #A9B6BD;
  padding: 32px 0 100px;
  font-size: 12px;
}
.site-footer a { color: #A9B6BD; margin-right: 16px; }
.site-footer a:hover { color: #fff; }
.site-footer .flinks { margin-bottom: 12px; }
.site-footer .fcopy { margin-top: 6px; }

/* ============ 登录页 ============ */
.auth-wrap { width: 400px; margin: 60px auto 0; }
.auth-tabs { margin-bottom: 16px; overflow: hidden; }
.auth-tabs .atab {
  float: left;
  width: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-bottom: 2px solid #D8E2E8;
  color: #7C8A93;
  font-size: 15px;
}
.auth-tabs .atab.active { border-bottom-color: #5B8FA8; color: #2F3B42; font-weight: bold; }

/* ============ 徽标 / 状态 ============ */
.status-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 1px 8px;
  font-size: 12px;
}
.status-pending { background: #FDF3E1; color: #B8740A; }
.status-approved { background: #E8F5EC; color: #2E7D4F; }
.status-rejected { background: #FBEAEA; color: #C0392B; }
.status-paid { background: #E8F5EC; color: #2E7D4F; }
.status-closed { background: #EDF3F6; color: #7C8A93; }

/* ============ 响应式 ============ */
@media (max-width: 1220px) {
  .container { width: 100%; }
  .player-center { width: 40%; }
  .player-right { width: 120px; }
  .song-row .salbum { width: 220px; }
}
@media (max-width: 900px) {
  .main-nav li a { padding: 0 10px; font-size: 14px; }
  .search-box { width: 140px; }
  .search-box input { width: 96px; }
  .grid-item { width: 33.33%; }
  .rank-item { width: 50%; }
  .player-left { width: 200px; }
  .player-center { width: 35%; }
  .carousel .ctitle { font-size: 24px; }
}
