
body { background: #09090b; }
.xqbj-icon-logo { width: 150px !important; height: 44px !important; background: none !important; position: relative; display: inline-flex !important; align-items: center; white-space: nowrap; }
.xqbj-icon-logo::before { content: "淡蓝网"; display: inline-flex; align-items: center; height: 28px; padding: 0 9px; border-radius: 4px 0 0 4px; background: #ffcc00; color: #111; font-size: 16px; font-weight: 900; letter-spacing: 0; }
.xqbj-icon-logo::after { content: "视频"; display: inline-flex; align-items: center; height: 28px; padding: 0 8px; border: 1px solid #303139; border-left: 0; border-radius: 0 4px 4px 0; background: #23242a; color: #fff; font-size: 15px; font-weight: 900; letter-spacing: 0; }
.video-card-image img, .recommend-item img { display: block !important; width: 100% !important; height: 100% !important; object-fit: cover !important; opacity: 1 !important; }
.slf-video-list-grid .video-card-image img,
.video-card-image img { pointer-events: none !important; user-select: none; -webkit-user-drag: none; }
.video-card-placeholder { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; background: #24252b; color: #747782; font-size: 15px; font-weight: 800; letter-spacing: 0; }
.video-card-placeholder span { display: inline-flex; height: 26px; align-items: center; padding: 0 8px; border: 1px solid #3c3e46; border-radius: 4px; background: #1a1b20; }
.video-card-placeholder[data-status="loading"] span { opacity: .62; }
.video-card-placeholder[data-status="error"] span { border-color: #5a3840; color: #9a7178; }
.template-player { position: relative; overflow: hidden; background: #15161a; }
.player-cover-layer { position: absolute; inset: 0 0 52px; z-index: 2; pointer-events: none; background: #15161a; }
.player-cover-layer img, .player-cover-layer .video-card-placeholder { width: 100%; height: 100%; object-fit: cover; }
.player-cover-layer::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .32)); }
.recommend-placeholder { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; background: #24252b; color: #747782; font-size: 15px; font-weight: 800; letter-spacing: 0; }
.video-card-title { color: #ededf0 !important; }
.video-card-detail { display: none !important; pointer-events: none !important; }
.video-card-detail .video-card-tag { display: none !important; }
.slf-video-list-grid .video-card-image::before,
.slf-video-list-grid .video-card-image::after,
.video-card-image::before,
.video-card-image::after { display: none !important; content: none !important; }
.slf-ad-list-type-a .ad-item::before, .slf-ad-list-type-a .ad-item::after, .slf-ad-list-type-a .ad-image-box::before, .slf-ad-list-type-a .ad-image-box::after { display: none !important; content: none !important; }
.drop-down-content { display: none; }
.contact-info:hover .drop-down-content { display: block; }
.text-line-ellipsis-1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body #xqbj-container .xqbj-header .navbar > .container-fluid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, auto);
  align-items: center;
  justify-content: stretch;
  gap: 24px;
  width: 100%;
  max-width: var(--default-screen-max-width);
  margin: 0 auto;
  padding: 0;
}
body #xqbj-container .xqbj-header .navbar > .container-fluid::before,
body #xqbj-container .xqbj-header .navbar > .container-fluid::after,
body #xqbj-container .xqbj-header .header-nav-row > .container-fluid::before,
body #xqbj-container .xqbj-header .header-nav-row > .container-fluid::after {
  display: none !important;
  content: none !important;
}
body #xqbj-container .xqbj-header .navbar-left {
  justify-self: start;
  min-width: 0;
}
body #xqbj-container .xqbj-header .navbar-search-shell {
  display: flex !important;
  justify-self: end;
  width: 48px;
  max-width: 48px;
  min-width: 0;
}
body #xqbj-container .xqbj-header .nav-btns-box {
  display: flex;
  justify-self: end;
  justify-content: flex-end;
  min-width: 0;
}
body #xqbj-container .xqbj-header .navbar-search-shell .navbar-nav-right {
  display: flex !important;
  width: 48px;
  height: auto !important;
  align-items: center;
  justify-content: center;
}
body #xqbj-container .xqbj-header .header-search-button {
  position: static !important;
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  background: #202126 !important;
  border: 1px solid #303139 !important;
  border-radius: 999px !important;
}
body #xqbj-container .xqbj-header .header-search-button .xqbj-icon-search {
  width: 20px;
  height: 20px;
  background-size: contain !important;
}
body #xqbj-container .xqbj-header .site-search-form {
  position: relative;
  display: flex !important;
  width: 100% !important;
  height: 40px !important;
  align-items: center;
  overflow: hidden;
  background: #202126 !important;
  border: 1px solid #303139;
  border-radius: 6px;
}
body #xqbj-container .xqbj-header .site-search-form .search-input-control {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 48px 0 16px !important;
  color: #f2f2f4 !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  font-size: 14px !important;
}
body #xqbj-container .xqbj-header .site-search-form .search-input-control::placeholder {
  color: #858891 !important;
  font-size: 14px !important;
}
body #xqbj-container .xqbj-header .site-search-form .search-icon-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 44px !important;
  height: 100% !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
}
body #xqbj-container .xqbj-header .site-search-form .xqbj-icon-search {
  width: 18px;
  height: 18px;
  background-size: contain !important;
}
.header-nav-row { width: 100%; max-width: 100%; overflow: hidden; }
.header-nav-row > .container-fluid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: var(--default-screen-max-width);
  min-width: 0;
  margin: 0 auto;
  padding: 0;
}
.header-nav-scroll { width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.22) transparent; }
.header-nav-scroll::-webkit-scrollbar { height: 6px; }
.header-nav-scroll::-webkit-scrollbar-track { background: transparent; }
.header-nav-scroll::-webkit-scrollbar-thumb { background: rgba(255,255,255,.22); border-radius: 999px; }
.header-nav-scroll::-webkit-scrollbar-thumb:hover { background: rgba(255,204,0,.55); }
.header-nav-row .main-nav { width: max-content; min-width: 100%; flex-wrap: nowrap !important; gap: 0 !important; }
.header-nav-row .main-nav .nav-item { flex: 0 0 auto; }
.header-nav-row .main-nav .nav-item .nav-link { white-space: nowrap; }
.category-filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; padding: 0 0 2px; }
.category-filter-row .template-chip { display: inline-flex; align-items: center; min-height: 34px; padding: 0 14px; border-radius: 4px; background: #17181c; color: #aaa; text-decoration: none; font-size: 14px; font-weight: 600; }
.category-filter-row .template-chip:hover,
.category-filter-row .template-chip.is-active { color: #111; background: #ffcc00; }
.category-heading {
  margin-top: clamp(18px, 2.4vw, 34px);
  margin-bottom: 18px;
}
.category-heading .home-list-title {
  margin: 0;
}
.category-heading .description-item {
  margin-top: 10px;
}
.category-tag-panel {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 14px;
}
.category-tag-active {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  background: rgba(255, 204, 0, .12);
  color: #ffcc00;
  font-size: 13px;
  font-weight: 800;
  line-height: 30px;
  white-space: nowrap;
}
.category-tag-active a {
  margin-left: 10px;
  color: #d7d7dc;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.category-tags-list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px 10px;
  max-height: 70px;
  overflow: hidden;
}
.category-tag-panel.is-expanded .category-tags-list {
  max-height: none;
}
.category-tags-list a {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #26282f;
  border-radius: 999px;
  background: #15161a;
  color: #d6d7dc;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  white-space: nowrap;
}
.category-tags-list a:hover {
  border-color: #ffcc00;
  color: #111;
  background: #ffcc00;
}
.category-tags-list a.is-active {
  border-color: #ffcc00;
  color: #111;
  background: #ffcc00;
}
.category-tags-toggle {
  flex: 0 0 auto;
  height: 30px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: #ffcc00;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 30px;
}
.template-layout > aside .home-list-title h2 { font-size: 18px; }
.watch-hot-section { margin-top: 24px; }

.slf-ad-list-type-a .ad-item .ad-image-box {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.site-ad-slot.slf-ad-list-horizontal {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto 34px !important;
  padding: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.site-ad-slot.slf-ad-list-horizontal .ad-item {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  aspect-ratio: 8.75 / 1 !important;
  overflow: hidden !important;
  border-radius: 4px;
}

.site-ad-slot.slf-ad-list-horizontal .ad-image-box {
  width: 100% !important;
  height: 100% !important;
}

body.page-index #xqbj-container .xqbj-main {
  margin: 32px auto 0 !important;
}

body.page-index #xqbj-container .xqbj-main:has(.global-ad-slot) {
  margin: 160px auto 0 !important;
}

body.page-index #xqbj-container .xqbj-main:has(#home-main-content > .site-ad-slot.slf-ad-list-horizontal) {
  margin: 160px auto 0 !important;
}

body.page-index #xqbj-container .xqbj-main .global-ad-slot.slf-ad-list-type-a {
  margin: 0 auto 34px !important;
}

