a{
  cursor:pointer;
}
a:hover{
  color:white;
}
/* 导航栏样式 */
    .yy260325-navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 50;
      background-color: rgba(15, 15, 15, 0.9);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .yy260325-navbar-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 1rem;
      height: 4rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
    }

    .yy260325-navbar-left {
      display: flex;
      align-items: center;
      gap: 2rem;
    }

    .yy260325-logo {
      font-size: clamp(1.2rem, 2vw, 1.6rem);
      font-weight: bold;
      color: white;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      text-decoration: none;
    }
    .yy260325-logo img{
      height: 48px;
    }

    .yy260325-logo-icon {
      color: #E50914;
    }

    .yy260325-nav-menu {
      display: none;
      align-items: center;
      position: relative;
      height: 2.4rem;
      /**/border-radius: 8px;
      overflow: hidden;
    }

    @media (min-width: 768px) {
      .yy260325-nav-menu {
        display: flex;
      }
    }

    .yy260325-nav-slider {
      position: absolute;
      background-color: rgba(229, 9, 20, 0.2);
      border: 1px solid rgba(229, 9, 20, 0.3);
      /*border-radius: 9999px;*/
      border-radius: 8px;
      z-index: -1;
      transition: all 300ms ease-out;
    }

    .yy260325-nav-item {
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
      font-weight: 500;
      position: relative;
      z-index: 10;
      color: white;
      text-decoration: none;
      transition: color 0.3s;
    }

    .yy260325-nav-item:hover {
      color: #fff;
    }

    .yy260325-navbar-right {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .yy260325-logout-btn {
      font-size: 0.875rem;
      color: white;
      background: none;
      border: none;
      cursor: pointer;
      transition: color 0.3s;
    }

    .yy260325-logout-btn:hover {
      color: #E50914;
    }

    /* 轮播 */
    .yy260325-swiper-container {
      max-width: 1280px;
      margin: 20px auto 0 auto;
      padding: 0 1rem;
      height: 420px;
      position: relative;
      overflow: hidden;
    }
    .yy260325-swiper-slide {
      border-radius:0rem;
      overflow: hidden;
      position: relative;
    }
    .yy260325-swiper-slide .yy260325-banner-gradient {
      background: linear-gradient(to right, #000, rgba(0,0,0,0.4));
      position: absolute;
      inset: 0;
      z-index: 10;
    }
    .yy260325-swiper-slide img {
      width: 100%;
      height: 100%;
      object-cover;
    }
    .yy260325-swiper-slide .yy260325-slide-content {
      position: absolute;
      left: 8%;
      top: 24%;
      transform: translateY(-50%);
      z-index: 20;
      max-width: 560px;
    }
    @media (min-width: 768px) {
      .yy260325-slide-content {
        left: 16px;
      }
    }
    .yy260325-swiper-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 30;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: rgba(0,0,0,0.5);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s;
      border: 1px solid rgba(255,255,255,0.2);
    }
    .yy260325-swiper-btn:hover {
      background-color: rgba(229, 9, 20, 0.8);
    }
    .yy260325-swiper-prev {
      left: 20px;
    }
    .yy260325-swiper-next {
      right: 20px;
    }

    /* 音乐卡片 */
    .yy260325-song-actions {
      position: absolute;
      bottom: 8px;
      right: 8px;
      display: flex;
      gap: 6px;
      z-index: 5;
    }
    .yy260325-action-btn {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: rgba(0,0,0,0.6);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      cursor: pointer;
      transition: all 0.3s;
      border: none;
      padding: 0;
    }
    .yy260325-action-btn:hover {
      background-color: #E50914;
    }
    .yy260325-action-btn:hover i{
      color:#fff;
    }
    .yy260325-like-btn.active {
      color: #E50914;
      background-color: rgba(229, 9, 20, 0.2);
    }
    
    
    /* --------------------------
导航右侧搜索 + 登录按钮样式
--------------------------- */
.yy260325-search-box {
  display: flex;
  align-items: center;
  height: 36px;

  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}
.yy260325-search-input {
  height: 100%;
  width: 160px;
  padding: 0 12px;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
}
.yy260325-search-input::placeholder {
  color: rgba(255,255,255,0.5);
}
.yy260325-search-btn {
  height: 100%;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(229,9,20,0.8);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.yy260325-search-btn:hover {
  background: #E50914;
}

.yy260325-auth-btn {
  height: 36px;
  padding: 0 16px;
  /*border: 1px solid rgba(255,255,255,0.3);*/
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
}
.yy260325-auth-btn:hover {
  border-color: #E50914;
  background: rgba(229,9,20,0.1);
  color: #E50914;
}

/* --------------------------
用户信息容器样式（兼容 a 标签，解决错位）
--------------------------- */
.xw-usertop-info-container {
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 8px;
  background: transparent; /* 无背景色，仅边框 */
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 12px; /* 增大间距，适配 a 标签布局 */
  cursor: default;
  transition: 0.3s;
}
.xw-usertop-info-container:hover {
  /*border-color: #E50914;
  color: #E50914;*/
      border-radius:18px;
  /*border:1px solid rgb(157 1 1);*/
}

/* 头像+用户名的 a 标签 - 核心：flex 对齐防错位 */
.xw-usertop-info-profile {
  display: flex; /* 让头像和用户名在 a 标签内水平居中对齐 */
  align-items: center;
  gap: 8px; /* 头像和用户名的间距 */
  text-decoration: none; /* 去掉 a 标签默认下划线 */
  color: inherit; /* 继承容器文字颜色 */
}

.xw-usertop-info-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.2);
  flex-shrink: 0; /* 防止头像被挤压变形 */
}

