/* cupb theme extras 鈥?layout polish on top of myci/col */
.myci-foot {
  padding: 30px 0 40px;
  margin-top: 20px;
  border-top: 1px solid #eee;
  color: #999;
  font-size: 12px;
  text-align: center;
  background: #fafafa;
}
.myci-foot a { color: #666; margin: 0 6px; }
.myci-foot a:hover { color: #f90; }
.myci-foot .sitemap { margin-top: 8px; }

/* 瑙傜湅璁板綍锛氱偣鍑诲睍寮€锛堣鐩?myci006 鈮?024 绂佺敤 hover 鐨勮鍒欙級 */
.myci-header__user > li.open_head_his.is-open .dropdown,
.myci-header__user > li .dropdown.is-open {
  display: block !important;
}

/* 椤舵爮锛氬浘鏍?+ 缃戠珯鍚嶇О */
.myci-header__logo .logo.cupb-brand,
.myci-header__logo .cupb-brand {
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: auto !important;
  max-width: none !important;
  height: 30px;
  text-decoration: none;
}
.cupb-brand__icon {
  display: block;
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
.cupb-brand__name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
  letter-spacing: .5px;
}
.cupb-brand:hover .cupb-brand__name {
  color: #ff8800;
}

/* 鈥斺€?鏉垮潡鏍囬寰慨楗?鈥斺€?*/
.myci-pannel__head .title {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 0 !important;
  font-weight: 700;
  letter-spacing: .3px;
}
.myci-pannel__head .title::before {
  content: "";
  position: static;
  display: block;
  flex-shrink: 0;
  width: 3px;
  height: 16px;
  margin: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #ff9a1a, #f80);
}
.myci-pannel-box {
  border-radius: 12px;
}
.myci-pannel-bg {
  background: #fff;
}

/* 渚ф爮绱ц创宸︿晶娴锋姤鍖猴細鍘绘帀澶氫綑宸﹂棿璺?*/
.myci-pannel-side {
  padding-left: 0 !important;
}
.myci-pannel-side .myci-pannel-box {
  padding: 10px !important;
}
.myci-pannel-side .myci-pannel_hd,
.myci-pannel-side .myci-pannel_bd {
  padding: 0 !important;
}
.myci-pannel-side .myci-pannel__head {
  padding: 0;
  margin: 0 0 14px;
}
.myci-pannel-side .myci-pannel__head .title {
  float: none;
  margin: 0;
  line-height: 24px;
}
.myci-pannel-side .myci-vodlist__text {
  margin: 0;
  padding: 0;
}
.myci-pannel-side .myci-vodlist__text li,
.myci-pannel-side .myci-vodlist__text li.rank-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
}
.myci-pannel-side .badge {
  margin-left: 0 !important;
  box-sizing: border-box;
}
/* 宸﹀彸鏍忔帴缂濆啀鏀朵竴鐐?*/
@media (min-width: 992px) {
  .col-lg-wide-75 > .myci-pannel > .myci-pannel-box {
    padding-right: 6px;
  }
  .col-lg-wide-25.myci-pannel-side > .myci-pannel > .myci-pannel-box {
    padding-left: 6px !important;
  }
}

/* 鈥斺€?棣栭〉/鍒楄〃娴锋姤鍗＄墖 鈥斺€?*/
.myci-vodlist > li {
  margin-bottom: 6px;
}
.cupb-vod-card,
.myci-vodlist__box {
  transition: transform .25s ease, box-shadow .25s ease;
}
.cupb-vod-card:hover,
.myci-vodlist__box:hover {
  transform: translateY(-3px);
}
.myci-vodlist__thumb,
.cupb-vod-thumb {
  display: block;
  position: relative;
  padding-top: 145%;
  background-color: #f2f2f2;
  background-image: url(../images/no-cover.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(20, 30, 50, .06);
  transition: box-shadow .25s ease;
}
.cupb-vod-card:hover .myci-vodlist__thumb,
.myci-vodlist__box:hover .myci-vodlist__thumb {
  box-shadow: 0 10px 24px rgba(20, 30, 50, .14);
}
.myci-vodlist__thumb > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  opacity: 0;
  transition: transform .35s ease, opacity .35s ease;
  background: transparent;
}
.myci-vodlist__thumb > img.is-loaded {
  opacity: 1;
}
.myci-vodlist__thumb > img.is-ph {
  opacity: 1;
  object-fit: cover;
  padding: 0;
  background: transparent;
}
.cupb-vod-card:hover .myci-vodlist__thumb > img.is-loaded,
.myci-vodlist__box:hover .myci-vodlist__thumb > img.is-loaded {
  transform: scale(1.06);
}
.myci-vodlist__thumb.active { padding-top: 45%; }

/* 灏侀潰閬僵锛歨over 寰殫 */
.myci-vodlist__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition: background .25s ease;
  pointer-events: none;
}
.cupb-vod-card:hover .myci-vodlist__thumb::before,
.myci-vodlist__box:hover .myci-vodlist__thumb::before {
  background: rgba(0, 0, 0, .18);
}