body.page-index #xqbj-container .xqbj-main:has(.global-ad-slot) #home-main-content {
  padding-top: 0 !important;
}

body.page-index #home-main-content {
  padding-top: 0 !important;
}

body.page-index #home-main-content > .home-list-title,
body.page-index #home-main-content > .home-section-block > .home-list-title {
  position: relative !important;
  z-index: 1;
  display: flex !important;
  width: 100%;
  height: auto !important;
  min-height: 34px;
  align-items: flex-end;
  justify-content: space-between;
  overflow: visible !important;
  visibility: visible !important;
  margin: 0 0 18px !important;
  padding: 0 0 6px !important;
  transform: none !important;
  background: transparent !important;
}

body.page-index #home-main-content > .home-list-title .title-left h1,
body.page-index #home-main-content > .home-section-block > .home-list-title .title-left h2 {
  margin: 0;
  color: #fff !important;
  line-height: 1.35;
}

body.page-index #home-main-content > .home-list-title .title-left h1 {
  font-size: clamp(18px, 1.4vw, 24px);
}

body.page-index #home-main-content > .home-section-block > .home-list-title .title-left h2 {
  font-size: clamp(18px, 1.35vw, 24px);
}

body.page-index #home-main-content > .home-section-block > .home-list-title .title-right {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
  visibility: visible !important;
}

