:root {
  --bg: #050609;
  --bg-2: #090b12;
  --panel: #10131c;
  --panel-2: #151925;
  --line: rgba(255, 255, 255, .09);
  --text: #eef5ff;
  --muted: #a5b4cc;
  --weak: #707b91;
  --cyan: #12e7ff;
  --red: #ff275f;
  --orange: #ff9a26;
  --green: #28f3ad;
  --blue: #526cff;
  --gold: #ffe16b;
}

/* Exact ahadj-like home override. Scoped to index body only. */
body.dahecms-page-home.ahadj-exact-home {
  color: #7676a2;
  background:
    radial-gradient(circle at center top, rgba(72, 58, 120, .28), transparent 380px),
    #101024;
  font: 14px/30px Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  min-width: 1380px;
}

.dahecms-page-home.ahadj-exact-home a {
  color: #7676a2;
}

.dahecms-page-home.ahadj-exact-home a:hover {
  color: #ee3a3b;
}

.dahecms-page-home.ahadj-exact-home .container {
  width: 1380px;
  padding-left: 0;
  padding-right: 0;
}

.dahecms-page-home.ahadj-exact-home .fl { float: left; }
.dahecms-page-home.ahadj-exact-home .fr { float: right; }
.dahecms-page-home.ahadj-exact-home .di_in { display: inline-block; }
.dahecms-page-home.ahadj-exact-home .ml5 { margin-left: 5px; }
.dahecms-page-home.ahadj-exact-home .ml20 { margin-left: 20px; }
.dahecms-page-home.ahadj-exact-home .mt20 { margin-top: 20px; }

.dahecms-page-home.ahadj-exact-home .top_bg {
  background: rgba(0, 0, 0, .5);
  padding: 3px 0;
}

.dahecms-page-home.ahadj-exact-home .top_left a {
  display: inline-block;
  margin-right: 13px;
  padding: 0 8px;
  color: #7676a2;
  font-size: 12px;
  background: #000;
  border: 1px solid #16141b;
}

.dahecms-page-home.ahadj-exact-home .top_right {
  font-size: 12px;
}

.dahecms-page-home.ahadj-exact-home .top_right a {
  margin-left: 10px;
}

.dahecms-page-home.ahadj-exact-home .top_right .home {
  padding-left: 22px;
  position: relative;
}

.dahecms-page-home.ahadj-exact-home .top_right .home::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: #7676a2;
  clip-path: polygon(50% 0, 100% 42%, 88% 42%, 88% 100%, 12% 100%, 12% 42%, 0 42%);
}

.dahecms-page-home.ahadj-exact-home .logo_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.dahecms-page-home.ahadj-exact-home .exact-logo {
  display: flex;
  align-items: center;
  width: 360px;
  min-height: 80px;
}

.dahecms-page-home.ahadj-exact-home .exact-logo img {
  max-width: 240px;
  max-height: 80px;
}