/* 灞呬腑鎾斁鎸夐挳锛堝浘2锛氭鑹插疄蹇冨渾 + 鐧戒笁瑙掞級 */
.myci-vodlist__thumb .play,
.myci-vodlist__box .myci-vodlist__thumb .play,
.myci-vodlist__thumb:hover .play {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 50px !important;
  height: 50px !important;
  margin: -25px 0 0 -25px;
  border: 0 !important;
  border-radius: 50%;
  background: #ff8800 !important;
  background-image: none !important;
  box-shadow: none;
  color: #fff;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .22s ease, transform .22s ease;
  box-sizing: border-box;
  pointer-events: none;
}
.myci-vodlist__box:hover .myci-vodlist__thumb .play,
.cupb-vod-card:hover .myci-vodlist__thumb .play,
.myci-vodlist__thumb:hover .play {
  opacity: 1;
  transform: scale(1);
  background: #ff8800 !important;
  border: 0 !important;
}
.myci-vodlist__thumb .play i,
.myci-vodlist__thumb .play .iconfont {
  display: none !important;
}
.myci-vodlist__thumb .play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}
.myci-vodlist__detail { padding: 10px 2px 14px; }
.myci-vodlist__detail .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.myci-vodlist__detail .title a { color: #222; }
.myci-vodlist__detail .title a:hover { color: #f80; }
.myci-vodlist__detail .text {
  margin: 5px 0 0;
  color: #9aa0a6;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pic-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 28px 10px 8px;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.15) 35%, rgba(0,0,0,.72) 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .2px;
  text-align: right;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  pointer-events: none;
}
.myci-vodlist__text {
  margin: 0;
  padding: 0;
  list-style: none;
}
.myci-vodlist__text li,
.myci-vodlist__text li.rank-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  transition: background .18s ease;
}
.myci-vodlist__text li:hover,
.myci-vodlist__text li.rank-item:hover {
  background: transparent;
}
.myci-vodlist__text li:hover a.rank-name,
.myci-vodlist__text li.rank-item:hover a.rank-name {
  color: #f80;
}
.myci-vodlist__text li:last-child {
  border-bottom: 0;
  padding-bottom: 4px;
}
.myci-vodlist__text li:first-child {
  padding-top: 4px;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  background: #ff7701;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 0;
}
.badge-first { background: #ff4a4a; }
.badge-second { background: #ff7701; }
.badge-third { background: #ffb400; }
.badge-muted {
  background: #f0f0f0;
  color: #999;
}
.myci-vodlist__text li a,
.myci-vodlist__text li a.rank-name,
.myci-vodlist__text.active li a,
.myci-vodlist__text.active li:first-child a {
  display: block;
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}
.myci-vodlist__text li a:hover,
.myci-vodlist__text li a.rank-name:hover {
  color: #f90;
}
.myci-vodlist__text .rank-remarks {
  flex-shrink: 0;
  margin-left: 12px;
  max-width: 42%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  float: none;
}
.myci-content__playlist {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.myci-content__playlist li {
  float: left;
  width: 16.66%;
  padding: 5px;
  box-sizing: border-box;
}
.myci-content__playlist li a {
  display: block;
  padding: 8px 4px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 3px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.myci-content__playlist li a:hover,
.myci-content__playlist li.active a {
  background: #f90;
  color: #fff;
}
.myci-page {
  text-align: center;
  padding: 20px 0;
  list-style: none;
  margin: 0;
}
.myci-page li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}
.myci-page li a,
.myci-page li span {
  display: inline-block;
  min-width: 40px;
  padding: 8px 14px;
  border: 1px solid #eceff3;
  border-radius: 10px;
  color: #555;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
  transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.myci-page li.active a,
.myci-page li.active span {
  background: #ff8800;
  border-color: #ff8800;
  color: #fff;
}
.myci-page li a:hover {
  border-color: #ff8800;
  color: #ff8800;
  background: #fff7ee;
}

/* 鈥斺€?鏈€鏂版洿鏂伴〉锛堝叏瀹斤紝鏃犱晶鏍忥級 鈥斺€?*/
.cupb-latest .myci-pannel-bg {
  background: transparent;
  box-shadow: none;
}
.cupb-latest .myci-pannel-box {
  padding: 0 0 28px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 40px rgba(20, 30, 50, .06);
}
.cupb-latest__hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 28px;
  padding: 28px 28px 24px;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(255, 136, 0, .14) 0%, transparent 55%),
    linear-gradient(135deg, #1a1c24 0%, #2a2d3a 48%, #242833 100%);
  color: #fff;
}
.cupb-latest__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
}
.cupb-latest__eyebrow {
  margin: 0 0 8px;
  color: rgba(255, 200, 140, .92);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.cupb-latest__title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .04em;
  color: #fff;
}
.cupb-latest__title::before {
  display: none !important;
}
.cupb-latest__desc {
  margin: 10px 0 0;
  max-width: 28em;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .02em;
}
.cupb-latest__stats {
  display: flex;
  gap: 12px;
}
.cupb-latest__stat {
  min-width: 112px;
  padding: 14px 18px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.cupb-latest__stat-label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  letter-spacing: .04em;
}
.cupb-latest__pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8800;
  box-shadow: 0 0 0 0 rgba(255, 136, 0, .55);
  animation: cupb-pulse 1.8s ease-out infinite;
}
@keyframes cupb-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 136, 0, .5); }
  70% { box-shadow: 0 0 0 8px rgba(255, 136, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 136, 0, 0); }
}
.cupb-latest__stat-num {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}
.cupb-latest__stat-num small {
  margin-left: 4px;
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
  font-weight: 600;
}
.cupb-latest__grid {
  padding: 18px 16px 0;
}
.cupb-latest .myci-vodlist > li {
  margin-bottom: 12px;
  animation: cupb-fade-up .45s ease both;
}
.cupb-latest .myci-vodlist > li:nth-child(1) { animation-delay: .02s; }
.cupb-latest .myci-vodlist > li:nth-child(2) { animation-delay: .04s; }
.cupb-latest .myci-vodlist > li:nth-child(3) { animation-delay: .06s; }
.cupb-latest .myci-vodlist > li:nth-child(4) { animation-delay: .08s; }
.cupb-latest .myci-vodlist > li:nth-child(5) { animation-delay: .1s; }
.cupb-latest .myci-vodlist > li:nth-child(6) { animation-delay: .12s; }
.cupb-latest .myci-vodlist > li:nth-child(n+7) { animation-delay: .14s; }
@keyframes cupb-fade-up {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767px) {
  .cupb-latest__hero {
    padding: 22px 18px 20px;
  }
  .cupb-latest__title {
    font-size: 26px;
  }
  .cupb-latest__stats {
    width: 100%;
  }
  .cupb-latest__stat {
    flex: 1;
    min-width: 0;
    padding: 12px 14px 10px;
  }
  .cupb-latest__stat-num {
    font-size: 24px;
  }
  .cupb-latest__grid {
    padding: 12px 8px 0;
  }
}