body.page-index #home-main-content > .home-section-block > .home-list-title .title-right .more-text {
  display: inline-flex !important;
  align-items: center;
  color: rgba(255, 255, 255, .56);
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

body.page-index #xqbj-container .xqbj-main .global-ad-slot + .main-container.homepagebox #home-main-content > .home-list-title:first-of-type {
  margin-top: 0 !important;
}

@media (min-width: 1025px) {
  body.page-index #xqbj-container .xqbj-main:not(:has(.global-ad-slot)):not(:has(#home-main-content > .site-ad-slot.slf-ad-list-horizontal)) {
    margin: 232px auto 0 !important;
  }
}

body.page-search #xqbj-container .xqbj-main:has(.global-ad-slot) {
  margin: 160px auto 0 !important;
}

body.page-search #xqbj-container .xqbj-main .global-ad-slot + .main-container.homepagebox {
  margin-top: 34px !important;
}

body.page-search .home-list-title {
  margin-bottom: 0 !important;
}

.search-page-form {
  display: flex;
  width: min(720px, 100%);
  gap: 10px;
  margin: 18px 0 24px;
}

.search-page-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 44px;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background: #1e2026;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 6px;
  outline: none;
}

.search-page-input:focus {
  border-color: rgba(255, 204, 0, .7);
}

.search-page-input::placeholder {
  color: rgba(255, 255, 255, .5);
}

.search-page-submit {
  flex: 0 0 auto;
  height: 44px;
  padding: 0 22px;
  color: #111;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background: #ffcc00;
  border: 0;
  border-radius: 6px;
}

.search-hot-keywords {
  margin: 0 0 24px;
}

.search-hot-keywords h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.search-hot-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-hot-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  color: #f5f5f5;
  font-size: 15px;
  line-height: 20px;
  background: #1e2026;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
}

.search-hot-item:hover {
  color: #111;
  background: #ffcc00;
  border-color: #ffcc00;
}

.search-hot-item small {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  line-height: 16px;
}

.search-hot-item:hover small {
  color: rgba(17, 17, 17, .72);
}

