@charset "UTF-8";
/* 移动端 · NBA录像屋球迷屋深色主题（覆盖 wap-portal 浅色） */
body.nba-theme-wap {
  --nba-bg: #0f1115;
  --nba-bg2: #161a22;
  --nba-card: #1c212b;
  --nba-line: #2a3140;
  --nba-text: #f2f4f8;
  --nba-muted: #9aa3b5;
  --nba-blue: #2f7bff;
  background: var(--nba-bg) !important;
  background-image: none !important;
  color: var(--nba-text) !important;
}
body.nba-theme-wap::before,
body.nba-theme-wap::after {
  display: none !important;
}
body.nba-theme-wap a { color: var(--nba-text); }
body.nba-theme-wap #ppzyWebsite {
  background: var(--nba-bg) !important;
  min-height: 100vh;
  color: var(--nba-text);
}
body.nba-theme-wap #ppzyWebsite .container,
body.nba-theme-wap .container {
  background: transparent !important;
  background-color: transparent !important;
  margin-block-end: .2rem;
  box-shadow: none !important;
  border: none !important;
}
body.nba-theme-wap #ppzyWebsite .container.nba-panel,
body.nba-theme-wap .container.nba-panel {
  background: var(--nba-card) !important;
  background-color: var(--nba-card) !important;
  border: 1px solid var(--nba-line) !important;
  border-radius: .2rem !important;
  box-shadow: none !important;
  margin: 0 .24rem .24rem !important;
}

/* 顶栏 */
body.nba-theme-wap #ppzyWebsite .header,
body.nba-theme-wap .header {
  background: var(--nba-bg2) !important;
  border-bottom: 1px solid var(--nba-line) !important;
}
body.nba-theme-wap .top_logo.nba-brand {
  display: inline-flex !important;
  align-items: center;
  gap: .1rem;
  width: auto !important;
  height: auto !important;
}
body.nba-theme-wap .top_logo.nba-brand img { display: none; }
body.nba-theme-wap .nba-brand-mark {
  display: inline-flex;
  width: .56rem;
  height: .56rem;
}
body.nba-theme-wap .nba-brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}
body.nba-theme-wap .nba-brand-text {
  display: inline-flex !important;
  font-family: "STXingkai", "华文行楷", "KaiTi", "楷体", "Microsoft YaHei", sans-serif;
  font-size: .42rem;
  font-weight: 700;
  letter-spacing: .02rem;
  color: #4ea1ff !important;
  -webkit-text-fill-color: #4ea1ff !important;
  background: none !important;
}
body.nba-theme-wap .nba-brand-text i {
  font-style: normal;
  color: #4ea1ff !important;
  -webkit-text-fill-color: #4ea1ff !important;
}
body.nba-theme-wap #ppzyWebsite .top_search form,
body.nba-theme-wap .top_search form {
  background: var(--nba-card) !important;
  border-color: var(--nba-line) !important;
}
body.nba-theme-wap #ppzyWebsite .top_search input,
body.nba-theme-wap .top_search input {
  color: var(--nba-text) !important;
  background: transparent !important;
}
body.nba-theme-wap .top_search input::placeholder { color: var(--nba-muted) !important; }
body.nba-theme-wap .top_search .icon-search {
  color: var(--nba-muted) !important;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239aa3b5' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") no-repeat center !important;
  background-size: .36rem !important;
}

/* 导航 */
body.nba-theme-wap #ppzyWebsite .nav,
body.nba-theme-wap .nav {
  background: var(--nba-bg2) !important;
  border-bottom: 1px solid var(--nba-line) !important;
  box-shadow: none !important;
}
body.nba-theme-wap #ppzyWebsite .nav #navSwiper .swiper-slide a,
body.nba-theme-wap #navSwiper .swiper-slide a {
  color: var(--nba-muted) !important;
  background: transparent !important;
  font-size: .3rem !important;
  font-weight: 600 !important;
}
body.nba-theme-wap #ppzyWebsite .nav #navSwiper .swiper-slide.active a,
body.nba-theme-wap #navSwiper .swiper-slide.active a {
  color: var(--nba-blue) !important;
  background: transparent !important;
  font-size: .32rem !important;
  position: relative;
}
body.nba-theme-wap #ppzyWebsite .nav #navSwiper .swiper-slide.active a::after,
body.nba-theme-wap #navSwiper .swiper-slide.active a::after {
  display: block !important;
  content: "";
  position: absolute;
  left: .28rem;
  right: .28rem;
  bottom: 0;
  height: 3px;
  background: var(--nba-blue);
  border-radius: 2px 2px 0 0;
}