/* 鈥斺€?鎺掕姒滈〉锛歍OP3 绔栨捣鎶ユ搨鍙?+ 鍗曞垪绮剧畝鍒楄〃 鈥斺€?*/
body.page-rank {
  background: #f3f4f7;
}
.cupb-rank {
  margin-top: 14px;
  margin-bottom: 28px;
}
.cupb-rank__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin-bottom: 16px;
  padding: 0 2px;
}
.cupb-rank__title {
  margin: 0 0 4px;
  color: #16181f;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.2;
}
.cupb-rank__desc {
  margin: 0;
  color: #8b93a3;
  font-size: 13px;
}
.cupb-rank__tabs {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .05);
}
.cupb-rank__tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 8px 14px;
  border-radius: 9px;
  color: #667085 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background .15s ease, color .15s ease;
}
.cupb-rank__tabs a:hover {
  color: #16181f !important;
  background: #f5f6f8;
}
.cupb-rank__tabs a.is-active {
  color: #fff !important;
  background: #16181f;
}
.cupb-rank__board {
  padding: 0;
}
.cupb-rank__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cupb-rank-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: transform .2s ease;
  animation: cupbRankIn .4s ease both;
}
.cupb-rank-item:nth-child(1) { animation-delay: .02s; }
.cupb-rank-item:nth-child(2) { animation-delay: .04s; }
.cupb-rank-item:nth-child(3) { animation-delay: .06s; }
.cupb-rank-item:nth-child(4) { animation-delay: .08s; }
.cupb-rank-item:nth-child(5) { animation-delay: .1s; }
.cupb-rank-item:nth-child(6) { animation-delay: .12s; }
.cupb-rank-item:nth-child(n+7) { animation-delay: .14s; }
@keyframes cupbRankIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.cupb-rank-item:hover {
  transform: translateY(-2px);
}
.cupb-rank-no {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 6px;
  background: rgba(15, 18, 28, .72);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}
.cupb-rank-no.is-1 {
  background: linear-gradient(135deg, #ff6b6b, #e11d48);
}
.cupb-rank-no.is-2 {
  background: linear-gradient(135deg, #ffb020, #ff7a00);
}
.cupb-rank-no.is-3 {
  background: linear-gradient(135deg, #fbbf24, #d97706);
}
.cupb-rank-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 140%;
  border-radius: 8px;
  background: #e8ebf0;
  overflow: hidden;
}
.cupb-rank-thumb img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.cupb-rank-item:hover .cupb-rank-thumb img {
  transform: scale(1.04);
}
.cupb-rank-thumb__tag {
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  max-width: calc(100% - 12px);
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cupb-rank-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 2px 0;
  min-width: 0;
}
.cupb-rank-item .rank-name {
  display: block;
  margin: 0;
  padding: 0 !important;
  color: #222 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none !important;
}
.cupb-rank-item:hover .rank-name {
  color: #e67a00 !important;
}
.cupb-rank-meta {
  display: block;
  margin: 0;
  color: #999;
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cupb-rank-meta span + span::before {
  content: "路";
  margin: 0 4px;
  color: #ccc;
}
.cupb-rank-meta__actor {
  display: inline;
}
.cupb-rank-item:nth-child(-n+6) .cupb-rank-hits,
.cupb-rank-item:nth-child(-n+6) .cupb-rank-foot {
  display: none;
}

/* 第 7-30 名：双列大气横卡 */
.cupb-rank-item:nth-child(7) {
  position: relative;
  margin-top: 28px;
}
.cupb-rank-item:nth-child(7)::before {
  content: "完整榜单 · 7-30";
  position: absolute;
  left: 0;
  top: -22px;
  color: #98a2b3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
}
.cupb-rank-item:nth-child(n+7) {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 48px 78px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-top: 0;
  padding: 14px 16px;
  border: 1px solid rgba(16, 24, 40, .05);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
  box-shadow: 0 10px 28px rgba(16, 24, 40, .045);
  transform: none;
}
.cupb-rank-item:nth-child(n+7):hover {
  transform: translateY(-2px);
  border-color: rgba(255, 136, 0, .18);
  box-shadow: 0 16px 36px rgba(16, 24, 40, .08);
}
.cupb-rank-item:nth-child(n+7) .cupb-rank-no {
  position: static;
  justify-self: center;
  min-width: 0;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #d0d5dd;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  backdrop-filter: none;
}
.cupb-rank-item:nth-child(n+7) .cupb-rank-thumb {
  width: 78px;
  padding-top: 110px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(16, 24, 40, .14);
}
.cupb-rank-item:nth-child(n+7) .cupb-rank-thumb__tag {
  display: block;
  right: 5px;
  bottom: 5px;
  max-width: calc(100% - 10px);
  padding: 2px 5px;
  font-size: 10px;
}
.cupb-rank-item:nth-child(n+7) .cupb-rank-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  min-width: 0;
}
.cupb-rank-item:nth-child(n+7) .rank-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .01em;
}
.cupb-rank-item:nth-child(n+7) .cupb-rank-meta {
  font-size: 12px;
  color: #98a2b3;
}
.cupb-rank-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
}
.cupb-rank-tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.cupb-rank-tags i {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f3f4f7;
  color: #667085;
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
}
.cupb-rank-item:nth-child(n+7) .cupb-rank-hits {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 136, 0, .1);
  color: #e67a00;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .cupb-rank__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 10px;
  }
  .cupb-rank-item:nth-child(n+7) {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  .cupb-rank {
    margin-top: 10px;
  }
  .cupb-rank__hero {
    margin-bottom: 12px;
  }
  .cupb-rank__title {
    font-size: 22px;
  }
  .cupb-rank__tabs {
    width: 100%;
  }
  .cupb-rank__tabs a {
    flex: 1;
    min-width: 0;
    padding: 8px 4px;
    font-size: 12px;
  }
  .cupb-rank__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 8px;
  }
  .cupb-rank-item:hover {
    transform: none;
  }
  .cupb-rank-body {
    padding: 6px 1px 0;
    gap: 3px;
  }
  .cupb-rank-item .rank-name {
    font-size: 12px;
  }
  .cupb-rank-meta {
    font-size: 11px;
  }
  .cupb-rank-thumb {
    border-radius: 6px;
  }
  .cupb-rank-item:nth-child(7) {
    margin-top: 24px;
  }
  .cupb-rank-item:nth-child(7)::before {
    top: -18px;
    font-size: 11px;
  }
  .cupb-rank-item:nth-child(n+7) {
    grid-template-columns: 34px 58px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
  }
  .cupb-rank-item:nth-child(n+7):hover {
    transform: none;
  }
  .cupb-rank-item:nth-child(n+7) .cupb-rank-no {
    font-size: 22px;
  }
  .cupb-rank-item:nth-child(n+7) .cupb-rank-thumb {
    width: 58px;
    padding-top: 82px;
  }
  .cupb-rank-item:nth-child(n+7) .rank-name {
    font-size: 14px;
  }
  .cupb-rank-foot {
    flex-wrap: wrap;
  }
  .cupb-rank-tags i {
    padding: 2px 6px;
    font-size: 10px;
  }
  .cupb-rank-item:nth-child(n+7) .cupb-rank-hits {
    padding: 3px 8px;
    font-size: 11px;
  }
}