body.page-watch { background: #151618; }
body.page-watch #xqbj-container .xqbj-main {
  display: block;
  width: 1200px;
  max-width: calc(100vw - 32px);
  margin: 160px auto 0;
}
body.page-watch #xqbj-container .xqbj-main .xqbj-main-container,
body.page-watch #xqbj-container .xqbj-main .main-container.homepagebox.template-page {
  width: 100%;
  padding-top: 0 !important;
  overflow: visible;
}
body.page-watch .template-layout {
  display: grid;
  grid-template-columns: 894px 280px;
  gap: 24px;
  align-items: start;
}
body.page-watch .template-panel {
  width: 894px;
  padding: 0;
  background: transparent;
  color: #fff;
}
body.page-watch .page-breadcrumb {
  height: 27px;
  margin: 0 0 16px;
  color: #eee;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
body.page-watch .page-breadcrumb a {
  color: #eee;
  text-decoration: none;
}
body.page-watch .videocontent,
body.page-watch .template-player {
  width: 894px;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #000;
}
body.page-watch .template-player video {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  background: #000;
}
body.page-watch .template-player .artplayer-mount,
body.page-watch .template-player .artplayer {
  width: 100% !important;
  height: 100% !important;
  background: #000;
}
body.page-watch .template-player .art-video {
  object-fit: contain;
}
body.page-watch .video-header-info {
  width: 894px;
  margin: 44px 0 20px;
}
body.page-watch .template-panel h1.video-title {
  margin: 14px 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.36px;
}
body.page-watch .video-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 21px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.28px;
}
body.page-watch .meta-left,
body.page-watch .meta-right {
  display: flex;
  align-items: center;
}
body.page-watch .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 30px;
  color: #fff;
  background: transparent;
  border: 0;
  padding: 0;
  white-space: nowrap;
}
body.page-watch .meta-item .fa {
  width: 18px;
  color: #f5f5f5;
  font-size: 20px;
  text-align: center;
}
body.page-watch .meta-right .meta-item {
  margin-right: 0;
}
body.page-watch .tabs-actions-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 894px;
  height: 59px;
  margin-top: 0;
  border-bottom: 1px solid #333;
}
body.page-watch .detail-tabs,
body.page-watch .detail-actions {
  display: flex;
  align-items: center;
}
body.page-watch .detail-tab-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 59px;
  margin-right: 40px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
}
body.page-watch .detail-tab-item .fa {
  color: #fff;
  font-size: 20px;
}
body.page-watch .detail-tab-item.active,
body.page-watch .detail-tab-item.active .fa {
  color: #ffbc00;
}
body.page-watch .detail-tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  background: #ffbc00;
}
body.page-watch .action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 84px;
  height: 37px;
  margin-left: 20px;
  padding: 8px 18px;
  border: 0;
  border-radius: 20px;
  background: #222;
  color: #ddd;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.28px;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
}
body.page-watch .action-btn .fa {
  font-size: 18px;
}
body.page-watch .action-btn:hover,
body.page-watch .action-btn.active {
  background: #2a281d;
  color: #ffbc00;
}
body.page-watch .action-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
body.page-watch .report-btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.28px;
  font-family: inherit;
}
body.page-watch .report-btn:hover {
  color: #ffbc00;
}
body.page-watch .report-btn:hover .fa {
  color: #ffbc00;
}
body.page-watch .episode-panel {
  width: 894px;
  margin-top: 20px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
body.page-watch .episode-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
body.page-watch .episode-panel-title {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
body.page-watch .episode-panel-count {
  flex: 0 0 auto;
  color: #8f8f98;
  font-size: 13px;
  font-weight: 700;
}
body.page-watch .episode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(52px, 1fr));
  gap: 10px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
body.page-watch .episode-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  color: #d8d8dd;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
body.page-watch .episode-button-label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.page-watch .episode-button:hover {
  color: #ffbc00;
  background: rgba(255,188,0,0.08);
  border-color: rgba(255,188,0,0.45);
}
body.page-watch .episode-button.active {
  color: #111;
  background: #ffbc00;
  border-color: #ffbc00;
  box-shadow: 0 0 0 1px rgba(255,188,0,0.16);
}
body.page-watch .watch-action-mask {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0,0,0,0.72);
}
body.page-watch .watch-action-dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1201;
  width: min(430px, calc(100vw - 32px));
  padding: 32px;
  transform: translate(-50%, -50%);
  color: #d8d8dd;
  background: #1c1c1c;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  box-shadow: 0 18px 56px rgba(0,0,0,0.45);
}
body.page-watch .watch-action-dialog h3 {
  margin: 0 0 12px;
  color: #ffcc00;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}
body.page-watch .watch-action-dialog p {
  margin: 0 0 18px;
  color: #a9a9b2;
  font-size: 14px;
  line-height: 1.7;
}
body.page-watch .watch-action-close {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 32px;
  height: 32px;
  color: #aaa;
  background: transparent;
  border: 0;
  font-size: 30px;
  line-height: 32px;
  cursor: pointer;
}
body.page-watch .watch-qr {
  display: block;
  width: 180px;
  height: 180px;
  margin: 2px auto 18px;
  padding: 8px;
  background: #fff;
  border-radius: 6px;
}
body.page-watch .watch-action-url {
  padding: 12px 14px;
  color: #d8d8dd;
  background: #25262a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
}
body.page-watch .watch-dialog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 38px;
  margin-top: 18px;
  padding: 0 22px;
  color: #111;
  background: #ffcc00;
  border: 0;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
body.page-watch .watch-dialog-btn.secondary {
  color: #d8d8dd;
  background: rgba(255,255,255,0.08);
}
body.page-watch .watch-dialog-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
body.page-watch .watch-action-message {
  margin-top: 14px !important;
  color: #ffcc00 !important;
}
body.page-watch .watch-report-select,
body.page-watch .watch-report-textarea {
  width: 100%;
  color: #fff;
  background: #25262a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}
body.page-watch .watch-report-select {
  height: 42px;
  padding: 0 12px;
  margin-bottom: 12px;
}
body.page-watch .watch-report-textarea {
  min-height: 104px;
  padding: 12px;
  resize: vertical;
  line-height: 1.7;
}
body.page-watch .watch-report-select:focus,
body.page-watch .watch-report-textarea:focus {
  border-color: #ffcc00;
}
body.page-watch .watch-report-count {
  margin-top: 6px;
  color: #777984;
  font-size: 12px;
  text-align: right;
}
body.page-watch .watch-report-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
body.page-watch .tab-content {
  width: 894px;
  min-height: 160px;
  padding-top: 20px;
}
body.page-watch .video-tags-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
body.page-watch .tag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 33px;
  padding: 0 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  color: #d7d7dd;
  font-size: 14px;
  text-decoration: none;
}
body.page-watch .video-desc-box {
  color: #d8d8dd;
  font-size: 14px;
  line-height: 1.9;
}
body.page-watch .comment-panel {
  color: #d8d8dd;
}
body.page-watch .comment-form {
  padding: 20px;
  border-radius: 4px;
  background: rgba(255,255,255,0.04);
}
body.page-watch .comment-form textarea {
  display: block;
  width: 100%;
  min-height: 110px;
  padding: 14px 16px;
  resize: vertical;
  color: #fff;
  background: #202124;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.7;
  outline: none;
}
body.page-watch .comment-form textarea:focus {
  border-color: #ffcc00;
}
body.page-watch .comment-form textarea::placeholder {
  color: #777984;
}
body.page-watch .comment-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}
body.page-watch .comment-help,
body.page-watch .comment-message {
  color: #999ba5;
  font-size: 14px;
}
body.page-watch .comment-message {
  margin: 12px 0 0;
  color: #ffcc00;
}
body.page-watch .comment-submit {
  min-width: 118px;
  height: 38px;
  padding: 0 22px;
  color: #111;
  background: #ffcc00;
  border: 0;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
body.page-watch .comment-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
body.page-watch .comment-list {
  margin-top: 24px;
}
body.page-watch .comment-item {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
body.page-watch .comment-avatar {
  display: flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #111;
  background: #ffcc00;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
}
body.page-watch .comment-body {
  min-width: 0;
  flex: 1;
}
body.page-watch .comment-meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}
body.page-watch .comment-meta strong {
  color: #fff;
  font-size: 15px;
}
body.page-watch .comment-meta span {
  color: #777984;
  font-size: 12px;
}
body.page-watch .comment-body p,
body.page-watch .comment-empty {
  margin: 0;
  color: #d8d8dd;
  font-size: 14px;
  line-height: 1.75;
  word-break: break-word;
}
body.page-watch .comment-empty {
  padding: 24px 0;
  color: #999ba5;
}
body.page-watch .detail-ad-list {
  width: 894px;
  min-height: 185px;
  margin-top: 20px;
}
body.page-watch .slf-url-list-box {
  min-height: 185px;
  padding: 20px;
  border-radius: 4px;
  background: rgba(255,255,255,0.04);
  color: #d7d7dd;
  font-size: 14px;
  line-height: 21px;
}
body.page-watch .url-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
body.page-watch .url-link {
  color: #ffcc00;
  text-decoration: none;
}
body.page-watch .url-row .note {
  color: #a9a9b2;
}
body.page-watch .template-layout > aside {
  width: 280px;
  padding-top: 53px;
}
body.page-watch .template-layout > aside .home-list-title {
  height: 34px;
  margin: 0 0 10px;
  transform: translateY(16px);
}
body.page-watch .template-layout > aside .home-list-title .title-left h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}
body.page-watch .template-layout > aside .slf-video-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 280px;
}
body.page-watch .template-layout > aside .video-card-image-box,
body.page-watch .template-layout > aside .video-card-image {
  width: 280px;
}
body.page-watch .template-layout > aside .video-card-title {
  width: 280px;
  font-size: 16px;
  line-height: 24px;
}
body.page-watch .watch-hot-section {
  width: 894px;
  margin-top: 98px;
}
body.page-watch .watch-hot-section .recomment-list-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}
body.page-watch .watch-hot-section .slf-video-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 16px;
}
body.page-watch .watch-hot-section .video-card-title {
  font-size: 16px;
  line-height: 24px;
}