.dahecms-page-home.ahadj-exact-home .exact-logo span {
  display: none;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.dahecms-page-home.ahadj-exact-home .exact-logo.logo-text-mode span {
  display: block;
}

.dahecms-page-home.ahadj-exact-home .exact-top-banner {
  display: block;
  width: 720px;
  height: 80px;
  padding: 14px 24px;
  text-align: right;
  background:
    linear-gradient(135deg, rgba(254, 159, 3, .12), rgba(111, 61, 188, .3)),
    #171735;
  border: 1px solid #34365e;
}

.dahecms-page-home.ahadj-exact-home .exact-top-banner strong,
.dahecms-page-home.ahadj-exact-home .exact-top-banner span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-exact-home .exact-top-banner strong {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
}

.dahecms-page-home.ahadj-exact-home .exact-top-banner span {
  color: #fe9f03;
  font-size: 16px;
  line-height: 28px;
}

.dahecms-page-home.ahadj-exact-home .search {
  margin-top: 25px;
  text-align: right;
}

.dahecms-page-home.ahadj-exact-home .search_box {
  vertical-align: bottom;
  background: #fff;
  border-radius: 15px;
}

.dahecms-page-home.ahadj-exact-home .search_box .text {
  width: 528px;
  height: 60px;
  padding-left: 30px;
  color: #333;
  font-size: 20px;
  line-height: 60px;
  vertical-align: middle;
  background: none;
  border: 0;
  outline: 0;
}

.dahecms-page-home.ahadj-exact-home .search_box .submit {
  width: 102px;
  height: 60px;
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  background:
    radial-gradient(circle at 44px 25px, transparent 0 9px, #fff 10px 12px, transparent 13px),
    linear-gradient(45deg, transparent 50%, #fff 51% 58%, transparent 59%),
    linear-gradient(135deg, #ff9a26, #fb3604);
  border-radius: 0 15px 15px 0;
}

.dahecms-page-home.ahadj-exact-home .upload {
  display: inline-block;
  width: 160px;
  height: 71px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 71px;
  text-align: left;
  text-indent: 78px;
  vertical-align: bottom;
  background:
    linear-gradient(135deg, #2bb9ff, #5a2ba2);
}

.dahecms-page-home.ahadj-exact-home .member {
  padding: 13px 20px;
  vertical-align: bottom;
  background: rgba(90, 43, 162, .2);
  border: 1px solid #6a5d7b;
  border-radius: 10px;
}

.dahecms-page-home.ahadj-exact-home .member-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 30px;
  margin-right: 9px;
  color: #101024;
  font-weight: 800;
  vertical-align: middle;
  background: linear-gradient(to top, #d6913a, #fefd9c);
  border-radius: 5px;
}

.dahecms-page-home.ahadj-exact-home .member a {
  display: inline-block;
  width: 94px;
  height: 30px;
  color: #7e6200;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(to top, #d6913a, #fefd9c);
  border-radius: 40px;
}

.dahecms-page-home.ahadj-exact-home .nav_bg {
  margin-top: 60px;
  background: linear-gradient(90deg, #01816f, #12b69e 50%, #01816f);
}

.dahecms-page-home.ahadj-exact-home .nav_box ul li {
  float: left;
  font-size: 16px;
}

.dahecms-page-home.ahadj-exact-home .nav_box ul li a {
  display: inline-block;
  padding: 15px 24px;
  color: #fff;
}

.dahecms-page-home.ahadj-exact-home .nav_box ul li.on,
.dahecms-page-home.ahadj-exact-home .nav_box ul li:hover a {
  color: #fff;
  background: linear-gradient(to top, #a0180c, #f76b04);
}

.dahecms-page-home.ahadj-exact-home .main_bg {
  padding-bottom: 20px;
  background:
    linear-gradient(180deg, #0f0f26, #0b0b1a 62%, #101024);
}

.dahecms-page-home.ahadj-exact-home .recommend_box {
  padding-top: 0;
}

.dahecms-page-home.ahadj-exact-home .recommend_left {
  position: relative;
  width: 944px;
}

.dahecms-page-home.ahadj-exact-home .recommend_img {
  width: 944px;
  height: 430px;
  overflow: hidden;
}

.dahecms-page-home.ahadj-exact-home .recommend_img ul,
.dahecms-page-home.ahadj-exact-home .recommend_img li,
.dahecms-page-home.ahadj-exact-home .recommend_img a {
  display: block;
  width: 944px;
  height: 430px;
}

.dahecms-page-home.ahadj-exact-home .recommend_img img {
  width: 944px;
  height: 430px;
  object-fit: cover;
}

.dahecms-page-home.ahadj-exact-home .dot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
}

.dahecms-page-home.ahadj-exact-home .dot li {
  display: inline-block;
  width: 34px;
  height: 5px;
  margin: 0 4px;
  cursor: pointer;
  background: rgba(255, 255, 255, .4);
}

.dahecms-page-home.ahadj-exact-home .dot li.on {
  background: #f66a04;
}

.dahecms-page-home.ahadj-exact-home .recommend_right {
  width: 436px;
}

.dahecms-page-home.ahadj-exact-home .h2_box {
  padding: 14px 20px;
  background: linear-gradient(to left, #211e45, #522b98, #1f1b7d);
}

.dahecms-page-home.ahadj-exact-home .h2_box h2 {
  margin: 0 0 0 5px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-exact-home .h2_box a {
  margin-top: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.dahecms-page-home.ahadj-exact-home .home-title-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #101024;
  font-size: 12px;
  font-weight: 800;
  background: #fe9f03;
  border-radius: 3px;
}

.dahecms-page-home.ahadj-exact-home .recommend_tit {
  background: #1a1c3c;
}

.dahecms-page-home.ahadj-exact-home .recommend_tit > ul > li {
  height: 48px;
  padding: 0 20px;
  border-bottom: 1px solid #25284e;
}

.dahecms-page-home.ahadj-exact-home .recommend_tit > ul > li a {
  display: block;
  width: 100%;
  color: #7b9aff;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-exact-home .recommend_tit > ul > li:first-child,
.dahecms-page-home.ahadj-exact-home .recommend_tit > ul > li:hover {
  background: #25284e;
}

.dahecms-page-home.ahadj-exact-home .main_box2 {
  padding-bottom: 20px;
  background: #0b0b1a;
}

.dahecms-page-home.ahadj-exact-home .news_right {
  width: 436px;
}

.dahecms-page-home.ahadj-exact-home .news_left {
  width: 925px;
}

.dahecms-page-home.ahadj-exact-home .ranking_list4 {
  background: #1a1c3c;
}

.dahecms-page-home.ahadj-exact-home .ranking_list4 > ul {
  padding: 0 15px;
}

.dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li {
  position: relative;
  min-height: 49px;
  padding: 9px 0;
  border-bottom: 1px solid #25284e;
}

.dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:first-child,
.dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:hover {
  min-height: 121px;
}

.dahecms-page-home.ahadj-exact-home .ranking_list4 .choose {
  margin: 7px 8px 0 0;
  vertical-align: top;
}

.dahecms-page-home.ahadj-exact-home .rank_infor {
  width: 370px;
}

.dahecms-page-home.ahadj-exact-home .small_big a,
.dahecms-page-home.ahadj-exact-home .big_infor a {
  width: 285px;
  color: #7b9aff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-exact-home .small_big span,
.dahecms-page-home.ahadj-exact-home .big_infor span {
  width: 52px;
  color: #7676a2;
  text-align: right;
}

.dahecms-page-home.ahadj-exact-home .ranking_list4 .big {
  display: none;
  margin-top: 10px;
}

.dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:first-child .big,
.dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:hover .big {
  display: block;
}

.dahecms-page-home.ahadj-exact-home .big_img {
  width: 130px;
  height: 90px;
  overflow: hidden;
}

.dahecms-page-home.ahadj-exact-home .big_img img {
  width: 130px;
  height: 90px;
  object-fit: cover;
}

.dahecms-page-home.ahadj-exact-home .big_fr {
  width: 228px;
}

.dahecms-page-home.ahadj-exact-home .big_fr .big_infor a {
  width: 160px;
}

.dahecms-page-home.ahadj-exact-home .big_option {
  margin-top: 20px;
}

.dahecms-page-home.ahadj-exact-home .big_option a {
  display: inline-block;
  margin-right: 13px;
  padding-left: 16px;
  color: #fff;
}

.dahecms-page-home.ahadj-exact-home .upload4::before,
.dahecms-page-home.ahadj-exact-home .hear::before,
.dahecms-page-home.ahadj-exact-home .collect::before,
.dahecms-page-home.ahadj-exact-home .lplay::before,
.dahecms-page-home.ahadj-exact-home .lupload::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  vertical-align: 1px;
  background: #fe9f03;
  content: "";
}

.dahecms-page-home.ahadj-exact-home .play_option {
  height: 61px;
  padding: 15px;
  background: #282a47;
  border-bottom: 1px solid #1a1c3c;
}

.dahecms-page-home.ahadj-exact-home .play_option ul li {
  float: left;
  margin-right: 25px;
  color: #fff;
}

.dahecms-page-home.ahadj-exact-home .play_option ul li a {
  color: #fff;
}

.dahecms-page-home.ahadj-exact-home .video_rec_box {
  background: #1a1c3c;
  padding: 20px 0 0 20px;
}

.dahecms-page-home.ahadj-exact-home .video_rec_box > ul > li {
  float: left;
  width: 172px;
  margin-right: 9px;
  margin-bottom: 18px;
}

.dahecms-page-home.ahadj-exact-home .video_rec_tit {
  position: relative;
  display: block;
  width: 172px;
  height: 112px;
  overflow: hidden;
  background: #101024;
}

.dahecms-page-home.ahadj-exact-home .video_rec_tit img {
  width: 172px;
  height: 112px;
  object-fit: cover;
}

.dahecms-page-home.ahadj-exact-home .video_rec_tit p.music {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  background: rgba(0, 0, 0, .62);
}

.dahecms-page-home.ahadj-exact-home .video_rec_tit b {
  display: none;
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: 16px;
  line-height: 112px;
  text-align: center;
  background: rgba(0, 0, 0, .58);
}

.dahecms-page-home.ahadj-exact-home .video_rec_tit:hover b {
  display: block;
}

.dahecms-page-home.ahadj-exact-home .video_rec_content {
  padding-top: 8px;
}

.dahecms-page-home.ahadj-exact-home .video_rec_infor strong {
  display: inline-block;
  width: 150px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-exact-home .video_rec_infor p {
  margin: 0;
  line-height: 20px;
}

.dahecms-page-home.ahadj-exact-home .video_rec_infor .hear {
  color: #7b9aff;
}

.dahecms-page-home.ahadj-exact-home .exact-second-row {
  margin-top: 0;
}

.dahecms-page-home.ahadj-exact-home .exact-classify-inner {
  padding: 0;
}

.dahecms-page-home.ahadj-exact-home .classify_box ul {
  background: #1a1c3c;
}

.dahecms-page-home.ahadj-exact-home .classify_box ul li {
  padding: 12px 0;
}

.dahecms-page-home.ahadj-exact-home .classify_box ul li strong {
  display: inline-block;
  padding-left: 19px;
  padding-right: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  vertical-align: top;
  background: #2d2f59;
  border-left: 2px solid #f66a04;
}

.dahecms-page-home.ahadj-exact-home .classify_box ul li div.di_in {
  width: 760px;
}

.dahecms-page-home.ahadj-exact-home .exact-link-box ul li div.di_in {
  width: 1245px;
}

.dahecms-page-home.ahadj-exact-home .classify_box ul li div.di_in a {
  display: inline-block;
  margin: 0 14px;
}

.dahecms-page-home.ahadj-exact-home .classify_box ul li.line2 {
  display: block;
  padding: 0;
  margin: 0 20px;
  border-bottom: 1px solid #292b51;
}

.dahecms-page-home.ahadj-exact-home .ranking_list {
  background: #1a1c3c;
}

.dahecms-page-home.ahadj-exact-home .ranking_list ul {
  padding: 3px 15px 5px;
}

.dahecms-page-home.ahadj-exact-home .ranking_list ul li {
  position: relative;
  height: 50px;
  padding: 9px 9px 9px 38px;
  border-bottom: 1px solid #25284e;
}

.dahecms-page-home.ahadj-exact-home .ranking_list em.sort {
  position: absolute;
  left: 5px;
  top: 14px;
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  background: #3e4275;
  border-radius: 50%;
}

.dahecms-page-home.ahadj-exact-home .ranking_list ul li:nth-of-type(-n+3) em.sort {
  background: linear-gradient(to top, #a0180c, #f76b04);
}

.dahecms-page-home.ahadj-exact-home .ranking_list .checkbox {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}

.dahecms-page-home.ahadj-exact-home .ranking_list ul li a {
  display: inline-block;
  width: 278px;
  max-width: 100%;
  max-height: 30px;
  margin-left: 5px;
  color: #7b9aff;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-exact-home .ranking_list ul li span {
  display: inline-block;
  width: 58px;
  text-align: right;
  vertical-align: middle;
}

.dahecms-page-home.ahadj-exact-home .footf_bg {
  padding: 60px 0;
  background: #1a1c3c;
}

.dahecms-page-home.ahadj-exact-home .fast_com,
.dahecms-page-home.ahadj-exact-home .a_i_upload {
  float: left;
}

.dahecms-page-home.ahadj-exact-home .fast_com {
  width: 230px;
  padding-left: 85px;
  border-right: 1px solid #282a4e;
}

.dahecms-page-home.ahadj-exact-home .fast_com1 {
  width: 146px;
  padding-left: 0;
}

.dahecms-page-home.ahadj-exact-home .fast_com strong {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.dahecms-page-home.ahadj-exact-home .fast_com a {
  color: #7676a2;
}

.dahecms-page-home.ahadj-exact-home .a_i_upload {
  width: 346px;
  margin-top: 20px;
}

.dahecms-page-home.ahadj-exact-home .a_i_upload a {
  display: inline-block;
  margin-left: 52px;
  text-align: center;
}

.dahecms-page-home.ahadj-exact-home .ios,
.dahecms-page-home.ahadj-exact-home .and {
  display: grid;
  place-items: center;
  width: 62px;
  height: 70px;
  color: #101024;
  font-size: 12px;
  font-weight: 800;
  background: linear-gradient(to top, #d6913a, #fefd9c);
  border-radius: 12px;
}

.dahecms-page-home.ahadj-exact-home .a_i_upload p {
  margin: 0;
}

.dahecms-page-home.ahadj-exact-home .foot_bg {
  padding: 18px 0;
  background: #101024;
}

.dahecms-page-home.ahadj-exact-home .bottom_box p {
  margin: 0;
  text-align: center;
}

@media (max-width: 1000px) {
  body.dahecms-page-home.ahadj-exact-home {
    min-width: 1380px;
  }
}

/* Home page layout close to ahadj.com: dense recommendation, music feed, video row and rank lists. */
.dahecms-page-home.ahadj-like-home .ahadj-home-main {
  padding-top: 20px;
  background: #090b15;
}

.dahecms-page-home .home-recommend {
  display: grid;
  grid-template-columns: 944px 436px;
  gap: 0;
}

.dahecms-page-home .home-recommend-left,
.dahecms-page-home .home-recommend-right,
.dahecms-page-home .home-panel {
  background: #10142a;
  border: 1px solid rgba(255, 255, 255, .08);
}

.dahecms-page-home .home-lead-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 12px;
  min-height: 360px;
  padding: 12px;
}

.dahecms-page-home .home-lead-card {
  position: relative;
  display: block;
  min-height: 336px;
  overflow: hidden;
  background: #070912;
}

.dahecms-page-home .home-lead-card img,
.dahecms-page-home .home-lead-thumbs img,
.dahecms-page-home .home-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dahecms-page-home .home-lead-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .82));
}

.dahecms-page-home .home-lead-card strong {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  bottom: 22px;
  color: #fff;
  font-size: 26px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home .home-lead-badge {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  height: 28px;
  padding: 0 12px;
  color: #071014;
  font-weight: 700;
  line-height: 28px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.dahecms-page-home .home-lead-thumbs {
  display: grid;
  gap: 12px;
}

.dahecms-page-home .home-lead-thumbs a {
  position: relative;
  min-height: 75px;
  overflow: hidden;
  background: #0b0f1e;
}

.dahecms-page-home .home-lead-thumbs span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  color: #eef5ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .72);
}

.dahecms-page-home .home-recommend-right {
  padding: 17px 20px 14px;
  border-left: 0;
}

.dahecms-page-home .home-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 34px;
  margin-bottom: 12px;
}

.dahecms-page-home .home-box-head h2 {
  margin: 0;
  color: #f2f8ff;
  font-size: 18px;
  font-weight: 700;
}

.dahecms-page-home .home-box-head h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 9px;
  vertical-align: -3px;
  background: linear-gradient(var(--cyan), var(--green));
}

.dahecms-page-home .home-box-head a {
  color: #7d8ca8;
  font-size: 13px;
}

.dahecms-page-home .home-news-list li {
  height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dahecms-page-home .home-news-list a {
  display: block;
  color: #d7e4f7;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home .home-news-list li:first-child a,
.dahecms-page-home .home-news-list li:nth-child(2) a {
  color: #33f0da;
}

.dahecms-page-home .home-channel-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .08);
}

.dahecms-page-home .home-channel-row a {
  min-height: 74px;
  padding: 13px 14px;
  background: #0e1322;
}

.dahecms-page-home .home-channel-row strong,
.dahecms-page-home .home-channel-row span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home .home-channel-row strong {
  color: #f3f8ff;
  font-size: 16px;
  margin-bottom: 8px;
}

.dahecms-page-home .home-channel-row span {
  color: #7f8fa9;
  font-size: 12px;
}

.dahecms-page-home .home-main-grid {
  display: grid;
  grid-template-columns: 925px 436px;
  gap: 19px;
  margin-top: 18px;
}

.dahecms-page-home .home-panel {
  padding: 16px 18px;
}

.dahecms-page-home .home-section-gap {
  margin-top: 18px;
}

.dahecms-page-home .home-music-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 42px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dahecms-page-home .home-music-list input,
.dahecms-page-home .home-rank-list input {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  accent-color: var(--cyan);
}

.dahecms-page-home .home-music-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  align-items: center;
  gap: 14px;
  min-height: 26px;
}

.dahecms-page-home .home-music-line a,
.dahecms-page-home .home-rank-list a {
  min-width: 0;
  color: #dbe7ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home .home-music-line time,
.dahecms-page-home .home-rank-list time {
  color: #74829a;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}

.dahecms-page-home .home-music-expand {
  display: none;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 14px;
  margin-top: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, .035);
}

.dahecms-page-home .home-music-list li:first-child .home-music-expand,
.dahecms-page-home .home-music-list li:hover .home-music-expand {
  display: grid;
}

.dahecms-page-home .home-music-cover {
  height: 90px;
  overflow: hidden;
  background: #0a0d17;
}

.dahecms-page-home .home-music-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dahecms-page-home .home-music-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dahecms-page-home .home-music-actions a,
.dahecms-page-home .home-bulk-bar a,
.dahecms-page-home .home-rank-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 30px;
  padding: 0 10px;
  color: #061014;
  font-size: 13px;
  font-weight: 700;
  background: var(--cyan);
}

.dahecms-page-home .home-music-actions a:nth-child(2),
.dahecms-page-home .home-bulk-bar a:nth-child(2),
.dahecms-page-home .home-rank-actions a:nth-child(2) {
  background: var(--orange);
}

.dahecms-page-home .home-music-actions a:nth-child(3) {
  color: #eef5ff;
  background: #526cff;
}

.dahecms-page-home .home-bulk-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 13px;
  padding: 10px 12px;
  color: #7d8ca8;
  background: #0b1020;
}

.dahecms-page-home .home-bulk-bar div {
  display: flex;
  gap: 8px;
}

.dahecms-page-home .home-video-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.dahecms-page-home .home-video-card {
  background: #0c1120;
  border: 1px solid rgba(255, 255, 255, .07);
}

.dahecms-page-home .home-video-card img {
  aspect-ratio: 16 / 10;
}

.dahecms-page-home .home-video-card strong {
  display: block;
  height: 42px;
  padding: 8px 9px 0;
  color: #eef5ff;
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
}

.dahecms-page-home .home-video-card span {
  display: block;
  padding: 0 9px 9px;
  color: #74829a;
  font-size: 12px;
}

.dahecms-page-home .home-category-cloud,
.dahecms-page-home .home-tag-row,
.dahecms-page-home .home-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.dahecms-page-home .home-category-cloud a,
.dahecms-page-home .home-tag-row a,
.dahecms-page-home .home-link-row a {
  padding: 7px 11px;
  color: #aebbd0;
  background: #0b1020;
  border: 1px solid rgba(255, 255, 255, .06);
}

.dahecms-page-home .home-rank-list li {
  display: grid;
  grid-template-columns: 28px 20px minmax(0, 1fr) 54px;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dahecms-page-home .home-rank-list.home-rank-compact li {
  grid-template-columns: 28px minmax(0, 1fr) 54px;
}

.dahecms-page-home .home-rank-list em {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: #071014;
  font-style: normal;
  font-weight: 700;
  background: #3a465a;
}

.dahecms-page-home .home-rank-list li:nth-child(-n+3) em {
  background: linear-gradient(135deg, var(--orange), var(--red));
}

.dahecms-page-home .home-rank-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 13px;
}

.dahecms-page-home .home-links {
  margin-top: 18px;
}

.dahecms-page-home .home-link-row {
  padding-top: 2px;
}

@media (max-width: 1000px) {
  body.dahecms-page-home {
    min-width: 0;
  }

  .dahecms-page-home .container {
    width: auto;
    max-width: 100%;
    margin: 0 12px;
  }

  .dahecms-page-home .home-recommend,
  .dahecms-page-home .home-main-grid,
  .dahecms-page-home .home-lead-gallery {
    grid-template-columns: 1fr;
  }

  .dahecms-page-home .home-recommend-right {
    border-left: 1px solid rgba(255, 255, 255, .08);
    border-top: 0;
  }

  .dahecms-page-home .home-channel-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dahecms-page-home .home-video-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: var(--muted);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 14px;
  background:
    radial-gradient(circle at 30% 0, rgba(18, 231, 255, .13), transparent 32%),
    linear-gradient(180deg, #080910 0, #050609 420px, #030407 100%);
  min-width: 1380px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--cyan);
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input {
  font: inherit;
}

.container {
  width: 1380px;
  margin: 0 auto;
}

.site-header {
  position: relative;
  overflow: visible;
  background:
    linear-gradient(112deg, transparent 0 22%, rgba(16, 209, 218, .055) 22.2%, transparent 28%),
    linear-gradient(72deg, transparent 0 55%, rgba(112, 62, 255, .055) 55.3%, transparent 63%),
    linear-gradient(180deg, #090b12 0, #05070c 72%, #030407 100%);
}

.site-header > *:not(.header-visual) {
  position: relative;
  z-index: 1;
}

.header-visual {
  position: absolute;
  z-index: 0;
  inset: 34px 0 0;
  overflow: hidden;
  pointer-events: none;
}

.header-visual::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 170px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(18, 231, 255, .06) 8.1%, transparent 8.4%),
    linear-gradient(90deg, transparent 0 27%, rgba(255, 39, 95, .045) 27.1%, transparent 27.4%),
    linear-gradient(90deg, transparent 0 64%, rgba(18, 231, 255, .05) 64.1%, transparent 64.4%),
    linear-gradient(90deg, transparent 0 88%, rgba(132, 86, 255, .05) 88.1%, transparent 88.4%);
  transform: skewX(-18deg);
  opacity: .8;
}

.header-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18, 231, 255, .5), rgba(255, 39, 95, .38), transparent);
  box-shadow: 0 0 18px rgba(18, 231, 255, .2);
}

.light-trail {
  position: absolute;
  display: block;
  width: 620px;
  height: 2px;
  opacity: .42;
  filter: blur(.2px);
  transform-origin: left center;
  animation: trail-drift 11s ease-in-out infinite alternate;
}

.trail-one {
  left: 2%;
  top: 92px;
  background: linear-gradient(90deg, transparent, rgba(18, 231, 255, .72), transparent);
  transform: rotate(-13deg);
}

.trail-two {
  left: 31%;
  top: 58px;
  width: 520px;
  opacity: .3;
  background: linear-gradient(90deg, transparent, rgba(255, 39, 95, .62), transparent);
  transform: rotate(16deg);
  animation-delay: -3s;
}

.trail-three {
  right: -5%;
  top: 126px;
  width: 740px;
  opacity: .27;
  background: linear-gradient(90deg, transparent, rgba(104, 72, 255, .7), transparent);
  transform: rotate(-9deg);
  animation-delay: -6s;
}

.trail-four {
  left: 44%;
  top: 214px;
  width: 430px;
  height: 1px;
  opacity: .24;
  background: linear-gradient(90deg, transparent, rgba(255, 193, 80, .66), transparent);
  transform: rotate(8deg);
  animation-delay: -8s;
}

.stage-line {
  position: absolute;
  top: -35px;
  width: 1px;
  height: 350px;
  opacity: .12;
  background: linear-gradient(180deg, transparent, rgba(18, 231, 255, .7), transparent);
  transform: rotate(26deg);
  transform-origin: top center;
}

.line-one {
  left: 74%;
}

.line-two {
  left: 82%;
  opacity: .08;
  transform: rotate(22deg);
}

@keyframes trail-drift {
  from {
    margin-left: -20px;
    opacity: .2;
  }
  to {
    margin-left: 35px;
    opacity: .52;
  }
}

.topbar {
  background: rgba(2, 3, 7, .9);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
}

.top-links,
.main-nav,
.action-row,
.tabs,
.crumbs,
.tag-row,
.player-actions,
.pagination,
.mini-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-links a,
.home-link {
  color: #8795ad;
  font-size: 13px;
}

.top-links a {
  padding: 0 8px;
  line-height: 24px;
  background: #050609;
  border: 1px solid rgba(255, 255, 255, .07);
}

.brand-row {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  column-gap: 40px;
  height: 96px;
  margin-top: 14px;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--text);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 96px;
  height: 58px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  position: relative;
  isolation: isolate;
  overflow: visible;
  line-height: 1;
  letter-spacing: 0;
  background:
    linear-gradient(115deg, transparent 0 11%, rgba(0,245,255,.95) 12% 31%, rgba(255,43,214,.92) 32% 52%, rgba(163,255,18,.9) 53% 78%, transparent 79%),
    linear-gradient(180deg, #141b2f 0%, #060914 100%);
  border: 1px solid rgba(0, 245, 255, .5);
  border-radius: 22px 34px 18px 18px;
  clip-path: polygon(5% 58%, 13% 36%, 28% 34%, 40% 12%, 66% 12%, 82% 34%, 94% 40%, 99% 58%, 94% 78%, 7% 78%, 2% 68%);
  text-shadow:
    0 2px 0 rgba(0,0,0,.82),
    2px 0 0 rgba(0,245,255,.72),
    -2px 0 0 rgba(255,43,214,.58);
  box-shadow:
    0 0 0 3px rgba(4, 8, 20, .95),
    0 0 22px rgba(0,245,255,.28),
    0 0 30px rgba(255,43,214,.18),
    0 12px 24px rgba(0,0,0,.5);
  margin-right: 10px;
  transform: skew(-5deg);
}

.brand-mark::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 10px;
  width: 34px;
  height: 18px;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(232,250,255,.88), rgba(0,245,255,.22) 46%, rgba(255,43,214,.18));
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 12px 14px 6px 6px;
  transform: skew(-18deg);
  box-shadow:
    inset 0 -8px 14px rgba(4,8,20,.36),
    0 0 12px rgba(0,245,255,.3);
}

.brand-mark::after {
  content: '';
  position: absolute;
  left: 16px;
  bottom: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #dff7ff 0 3px, #101624 4px 7px, #02040a 8px 100%);
  box-shadow:
    48px 0 0 0 #02040a,
    48px 0 0 4px rgba(223,247,255,.95),
    48px 0 0 8px #02040a,
    0 0 0 4px rgba(223,247,255,.95),
    0 0 0 8px #02040a,
    0 0 12px rgba(0,245,255,.45),
    48px 0 12px rgba(255,43,214,.36);
}

.brand strong {
  display: block;
  color: var(--text);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.brand em {
  display: block;
  margin-top: 7px;
  color: var(--weak);
  font-style: normal;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  height: 60px;
}

.search-box {
  display: flex;
  width: 630px;
}

.search-box input {
  width: 100%;
  height: 60px;
  padding: 0 14px;
  color: var(--text);
  background: #0d1018;
  border: 1px solid var(--line);
  border-right: 0;
  outline: 0;
  border-radius: 15px 0 0 15px;
}

.search-box input::placeholder {
  color: #68748a;
}

.search-box button,
.upload-btn,
.vip-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  color: var(--text);
  background: linear-gradient(135deg, #ff275f, #7c3cff);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  cursor: pointer;
}

.search-box button {
  width: 102px;
  height: 60px;
  border-radius: 0 15px 15px 0;
}

.upload-btn {
  width: 160px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  background: linear-gradient(135deg, #10b9ff, #526cff);
}

.vip-btn,
.btn.gold {
  color: #111111;
  background: linear-gradient(135deg, #fff06d, #ff9a26);
}

.vip-btn {
  min-width: 168px;
  height: 56px;
  border-radius: 10px;
}

.nav-wrap {
  position: relative;
  z-index: 30;
  margin-top: 8px;
  background: linear-gradient(90deg, rgba(13, 98, 107, 0.26), rgba(27, 200, 220, 0.12));
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .38);
}

.nav-wrap::before {
  display: none;
}

.nav-inner {
  position: relative;
  height: 60px;
  overflow: visible;
}

.menu-toggle {
  display: none;
  width: 100%;
  height: 46px;
  color: var(--text);
  background: transparent;
  border: 0;
}

.main-nav {
  height: 60px;
  justify-content: flex-start;
  gap: 0;
  overflow: visible;
  white-space: nowrap;
}

.main-nav li {
  flex: 0 0 auto;
}

.main-nav a {
  display: block;
  min-width: 0;
  height: 60px;
  margin-top: 0;
  padding: 15px 24px;
  color: #f1f4ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: #061014;
  background: linear-gradient(to top, #0d7c70, #25dbc1);
}

.main-nav > .ahadj-category-row {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.main-nav .ahadj-category-row > a,
.main-nav .nav-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 15px 24px;
  color: #f1f4ff;
  border-radius: 0;
  line-height: 30px;
  text-align: center;
}

.main-nav .ahadj-category-row > a:hover,
.main-nav .ahadj-category-row > a.active,
.main-nav .nav-dropdown:hover > .nav-dropdown-toggle,
.main-nav .nav-dropdown:focus-within > .nav-dropdown-toggle {
  color: #061014;
  background: linear-gradient(to top, #0d7c70, #25dbc1);
}

.nav-dropdown {
  position: relative;
  flex: 0 0 auto;
  height: 60px;
}

.nav-dropdown-toggle {
  gap: 8px;
}

.nav-chevron {
  color: currentColor;
  font-size: 17px;
  line-height: 1;
  transform: translateY(-1px);
}

.nav-dropdown-menu {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  min-width: 0;
  padding: 4px 0;
  background: #0a0d11;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .5);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: block;
}

.main-nav .nav-dropdown-menu a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 12px;
  color: #cbd7e8;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  border-radius: 0;
}

.main-nav .nav-dropdown-menu a:hover,
.main-nav .nav-dropdown-menu a.active {
  color: #061014;
  background: #25dbc1;
}

.main {
  padding: 22px 0 34px;
  background: #090b15;
}

.hero-grid {
  display: grid;
  grid-template-columns: 944px 436px;
  gap: 0;
}

.hero-stage {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0b0d13;
}

.hero-stage img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  opacity: .58;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 9, .92), rgba(5, 6, 9, .18) 66%),
    linear-gradient(0deg, rgba(5, 6, 9, .74), transparent 55%);
}

.hero-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  color: #071014;
  font-weight: 700;
  background: var(--cyan);
  border-radius: 4px;
}

.hero-content h1 {
  max-width: 680px;
  margin: 18px 0 12px;
  color: var(--text);
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-content p {
  margin: 0 0 22px;
  color: #c4d2ea;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta span,
.chip {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  color: #dbe7ff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.side-panel,
.panel {
  background: linear-gradient(180deg, rgba(21, 25, 37, .96), rgba(11, 13, 20, .96));
  border: 1px solid var(--line);
  border-radius: 0;
}

.side-panel {
  padding: 0 20px;
  background: #10142a;
}

.panel {
  padding: 18px;
}

.panel + .panel {
  margin-top: 18px;
}

.panel-title,
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 32px;
  margin-bottom: 14px;
}

.panel-title h2,
.section-title h2 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  letter-spacing: 0;
}

.panel-title a,
.section-title a {
  color: var(--weak);
  font-size: 13px;
}

.rank-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.rank-list li:last-child {
  border-bottom: 0;
}

.rank-list em {
  color: var(--weak);
  font-style: normal;
  font-size: 12px;
}

.rank-list span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #061014;
  font-weight: 700;
  background: #334054;
  border-radius: 4px;
}

.rank-list li:nth-child(-n+3) span {
  background: linear-gradient(135deg, var(--orange), var(--red));
}

.rank-list a,
.song-table a,
.song-grid a {
  min-width: 0;
  overflow: hidden;
  color: #dbe7ff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.category-strip a {
  min-height: 72px;
  padding: 14px;
  background: #0f131d;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.category-strip strong {
  display: block;
  color: var(--text);
  font-size: 16px;
  margin-bottom: 8px;
}

.category-strip span {
  color: var(--weak);
}

.layout {
  display: grid;
  grid-template-columns: 925px 436px;
  gap: 19px;
  margin-top: 20px;
}

.crumbs {
  flex-wrap: wrap;
  min-height: 52px;
  padding: 0 16px;
  color: #8896af;
  background: #0f131d;
  border: 1px solid var(--line);
  border-radius: 0;
}

.crumbs strong {
  color: var(--text);
}

.tag-row {
  flex-wrap: wrap;
  padding: 14px 16px;
  margin-top: 12px;
  background: #0f131d;
  border: 1px solid var(--line);
  border-radius: 0;
}

.tag-row strong {
  color: var(--text);
}

.tag-row a {
  padding: 7px 11px;
  color: #aebbd0;
  background: rgba(255, 255, 255, .055);
  border: 1px solid transparent;
  border-radius: 4px;
}

.tag-row a.active,
.tag-row a:hover {
  color: #051014;
  background: var(--cyan);
}

.tabs {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.tabs a {
  height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: #aebbd0;
  background: #0d1018;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.tabs a.active,
.tabs a:hover {
  color: #061014;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.song-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0;
}

.song-row {
  display: grid;
  grid-template-columns: 38px 56px minmax(0, 1fr) 88px 112px 72px 72px;
  align-items: center;
  min-height: 46px;
  padding: 0 10px;
  background: rgba(255, 255, 255, .025);
  border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.song-row.header {
  color: #f4f8ff;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(255, 39, 95, .26), rgba(18, 231, 255, .12));
}

.song-row:last-child {
  border-bottom: 0;
}

.song-row:hover:not(.header) {
  background: rgba(18, 231, 255, .06);
}

.song-row .number {
  color: var(--orange);
  font-weight: 700;
}

.icon-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 28px;
  color: #071014;
  background: var(--cyan);
  border-radius: 4px;
}

.icon-link.down {
  background: var(--orange);
}

.bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 12px;
  background: #0f131d;
  border: 1px solid var(--line);
  border-radius: 0;
}

.btn {
  height: 34px;
  padding: 0 14px;
}

.btn.muted {
  background: rgba(255, 255, 255, .07);
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  color: #aebbd0;
  background: #0f131d;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.pagination .active,
.pagination a:hover {
  color: #061014;
  background: var(--cyan);
}

.section-block {
  margin-top: 22px;
}

.song-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.song-grid li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 10px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 6px;
}

.song-grid em {
  color: var(--weak);
  font-style: normal;
  white-space: nowrap;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.video-card {
  overflow: hidden;
  background: #0f131d;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.video-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.video-card strong {
  display: block;
  padding: 12px;
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.video-list-page {
  padding-bottom: 0;
}

.video-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
  color: #92a5bf;
  background: #111827;
  border: 1px solid var(--line);
}

.video-breadcrumb h1 {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
}

.video-breadcrumb h1::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  margin-right: 10px;
  vertical-align: -3px;
  background: var(--cyan);
}

.video-breadcrumb .crumbs {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.video-filter {
  display: grid;
  gap: 0;
  padding: 14px 20px;
  background: #101827;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.video-filter-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.video-filter-row:last-child {
  border-bottom: 0;
}

.video-filter-row > strong {
  color: var(--text);
  font-weight: 400;
}

.video-filter-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
}

.video-filter-options a {
  display: inline-block;
  padding: 5px 12px;
  color: #9eacc1;
  border-radius: 3px;
}

.video-filter-options a:hover,
.video-filter-options a.active {
  color: #071312;
  background: var(--cyan);
}

.video-list-section {
  margin-top: 20px;
  padding: 20px;
  background: #0e1420;
  border: 1px solid var(--line);
}

.video-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  margin-bottom: 16px;
}

.video-list-heading h2 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  font-weight: 400;
}