.xw-usertop-info-name {
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0; /* 防止用户名被挤压 */
}

/* 退出的 a 标签 - 重置默认样式，保持按钮质感 */
.xw-usertop-info-logout {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 12px;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  transition: 0.2s;
  text-decoration: none; /* 去掉下划线 */
  flex-shrink: 0; /* 防止退出文字被挤压 */
}
.xw-usertop-info-logout:hover {
  background: rgba(229,9,20,0.1);
}
/* --------------------------
欧美风底部样式
--------------------------- */
.yy260325-footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 60px 0 30px;
  margin-top: 60px;
  color: #fff;
  font-family: 'Inter', sans-serif;
}
.yy260325-footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.yy260325-footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.yy260325-footer-col {
  flex: 1;
  min-width: 200px;
}
.yy260325-footer-col h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #E50914;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.yy260325-footer-col p {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin-bottom: 16px;
}
.yy260325-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yy260325-footer-col ul li {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.yy260325-footer-col ul li:hover {
  color: #E50914;
  padding-left: 4px;
}
.yy260325-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.yy260325-social-icons i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.yy260325-social-icons i:hover {
  background: #E50914;
  color: #fff;
}
.yy260325-sub-box {
  display: flex;
  height: 38px;
  margin-top: 10px;
}
.yy260325-sub-box input {
  flex: 1;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 0 12px;
  color: #fff;
  outline: none;
  border-radius: 4px 0 0 4px;
}
.yy260325-sub-box button {
  padding: 0 12px;
  background: #E50914;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.yy260325-footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}



.xw-260325-vip-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.xw-260325-vip-modal .xw-260325-vip-modal-content {
  background: #1a1a1a;
  border-radius: 8px;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  border: 1px solid #e50914;
}
.xw-260325-vip-modal .xw-260325-vip-modal-content h3 {
  color: #e50914;
  margin-bottom: 10px;
}
.xw-260325-vip-modal .xw-260325-vip-modal-content p {
  color: #f6f6f6;
  margin-bottom: 20px;
}
.xw-260325-vip-modal .xw-260325-vip-modal-content button {
  background: #e50914;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.xw-260325-vip-modal .xw-260325-close-modal {
  margin-top: 10px;
  background: #333;
}

/* 空状态容器 */
.xw-song-list__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
    border-radius: 12px;
    max-width: 400px;
    margin: 40px auto;
}

/* 提示文字 */
.xw-song-list__empty p {
    font-size: 15px;
    color: #6b7280;
    margin: 0 0 24px 0;
    line-height: 1.5;
}

/* 按钮基础样式 */
.xw-song-list__empty .xw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

/* 主按钮样式 */
.xw-song-list__empty .xw-btn--primary {
    background-color: #E50914;
    color: #ffffff;
    box-shadow: 0 2px 6px rgb(235 0 0 / 30%);
}

/* 主按钮悬停效果 */
.xw-song-list__empty .xw-btn--primary:hover {
    background-color: #E50914;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgb(235 0 0 / 30%);
}

/* 主按钮点击效果 */
.xw-song-list__empty .xw-btn--primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(59, 130, 246, 0.3);
}