body.nba-theme-wap .nba-subnav {
  background: #12161e !important;
  border-bottom: 1px solid var(--nba-line);
  padding: .16rem .24rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
body.nba-theme-wap .nba-subnav a {
  display: inline-block;
  margin-right: .16rem;
  padding: .12rem .28rem;
  border-radius: .12rem;
  font-size: .26rem;
  font-weight: 600;
  color: var(--nba-muted) !important;
  line-height: 1.2;
}
body.nba-theme-wap .nba-subnav a.active {
  background: var(--nba-blue) !important;
  color: #fff !important;
}

body.nba-theme-wap .footer {
  background: #0b0d11 !important;
}
body.nba-theme-wap .footer > div,
body.nba-theme-wap .footer a {
  color: var(--nba-muted) !important;
}
body.nba-theme-wap .goTop .top-btn {
  background-color: var(--nba-blue) !important;
}

/* 区块标题：白字 + 蓝橙竖条，去掉浅色底 */
body.nba-theme-wap .globalTit,
body.nba-theme-wap #ppzyWebsite .globalTit {
  background: transparent !important;
  background-image: none !important;
  border-bottom: 1px solid var(--nba-line) !important;
  padding: .2rem .24rem .24rem !important;
  margin: 0 !important;
}
body.nba-theme-wap .globalTit h2,
body.nba-theme-wap #ppzyWebsite .globalTit h2 {
  color: #fff !important;
  font-size: .34rem !important;
  font-weight: 700 !important;
  position: relative;
  padding-left: .2rem !important;
}
body.nba-theme-wap .globalTit h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: .28rem;
  border-radius: 2px;
  background: linear-gradient(180deg, #2f7bff 0%, #2f7bff 55%, #ff7a3d 55%, #ff7a3d 100%);
}
body.nba-theme-wap .globalTit h2::after {
  display: none !important;
}
body.nba-theme-wap .globalTit .more {
  color: var(--nba-muted) !important;
}

body.nba-theme-wap .nba-panel {
  margin: 0 .24rem .24rem;
  padding: .08rem 0 .2rem;
  background: var(--nba-card) !important;
  border: 1px solid var(--nba-line) !important;
  border-radius: .2rem;
  box-shadow: none !important;
}
body.nba-theme-wap .nba-empty {
  padding: .8rem .24rem;
  text-align: center;
  color: var(--nba-muted) !important;
  font-size: .28rem;
}

body.nba-theme-wap .article-box {
  margin: 0 .16rem;
  background: transparent !important;
}
body.nba-theme-wap .article-box .news-item {
  border-top-color: var(--nba-line) !important;
  background: transparent !important;
}
body.nba-theme-wap .article-box .news-cont .title,
body.nba-theme-wap .article-box .news-cont h3,
body.nba-theme-wap .article-box .news-cont .h3 {
  color: #fff !important;
  font-weight: 700 !important;
}
body.nba-theme-wap .article-box .news-cont .title:active,
body.nba-theme-wap .article-box .news-cont .title:hover {
  color: var(--nba-blue) !important;
}
body.nba-theme-wap .article-box .news-cont .info span,
body.nba-theme-wap .article-box .news-cont .desc,
body.nba-theme-wap .article-box .news-cont p {
  color: var(--nba-muted) !important;
}