.video-list-heading h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 10px;
  vertical-align: -3px;
  background: linear-gradient(var(--cyan), var(--green));
}

.video-list-heading span {
  color: var(--weak);
}

.video-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.video-list-card {
  overflow: hidden;
  background: #121a29;
  border: 1px solid rgba(255, 255, 255, .08);
  transition: border-color .2s ease, transform .2s ease;
}

.video-list-card:hover {
  border-color: rgba(18, 231, 255, .65);
  transform: translateY(-2px);
}

.video-list-cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #06090f;
}

.video-list-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  transition: transform .25s ease, opacity .25s ease;
}

.video-list-card:hover .video-list-cover img {
  opacity: 1;
  transform: scale(1.04);
}

.video-list-cover::after {
  content: "播放";
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #061014;
  font-size: 13px;
  font-weight: 700;
  background: rgba(18, 231, 255, .9);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.8);
  transition: opacity .2s ease, transform .2s ease;
}

.video-list-card:hover .video-list-cover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.video-list-title {
  min-height: 58px;
  padding: 12px 13px 8px;
  color: var(--text);
  line-height: 1.5;
}

.video-list-meta {
  display: flex;
  justify-content: space-between;
  padding: 0 13px 12px;
  color: var(--weak);
  font-size: 12px;
}