body #xqbj-container .xqbj-header .contact-info {
  height: 36px;
  align-items: center;
}

body #xqbj-container .xqbj-header .contact-info > img.user-img {
  width: 36px !important;
  height: 36px !important;
  margin-right: 4px !important;
  border-radius: 50%;
  object-fit: cover !important;
}

body #xqbj-container .xqbj-header .contact-info .login-register-link,
body #xqbj-container .xqbj-header .contact-info span {
  display: block;
  max-width: 150px;
  overflow: hidden;
  color: #ffbc00 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21.28px !important;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .auth-overlay {
  background: rgba(0, 0, 0, 0.76);
}

body .auth-dialog {
  left: 50%;
  top: 50%;
  width: min(614px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  transform: translate(-50%, -50%);
  background: #1c1c1c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: none;
  overflow: auto;
}

body .auth-dialog.is-open {
  display: block;
}

body .auth-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  padding: 0 54px;
  border-bottom: 1px solid #3a3a3a;
}

body .auth-brand {
  justify-content: center;
  gap: 0;
}

body .auth-brand .auth-user-icon {
  display: none;
}

body .auth-head strong {
  color: #ffbc00;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

body .auth-close {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 22px;
  height: 22px;
  padding: 0;
  color: #bdbdbd;
  background: transparent;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
}

body .auth-tabs {
  display: none;
}

body .auth-form {
  display: none;
  padding: 31px 40px 34px;
  font-size: 16px;
}

body .auth-form.is-active {
  display: block;
}

body .auth-field {
  position: relative;
  display: flex !important;
  align-items: center;
  height: 64px;
  margin: 0 0 20px;
  padding: 0 18px;
  background: #282828;
  border: 0;
  border-radius: 6px;
}

body .auth-field-icon {
  display: none;
}

body .auth-field input {
  width: 100%;
  min-height: 64px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 64px;
}

body .auth-field input::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 600;
}