/* 回放双列 */
body.nba-theme-wap .nba-replay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .2rem;
  padding: 0 .24rem .24rem;
}
body.nba-theme-wap .nba-replay-card {
  background: var(--nba-bg2);
  border: 1px solid var(--nba-line);
  border-radius: .16rem;
  overflow: hidden;
}
body.nba-theme-wap .nba-replay-card .cover {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
body.nba-theme-wap .nba-replay-card .cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.nba-theme-wap .nba-replay-card .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: .72rem;
  height: .72rem;
  margin: -.36rem 0 0 -.36rem;
  border-radius: 50%;
  background: rgba(47, 123, 255, 0.92);
}
body.nba-theme-wap .nba-replay-card .play::before {
  content: "";
  position: absolute;
  left: .28rem;
  top: .22rem;
  border-style: solid;
  border-width: .14rem 0 .14rem .24rem;
  border-color: transparent transparent transparent #fff;
}
body.nba-theme-wap .nba-replay-card .tag {
  position: absolute;
  left: .12rem;
  bottom: .12rem;
  padding: .04rem .12rem;
  border-radius: .08rem;
  background: var(--nba-blue);
  color: #fff;
  font-size: .22rem;
}
body.nba-theme-wap .nba-replay-card .title {
  display: block;
  padding: .16rem;
  font-size: .26rem;
  line-height: 1.4;
  color: #fff !important;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 首页热门轮播（同 PC 逻辑） */
body.nba-theme-wap .nba-banner {
  margin: .24rem;
  border-radius: .24rem;
  overflow: hidden;
  border: 1px solid var(--nba-line);
  background: var(--nba-card);
}
body.nba-theme-wap .nba-banner .swiper-container {
  width: 100%;
  height: 3.8rem;
}
body.nba-theme-wap .nba-banner-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
  color: #fff !important;
}
body.nba-theme-wap .nba-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.nba-theme-wap .nba-banner-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,10,16,.25) 0%, rgba(8,10,16,.55) 40%, rgba(8,10,16,.92) 100%);
  pointer-events: none;
}
body.nba-theme-wap .nba-banner-tag {
  position: absolute;
  top: .24rem;
  right: .24rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: .4rem;
  padding: 0 .16rem;
  border-radius: .08rem;
  background: var(--nba-blue);
  color: #fff !important;
  font-size: .22rem;
  font-weight: 700;
}
body.nba-theme-wap .nba-banner-body {
  position: absolute;
  left: .32rem;
  right: .32rem;
  bottom: .48rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.nba-theme-wap .nba-banner-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .34rem;
  line-height: 1.35;
  font-weight: 800;
  color: #fff !important;
  text-shadow: 0 .04rem .16rem rgba(0,0,0,.5);
  margin-bottom: .12rem;
}
body.nba-theme-wap .nba-banner-meta {
  color: rgba(242,244,248,.78) !important;
  font-size: .22rem;
  margin-bottom: .2rem;
}
body.nba-theme-wap .nba-banner-btn {
  display: inline-flex;
  align-items: center;
  height: .56rem;
  padding: 0 .28rem;
  border-radius: .4rem;
  background: var(--nba-blue);
  color: #fff !important;
  font-size: .24rem;
  font-weight: 700;
}
body.nba-theme-wap .nba-banner .swiper-pagination {
  bottom: .16rem !important;
}
body.nba-theme-wap .nba-banner .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  margin: 0 .06rem !important;
  background: rgba(255,255,255,.45);
  opacity: 1;
  border-radius: 999px;
}
body.nba-theme-wap .nba-banner .swiper-pagination-bullet-active {
  width: .36rem;
  background: var(--nba-blue);
}

/* 旧 hero 兼容（可忽略） */
body.nba-theme-wap .nba-hero { display: none; }