.video-list-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.video-list-pagination span,
.video-list-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 34px;
  padding: 0 12px;
  color: #aebbd0;
  background: #111827;
  border: 1px solid var(--line);
}

.video-list-pagination a:hover,
.video-list-pagination a.active {
  color: #061014;
  background: var(--cyan);
}

.video-hot-search {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 70px;
  margin-top: 20px;
  padding: 0 20px;
  color: var(--weak);
  background: #0d131e;
  border: 1px solid var(--line);
}

.video-hot-search strong {
  color: var(--text);
  font-weight: 400;
}

.video-hot-search a {
  color: #9eacc1;
}

.video-hot-search a:hover {
  color: var(--cyan);
}

.player-shell {
  display: grid;
  grid-template-columns: 818px 562px;
  gap: 0;
  margin-top: 20px;
}

.audio-player,
.video-player {
  min-height: 250px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 39, 95, .18), transparent 42%),
    linear-gradient(315deg, rgba(18, 231, 255, .15), transparent 45%),
    #0d1018;
  border: 1px solid var(--line);
  border-radius: 0;
}

.audio-player h1,
.video-meta h1 {
  margin: 14px 0 16px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0;
}

.wave {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 72px;
  margin: 20px 0;
}

.wave i {
  width: 8px;
  height: 26px;
  background: linear-gradient(180deg, var(--cyan), var(--red));
  border-radius: 4px;
}