body .auth-extra {
  display: none;
}

body .auth-submit {
  display: flex;
  width: 300px;
  height: 60px;
  min-height: 60px;
  margin: 40px auto 0;
  padding: 0;
  color: #000;
  background: #ffbc00;
  border: 0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
}

body .auth-form[data-auth-form="register"] .auth-field {
  height: 56px;
  margin-bottom: 16px;
}

body .auth-form[data-auth-form="register"] .auth-field input {
  min-height: 56px;
  line-height: 56px;
}

body .auth-form[data-auth-form="register"] .auth-submit {
  margin-top: 26px;
}

body .auth-switch {
  margin: 20px 0 0;
  color: #909090;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

body .auth-switch-link {
  display: inline;
  padding: 0;
  color: #ffbc00;
  background: transparent;
  border: 0;
  font: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  body #xqbj-container .xqbj-header {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    background: #1b1b1b;
  }

  body #xqbj-container .xqbj-header .is-desktop {
    display: flex !important;
    flex-direction: column;
  }

  body #xqbj-container .xqbj-header .navbar {
    position: static !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
  }

  body #xqbj-container .xqbj-header .navbar > .container-fluid {
    display: flex !important;
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0 !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px 8px;
  }

  body #xqbj-container .xqbj-header .navbar-left,
  body #xqbj-container .xqbj-header .nav-btns-box {
    display: flex !important;
    flex: 0 0 auto;
    min-width: 0;
    height: auto !important;
    align-items: center;
  }

  body #xqbj-container .xqbj-header .navbar-search-shell {
    display: flex !important;
    flex: 0 0 44px;
    width: 44px;
    max-width: 44px;
    min-width: 0;
  }

  body #xqbj-container .xqbj-header .header-search-button {
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
  }

  body #xqbj-container .xqbj-header .contact-info .login-register-link,
  body #xqbj-container .xqbj-header .contact-info span {
    display: none !important;
  }

  body #xqbj-container .xqbj-header .header-nav-row {
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body #xqbj-container .xqbj-header .header-nav-row .container-fluid {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    padding: 0 16px 8px !important;
  }

  body #xqbj-container .xqbj-header .header-nav-scroll {
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body #xqbj-container .xqbj-header .header-nav-row .main-nav {
    width: max-content;
    min-width: 100%;
  }

  body #xqbj-container .xqbj-header .header-nav-row .main-nav .nav-item {
    display: block !important;
    flex: 0 0 auto;
    margin-right: 24px;
  }

  body #xqbj-container .xqbj-header .header-nav-row .main-nav .nav-item .nav-link {
    display: flex !important;
    align-items: center;
    min-height: 34px;
    font-size: 15px;
    line-height: 34px;
    color: #b8b8b8 !important;
    white-space: nowrap;
  }

  body #xqbj-container .xqbj-header .header-nav-row .main-nav .nav-item.active .nav-link {
    color: #ffcc00 !important;
    font-weight: 700;
    border-bottom: 2px solid #ffcc00;
  }

  body.page-index #xqbj-container .xqbj-main,
  body.page-category #xqbj-container .xqbj-main,
  body.page-search #xqbj-container .xqbj-main {
    margin: 20px auto 0 !important;
  }

  body.page-index #xqbj-container .xqbj-main:has(.global-ad-slot),
  body.page-index #xqbj-container .xqbj-main:has(#home-main-content > .site-ad-slot.slf-ad-list-horizontal),
  body.page-category #xqbj-container .xqbj-main:has(.global-ad-slot),
  body.page-search #xqbj-container .xqbj-main:has(.global-ad-slot) {
    margin: 20px auto 0 !important;
  }

  .site-ad-slot.slf-ad-list-horizontal {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto 24px !important;
  }
}

@media (min-width: 961px) and (max-width: 1024px) {
  body.page-index #xqbj-container .xqbj-main:has(.global-ad-slot),
  body.page-index #xqbj-container .xqbj-main:has(#home-main-content > .site-ad-slot.slf-ad-list-horizontal),
  body.page-category #xqbj-container .xqbj-main:has(.global-ad-slot),
  body.page-search #xqbj-container .xqbj-main:has(.global-ad-slot) {
    margin: 160px auto 0 !important;
  }

  body.page-watch #xqbj-container .xqbj-main {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 0 16px !important;
    overflow-x: hidden !important;
  }

  body.page-watch .template-layout {
    display: block !important;
    width: 100% !important;
  }

  body.page-watch .template-panel,
  body.page-watch .videocontent,
  body.page-watch .template-player,
  body.page-watch .video-header-info,
  body.page-watch .tabs-actions-bar,
  body.page-watch .episode-panel,
  body.page-watch .tab-content,
  body.page-watch .watch-hot-section {
    width: 100% !important;
  }

  body.page-watch .template-layout > aside {
    display: none !important;
  }
}