.myci-player {
  background: #000;
  position: relative;
}
.myci-player__video {
  position: relative;
  padding-top: 56.25%;
  background: #000;
}
.myci-player__video .MacPlayer,
.myci-player__video iframe,
.myci-player__video #player-left,
.myci-player__video .embed-responsive {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 鎾斁椤典俊鎭潯锛氬幓闈㈠寘灞戯紝绮剧畝鍏冧俊鎭?*/
.cupb-play-wrap {
  margin-top: 10px;
}
.cupb-play-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 2px;
  margin: 0 0 10px;
  padding: 0 2px;
  font-size: 12px;
  line-height: 1.5;
  color: #aaa;
}
.cupb-play-crumb a {
  color: #888;
  text-decoration: none;
  max-width: 42vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cupb-play-crumb a:hover {
  color: #f90;
}
.cupb-play-crumb__sep {
  margin: 0 4px;
  color: #d0d0d0;
}
.cupb-play-crumb__name {
  color: #666 !important;
}
.cupb-play-crumb__now {
  color: #f90;
  font-weight: 600;
}
.cupb-play-panel {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
}
.cupb-play-panel > .myci-pannel-box {
  padding: 0;
}
.cupb-play-info {
  padding: 14px 16px 16px !important;
}
.cupb-play-info__top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.cupb-play-info .title {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #222;
}
.cupb-play-info__name {
  color: inherit;
  text-decoration: none;
}
.cupb-play-info__name:hover {
  color: #f90;
}
.cupb-play-info__ep {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(255, 136, 0, .12);
  color: #e67a00;
  font-size: 12px;
  font-weight: 600;
  vertical-align: 2px;
  white-space: nowrap;
}
.cupb-play-info__more {
  flex: 0 0 auto;
  margin-top: 2px;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #eee;
  background: #fafafa;
  color: #666 !important;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none !important;
  white-space: nowrap;
}
.cupb-play-info__more:hover {
  border-color: rgba(255, 136, 0, .35);
  color: #e67a00 !important;
  background: #fff7ee;
}
.cupb-play-info__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
@media (max-width: 767px) {
  .cupb-play-wrap {
    margin-top: 6px;
  }
  .cupb-play-crumb {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .cupb-play-info {
    padding: 12px 12px 14px !important;
  }
  .cupb-play-info .title {
    font-size: 16px;
  }
  .cupb-play-info__ep {
    margin-left: 6px;
    padding: 1px 7px;
    font-size: 11px;
  }
  .cupb-play-info__more {
    padding: 4px 10px;
  }
  .cupb-play-info__tags .cupb-tag {
    padding: 3px 9px;
    font-size: 11px;
  }
}

.hot-search-container {
  background: #fff;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 15px 0 25px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.hot-search-container .hot-search-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}
.hot-search-tags a {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 8px 8px 0;
  background: #f5f5f5;
  border-radius: 14px;
  color: #666;
  font-size: 13px;
}
.hot-search-tags a:hover { background: #f90; color: #fff; }
.score.text-red { color: #f90; font-size: 18px; margin-left: 8px; }
.btn.btn-primary {
  display: inline-block;
  padding: 8px 22px;
  background: #f90;
  color: #fff !important;
  border-radius: 4px;
  border: 0;
}
.btn.btn-primary:hover { background: #f60; }
.simple-breadcrumb { font-size: 12px; color: #999; margin-bottom: 8px; }
.simple-breadcrumb a { color: #999; }
.simple-breadcrumb a:hover { color: #f90; }
.playlist .tip { color: #f90; font-size: 12px; }
.cupb-detail .playlist .myci-pannel__head,
.playlist .myci-pannel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cupb-detail .playlist .myci-pannel__head .title,
.playlist .myci-pannel__head .title {
  float: none;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.cupb-detail .playlist .cupb-ep-sort,
.playlist .cupb-ep-sort {
  float: none;
  margin-left: auto;
  flex-shrink: 0;
}
.cupb-ep-sort {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 10px;
  padding: 2px;
  border-radius: 999px;
  background: #f3f4f6;
}
.cupb-ep-sort__btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  min-width: 48px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  color: #666;
  font-size: 12px;
  line-height: 26px;
}
.cupb-ep-sort__btn:hover { color: #333; }
.cupb-ep-sort__btn.is-active {
  background: #f90;
  color: #fff;
}
@media (max-width: 767px) {
  .cupb-ep-sort { margin-left: 6px; }
  .playlist .tip { display: none; }
}
.gbook-box textarea { width: 100%; min-height: 120px; padding: 10px; border: 1px solid #eee; border-radius: 4px; }
.gbook-box .form-control { width: 100%; padding: 8px 10px; border: 1px solid #eee; border-radius: 4px; margin-bottom: 10px; }

/* 鍒嗙被绛涢€夌編鍖?*/
.cupb-screen-wrap {
  margin-bottom: 12px;
}
.cupb-screen-wrap .myci-pannel-box {
  padding: 6px 4px 2px;
}
.cupb-screen {
  padding: 8px 12px 4px;
}
.cupb-screen__row {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px dashed #f0f0f0;
}
.cupb-screen__row:last-child {
  border-bottom: 0;
}
.cupb-screen__label {
  flex: 0 0 48px;
  width: 48px;
  padding-top: 5px;
  color: #999;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}
.cupb-screen__list {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.cupb-screen__list li {
  float: left;
  margin: 0 8px 8px 0;
}
.cupb-screen__list li a {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 16px;
  background: #f7f7f8;
  color: #555;
  font-size: 13px;
  line-height: 1.3;
  transition: background .15s ease, color .15s ease;
}
.cupb-screen__list li a:hover {
  background: #fff3e0;
  color: #f90;
}
.cupb-screen__list li.active a,
.cupb-screen__list li.active a:hover {
  background: #f90;
  color: #fff;
  font-weight: 500;
}
.cupb-screen__row--sort .cupb-screen__list li a {
  background: transparent;
  border: 1px solid #eee;
}
.cupb-screen__row--sort .cupb-screen__list li a:hover {
  border-color: #f90;
  background: #fff8f0;
}
.cupb-screen__row--sort .cupb-screen__list li.active a {
  border-color: #f90;
  background: #f90;
  color: #fff;
}

@media (max-width: 767px) {
  .myci-content__playlist li { width: 50%; }
  .playlist .myci-content__playlist,
  .cupb-detail .playlist .myci-content__playlist {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .playlist .myci-content__playlist li,
  .cupb-detail .playlist .myci-content__playlist li {
    float: none;
    width: calc(50% - 4px);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .playlist .myci-content__playlist li a,
  .cupb-detail .playlist .myci-content__playlist li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 6px;
    font-size: 13px;
  }

  /* 猜你喜欢：移动端 6 部（3列×2行），PC 仍为 12 部（6列×2行） */
  .cupb-play-like .myci-vodlist > li:nth-child(n+7) {
    display: none;
  }

  .myci-vodlist__thumb .play,
  .myci-vodlist__thumb:hover .play {
    display: none !important;
  }
  .cupb-screen {
    padding: 4px 8px;
  }
  .cupb-screen__label {
    flex-basis: 40px;
    width: 40px;
    font-size: 12px;
  }
  .cupb-screen__list li a {
    padding: 4px 10px;
    font-size: 12px;
  }
}

/* 璇︽儏椤电編鍖?*/
.cupb-crumb {
  padding: 4px 2px 14px;
  font-size: 12px;
  color: #aaa;
}
.cupb-crumb .split { margin: 0 6px; color: #ddd; }
.cupb-crumb a { color: #888; }
.cupb-crumb a:hover { color: #f90; }
.cupb-crumb .current { color: #555; }
.cupb-detail .myci-pannel-bg {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
  margin-bottom: 14px;
  overflow: hidden;
}
.cupb-detail .myci-pannel-box {
  padding: 16px;
}
.cupb-detail .myci-pannel__head {
  padding-bottom: 10px;
  margin-bottom: 4px;
  border-bottom: 1px solid #f3f3f3;
}
.cupb-detail .myci-pannel__head .title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
/* 璇︽儏椤跺崱锛氬榻?cupb.cc /v/xxx */
.cupb-detail-card.myci-pannel-bg,
.cupb-detail .cupb-detail-card {
  position: relative;
  background: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
  margin-bottom: 14px;
  overflow: hidden;
}
.cupb-detail-card__glow {
  display: none;
}
.cupb-detail-card .myci-pannel-box {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.cupb-detail-card .col-pd {
  padding: 0;
}
.cupb-detail-card .myci-content__thumb,
.cupb-detail-card .myci-content__detail {
  display: table-cell;
  vertical-align: top;
}
.cupb-detail-card .myci-content__thumb {
  width: 190px;
}
.cupb-detail-card .myci-vodlist__thumb.v-thumb {
  width: 190px;
  max-width: 190px;
  padding-top: 268px !important;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  background-color: #f0f0f0;
}
.cupb-detail-card .myci-vodlist__thumb.v-thumb > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cupb-detail-card .myci-vodlist__thumb .play,
.cupb-detail-card .myci-vodlist__thumb .play.active,
.cupb-detail-card .myci-vodlist__thumb:hover .play {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 50px !important;
  height: 50px !important;
  margin: -25px 0 0 -25px;
  border: 0 !important;
  border-radius: 50%;
  background: #ff8800 !important;
  background-image: none !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: none;
  box-sizing: border-box;
  box-shadow: none;
}
.cupb-detail-card .myci-vodlist__thumb .play i {
  display: none !important;
}
.cupb-detail-card .myci-vodlist__thumb .play::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #fff;
}
.cupb-detail-card .myci-vodlist__thumb .pic-text {
  z-index: 2;
  padding: 22px 8px 6px;
  background: linear-gradient(transparent, rgba(0,0,0,.7));
  font-size: 12px;
}
.cupb-detail-card .myci-content__detail {
  width: 100%;
  padding: 4px 0 0 22px;
}
.cupb-detail-card .myci-content__detail .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
}
.cupb-detail-card .cupb-detail-name {
  flex: 1 1 auto;
  min-width: 0;
}
.cupb-detail-card .myci-content__detail .title .score,
.cupb-detail-card .myci-content__detail .title .score.text-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: 0;
  min-width: 44px;
  padding: 2px 10px;
  border-radius: 8px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #09bb07 !important;
  background: rgba(9, 187, 7, .08);
}
.cupb-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}
.cupb-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f5f6f8;
  color: #555 !important;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cupb-tag:hover {
  background: #fff0de;
  color: #e67a00 !important;
}
.cupb-tag--accent {
  background: rgba(255, 136, 0, .12);
  color: #e67a00 !important;
}
.cupb-detail-meta .data {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
}
.cupb-detail-meta .data .text-muted {
  flex: 0 0 2.2em;
  color: #999;
  font-weight: 500;
}
.cupb-detail-meta .cupb-meta-val {
  flex: 1;
  min-width: 0;
  color: #333;
}
.cupb-detail-meta .cupb-meta-val a {
  color: #333;
}
.cupb-detail-meta .cupb-meta-val a:hover {
  color: #f90;
}
.cupb-detail-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 2px;
}
.cupb-stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 8px;
  background: #f7f8fa;
  color: #444;
  font-size: 12px;
  line-height: 1.3;
}
.cupb-stat em {
  font-style: normal;
  color: #999;
}
.cupb-detail-card .myci-content__detail .data {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}
.cupb-detail-card .myci-content__detail .data .text-muted,
.cupb-detail-card .desc_box .text-muted {
  color: #999;
}
.cupb-detail-card .myci-content__detail .data a {
  color: #333;
}
.cupb-detail-card .myci-content__detail .data a:hover {
  color: #f90;
}
.cupb-detail-card .split-line {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background: #ddd;
  vertical-align: -1px;
}
.cupb-detail-card .desc_box {
  margin: 0 0 8px;
  padding-left: 42px;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}
.cupb-detail-card .desc_box .left {
  display: inline;
  margin-left: -42px;
}
.cupb-detail-card .desc_box .desc_info {
  color: #666;
}
.cupb-detail-card .play-btn {
  margin-top: 16px;
}
.cupb-play-btn--mobi {
  display: none;
}
.cupb-detail-card .play-btn .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 110px;
  padding: 8px 28px;
  font-size: 14px;
  border-radius: 4px;
  background: #f90;
  color: #fff !important;
  box-shadow: none;
}
.cupb-detail-card .play-btn .btn-primary .icon {
  font-size: 14px;
  line-height: 1;
}
.cupb-detail-card .play-btn .btn-primary:hover {
  background: #f60;
}

/* 鍏煎鏃ч€夋嫨鍣紝閬垮厤娈嬬暀鏍峰紡骞叉壈 */
.cupb-detail__plot {
  color: #666;
  line-height: 1.85;
  font-size: 14px;
  margin: 0;
}
.cupb-dot-icon,
.cupb-play-icon,
.cupb-fire-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -2px;
  background: no-repeat center / contain;
}
.cupb-dot-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='3' cy='8' r='2' fill='%23f90'/%3E%3Ccircle cx='8' cy='8' r='2' fill='%2309bb07'/%3E%3Ccircle cx='13' cy='8' r='2' fill='%23155faa'/%3E%3C/svg%3E");
}
.cupb-play-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='1' y='3' width='14' height='10' rx='1.5' fill='none' stroke='%23f90' stroke-width='1.5'/%3E%3Cpath d='M7 6l4 2-4 2V6z' fill='%23f90'/%3E%3C/svg%3E");
}
.cupb-fire-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 1c1.5 2.2-.2 3.6-.2 5.2 0 1.2.8 2 1.8 2 1.6 0 2.9-1.6 2.9-3.8C14.5 7.8 15 10 13.2 12.2 11.7 14 9.8 15 8 15c-3 0-5.5-2.2-5.5-5.4C2.5 6.2 5.2 3.8 8 1z' fill='%23f90'/%3E%3C/svg%3E");
}
.cupb-detail .playlist .myci-content__playlist li a {
  border-radius: 4px;
  transition: all .15s ease;
}
.cupb-detail .playlist .tip {
  color: #bbb;
  font-size: 12px;
}
.cupb-qr-card {
  margin-bottom: 14px;
}
.cupb-qr-card .myci-pannel-box {
  padding: 20px 14px 16px;
  text-align: center;
}
.cupb-qrcode {
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  line-height: 0;
}
.cupb-qrcode canvas,
.cupb-qrcode table {
  display: block;
  margin: 0 auto;
}
.cupb-qrcode__tip {
  margin: 12px 0 0;
  color: #999;
  font-size: 13px;
}
.cupb-detail .myci-pannel-side .myci-vodlist__text li {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .cupb-detail-card .myci-content__thumb,
  .cupb-detail-card .myci-content__detail {
    display: block;
  }
  .cupb-detail-card .myci-content__thumb {
    float: left;
    width: 120px;
    margin-right: 12px;
  }
  .cupb-detail-card .myci-vodlist__thumb.v-thumb {
    width: 120px;
    max-width: 120px;
    padding-top: 168px !important;
  }
  .cupb-detail-card .myci-content__detail {
    padding: 0;
    overflow: hidden;
  }
  .cupb-detail-card .myci-content__detail .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cupb-detail-card .myci-content__detail .title .score {
    font-size: 16px;
    min-width: 38px;
    padding: 2px 8px;
  }
  .cupb-detail-card .desc_box {
    padding-left: 0;
  }
  .cupb-detail-card .desc_box .left {
    margin-left: 0;
  }
  .cupb-detail .play-btn .btn-primary {
    min-width: 110px;
    padding: 9px 22px;
    font-size: 14px;
  }
}

/* 璇︽儏椤?路 绉诲姩绔簿鑷村寲 */
@media (max-width: 767px) {
  .cupb-detail {
    margin-top: 6px !important;
    padding: 0 2px;
  }
  .cupb-crumb {
    padding: 2px 4px 10px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cupb-detail .myci-pannel-bg {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(20, 24, 40, .06);
    margin-bottom: 12px;
  }
  .cupb-detail .myci-pannel-box {
    padding: 14px;
  }
  .cupb-detail-card.myci-pannel-bg,
  .cupb-detail .cupb-detail-card {
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(20, 24, 40, .08);
    background:
      linear-gradient(180deg, rgba(255,255,255,.92) 0%, #fff 48%),
      #fff;
  }
  .cupb-detail-card__glow {
    display: block;
    position: absolute;
    left: -10%;
    top: -30%;
    width: 120%;
    height: 70%;
    background-size: cover;
    background-position: center top;
    filter: blur(28px) saturate(1.15);
    opacity: .28;
    pointer-events: none;
    z-index: 0;
    transform: scale(1.05);
  }
  .cupb-detail-card__glow::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.15) 0%, #fff 88%);
  }
  .cupb-detail-card .myci-pannel-box {
    padding: 16px 14px 14px;
  }
  .cupb-detail-hero {
    display: flex !important;
    align-items: flex-start;
    gap: 14px;
  }
  .cupb-detail-card .myci-content__thumb {
    float: none !important;
    flex: 0 0 118px;
    width: 118px;
    margin: 0 !important;
  }
  .cupb-detail-card .myci-vodlist__thumb.v-thumb {
    width: 118px;
    max-width: 118px;
    padding-top: 166px !important;
    border-radius: 14px;
    box-shadow:
      0 12px 28px rgba(0,0,0,.18),
      0 0 0 1px rgba(255,255,255,.35) inset;
  }
  .cupb-detail-card .myci-vodlist__thumb .play,
  .cupb-detail-card .myci-vodlist__thumb .play.active,
  .cupb-detail-card .myci-vodlist__thumb:hover .play {
    display: none !important;
  }
  .cupb-detail-card .myci-vodlist__thumb .pic-text {
    padding: 18px 8px 7px;
    font-size: 11px;
    letter-spacing: .02em;
  }
  .cupb-detail-card .myci-content__detail {
    flex: 1;
    min-width: 0;
    overflow: visible;
    padding: 0;
  }
  .cupb-detail-card .myci-content__detail .title {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1.35;
  }
  .cupb-detail-card .cupb-detail-name {
    display: inline;
    margin-right: 8px;
  }
  .cupb-detail-card .myci-content__detail .title .score {
    display: inline-flex;
    vertical-align: 2px;
    min-width: 36px;
    padding: 1px 8px;
    border-radius: 999px;
    font-size: 14px;
    background: rgba(9, 187, 7, .1);
  }
  .cupb-detail-tags {
    gap: 6px;
    margin: 0 0 12px;
  }
  .cupb-tag {
    padding: 3px 9px;
    border-radius: 8px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
    font-size: 11px;
  }
  .cupb-tag--accent {
    border-color: rgba(255, 136, 0, .22);
  }
  .cupb-detail-meta .data {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.55;
  }
  .cupb-detail-meta .data .text-muted {
    flex: 0 0 2em;
  }
  .cupb-meta-actor .cupb-meta-val {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #555;
  }
  .cupb-detail-stats {
    margin: 2px 0 0;
    gap: 6px;
  }
  .cupb-stat {
    padding: 4px 8px;
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,0,0,.04);
    font-size: 11px;
  }
  .cupb-detail-card .play-btn {
    clear: both;
    margin-top: 14px;
  }
  .cupb-play-btn--pc {
    display: none !important;
  }
  .cupb-play-btn--mobi {
    display: block !important;
    margin-top: 14px;
  }
  .cupb-detail-card .play-btn .btn-primary {
    display: flex;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff9a1f 0%, #ff7a00 55%, #f06000 100%);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    box-shadow: 0 10px 22px rgba(255, 122, 0, .32);
  }
  .cupb-detail-card .play-btn .btn-primary:active {
    transform: scale(.98);
    box-shadow: 0 6px 14px rgba(255, 122, 0, .24);
  }
  .cupb-detail #desc .myci-pannel__head {
    border-bottom: 0;
    padding-bottom: 4px;
  }
  .cupb-detail__plot {
    font-size: 13px;
    line-height: 1.85;
    color: #666;
  }
  .cupb-detail .playlist .myci-content__playlist {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .cupb-detail .playlist .myci-content__playlist li {
    float: none;
    margin: 0;
    padding: 0;
    width: calc(50% - 4px);
    box-sizing: border-box;
  }
  .cupb-detail .playlist .myci-content__playlist li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    padding: 8px 6px;
    border-radius: 10px;
    background: #f6f7f9;
    border: 1px solid #eef0f3;
    font-size: 13px;
  }
}

/* 鈥斺€?绉诲姩绔《鏍忥細鎼滅储 / 鑿滃崟锛堝弬鑰?zhiyan锛?鈥斺€?*/
.cupb-mobi-actions {
  display: none;
}
.cupb-search-panel,
.cupb-menu-mask,
.cupb-menu-drawer {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-top: 58px !important;
  }
  body.cupb-drawer-open,
  body.cupb-search-open {
    overflow: hidden;
  }

  .myci-header__top {
    height: 58px !important;
    padding: 0 10px !important;
    border-top-width: 3px !important;
  }
  .myci-header_bd {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 55px;
  }
  .myci-header__logo {
    float: none !important;
    margin: 0 !important;
    flex: 1;
    min-width: 0;
    z-index: 2;
  }
  .cupb-brand__name {
    font-size: 16px;
    max-width: 42vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .myci-header__side {
    float: none !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
    z-index: 3;
  }
  .cupb-search-pc,
  .cupb-nav-pc,
  .myci-header__menu {
    display: none !important;
  }
  .myci-header__user {
    margin: 0 2px 0 0 !important;
  }
  .myci-header__user > li {
    margin: 0 !important;
  }
  .myci-header__user > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: #fff;
  }
  .myci-header__user > li > a .icon {
    font-size: 20px !important;
    line-height: 1 !important;
  }
  .myci-header__user > li > a:active {
    background: rgba(255, 255, 255, .08);
  }
  .myci-header__user > li .dropdown {
    right: -4px;
    left: auto;
    top: calc(100% + 6px);
    width: min(280px, calc(100vw - 24px));
    min-width: 0;
    max-height: 60vh;
    overflow-y: auto;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(22, 22, 26, .96);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
    color: rgba(255, 255, 255, .75);
    z-index: 100050;
  }
  .myci-header__user > li .dropdown:before {
    right: 14px;
    background-color: rgba(22, 22, 26, .96);
    border-top-color: rgba(255, 255, 255, .08);
    border-right-color: rgba(255, 255, 255, .08);
  }
  .myci-header__user .dropdown h5 {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
  }
  .myci-header__user .dropdown h5 a {
    color: #ffb45c;
  }
  .myci-header__user .dropdown li {
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, .06);
  }
  .myci-header__user .dropdown li:first-child {
    margin-top: 0;
    border-top: 0;
  }
  .myci-header__user .dropdown li a {
    display: block;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cupb-mobi-actions {
    display: inline-flex !important;
    align-items: center;
    gap: 2px;
  }
  .cupb-search-trigger,
  .cupb-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .cupb-search-trigger:active,
  .cupb-menu-toggle:active {
    background: rgba(255, 255, 255, .08);
  }
  .cupb-search-trigger .icon,
  .cupb-menu-toggle .icon {
    font-size: 20px;
    line-height: 1;
  }

  /* 鎼滅储寮瑰眰 */
  .cupb-search-panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100020;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: rgba(0, 0, 0, .68);
    box-sizing: border-box;
  }
  .cupb-search-panel.is-open {
    display: flex !important;
  }
  .cupb-search-panel__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    width: min(92vw, 420px);
  }
  .cupb-search-panel__form {
    display: flex;
    flex: 1;
    align-items: center;
    height: 46px;
    padding: 0 6px 0 14px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
  }
  .cupb-search-panel__input {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #222;
    font-size: 15px;
  }
  .cupb-search-panel__go {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #ff8800;
    color: #fff;
    cursor: pointer;
  }
  .cupb-search-panel__go .icon {
    font-size: 16px;
  }
  .cupb-search-panel__close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
  }

  /* 鑿滃崟閬僵 + 鎶藉眽 */
  .cupb-menu-mask {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .55);
    opacity: 0;
    transition: opacity .28s ease;
  }
  .cupb-menu-mask.is-open {
    display: block;
    opacity: 1;
  }
  .cupb-menu-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(82vw, 310px);
    z-index: 100001;
    background: #1a1c24;
    border-radius: 0 20px 20px 0;
    box-shadow: 12px 0 40px rgba(0, 0, 0, .55);
    transform: translateX(-105%);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
  }
  .cupb-menu-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .cupb-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 16px 14px;
    padding-top: calc(14px + env(safe-area-inset-top, 0px));
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(135deg, rgba(255, 136, 0, .16) 0%, transparent 72%);
    flex-shrink: 0;
  }
  .cupb-drawer__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }
  .cupb-drawer__logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 8px;
  }
  .cupb-drawer__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .cupb-drawer__close {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
  }
  .cupb-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 12px 14px 28px;
    -webkit-overflow-scrolling: touch;
  }
  .cupb-drawer__main,
  .cupb-drawer__sub {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .cupb-drawer__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 18px;
  }
  .cupb-drawer__main li a {
    display: block;
    padding: 12px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .cupb-drawer__main li.active a,
  .cupb-drawer__main li a:active {
    background: rgba(255, 136, 0, .22);
    color: #ffb45c;
  }
  .cupb-drawer__label {
    margin: 4px 0 10px;
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
    letter-spacing: .12em;
  }
  .cupb-drawer__sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .cupb-drawer__sub li a {
    display: block;
    padding: 11px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .88);
    text-align: center;
    font-size: 13px;
  }
  .cupb-drawer__sub li.active a,
  .cupb-drawer__sub li a:active {
    border-color: rgba(255, 136, 0, .45);
    color: #ffb45c;
    background: rgba(255, 136, 0, .12);
  }
}