/* 首页资讯列表：白字高对比 */
body.nba-theme-wap .nba-home-list a {
  display: flex;
  gap: .2rem;
  padding: .24rem;
  border-bottom: 1px solid var(--nba-line);
  color: #fff !important;
}
body.nba-theme-wap .nba-home-list a:last-child { border-bottom: 0; }
body.nba-theme-wap .nba-home-list .thumb {
  flex: none;
  width: 2.2rem;
  height: 1.4rem;
  border-radius: .12rem;
  overflow: hidden;
  background: var(--nba-bg2);
}
body.nba-theme-wap .nba-home-list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.nba-theme-wap .nba-home-list .t {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.nba-theme-wap .nba-home-list .t h3,
body.nba-theme-wap .nba-home-list .t .title {
  font-size: .3rem !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: #fff !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.nba-theme-wap .nba-home-list a:active .t h3,
body.nba-theme-wap .nba-home-list a:hover .t h3 {
  color: var(--nba-blue) !important;
}
body.nba-theme-wap .nba-home-list .t span {
  font-size: .22rem !important;
  color: var(--nba-muted) !important;
}

body.nba-theme-wap .nba-side-list {
  padding: 0 .24rem .16rem;
}
body.nba-theme-wap .nba-side-list a {
  display: block;
  padding: .2rem 0;
  border-bottom: 1px solid var(--nba-line);
  font-size: .28rem;
  color: #fff !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.nba-theme-wap .nba-side-list a:last-child { border-bottom: 0; }

body.nba-theme-wap .article-head {
  border-bottom-color: var(--nba-line) !important;
}
body.nba-theme-wap .article-head h1 { color: #fff !important; }
body.nba-theme-wap .article-head p,
body.nba-theme-wap .article-head p span { color: var(--nba-muted) !important; }
body.nba-theme-wap .article-module > p { color: #d7dce8 !important; }
/* 真实手机：下载地址推广入口 */
body.nba-theme-wap .nba-promote-entry {
  margin: 0 0 .24rem;
}
body.nba-theme-wap .nba-promote-entry .down-a-line {
  display: block;
  text-decoration: none;
  color: #fff;
}
body.nba-theme-wap .nba-promote-entry .nba-promote-cover {
  display: block;
  width: 100%;
  height: auto;
  border-radius: .12rem;
  object-fit: cover;
  background: #1c212b;
}
body.nba-theme-wap .nba-promote-entry .down-btn-line {
  display: block;
  margin: .2rem 0 0;
  padding: .22rem .2rem;
  border-radius: .16rem;
  background: #2f7bff;
  color: #fff !important;
  text-align: center;
  font-size: .32rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 .08rem .2rem rgba(47, 123, 255, .45);
}
body.nba-theme-wap .nba-promote-entry .down-a-line:active .down-btn-line {
  opacity: .92;
  transform: scale(.99);
}
body.nba-theme-wap .nba-article-tags {
  display: flex;
  align-items: flex-start;
  gap: .16rem;
  margin: .28rem .24rem .1rem;
  padding-top: .24rem;
  border-top: 1px solid var(--nba-line);
}
body.nba-theme-wap .detail-main .nba-article-tags {
  margin-left: 0;
  margin-right: 0;
}
body.nba-theme-wap .nba-article-tags-label {
  flex: none;
  margin-top: .06rem;
  font-size: .26rem;
  color: var(--nba-muted) !important;
}
body.nba-theme-wap .nba-article-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: .12rem;
}
body.nba-theme-wap .nba-kw-tag {
  display: inline-block;
  padding: .08rem .18rem;
  border: 1px solid var(--nba-line);
  border-radius: .1rem;
  background: var(--nba-bg2);
  color: var(--nba-text) !important;
  font-size: .26rem;
  line-height: 1.4;
}
body.nba-theme-wap .nba-kw-tag:active,
body.nba-theme-wap .nba-kw-tag:hover {
  border-color: var(--nba-blue);
  color: var(--nba-blue) !important;
  background: rgba(47, 123, 255, .12);
}
body.nba-theme-wap .article-module > h3 {
  background: var(--nba-bg2) !important;
  color: var(--nba-blue) !important;
}
body.nba-theme-wap .page-wrap .page-item {
  background: var(--nba-card) !important;
  color: var(--nba-muted) !important;
}
body.nba-theme-wap .curPage > span,
body.nba-theme-wap .page-wrap .page-item.curPage > span {
  background-color: var(--nba-blue) !important;
}
body.nba-theme-wap .ppHjClass { display: none !important; }

/* 移动端搜索结果页 */
body.nba-search-wap .nba-search-tabs {
  display: flex;
  gap: .16rem;
  padding: .2rem .24rem;
  background: var(--nba-bg2);
  border-bottom: 1px solid var(--nba-line);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.nba-search-wap .nba-search-tabs a {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: .56rem;
  padding: 0 .28rem;
  border-radius: .4rem;
  font-size: .26rem;
  font-weight: 600;
  color: var(--nba-muted) !important;
  background: transparent;
  white-space: nowrap;
}
body.nba-search-wap .nba-search-tabs a.active {
  color: #fff !important;
  background: var(--nba-blue) !important;
}
body.nba-search-wap .nba-search-panel {
  margin: .24rem;
  padding: .08rem 0 .24rem;
  background: var(--nba-card) !important;
  border: 1px solid var(--nba-line) !important;
  border-radius: .2rem;
}
body.nba-search-wap .nba-search-head {
  display: flex;
  align-items: center;
  gap: .16rem;
  padding: .24rem .24rem .16rem;
  border-bottom: 1px solid var(--nba-line);
}
body.nba-search-wap .nba-search-head h2 {
  margin: 0;
  font-size: .32rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.3;
}
body.nba-search-wap .nba-search-head .count {
  margin-left: auto;
  font-size: .22rem;
  color: var(--nba-muted) !important;
}
body.nba-search-wap .nba-search-list {
  display: flex;
  flex-direction: column;
}
body.nba-search-wap .nba-search-item {
  display: flex;
  gap: .2rem;
  padding: .24rem;
  border-bottom: 1px solid var(--nba-line);
  color: #fff !important;
}
body.nba-search-wap .nba-search-item:last-child { border-bottom: 0; }
body.nba-search-wap .nba-search-item .cover {
  flex: none;
  width: 2.2rem;
  height: 1.4rem;
  border-radius: .12rem;
  overflow: hidden;
  background: var(--nba-bg2);
}
body.nba-search-wap .nba-search-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.nba-search-wap .nba-search-item .body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .08rem;
}
body.nba-search-wap .nba-search-item .title {
  font-size: .3rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff !important;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.nba-search-wap .nba-search-item .title em {
  color: #ff7a3d !important;
  font-style: normal;
  font-weight: 800;
}
body.nba-search-wap .nba-search-item .desc {
  font-size: .24rem;
  line-height: 1.45;
  color: var(--nba-muted) !important;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.nba-search-wap .nba-search-item .desc em {
  color: #ff7a3d !important;
  font-style: normal;
}
body.nba-search-wap .nba-search-item .meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: .12rem;
  font-size: .22rem;
  color: var(--nba-muted) !important;
}
body.nba-search-wap .nba-search-item .meta i {
  font-style: normal;
}
body.nba-search-wap .nba-search-item .tag {
  display: inline-flex;
  align-items: center;
  height: .36rem;
  padding: 0 .12rem;
  border-radius: .06rem;
  background: rgba(47, 123, 255, 0.16);
  color: var(--nba-blue) !important;
  font-weight: 600;
}
body.nba-search-wap .nba-search-empty {
  padding: .8rem .24rem .48rem;
  text-align: center;
}
body.nba-search-wap .nba-search-empty p {
  color: var(--nba-muted) !important;
  font-size: .28rem;
  margin-bottom: .32rem;
}
body.nba-search-wap .nba-search-suggest {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .16rem;
}
body.nba-search-wap .nba-search-suggest a {
  display: inline-flex;
  align-items: center;
  height: .56rem;
  padding: 0 .28rem;
  border-radius: .4rem;
  background: var(--nba-bg2);
  border: 1px solid var(--nba-line);
  color: #fff !important;
  font-size: .24rem;
  font-weight: 600;
}