@media (max-width: 720px) {
  html,
  body,
  body #xqbj-container {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  body #xqbj-container .xqbj-header {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    background: #1b1b1b;
  }

  body #xqbj-container .xqbj-header .is-desktop {
    display: flex !important;
    flex-direction: column;
  }

  body #xqbj-container .xqbj-header .navbar {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    transform: none !important;
  }

  body #xqbj-container .xqbj-header .navbar > .container-fluid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0 !important;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px 8px;
  }

  body #xqbj-container .xqbj-header .navbar-left {
    display: flex !important;
    align-items: center;
    justify-self: start;
    min-width: 0;
    height: auto !important;
  }

  body #xqbj-container .xqbj-header .navbar-left .navbar-brand,
  body #xqbj-container .xqbj-header .navbar-left .menubtn {
    display: inline-flex !important;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 44px !important;
  }

  body #xqbj-container .xqbj-header .nav-btns-box {
    display: flex !important;
    justify-self: end;
    width: auto !important;
    min-width: 0;
    height: auto !important;
    align-items: center;
  }

  body #xqbj-container .xqbj-header .contact-info {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
  }

  body #xqbj-container .xqbj-header .navbar-search-shell {
    display: flex !important;
    order: 0;
    flex: 0 0 40px;
    width: 40px;
    max-width: none;
    min-width: 0;
    padding-bottom: 0;
  }

  body #xqbj-container .xqbj-header .header-search-button {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
  }

  body #xqbj-container .xqbj-header .contact-info .login-register-link,
  body #xqbj-container .xqbj-header .contact-info span {
    display: none !important;
  }

  body #xqbj-container .xqbj-header .header-nav-row {
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body #xqbj-container .xqbj-header .header-nav-row .container-fluid {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    padding: 0 12px 8px !important;
  }

  body #xqbj-container .xqbj-header .header-nav-scroll {
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body #xqbj-container .xqbj-header .header-nav-row .main-nav {
    width: max-content;
    min-width: 100%;
  }

  body #xqbj-container .xqbj-header .header-nav-row .main-nav .nav-item {
    margin-right: 18px;
  }

  body #xqbj-container .xqbj-header .header-nav-row .main-nav .nav-item .nav-link {
    min-height: 34px;
    font-size: 14px;
    line-height: 34px;
  }

  body #xqbj-container .xqbj-header .header-nav-row .main-nav .nav-item.active .nav-link {
    color: #ffcc00 !important;
    font-weight: 700;
    border-bottom: 2px solid #ffcc00;
  }

  body #xqbj-container .xqbj-main,
  body #xqbj-container .xqbj-main .xqbj-main-container,
  body #xqbj-container .xqbj-main .main-container.homepagebox,
  body #xqbj-container .xqbj-main #home-main-content {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.page-index #xqbj-container .xqbj-main,
  body.page-category #xqbj-container .xqbj-main,
  body.page-search #xqbj-container .xqbj-main {
    margin: 12px auto 0 !important;
  }

  body.page-index #xqbj-container .xqbj-main:has(.global-ad-slot),
  body.page-index #xqbj-container .xqbj-main:has(#home-main-content > .site-ad-slot.slf-ad-list-horizontal),
  body.page-category #xqbj-container .xqbj-main:has(.global-ad-slot),
  body.page-search #xqbj-container .xqbj-main:has(.global-ad-slot) {
    margin: 12px auto 0 !important;
  }

  .search-page-form {
    width: 100%;
    padding: 0 12px;
    margin: 14px 0 18px;
  }

  .search-page-input,
  .search-page-submit {
    height: 40px;
  }

  .search-page-submit {
    padding: 0 16px;
  }

  .search-hot-keywords {
    padding: 0 12px;
    margin-bottom: 18px;
  }

  body #xqbj-container .xqbj-main .site-ad-slot.slf-ad-list-horizontal {
    display: grid !important;
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 58px;
    margin: 8px auto 18px !important;
    padding: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body #xqbj-container .xqbj-main .slf-ad-list-type-a .ad-item {
    min-width: 0;
  }

  body #xqbj-container .xqbj-main .site-ad-slot.slf-ad-list-horizontal .ad-item {
    min-height: 58px !important;
    aspect-ratio: 6.2 / 1 !important;
  }

  body #xqbj-container .xqbj-main .slf-ad-list-type-a .ad-item .ad-image-box {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
  }

  body #xqbj-container .xqbj-main .category-heading {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 18px auto 14px !important;
  }

  body #xqbj-container .xqbj-main .category-tag-panel {
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
  }

  body #xqbj-container .xqbj-main .category-tags-list {
    width: 100%;
    max-height: 68px;
    gap: 8px;
  }

  body #xqbj-container .xqbj-main .category-tag-active {
    height: auto;
    min-height: 30px;
    white-space: normal;
  }

  body #xqbj-container .xqbj-main .category-tag-panel.is-expanded .category-tags-list {
    max-height: none;
  }

  body #xqbj-container .xqbj-main .category-tags-list a {
    height: 30px;
    max-width: 100%;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
  }

  body #xqbj-container .xqbj-main .category-tags-toggle {
    align-self: flex-start;
  }

  body .auth-dialog {
    top: 16px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    transform: translateX(-50%);
    border-radius: 10px;
  }
  body .auth-head {
    height: 96px;
    padding: 0 56px;
  }
  body .auth-head strong {
    font-size: 28px;
  }
  body .auth-close {
    right: 18px;
    top: 28px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 32px;
  }
  body .auth-form {
    padding: 32px 24px 34px;
  }
  body .auth-field,
  body .auth-form[data-auth-form="register"] .auth-field {
    height: 64px;
    margin-bottom: 18px;
    padding: 0 20px;
    border-radius: 8px;
  }
  body .auth-field input,
  body .auth-field input::placeholder,
  body .auth-form[data-auth-form="register"] .auth-field input {
    min-height: 64px;
    font-size: 18px !important;
    line-height: 64px;
  }
  body .auth-submit {
    width: min(100%, 300px);
    height: 64px;
    min-height: 64px;
    margin-top: 36px;
    border-radius: 32px;
    font-size: 20px;
    line-height: 64px;
  }
  body .auth-form[data-auth-form="register"] .auth-submit {
    margin-top: 28px;
  }
  body .auth-switch {
    margin-top: 28px;
    font-size: 17px;
    line-height: 28px;
  }
}
@media (max-width: 960px) {
  body #xqbj-container .aj-backtop,
  body #xqbj-container .aj-history {
    display: none !important;
  }

  body.page-watch #xqbj-container .xqbj-main {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 0 12px;
  }
  body.page-watch .template-layout {
    display: block;
  }
  body.page-watch .template-panel,
  body.page-watch .videocontent,
  body.page-watch .template-player,
  body.page-watch .video-header-info,
  body.page-watch .tabs-actions-bar,
  body.page-watch .episode-panel,
  body.page-watch .tab-content,
  body.page-watch .watch-hot-section {
    width: 100%;
  }
  body.page-watch .video-meta,
  body.page-watch .meta-left,
  body.page-watch .tabs-actions-bar,
  body.page-watch .detail-tabs,
  body.page-watch .detail-actions {
    flex-wrap: wrap;
  }
  body.page-watch .video-meta {
    gap: 12px;
  }
  body.page-watch .meta-left {
    gap: 12px 16px;
  }
  body.page-watch .meta-item {
    margin-right: 0;
  }
  body.page-watch .tabs-actions-bar {
    height: auto;
    gap: 10px 14px;
    padding: 8px 0 12px;
  }
  body.page-watch .detail-tabs,
  body.page-watch .detail-actions {
    gap: 8px;
  }
  body.page-watch .detail-tab-item {
    height: 40px;
    margin-right: 14px;
    font-size: 14px;
  }
  body.page-watch .action-btn {
    min-width: 0;
    height: 34px;
    margin-left: 0;
    padding: 0 12px;
    gap: 6px;
    font-size: 13px;
    line-height: 1;
  }
  body.page-watch .action-btn span {
    white-space: nowrap;
    word-break: keep-all;
  }
  body.page-watch .action-btn .fa {
    flex: 0 0 auto;
  }
  body.page-watch .episode-panel {
    margin-top: 16px;
    padding: 16px 0 18px;
  }
  body.page-watch .episode-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    max-height: 126px;
  }
  body.page-watch .episode-button {
    height: 34px;
    padding: 0 6px;
    border-radius: 7px;
    font-size: 13px;
  }
  body.page-watch .template-layout > aside {
    width: 100%;
    padding-top: 28px;
  }
  body.page-watch .template-layout > aside .slf-video-list-grid,
  body.page-watch .template-layout > aside .video-card-image-box,
  body.page-watch .template-layout > aside .video-card-image,
  body.page-watch .template-layout > aside .video-card-title {
    width: 100%;
  }
  body.page-watch .watch-hot-section .slf-video-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body.page-watch .comment-form-footer {
    align-items: stretch;
    flex-direction: column;
  }
  body.page-watch .comment-submit {
    width: 100%;
  }
}