.wave i:nth-child(2n) {
  height: 46px;
}

.wave i:nth-child(3n) {
  height: 62px;
}

.progress {
  position: relative;
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, .12);
  border-radius: 999px;
}

.progress span {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, var(--red), var(--orange), var(--cyan));
}

.player-actions {
  justify-content: space-between;
  margin-top: 18px;
}

.play-round {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0;
  color: #061014;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  cursor: pointer;
}

.play-round::before {
  content: "播放";
  font-weight: 700;
}

.play-round.is-playing::before {
  content: "暂停";
}

.video-frame {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: #050609;
  border: 1px solid var(--line);
  border-radius: 0;
}

.video-frame img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  opacity: .68;
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .72), transparent 52%);
}

.video-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  color: #061014;
  font-weight: 700;
  background: var(--cyan);
  border: 0;
  border-radius: 50%;
}

.info-box {
  padding: 18px;
  background: #0f131d;
  border: 1px solid var(--line);
  border-radius: 0;
}

.info-box strong {
  color: var(--text);
}

.author-box {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 16px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: #061014;
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--orange), var(--red));
  border-radius: 8px;
}

.meta-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0;
}

.meta-list span {
  padding: 10px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .055);
  border-radius: 6px;
}

.mini-actions a {
  flex: 1;
}

.ad-slot {
  display: grid;
  place-items: center;
  min-height: 90px;
  color: #7d899d;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .04) 0 10px, transparent 10px 20px),
    #0d1018;
  border: 1px dashed rgba(255, 255, 255, .16);
  border-radius: 8px;
}

.footer-upper {
  padding: 60px 0;
  background: #080a10;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 146px 230px 230px 230px 346px;
  gap: 0;
}

.footer-col strong {
  display: block;
  margin-bottom: 12px;
  color: var(--text);
}

.footer-col a {
  display: block;
  margin: 8px 0;
  color: #8d9bb2;
}

.app-links {
  display: grid;
  gap: 10px;
}

.app-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px;
  background: #111520;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.app-links span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 30px;
  color: #061014;
  font-weight: 700;
  background: var(--cyan);
  border-radius: 4px;
}

.app-links em {
  color: var(--text);
  font-style: normal;
}

.footer-bottom {
  padding: 18px 0;
  color: #707b91;
  text-align: center;
  background: #030407;
}

.footer-bottom p {
  margin: 6px 0;
}

@media (max-width: 980px) {
  .brand-row,
  .player-shell,
  .hero-grid,
  .layout {
    grid-template-columns: 1fr;
  }

  .brand-row,
  .header-actions {
    display: grid;
  }

  .category-strip,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .song-row {
    grid-template-columns: 34px 44px minmax(0, 1fr) 72px 82px;
  }

  .song-row > :nth-child(6),
  .song-row > :nth-child(7) {
    display: none;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body {
    min-width: 320px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .topbar-inner,
  .bulk-bar,
  .player-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 10px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav > .ahadj-category-row {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .main-nav a {
    min-width: 0;
    height: 42px;
    margin-top: 0;
    line-height: 42px;
    text-align: left;
  }

  .main-nav .ahadj-category-row > a,
  .main-nav .nav-dropdown-toggle {
    justify-content: flex-start;
    height: 42px;
    padding: 0 16px;
    line-height: 42px;
  }

  .nav-dropdown {
    height: auto;
  }

  .nav-dropdown-menu {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 0 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .main-nav .nav-dropdown-menu a {
    height: 38px;
    padding: 0 16px;
    line-height: 38px;
  }

  .main-nav li + li::before {
    display: none;
  }

  .header-actions {
    grid-template-columns: 1fr;
    height: auto;
    padding: 12px 0;
  }

  .search-box,
  .upload-btn,
  .vip-btn {
    width: 100%;
  }

  .hero-content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .hero-content h1 {
    font-size: 25px;
  }

  .category-strip,
  .song-grid,
  .video-grid,
  .video-list-grid,
  .meta-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .song-row {
    grid-template-columns: 34px minmax(0, 1fr) 70px;
    min-height: 54px;
  }

  .song-row > :nth-child(2),
  .song-row > :nth-child(5) {
    display: none;
  }

  .video-frame,
  .video-frame img {
    min-height: 260px;
    height: 260px;
  }
}

/* Ahadj middle-only homepage layout. Header and footer keep their original template styles. */
.dahecms-page-home.ahadj-middle-home .main_bg {
  padding: 20px 0 0;
  color: #7676a2;
  background: #0f0f26;
  font: 14px/30px Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

.dahecms-page-home.ahadj-middle-home .main_bg a {
  color: #7676a2;
}

.dahecms-page-home.ahadj-middle-home .main_bg a:hover {
  color: #f66a04;
}

.dahecms-page-home.ahadj-middle-home .main_bg > .container {
  width: 1380px;
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.dahecms-page-home.ahadj-middle-home .main_bg .fl { float: left; }
.dahecms-page-home.ahadj-middle-home .main_bg .fr { float: right; }
.dahecms-page-home.ahadj-middle-home .main_bg .di_in { display: inline-block; }
.dahecms-page-home.ahadj-middle-home .main_bg .ml5 { margin-left: 5px; }
.dahecms-page-home.ahadj-middle-home .main_bg .ml50 { margin-left: 50px; }
.dahecms-page-home.ahadj-middle-home .main_bg .mt20 { margin-top: 20px; }

.dahecms-page-home.ahadj-middle-home .main_bg .clearfix::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}

.dahecms-page-home.ahadj-middle-home .recommend_box,
.dahecms-page-home.ahadj-middle-home .main_box,
.dahecms-page-home.ahadj-middle-home .main_box2 {
  clear: both;
  display: flow-root;
}

.dahecms-page-home.ahadj-middle-home .recommend_box {
  padding-top: 0;
}

.dahecms-page-home.ahadj-middle-home .recommend_left {
  position: relative;
  width: 944px;
  height: 500px;
  overflow: hidden;
}

.dahecms-page-home.ahadj-middle-home .recommend_img,
.dahecms-page-home.ahadj-middle-home .recommend_img ul,
.dahecms-page-home.ahadj-middle-home .recommend_img li,
.dahecms-page-home.ahadj-middle-home .recommend_img a,
.dahecms-page-home.ahadj-middle-home .recommend_img img {
  display: block;
  width: 944px;
  height: 500px;
}

.dahecms-page-home.ahadj-middle-home .recommend_img img {
  object-fit: cover;
}

.dahecms-page-home.ahadj-middle-home .dot {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0 !important;
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: right;
  background: rgba(0, 0, 0, .5);
}

.dahecms-page-home.ahadj-middle-home .dot li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: middle;
  background: #353335;
  border-radius: 50%;
}

.dahecms-page-home.ahadj-middle-home .dot li.on {
  background: #fff;
}

.dahecms-page-home.ahadj-middle-home .recommend_right,
.dahecms-page-home.ahadj-middle-home .news_right {
  width: 436px;
}

.dahecms-page-home.ahadj-middle-home .recommend_right {
  min-height: 500px;
}

.dahecms-page-home.ahadj-middle-home .news_left {
  width: 925px;
}

.dahecms-page-home.ahadj-middle-home .right_com,
.dahecms-page-home.ahadj-middle-home .recommend_right,
.dahecms-page-home.ahadj-middle-home .recommend_tit,
.dahecms-page-home.ahadj-middle-home .ranking_list,
.dahecms-page-home.ahadj-middle-home .ranking_list4 {
  background: #1a1c3c;
}

.dahecms-page-home.ahadj-middle-home .recommend_tit {
  min-height: 454px;
}

.dahecms-page-home.ahadj-middle-home .h2_box {
  min-height: 46px;
  padding: 14px 20px;
  background: linear-gradient(to left, #211e45, #522b98, #1f1b7d);
}

.dahecms-page-home.ahadj-middle-home .change_box .h2_box {
  background: linear-gradient(to left, #1f1b7d, #522b98, #2a1b45);
}

.dahecms-page-home.ahadj-middle-home .h2_box h2 {
  max-width: 330px;
  margin: 0 0 0 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-middle-home .h2_box a {
  margin-top: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.dahecms-page-home.ahadj-middle-home .home-title-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #1a1c3c;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  background: #fe9f03;
  border-radius: 2px;
}

.dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li {
  position: relative;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-indent: 16px;
}

.dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li a {
  display: block;
  max-width: 100%;
  color: #7b9aff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li.on {
  height: 62px;
  font-size: 22px;
  font-weight: 700;
  line-height: 62px;
  background: linear-gradient(to right, #312636, #1a1c3c);
}

.dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li.on a {
  color: #fd7b03;
}

.dahecms-page-home.ahadj-middle-home .main_box2 {
  padding-bottom: 20px;
  background: #0b0b1a;
}

.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul {
  padding: 0 15px 15px;
}

.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li {
  position: relative;
  min-height: 60px;
  padding: 15px 0 15px 32px !important;
  border-top: 1px solid #272947;
}

.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:first-child {
  border-top: 0;
}

.dahecms-page-home.ahadj-middle-home .ranking_list4 .choose {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 13px;
  height: 13px;
}

.dahecms-page-home.ahadj-middle-home .rank_infor {
  width: 384px;
  vertical-align: top;
}

.dahecms-page-home.ahadj-middle-home .rank_infor > div {
  width: 380px;
}

.dahecms-page-home.ahadj-middle-home .small_big a.fl {
  display: inline-block;
  width: 313px;
  max-width: 100%;
  color: #7b9aff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-middle-home .small_big span.fr {
  color: #7676a2;
}

.dahecms-page-home.ahadj-middle-home .big {
  display: none;
}

.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:first-child .small_big,
.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:hover .small_big {
  display: none;
}

.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:first-child .big,
.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:hover .big {
  display: block;
}

.dahecms-page-home.ahadj-middle-home .big_img,
.dahecms-page-home.ahadj-middle-home .big_img img {
  width: 130px;
  height: 90px;
}

.dahecms-page-home.ahadj-middle-home .big_img {
  overflow: hidden;
}

.dahecms-page-home.ahadj-middle-home .big_img img {
  object-fit: cover;
}

.dahecms-page-home.ahadj-middle-home .big_fr {
  width: 249px;
}

.dahecms-page-home.ahadj-middle-home .big_infor a {
  display: -webkit-box;
  width: 180px;
  max-height: 54px;
  color: #7b9aff;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dahecms-page-home.ahadj-middle-home .big_infor span.fr {
  color: #fff;
}

.dahecms-page-home.ahadj-middle-home .big_option {
  margin-top: 10px;
}

.dahecms-page-home.ahadj-middle-home .big_option a {
  display: inline-block;
  margin-right: 10px;
  padding-left: 18px;
  color: #fff;
  line-height: 24px;
}

.dahecms-page-home.ahadj-middle-home .upload4,
.dahecms-page-home.ahadj-middle-home .hear,
.dahecms-page-home.ahadj-middle-home .collect,
.dahecms-page-home.ahadj-middle-home .lplay,
.dahecms-page-home.ahadj-middle-home .lupload {
  position: relative;
  background: none;
}

.dahecms-page-home.ahadj-middle-home .upload4::before,
.dahecms-page-home.ahadj-middle-home .hear::before,
.dahecms-page-home.ahadj-middle-home .collect::before,
.dahecms-page-home.ahadj-middle-home .lplay::before,
.dahecms-page-home.ahadj-middle-home .lupload::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #f66a04;
  border-radius: 50%;
  content: "";
}

.dahecms-page-home.ahadj-middle-home .play_option {
  padding: 15px;
  background: #282a47;
}

.dahecms-page-home.ahadj-middle-home .play_option ul li {
  float: left;
  margin-right: 25px;
}

.dahecms-page-home.ahadj-middle-home .play_option ul li a {
  color: #fff;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box {
  padding: 5px 0 20px 28px;
  background: #1a1c3c;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li {
  float: left;
  width: 200px;
  margin-top: 20px;
  margin-right: 23px;
  border-radius: 5px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child {
  width: 424px;
  border-radius: 8px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit {
  position: relative;
  display: block;
  overflow: hidden;
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit img {
  width: 100%;
  height: 134px;
  object-fit: cover;
  border-radius: 3px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_tit img {
  height: 283px;
  border-radius: 6px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, .5);
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit p.music {
  text-align: center;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_tit p {
  padding: 15px;
  font-size: 22px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit b {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: none;
  background: rgba(127, 31, 182, .3);
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit:hover b {
  display: block;
}

.dahecms-page-home.ahadj-middle-home .video_rec_content {
  position: relative;
  margin-top: 8px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_content {
  margin-top: 20px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_infor strong {
  display: inline-block;
  width: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_infor strong {
  width: 310px;
  margin-bottom: 12px;
  font-size: 24px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_infor p {
  margin: 0;
}

.dahecms-page-home.ahadj-middle-home .video_rec_infor p span {
  margin-right: 12px;
  padding-left: 20px;
  color: #7b9aff;
}

.dahecms-page-home.ahadj-middle-home .video_rec_grade {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

.dahecms-page-home.ahadj-middle-home .video_rec_grade strong {
  display: none;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_grade strong {
  display: block;
  margin-bottom: 16px;
  color: #f66a04;
  font-size: 24px;
  font-weight: 400;
}

.dahecms-page-home.ahadj-middle-home .video_rec_grade .part {
  color: #ffdf5d;
  font-size: 12px;
  letter-spacing: 0;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box2 {
  padding: 5px 0 15px 25px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box2 > ul > li {
  width: 156px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box2 > ul > li:first-child {
  width: 338px;
  padding: 22px 22px 28px;
  background: #2f3260;
  border-radius: 8px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box2 .video_rec_tit img {
  width: 156px;
  height: 156px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box2 > ul > li:first-child .video_rec_tit img {
  width: 294px;
  height: 294px;
}

.dahecms-page-home.ahadj-middle-home .producer_box .video_rec_tit img {
  border-radius: 0;
}

.dahecms-page-home.ahadj-middle-home .change_tit ul li {
  float: left;
  cursor: pointer;
  opacity: .6;
}

.dahecms-page-home.ahadj-middle-home .change_tit ul li.on {
  opacity: 1;
}

.dahecms-page-home.ahadj-middle-home .change_tit h2 {
  max-width: 150px;
}

.dahecms-page-home.ahadj-middle-home .ranking_list2 {
  padding-top: 0;
  padding-bottom: 4px;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul {
  padding: 0 15px 15px;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul li {
  position: relative;
  height: 50px;
  padding: 10px 0 10px 32px;
  border-top: 1px solid #272947;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul li:first-child {
  border-top: 0;
}

.dahecms-page-home.ahadj-middle-home .ranking_list em.sort {
  position: absolute;
  left: 0;
  top: 14px;
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  background: #3e4275;
  border-radius: 50%;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul li:nth-of-type(1) em.sort,
.dahecms-page-home.ahadj-middle-home .ranking_list ul li:nth-of-type(2) em.sort,
.dahecms-page-home.ahadj-middle-home .ranking_list ul li:nth-of-type(3) em.sort {
  background: linear-gradient(to top, #a0180c, #f76b04);
}

.dahecms-page-home.ahadj-middle-home .ranking_list .checkbox {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 0;
  vertical-align: middle;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul li a {
  display: inline-block;
  width: 278px;
  max-width: 100%;
  max-height: 30px;
  margin-left: 5px;
  color: #7b9aff;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul li span {
  display: inline-block;
  width: 58px;
  color: #7676a2;
  text-align: right;
  vertical-align: middle;
}

.dahecms-page-home.ahadj-middle-home .classify_box {
  padding-top: 1px;
  padding-bottom: 0;
}

.dahecms-page-home.ahadj-middle-home .classify_box ul {
  background: #1a1c3c;
}

.dahecms-page-home.ahadj-middle-home .classify_box ul li {
  padding: 12px 0;
}

.dahecms-page-home.ahadj-middle-home .classify_box ul li strong {
  display: inline-block;
  padding-left: 19px;
  padding-right: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  vertical-align: top;
  background: #2d2f59;
  border-left: 2px solid #f66a04;
}

.dahecms-page-home.ahadj-middle-home .classify_box ul li div.di_in {
  width: 1245px;
}

.dahecms-page-home.ahadj-middle-home .classify_box ul li div.di_in a {
  display: inline-block;
  margin: 0 18px;
}

.dahecms-page-home.ahadj-middle-home .classify_box ul li.line2 {
  display: block;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid #292b51;
}

@media (max-width: 1000px) {
  body.dahecms-page-home.ahadj-middle-home {
    min-width: 1380px;
  }

  .dahecms-page-home.ahadj-middle-home .main_bg > .container {
    width: 1380px;
    max-width: none;
    margin: 0 auto;
  }
}

/* Black-first refinement for homepage middle blocks. */
.dahecms-page-home.ahadj-middle-home .main_bg {
  color: #9b9b9b;
  background: #07080b;
}

.dahecms-page-home.ahadj-middle-home .main_bg a {
  color: #d8d8d8;
}

.dahecms-page-home.ahadj-middle-home .main_bg a:hover {
  color: #ff7a00;
}

.dahecms-page-home.ahadj-middle-home .right_com,
.dahecms-page-home.ahadj-middle-home .recommend_right,
.dahecms-page-home.ahadj-middle-home .recommend_tit,
.dahecms-page-home.ahadj-middle-home .ranking_list,
.dahecms-page-home.ahadj-middle-home .ranking_list4,
.dahecms-page-home.ahadj-middle-home .video_rec_box,
.dahecms-page-home.ahadj-middle-home .classify_box ul {
  background: #111216;
}

.dahecms-page-home.ahadj-middle-home .main_box2 {
  background: #07080b;
}

.dahecms-page-home.ahadj-middle-home .h2_box,
.dahecms-page-home.ahadj-middle-home .change_box .h2_box {
  background: #18191d;
  border-left: 3px solid #ff7a00;
  box-shadow: inset 0 -1px 0 #24262b;
}

.dahecms-page-home.ahadj-middle-home .h2_box h2,
.dahecms-page-home.ahadj-middle-home .h2_box a {
  color: #f4f4f4;
}

.dahecms-page-home.ahadj-middle-home .home-title-icon {
  color: #111216;
  background: #ff9a22;
}

.dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li.on {
  background: #202126;
}

.dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li.on a {
  color: #ff7a00;
}

.dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li a,
.dahecms-page-home.ahadj-middle-home .small_big a.fl,
.dahecms-page-home.ahadj-middle-home .big_infor a,
.dahecms-page-home.ahadj-middle-home .ranking_list ul li a {
  color: #d7d7d7;
}

.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li,
.dahecms-page-home.ahadj-middle-home .ranking_list ul li {
  border-color: #25272d;
}

.dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li {
  padding-left: 0 !important;
}

.dahecms-page-home.ahadj-middle-home .rank_infor,
.dahecms-page-home.ahadj-middle-home .rank_infor > div {
  width: 406px;
}

.dahecms-page-home.ahadj-middle-home .small_big a.fl {
  width: 330px;
}

.dahecms-page-home.ahadj-middle-home .big_fr {
  width: 260px;
}

.dahecms-page-home.ahadj-middle-home .big_infor a {
  width: 190px;
}

.dahecms-page-home.ahadj-middle-home .ranking_list em.sort {
  background: #33363d;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul li:nth-of-type(1) em.sort,
.dahecms-page-home.ahadj-middle-home .ranking_list ul li:nth-of-type(2) em.sort,
.dahecms-page-home.ahadj-middle-home .ranking_list ul li:nth-of-type(3) em.sort {
  background: #ff7a00;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul li {
  padding-left: 32px;
}

.dahecms-page-home.ahadj-middle-home .ranking_list ul li a {
  width: 300px;
  margin-left: 0;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box2 > ul > li:first-child {
  background: #1a1b20;
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit b {
  background: rgba(0, 0, 0, .45);
}

.dahecms-page-home.ahadj-middle-home .video_rec_infor p span,
.dahecms-page-home.ahadj-middle-home .video_rec_grade strong {
  color: #ff7a00;
}

.dahecms-page-home.ahadj-middle-home .classify_box ul li strong {
  background: #1b1c21;
  border-left-color: #ff7a00;
}

/* Homepage video cards: keep playback counts on the image for faster scanning. */
.dahecms-page-home.ahadj-middle-home .video_rec_tit .home-view-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
  background: rgba(8, 10, 15, .5);
  border: 1px solid rgba(255, 122, 0, .3);
  border-radius: 4px;
  opacity: .8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit .home-view-count::before {
  width: 6px;
  height: 6px;
  margin-right: 6px;
  content: "";
  background: rgba(255, 122, 0, .78);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(255, 122, 0, .4);
}

.dahecms-page-home.ahadj-middle-home .video_rec_tit p.music {
  left: 10px;
  right: auto;
  bottom: 10px;
  z-index: 2;
  width: auto;
  max-width: calc(100% - 122px);
  padding: 3px 8px;
  color: #eef5ff;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  background: rgba(8, 10, 15, .72);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_tit p.music {
  width: auto;
  max-width: calc(100% - 122px);
  padding: 3px 8px;
  font-size: 12px;
  line-height: 18px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_content {
  min-height: 34px;
  margin-top: 10px;
  padding: 0 4px 2px;
}

.dahecms-page-home.ahadj-middle-home .video_rec_infor {
  min-width: 0;
  width: 100%;
}

.dahecms-page-home.ahadj-middle-home .video_rec_infor strong {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_content {
  margin-top: 12px;
}

/* Keep the original five-card feature row, then start eight more cards below it. */
.dahecms-page-home.ahadj-middle-home .album_rec_box > ul > li:nth-child(6) {
  clear: both;
  margin-top: 8px;
}

/* Keep album thumbnails proportional and float the rating over the image. */
.dahecms-page-home.ahadj-middle-home .album_rec_box > ul > li .video_rec_tit {
  aspect-ratio: 16 / 9;
}

.dahecms-page-home.ahadj-middle-home .album_rec_box > ul > li .video_rec_tit img,
.dahecms-page-home.ahadj-middle-home .album_rec_box > ul > li:first-child .video_rec_tit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dahecms-page-home.ahadj-middle-home .album_rec_box .video_rec_tit .home-video-grade {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 0 8px;
  color: rgba(255, 225, 107, .76);
  text-align: left;
  white-space: nowrap;
  background: rgba(8, 10, 15, .5);
  border: 1px solid rgba(255, 225, 107, .24);
  border-radius: 4px;
  opacity: .78;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

.dahecms-page-home.ahadj-middle-home .album_rec_box .video_rec_tit .home-video-grade strong,
.dahecms-page-home.ahadj-middle-home .album_rec_box > ul > li:first-child .video_rec_tit .home-video-grade strong {
  display: inline;
  margin: 0;
  color: rgba(255, 154, 38, .78);
  font-size: 11px;
  font-weight: 800;
  line-height: 24px;
}

.dahecms-page-home.ahadj-middle-home .album_rec_box .video_rec_tit .home-video-grade .part {
  color: rgba(255, 225, 107, .74);
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
}

/* Mobile cleanup: keep the black DJ style, but remove desktop fixed-width overflow. */
@media (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body,
  body.dahecms-page-home.ahadj-middle-home,
  body.dahecms-page-home.ahadj-exact-home {
    min-width: 0;
  }

  .container,
  .dahecms-page-home.ahadj-middle-home .main_bg > .container,
  .dahecms-page-home.ahadj-exact-home .container {
    width: min(100% - 24px, 720px);
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .brand-row {
    grid-template-columns: 1fr;
    gap: 14px;
    height: auto;
    margin-top: 0;
    padding: 16px 0 14px;
  }

  .brand {
    width: 100%;
  }

  .brand strong {
    font-size: 22px;
    line-height: 1.2;
  }

  .brand em {
    font-size: 12px;
    line-height: 1.35;
  }

  .brand-mark {
    flex: 0 0 78px;
    width: 78px;
    height: 48px;
    margin-right: 4px;
    font-size: 20px;
    border-radius: 18px 26px 16px 16px;
  }

  .brand-mark::before {
    left: 26px;
    top: 8px;
    width: 28px;
    height: 15px;
  }

  .brand-mark::after {
    left: 13px;
    width: 14px;
    height: 14px;
    box-shadow:
      39px 0 0 0 #02040a,
      39px 0 0 3px rgba(223,247,255,.95),
      39px 0 0 7px #02040a,
      0 0 0 3px rgba(223,247,255,.95),
      0 0 0 7px #02040a,
      0 0 10px rgba(0,245,255,.45),
      39px 0 10px rgba(255,43,214,.36);
  }

  .header-actions {
    display: block;
    width: 100%;
    height: auto;
  }

  .search-box {
    width: 100%;
    min-width: 0;
  }

  .search-box input,
  .search-input {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .nav-inner {
    height: auto;
  }

  .main-nav {
    height: auto;
  }

  .main,
  .dahecms-page-home.ahadj-middle-home .main_bg {
    padding-top: 14px;
  }

  .hero-grid,
  .layout,
  .player-shell,
  .dahecms-page-home .home-recommend,
  .dahecms-page-home .home-main-grid {
    grid-template-columns: 1fr;
  }

  .category-strip,
  .video-grid,
  .video-list-grid,
  .home-video-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .song-table,
  .video-list-section,
  .panel,
  .side-panel,
  .info-box,
  .crumbs,
  .tag-row,
  .video-filter,
  .video-breadcrumb,
  .video-hot-search {
    min-width: 0;
  }

  .footer-upper {
    padding: 34px 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }

  .footer-col {
    min-width: 0;
    padding: 14px;
    background: #101217;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 6px;
  }

  .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .footer-col strong {
    margin-bottom: 10px;
    color: #f4f4f4;
    font-size: 15px;
    line-height: 1.3;
  }

  .footer-col a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin: 4px 6px 4px 0;
    padding: 0 10px;
    color: #cfd4df;
    line-height: 32px;
    background: #181b22;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 4px;
  }

  .footer-col p {
    margin: 8px 0 0;
    line-height: 1.75;
  }

  .footer-bottom {
    padding: 14px 0;
  }

  .footer-bottom p {
    margin: 4px 0;
    font-size: 12px;
    line-height: 1.6;
  }

  .dahecms-page-home.ahadj-middle-home .main_bg .fl,
  .dahecms-page-home.ahadj-middle-home .main_bg .fr,
  .dahecms-page-home.ahadj-exact-home .fl,
  .dahecms-page-home.ahadj-exact-home .fr {
    float: none;
  }

  .dahecms-page-home.ahadj-middle-home .recommend_left,
  .dahecms-page-home.ahadj-middle-home .recommend_right,
  .dahecms-page-home.ahadj-middle-home .news_left,
  .dahecms-page-home.ahadj-middle-home .news_right,
  .dahecms-page-home.ahadj-exact-home .recommend_left,
  .dahecms-page-home.ahadj-exact-home .recommend_right,
  .dahecms-page-home.ahadj-exact-home .news_left,
  .dahecms-page-home.ahadj-exact-home .news_right {
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .dahecms-page-home.ahadj-middle-home .right_com,
  .dahecms-page-home.ahadj-middle-home .ranking_list,
  .dahecms-page-home.ahadj-middle-home .ranking_list4,
  .dahecms-page-home.ahadj-middle-home .video_rec_box,
  .dahecms-page-home.ahadj-exact-home .right_com,
  .dahecms-page-home.ahadj-exact-home .ranking_list,
  .dahecms-page-home.ahadj-exact-home .ranking_list4,
  .dahecms-page-home.ahadj-exact-home .video_rec_box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .dahecms-page-home.ahadj-middle-home .main_box,
  .dahecms-page-home.ahadj-middle-home .main_box2,
  .dahecms-page-home.ahadj-exact-home .main_box,
  .dahecms-page-home.ahadj-exact-home .main_box2 {
    margin-top: 14px;
    padding-bottom: 14px;
  }

  .dahecms-page-home.ahadj-middle-home .recommend_img,
  .dahecms-page-home.ahadj-middle-home .recommend_img ul,
  .dahecms-page-home.ahadj-middle-home .recommend_img li,
  .dahecms-page-home.ahadj-middle-home .recommend_img a,
  .dahecms-page-home.ahadj-middle-home .recommend_img img,
  .dahecms-page-home.ahadj-exact-home .recommend_img,
  .dahecms-page-home.ahadj-exact-home .recommend_img ul,
  .dahecms-page-home.ahadj-exact-home .recommend_img li,
  .dahecms-page-home.ahadj-exact-home .recommend_img a,
  .dahecms-page-home.ahadj-exact-home .recommend_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .dahecms-page-home.ahadj-middle-home .recommend_img img,
  .dahecms-page-home.ahadj-exact-home .recommend_img img {
    object-fit: cover;
  }

  .dahecms-page-home.ahadj-middle-home .recommend_tit,
  .dahecms-page-home.ahadj-exact-home .recommend_tit {
    min-height: 0;
  }

  .dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li,
  .dahecms-page-home.ahadj-exact-home .recommend_tit > ul > li {
    height: 44px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 44px;
    text-indent: 0;
  }

  .dahecms-page-home.ahadj-middle-home .recommend_tit > ul > li.on,
  .dahecms-page-home.ahadj-exact-home .recommend_tit > ul > li.on {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
  }

  .dahecms-page-home.ahadj-middle-home .h2_box,
  .dahecms-page-home.ahadj-exact-home .h2_box {
    min-height: 42px;
    padding: 12px 14px;
  }

  .dahecms-page-home.ahadj-middle-home .h2_box h2,
  .dahecms-page-home.ahadj-exact-home .h2_box h2 {
    max-width: calc(100vw - 150px);
    font-size: 15px;
  }

  .dahecms-page-home.ahadj-middle-home .change_tit ul,
  .dahecms-page-home.ahadj-exact-home .change_tit ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .dahecms-page-home.ahadj-middle-home .change_tit ul li,
  .dahecms-page-home.ahadj-exact-home .change_tit ul li {
    float: none;
  }

  .dahecms-page-home.ahadj-middle-home .change_tit ul li.ml50,
  .dahecms-page-home.ahadj-exact-home .change_tit ul li.ml50 {
    margin-left: 0;
  }

  .dahecms-page-home.ahadj-middle-home .ranking_list4 > ul,
  .dahecms-page-home.ahadj-middle-home .ranking_list ul,
  .dahecms-page-home.ahadj-exact-home .ranking_list4 > ul,
  .dahecms-page-home.ahadj-exact-home .ranking_list ul {
    padding: 0 12px 12px;
  }

  .dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li,
  .dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li {
    min-height: 48px;
    padding: 10px 0 !important;
  }

  .dahecms-page-home.ahadj-middle-home .rank_infor,
  .dahecms-page-home.ahadj-middle-home .rank_infor > div,
  .dahecms-page-home.ahadj-exact-home .rank_infor,
  .dahecms-page-home.ahadj-exact-home .rank_infor > div {
    width: 100%;
  }

  .dahecms-page-home.ahadj-middle-home .small_big,
  .dahecms-page-home.ahadj-exact-home .small_big {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .dahecms-page-home.ahadj-middle-home .small_big a.fl,
  .dahecms-page-home.ahadj-exact-home .small_big a,
  .dahecms-page-home.ahadj-middle-home .ranking_list ul li a,
  .dahecms-page-home.ahadj-exact-home .ranking_list ul li a {
    width: auto;
    max-width: 100%;
  }

  .dahecms-page-home.ahadj-middle-home .big,
  .dahecms-page-home.ahadj-exact-home .big {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
  }

  .dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:first-child .big,
  .dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:hover .big,
  .dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:first-child .big,
  .dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:hover .big {
    display: grid;
  }

  .dahecms-page-home.ahadj-middle-home .big_img,
  .dahecms-page-home.ahadj-middle-home .big_img img,
  .dahecms-page-home.ahadj-exact-home .big_img,
  .dahecms-page-home.ahadj-exact-home .big_img img {
    width: 96px;
    height: 68px;
  }

  .dahecms-page-home.ahadj-middle-home .big_fr,
  .dahecms-page-home.ahadj-exact-home .big_fr {
    width: 100%;
    min-width: 0;
  }

  .dahecms-page-home.ahadj-middle-home .big_infor,
  .dahecms-page-home.ahadj-exact-home .big_infor {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    min-width: 0;
  }

  .dahecms-page-home.ahadj-middle-home .big_infor a,
  .dahecms-page-home.ahadj-exact-home .big_infor a {
    width: auto;
    min-width: 0;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_box,
  .dahecms-page-home.ahadj-exact-home .video_rec_box {
    padding: 12px;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_box > ul,
  .dahecms-page-home.ahadj-exact-home .video_rec_box > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li,
  .dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child,
  .dahecms-page-home.ahadj-exact-home .video_rec_box > ul > li,
  .dahecms-page-home.ahadj-exact-home .video_rec_box > ul > li:first-child {
    float: none;
    width: auto;
    margin: 0;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child,
  .dahecms-page-home.ahadj-exact-home .video_rec_box > ul > li:first-child {
    grid-column: 1 / -1;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_tit,
  .dahecms-page-home.ahadj-exact-home .video_rec_tit {
    aspect-ratio: 16 / 9;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_tit img,
  .dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_tit img,
  .dahecms-page-home.ahadj-exact-home .video_rec_tit img,
  .dahecms-page-home.ahadj-exact-home .video_rec_box > ul > li:first-child .video_rec_tit img {
    width: 100%;
    height: 100%;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child .video_rec_infor strong,
  .dahecms-page-home.ahadj-exact-home .video_rec_box > ul > li:first-child .video_rec_infor strong {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .dahecms-page-home.ahadj-middle-home .album_rec_box > ul > li:nth-child(6),
  .dahecms-page-home.ahadj-exact-home .album_rec_box > ul > li:nth-child(6) {
    clear: none;
    margin-top: 0;
  }

  .dahecms-page-home.ahadj-middle-home .classify_box ul li,
  .dahecms-page-home.ahadj-exact-home .classify_box ul li {
    padding: 12px;
  }

  .dahecms-page-home.ahadj-middle-home .classify_box ul li strong,
  .dahecms-page-home.ahadj-exact-home .classify_box ul li strong {
    display: block;
    margin-bottom: 10px;
    padding: 6px 10px;
    line-height: 20px;
  }

  .dahecms-page-home.ahadj-middle-home .classify_box ul li div.di_in,
  .dahecms-page-home.ahadj-middle-home .exact-link-box ul li div.di_in,
  .dahecms-page-home.ahadj-exact-home .classify_box ul li div.di_in,
  .dahecms-page-home.ahadj-exact-home .exact-link-box ul li div.di_in {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }

  .dahecms-page-home.ahadj-middle-home .classify_box ul li div.di_in a,
  .dahecms-page-home.ahadj-exact-home .classify_box ul li div.di_in a {
    margin: 0;
    padding: 3px 8px;
    background: #18191d;
    border: 1px solid #262832;
    border-radius: 4px;
  }
}

@media (max-width: 640px) {
  .container,
  .dahecms-page-home.ahadj-middle-home .main_bg > .container,
  .dahecms-page-home.ahadj-exact-home .container {
    width: calc(100% - 20px);
    max-width: none;
  }

  .topbar-inner {
    flex-direction: row;
    align-items: center;
    height: auto;
    min-height: 34px;
    gap: 10px;
  }

  .top-links {
    min-width: 0;
    overflow: hidden;
  }

  .top-links a,
  .home-link {
    font-size: 12px;
  }

  .site-header {
    background: linear-gradient(180deg, #090b12 0, #05070c 100%);
  }

  .header-visual {
    display: none;
  }

  .brand-row {
    padding: 12px 0;
  }

  .brand strong {
    font-size: 20px;
  }

  .brand em {
    display: none;
  }

  .search-box {
    display: flex;
  }

  .search-box button {
    flex: 0 0 70px;
    width: 70px;
    padding: 0;
  }

  .ahadj-black-template .search-select {
    flex: 0 0 76px;
    width: 76px;
    padding: 0 8px;
  }

  .menu-toggle {
    height: 44px;
    text-align: left;
  }

  .menu-toggle::before {
    margin-right: 8px;
    content: "☰";
  }

  .main-nav.open {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
  }

  .main-nav .ahadj-category-row > a,
  .main-nav .nav-dropdown-toggle,
  .main-nav .nav-dropdown-menu a {
    border-top: 1px solid rgba(255, 255, 255, .07);
  }

  .hero-stage,
  .hero-stage img {
    min-height: 260px;
  }

  .hero-content h1 {
    font-size: 22px;
  }

  .category-strip,
  .video-grid,
  .video-list-grid,
  .home-video-row {
    grid-template-columns: 1fr;
  }

  .footer-upper {
    padding: 22px 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .footer-col {
    padding: 11px;
  }

  .footer-col strong {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .footer-col a {
    display: flex;
    width: 100%;
    min-height: 30px;
    margin: 5px 0 0;
    padding: 0 8px;
    justify-content: flex-start;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .footer-col p {
    color: #9aa3b3;
    font-size: 13px;
  }

  .footer-bottom .container {
    width: calc(100% - 20px);
  }

  .footer-bottom p {
    overflow-wrap: anywhere;
  }

  .video-breadcrumb,
  .video-list-heading,
  .video-hot-search,
  .bulk-bar {
    display: grid;
    gap: 10px;
    align-items: start;
  }

  .video-filter-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 0;
  }

  .video-filter-options,
  .tabs,
  .tag-row,
  .pagination,
  .video-list-pagination {
    gap: 8px;
  }

  .tabs a,
  .tag-row a,
  .pagination a,
  .pagination span,
  .video-list-pagination a,
  .video-list-pagination span {
    min-height: 34px;
  }

  .song-row {
    grid-template-columns: 28px minmax(0, 1fr) 64px;
    gap: 8px;
    padding: 8px;
  }

  .song-row > :nth-child(2),
  .song-row > :nth-child(4),
  .song-row > :nth-child(5),
  .song-row > :nth-child(7) {
    display: none;
  }

  .song-row.header {
    display: none;
  }

  .icon-link {
    width: 56px;
  }

  .dahecms-page-home.ahadj-middle-home .dot,
  .dahecms-page-home.ahadj-exact-home .dot {
    padding: 8px 12px;
  }

  .dahecms-page-home.ahadj-middle-home .small_big span.fr,
  .dahecms-page-home.ahadj-middle-home .big_infor span.fr,
  .dahecms-page-home.ahadj-middle-home .ranking_list ul li span,
  .dahecms-page-home.ahadj-exact-home .small_big span.fr,
  .dahecms-page-home.ahadj-exact-home .big_infor span.fr,
  .dahecms-page-home.ahadj-exact-home .ranking_list ul li span {
    display: none;
  }

  .dahecms-page-home.ahadj-middle-home .small_big,
  .dahecms-page-home.ahadj-middle-home .big_infor,
  .dahecms-page-home.ahadj-exact-home .small_big,
  .dahecms-page-home.ahadj-exact-home .big_infor {
    grid-template-columns: 1fr;
  }

  .dahecms-page-home.ahadj-middle-home .ranking_list ul li,
  .dahecms-page-home.ahadj-exact-home .ranking_list ul li {
    height: auto;
    min-height: 44px;
    padding: 9px 0 9px 30px;
  }

  .dahecms-page-home.ahadj-middle-home .ranking_list ul li a,
  .dahecms-page-home.ahadj-exact-home .ranking_list ul li a {
    display: block;
    width: 100%;
    margin-left: 0;
    line-height: 26px;
  }
}

@media (hover: none) and (max-width: 640px) {
  .dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:hover,
  .dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:hover {
    min-height: 48px;
  }

  .dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:hover .small_big,
  .dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:hover .small_big {
    display: grid;
  }

  .dahecms-page-home.ahadj-middle-home .ranking_list4 > ul > li:hover .big,
  .dahecms-page-home.ahadj-exact-home .ranking_list4 > ul > li:hover .big {
    display: none;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_tit:hover b,
  .dahecms-page-home.ahadj-exact-home .video_rec_tit:hover b {
    display: none;
  }
}

@media (max-width: 420px) {
  .brand-mark {
    flex-basis: 66px;
    width: 66px;
    height: 42px;
    font-size: 18px;
  }

  .brand-mark::before,
  .brand-mark::after {
    display: none;
  }

  .brand strong {
    font-size: 18px;
  }

  .search-box button {
    flex-basis: 62px;
    width: 62px;
    font-size: 13px;
  }

  .ahadj-black-template .search-select {
    flex-basis: 68px;
    width: 68px;
    font-size: 13px;
  }

  .search-box input {
    padding: 0 10px;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_box > ul,
  .dahecms-page-home.ahadj-exact-home .video_rec_box > ul {
    grid-template-columns: 1fr;
  }

  .dahecms-page-home.ahadj-middle-home .video_rec_box > ul > li:first-child,
  .dahecms-page-home.ahadj-exact-home .video_rec_box > ul > li:first-child {
    grid-column: auto;
  }
}
