  body * {
      box-sizing: border-box;
      flex-shrink: 0;
      margin: 0;
      
    }

    body {
      font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
        Arial, PingFang SC-Light, Microsoft YaHei;
        letter-spacing: 0.1vw;
        font-size: 1vw;
    }
	img{
	max-width:100%;
	}

    input {
      background-color: transparent;
      border: 0;
      outline: none;
      width: 100%;
      height: 100%;
      padding: 0 10px;
    }

    button {
      margin: 0;
      padding: 0;
      border: 1px solid transparent;
      outline: none;
      background-color: transparent;
      cursor: pointer;
    }

    button:active {
      opacity: 0.6;
    }

    a {
      text-decoration: none;
      color: inherit;
    }
    a:hover {
      opacity: 0.8;
    }

    .flex-col {
      display: flex;
      flex-direction: column;
    }

    .flex-row {
      display: flex;
      flex-direction: row;
    }

    .justify-end {
      display: flex;
      justify-content: flex-end;
    }

    .justify-between {
      display: flex;
      justify-content: space-between;
    }

    .align-center {
      display: flex;
      align-items: center;
    }

    .justify-center {
      display: flex;
      justify-content: center;
    }

    .page {
      background-color: rgba(247, 247, 251, 1);
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    /* 头部导航 */
    .header {
      background-color: rgba(255, 255, 255, 1);
      height: 5vw;
      width: 100vw;
      position: relative;
    }

    .header-inner {align-items: center;
      width: 100%;
      height: 3.23vw;
      margin: 0;justify-content: center;
    }

    .logo {
      height: 3.23vw;
    }

    .logo-text {
      background-image: linear-gradient(360deg, rgba(246, 60, 61, 1) 0, rgba(246, 60, 61, 1) 100%);
      width: 4.64vw;
      height: 2.5vw;
      overflow-wrap: break-word;
      font-size: 2.5vw;
      font-family: PangMenZhengDao-Regular;
      text-align: left;
      white-space: nowrap;
      line-height: 2.5vw;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 0.31vw 0 0 0.1vw;
    }

    .nav-home {
      width: 2.09vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(246, 60, 61, 1);
      font-size: 1.04vw;
      font-family: PingFang SC-Heavy;
      font-weight: 900;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
      margin: 0.93vw 0 0 8.17vw;
    }

    .nav-item {
      width: 2.09vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(134, 134, 134, 1);
      font-size: 1.04vw;
      font-family: PingFang SC-Medium;
      font-weight: 500;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
      margin: 0.93vw 0 0 5.78vw;
    }

    .nav-service {
      width: 4.17vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(134, 134, 134, 1);
      font-size: 1.04vw;
      font-family: PingFang SC-Medium;
      font-weight: 500;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
      margin: 0.93vw 0 0 5.41vw;
    }

    /* 搜索框 */
    .search-bar {
      background-color: rgba(244, 244, 244, 1);
      border-radius: 32px;
      position: relative;
      width: 15.27vw;padding-left: 0.9vw;
 
      margin: 0.31vw 0 0 9.27vw;

    }

    .search-input {
      width: 12vw;
      height: 2.5vw;
      font-size: 0.83vw;
      color: #333;
    }

    .search-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 2.5vw;
      height: 2.5vw;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .search-icon {
      height: 1.05vw;
      width: 1.05vw;
      background-image: url(/images/pc/search.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    /* 按钮 */
    .btn-login {
      background-image: linear-gradient(83deg, rgba(255, 130, 131, 1) 0, rgba(246, 60, 61, 1) 100%);
      border-radius: 60px;
      height: 2.5vw;
      width: 6.78vw;
      margin: 0.31vw 0 0 2.4vw;
      cursor: pointer;
    }

    .btn-login-text {
      width: 4.69vw;
      height: 1.46vw;
      overflow-wrap: break-word;
      color: rgba(255, 255, 255, 1);
      font-size: 0.9vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
      line-height: 1.05vw;
      margin: 0.4vw 0 0 0;
    }
    .btn-user-text {
      width: 4.69vw;
      height: 1.46vw;
      overflow-wrap: break-word;
      color: rgba(255, 255, 255, 1);
      font-size: 0.9vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
      line-height: 1.05vw;
      margin: 0.4vw 0 0 0;
      display: none;
    }
    .btn-app {
      background-color: rgba(245, 245, 245, 1);
      border-radius: 60px;
      height: 2.5vw;
      width: 6.25vw;
      margin: 0.31vw 0 0 0.83vw;
      cursor: pointer;
    }

    .btn-app-text {
      width: 4.17vw;
      height: 1.46vw;
      overflow-wrap: break-word;
      color: rgba(58, 58, 58, 1);
      font-size: 0.9vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
      line-height: 1.05vw;
      margin: 0.5vw 0 0 0;
    }

    /* 导航下划线 */
    .nav-line-wrap {
      width: 4.95vw;
      height: 0.16vw;
      margin: 0.67vw 0 0 19vw;
    }

    .nav-line {
      background-color: rgba(246, 60, 61, 1);
      border-radius: 3px;
      width: 4.95vw;
      height: 0.16vw;
    }

    /* 主体内容区 */
    .main {
      width: 100vw;
    }

    .main-inner {
      width: 75vw;
      margin: 1.25vw 0 0 12.5vw;
    }

    .content-left {
      width: 58.86vw;
    }

    /* Banner */
    .banner {
      height: 15.84vw;
      background: url(/images/pc/bannerbg.png) 100% no-repeat;
      background-size: 100% 100%;
      width: 58.86vw;
    }

    .banner-img {
      width: 23.03vw;
      height: 12.82vw;
      margin: 1.51vw 0 0 3.9vw;
    }

    /* 功能卡片组 */
    .func-card-group {
      width: 58.86vw;
      height: 5.63vw;
      margin-top: 1.05vw;
    }

    .func-card-sale {
      background-image: linear-gradient(233deg, rgba(248, 174, 194, 1) 0, rgba(225, 121, 148, 1) 100%);
      border-radius: 5px;
      position: relative;
      width: 19.07vw;
      height: 5.63vw;
    }

    .func-card-copyright {
      background-image: linear-gradient(86deg, rgba(102, 143, 255, 1) 0, rgba(157, 184, 255, 1) 100%);
      border-radius: 5px;
      position: relative;
      width: 19.07vw;
      height: 5.63vw;
      margin-left: 0.84vw;
    }

    .func-card-top {
      background-image: linear-gradient(53deg, rgba(255, 126, 6, 1) 0, rgba(255, 208, 164, 1) 100%);
      border-radius: 5px;
      height: 5.63vw;
      margin-left: 0.84vw;
      width: 19.07vw;
      position: relative;
    }

    .func-card-img {
      position: absolute;
      left: 14.85vw;
      top: 1.41vw;
      width: 4.9vw;
      height: 5vw;
    }

    .func-card-img2 {
      position: absolute;
      left: 14.9vw;
      top: 2.14vw;
      width: 4.64vw;
      height: 4.02vw;
    }

    .func-card-img3 {
      width: 4.22vw;
      height: 4.22vw;
      margin: 1.4vw 0 0 14.84vw;
    }

    .func-card-content {
      position: absolute;
      left: 0;
      top: 0;
      width: 19.07vw;
      height: 5.63vw;
    }

    .func-card-text-wrap {
      width: 7.71vw;
      height: 2.92vw;
      margin: 1.04vw 0 0 1.25vw;
    }

    .func-card-title {
      width: 7.25vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(255, 255, 255, 1);
      font-size: 1.04vw;
      font-family: PingFang SC-Semibold;
      font-weight: 600;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
    }

    .func-card-desc {
      width: 4.65vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.72vw;
      font-family: PingFang SC-Regular;
      text-align: left;
      white-space: nowrap;
      line-height: 0.73vw;
      margin-top: 0.63vw;
    }

    .func-card-arrow {
      height: 1.05vw;
      background: url(/images/pc/jt.png) 100% no-repeat;
      background-size: 100% 100%;
      width: 1.05vw;
      margin-top: 0.15vw;
    }

    /* 歌词卡片区域 */
    .lyric-card-wrapper {
      background-color: rgba(255, 255, 255, 1);
      border-radius: 8px;
      margin-top: 1.25vw;
      width: 58.86vw;
    }

    .lyric-card-group {
      width: 56.36vw;
      margin: 1.25vw;
      flex-wrap: wrap;
    }

    .lyric-card {
      background-color: rgba(250, 250, 250, 1);
      border-radius: 12px;
      position: relative;
      width: 27.77vw;
      height: 22.71vw;
          margin: 0.5vw 0;
    }

    .lyric-header {
      width: 11.88vw;
      height: 1.46vw;
      margin: 1.66vw 0 0 2.08vw;
    }

    .lyric-tag {
      
      border-radius: 5px;
      height: 1.46vw;
      width: 1.46vw;
    }
    .tag8{
      background-color: rgba(246, 60, 61, 1);  
    }
.tag13{
      background-color: #FF7E06;  
    }
    .lyric-tag-text {
      width: 0.94vw;
      height: 1.1vw;
      overflow-wrap: break-word;
      color: rgba(255, 255, 255, 1);
      font-size: 0.98vw;
      font-family: PingFang SC-Semibold;
      font-weight: 600;
      text-align: center;
      white-space: nowrap;
      line-height: 0.89vw;
      margin: 0.2vw 0 0 0.21vw;
    }

    .lyric-title {
      width: 10vw;
      height: 1.46vw;
      overflow-wrap: break-word;
      color: rgba(60, 60, 60, 1);
      font-size: 1.25vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: left;
      white-space: nowrap;
      line-height: 1.46vw;
    }

    .lyric-content {
      width: 21.05vw;
      height: 13.13vw;
      overflow-wrap: break-word;
      color: rgba(142, 142, 142, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Medium;
      font-weight: 500;
      text-align: left;
      line-height: 1.46vw;
      margin: 0.83vw 0 0 2.08vw;overflow: hidden;
    }

    .lyric-view-more {
      width: 3.34vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(58, 58, 58, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
      margin: 0.83vw 0 0 2.08vw;
    }

    .lyric-action {
      width: 23.49vw;
      height: 1.05vw;
      margin: 1.25vw 0 1.25vw 2.18vw;
    }

    .action-share-icon {
      background: url(/images/pc/fx.png) 100% no-repeat;
      background-size: cover;
      width: 0.89vw;
      height: 0.84vw;
      margin-top: 0.16vw;
    }

    .action-share-text {
      width: 3.49vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(142, 142, 142, 1);
      font-size: 0.83vw;
      letter-spacing: 1px;
      font-family: PingFang SC-Bold;
 
      text-align: left;
      white-space: nowrap;
      line-height: 1.05vw;
      margin-left: 0.37vw;
    }

    .action-hot-icon {
      background: url(/images/pc/huo.png) 100% no-repeat;
      background-size: cover;
      width: 0.79vw;
      height: 0.94vw;
      margin: 0.05vw 0 0 5.62vw;
    }

    .action-hot-text {
      width: 1.62vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(142, 142, 142, 1);
      font-size: 0.83vw;
      letter-spacing: 1px;
      font-family: PingFang SC-Bold;
 
      text-align: left;
      white-space: nowrap;
      line-height: 1.05vw;
      margin-left: 0.42vw;
    }

    .action-recommend-icon {
      background: url(/images/pc/tj.png) 100% no-repeat;
      background-size: cover;
      width: 0.94vw;
      height: 0.89vw;
      margin: 0.1vw 0 0 5.52vw;
    }

    .action-recommend-text {
      width: 3.49vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(142, 142, 142, 1);
      font-size: 0.83vw;
      letter-spacing: 1px;
      font-family: PingFang SC-Bold;
  
      text-align: left;
      white-space: nowrap;
      line-height: 1.05vw;
      margin-left: 0.37vw;
    }

    /* 右侧边栏 */
    .sidebar {
      width: 15.32vw;
      justify-content: flex-start;
    }

    /* 签到模块 */
    .sign-box {
      height: 8.13vw;
      background: url(/images/pc/t2.png) 100% no-repeat;
      background-size: 100% 100%;
      width: 15.32vw;
      position: relative;
    }

    .sign-bg {
  
      background: url(/images/pc/t1.png) 100% no-repeat;
      background-size: 100% 100%;
      width: 8.75vw;
      margin: 0.05vw 0 0 6.56vw;
    }

    .sign-img {
      width: 5.37vw;
      height: 5.37vw;
      margin: 2.7vw 0 0 2.76vw;
    }

    .sign-content {
      position: absolute;
      left: 0;
      top: 0;
      width: 15.32vw;
      height: 8.13vw;
    }

    .sign-title-img {
      width: 6.78vw;
      height: 1.98vw;
      margin: 1.04vw 0 0 1.25vw;
    }

    .sign-desc {
      background-image: linear-gradient(360deg, rgba(255, 255, 255, 1) 0, rgba(255, 247, 247, 0.5) 100%);
 
      height: 0.89vw;
      overflow-wrap: break-word;
      font-size: 0.62vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: left;
      white-space: nowrap;
      line-height: 0.63vw;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 0.52vw 0 0 1.25vw;
    }

    .sign-btn {
      background-color: rgba(246, 60, 61, 1);
      border-radius: 20px;
      height: 1.25vw;
      width: 3.96vw;
      margin: 1.61vw 0 0.83vw 1.25vw;
      cursor: pointer;
    }

    .sign-btn-text {
      width: 2.5vw;
      height: 0.84vw;
      overflow-wrap: break-word;
      color: rgba(255, 255, 255, 1);
      font-size: 0.62vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
      line-height: 0.84vw;
      margin: 0;
    }

    /* 推荐作者 */
    .author-widget {
      background-color: rgba(255, 255, 255, 1);
      border-radius: 5px;
      position: relative;
      width: 15.32vw;
      margin-top: 0.84vw;
      justify-content: flex-center;
    }

    .author-header {
      width: 13.65vw;
      height: 1.15vw;
      margin: 0.83vw 0 0 0.83vw;
    }

    .author-dot {
      background-color: rgba(246, 60, 61, 1);
      border-radius: 33px;
      width: 0.16vw;
      height: 0.84vw;
      margin-top: 0vw;
    }

    .author-title {
      width: 3.34vw;
      height: 1.15vw;
      overflow-wrap: break-word;
      color: rgba(0, 0, 0, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: left;
      white-space: nowrap;
      line-height: 0.84vw;
      margin-left: 0.42vw;
    }

    .author-recommend {
      width: 2.92vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(142, 142, 142, 1);
      font-size: 0.72vw;
      font-family: PingFang SC-Regular;
      text-align: right;
      white-space: nowrap;
      line-height: 0.73vw;
      margin: 0.05vw 0 0 6.82vw;
    }

    .author-item {
      width: 13.55vw;
      height: 1.15vw;
      margin: 0.83vw 0 0 0.83vw;
    }

    .author-name {
      width: 4.38vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(48, 48, 48, 1);
      font-size: 0.72vw;
      font-family: PingFang SC-Medium;
      font-weight: 600;
      text-align: left;
      white-space: nowrap;
      line-height: 1.05vw;
    }

    .author-arrow-icon {
      height: 1vw;
      background-size:auto;
      width: 1vw;
    }

    .author-apply {
      background-color: rgba(246, 60, 61, 0.15);
      border-radius: 8px;
      width: 13.65vw;
      height: 2.4vw;
      margin: 0.67vw 0 0.83vw 0.83vw;
    }


    .author-apply-text {
      width: 7.71vw;
      height: 1.15vw;
      margin: 0.65vw 0 0 2.96vw;    align-items: center;
    }

    .author-apply-btn {
   
      height: 1.15vw;
      overflow-wrap: break-word;
      color: rgba(246, 60, 61, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: left;
      white-space: nowrap;
  
    }

    .author-apply-icon {
      height: 0.84vw;
      background: url(/images/pc/honj.png) 100% no-repeat;
      background-size: 100% 100%;
      width: 0.84vw;    margin-top: 0.1vw;
    }

    /* 热门歌词 */
    .hot-lyric-widget {
      background-color: rgba(255, 255, 255, 1);
      border-radius: 5px;
      width: 15.32vw;
      margin-top: 0.84vw;
    }

    .hot-lyric-header {
      width: 13.65vw;
      height: 1.15vw;
      margin: 0.93vw 0 0 0.83vw;
    }

    .hot-lyric-dot {
      background-color: rgba(246, 60, 61, 1);
      border-radius: 33px;
      width: 0.16vw;
      height: 0.84vw;
      margin-top: 0vw;
    }

    .hot-lyric-title {
      width: 3.34vw;
      height: 1.15vw;
      overflow-wrap: break-word;
      color: rgba(0, 0, 0, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: left;
      white-space: nowrap;
      line-height: 0.84vw;
      margin-left: 0.42vw;
    }

    .hot-lyric-rank {
      width: 2.92vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(142, 142, 142, 1);
      font-size: 0.72vw;
      font-family: PingFang SC-Regular;
      text-align: right;
      white-space: nowrap;
      line-height: 0.73vw;
      margin: 0.05vw 0 0 6.82vw;
    }

    .hot-lyric-item {
      width: 13.65vw;
      height: 1.1vw;
      margin: 0.83vw 0 0 0.83vw;align-items: center;
    }

    .hot-lyric-num {
      width: 0.94vw;
      overflow-wrap: break-word;
      font-size: 0.78vw;
      font-family: PingFang SC-Semibold;
      font-weight: 600;
      text-align: center;
      white-space: nowrap;
 
    }
    .hot-num-normal {
      color: rgba(162, 162, 162, 1);
    }
    .hot-num1 {
      color: rgba(255, 0, 54, 1);
    }

    .hot-num2 {
      color: rgba(245, 125, 30, 1);
    }

    .hot-num3 {
      color: rgba(252, 150, 17, 1);
    }



    .hot-lyric-name {
      width: 5.11vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(48, 48, 48, 1);
      font-size: 0.72vw;
      font-family: PingFang SC-Medium;
      font-weight: 500;
      text-align: left;
      white-space: nowrap;
      line-height: 1.05vw;
      margin: 0.05vw 0 0 0.5vw;
    }

    .hot-lyric-hot {
      width: 3.55vw;
      height: 0.89vw;
      overflow-wrap: break-word;
      color: rgba(162, 162, 162, 1);
      font-size: 0.62vw;
      font-family: PingFang SC-Medium;
      font-weight: 500;
      text-align: center;
      white-space: nowrap;
      line-height: 0.63vw;
      margin: 0.1vw 0 0 3.85vw;
    }

    .hot-lyric-more {
      background-color: rgba(246, 60, 61, 0.15);
      border-radius: 8px;
      width: 13.65vw;
      height: 2.4vw;
      margin: 1.92vw 0 0.83vw 0.83vw;
    }

    .hot-lyric-more-text {
      width: 6.05vw;
      height: 1.15vw;
      margin: 0.65vw 0 0 3.8vw;    align-items: center;
    }

    .hot-lyric-more-btn {
      width: 5vw;
      height: 1.15vw;
      overflow-wrap: break-word;
      color: rgba(246, 60, 61, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: left;
      white-space: nowrap;
      line-height: 0.84vw;
    }

    /* 底部 */
    .footer {
      background-color: rgba(255, 255, 255, 1);
      height: 18.38vw;
      margin-top: 1.5vw;
      width: 100vw;
    }

    .footer-app {
      width: 6.25vw;
      height: 8.34vw;
      margin: 0.83vw 0 0 46.97vw;
    }

    .footer-app-img {
      width: 6.25vw;
      height: 6.25vw;
    }

    .footer-app-text {
      width: 5vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(40, 40, 40, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Bold;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
      line-height: 1.25vw;
      margin: 0.83vw 0 0 0.62vw;
    }

    .footer-info {
      width:100%;
      height: 2.92vw;
      margin: 1.04vw;
          text-align: center;
    }

    .footer-tel {
      width: 9.43vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(40, 40, 40, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Regular;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
    }

    .footer-address {
      width: 15vw;
      height: 2.92vw;
      margin-left: 2.5vw;
    }

    .footer-address-text {
      width: 15vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(40, 40, 40, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Regular;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
    }

    .footer-copyright {
      width: 12.4vw;
      height: 1.05vw;
      overflow-wrap: break-word;
      color: rgba(85, 85, 85, 1);
      font-size: 0.72vw;
      font-family: PingFang SC-Regular;
      text-align: left;
      white-space: nowrap;
      line-height: 0.73vw;
      margin: 0.62vw 0 0 1.19vw;
    }

    .footer-link-title {
      width: 4.17vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(40, 40, 40, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Regular;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
      margin-left: 2.5vw;
    }

    .footer-link-item {
      width: 1.67vw;
      height: 1.25vw;
      overflow-wrap: break-word;
      color: rgba(40, 40, 40, 1);
      font-size: 0.83vw;
      font-family: PingFang SC-Regular;
      text-align: left;
      white-space: nowrap;
      line-height: 1.25vw;
      margin-left: 0.84vw;
    }
    
    
    
    
    
    
.l-flex-row { display: flex; flex-direction: row; }
.l-flex-col { display: flex; flex-direction: column; }
.l-justify-between { justify-content: space-between; }
.l-align-center { align-items: center; }
.l-justify-center { justify-content: center; }

/* 核心容器 */
.l-box-main {  width: 100vw; margin-bottom: 0.06vw; }
.l-section-wrap { width: 75vw; margin: 1.25vw 0 0 12.5vw; display: flex; justify-content: space-between; }

/* 左侧筛选 */
.l-filter-sidebar { background-color: #fff; border-radius: 8px; width: 10.11vw; }
.l-filter-head { position: relative; width: 9.95vw; height: 2.61vw; border-bottom: 1px solid rgba(0,0,0,0.05); display: flex; align-items: center; }
.l-filter-icon { background: url(/images/pc/xs.png) 100% no-repeat; width: 0.79vw; height: 0.73vw; background-size: cover; margin: 0.98vw 0 0 2.81vw; }
.l-filter-title { width: 3.34vw; height: 0.94vw; color: #000; font-size: 0.83vw; font-family: PingFang SC-Medium; font-weight: 500; white-space: nowrap; line-height: 0.94vw; margin: 0.83vw 2.7vw 0 0.31vw; }
.l-filter-list { background-color: #fff; width: 10.11vw; height: 22.92vw; margin: 0.1vw 0 24.37vw 0; display: flex; flex-direction: column; }
.l-filter-item { height: 2.71vw; margin: 0.2vw 0 0 -0.15vw; }
.l-filter-text { width: 1.46vw; height: 0.94vw; color: #3a3a3a; font-size: 0.72vw; font-family: PingFang SC-Medium; font-weight: 500; white-space: nowrap; line-height: 0.94vw; margin: 0.88vw 0 0 4.52vw; }

/* 中间内容区 */
.l-content-main { background-color: #fff; border-radius: 8px 8px 0 0; width: 47.92vw; margin-left: 0.84vw; }
.l-content-head { width: 3.91vw; height: 1.15vw; margin: 1.25vw 0 0 1.25vw; display: flex; }
.l-content-dot { background-color: #f63c3d; border-radius: 33px; width: 0.16vw; height: 0.84vw;}
.l-content-title { width: 3.34vw; height: 1.15vw; color: #000; font-size: 0.83vw; font-family: PingFang SC-Bold; font-weight: 700; white-space: nowrap; line-height: 0.84vw; }
.l-content-grid { width: 45.42vw; margin: 0.62vw 0 0 1.25vw; flex-wrap: wrap; display: flex; justify-content: space-between; }

/* 歌曲卡片 */
.l-song-item { background-color: #fafafa; border-radius: 8px; height: 5.27vw; width: 22.3vw; margin: 0.6vw 0; }
.l-song-top { width: 20.68vw; height: 0.84vw; margin: 0.83vw 0 0 0.83vw; display: flex; }
.l-song-type-bg { border-radius: 3px; height: 0.84vw; width: 0.84vw; }
.l-song-type { width: 0.53vw; height: 0.63vw; color: #fff; font-size: 0.57vw; font-family: PingFang SC-Semibold; font-weight: 600; text-align: center; white-space: nowrap; line-height: 0.53vw; margin: 0.16vw 0 0 0.12vw; }
.l-song-name { width: 5.84vw; height: 0.84vw; color: #3a3a3a; font-size: 0.72vw; font-family: PingFang SC-Medium; font-weight: 600; white-space: nowrap; line-height: 0.84vw; margin-left: 0.42vw; }
.l-song-price { width: 4.07vw; height: 0.84vw; color: #ec4719; font-size: 0.83vw; font-family: PingFang SC-Semibold; font-weight: 600; text-align: right; white-space: nowrap; line-height: 0.84vw; margin-left: 9.54vw; }
.l-song-intro { width: 8.13vw; height: 0.89vw; margin: 0.41vw 0 0 0.83vw; }
.l-song-intro-text { width: 8.13vw; height: 0.89vw; color: #717171; font-size: 0.62vw; font-family: PingFang SC-Regular; white-space: nowrap; line-height: 0.63vw; }
.l-song-bottom { width: 20.68vw; height: 1.25vw; margin: 0.2vw 0 0.83vw 0.83vw; display: flex; justify-content: space-between; }
.l-tag-title { width: 3.13vw; color: #717171; font-size: 0.72vw; font-family: PingFang SC-Regular; white-space: nowrap; line-height: 0.73vw; margin-top: 0.21vw;    margin-top: 0.2vw;
    margin-right: 0.4vw; }
.l-tag { display: flex; align-items: center; }
.c-tag { display: flex; align-items: center;margin: 1vw 2.8vw; }
.l-tag-item { background-color: #e5ecf9; border-radius: 2px; height: 1.05vw; width: 2.09vw; margin: 0.2vw 0 0 0.2vw; }
.l-tag-text { width: 1.25vw; height: 0.63vw; color: #4783ed; font-size: 0.62vw; font-family: PingFang SC-Regular; white-space: nowrap; line-height: 0.63vw; margin: 0.2vw 0 0 0.41vw; }
.l-view-btn { background-color: rgba(246,60,61,0.15); border-radius: 20px; height: 1.25vw; width: 3.49vw; }
.l-view-text { width: 1.46vw; height: 1.05vw; color: #f63c3d; font-size: 0.72vw; font-family: PingFang SC-Medium; font-weight: 500; text-align: center; white-space: nowrap; line-height: 1.05vw; margin: 0.1vw 0 0 0.98vw; }

/* 分页 */
.l-page-box { display: flex; justify-content: center; margin: 20px; }
.l-page-active { background-color: #f63c3d; border-radius: 5px; height: 2.3vw; margin-left: 0.89vw; width: 2.3vw; display: flex; align-items: center; justify-content: center; }
.l-page-active-text { color: #fff; font-size: 0.72vw; font-family: PingFang SC-Medium; font-weight: 500; text-align: left; white-space: nowrap; line-height: 1.1vw; }
.l-page-item { background-color: #f5f5f5; border-radius: 5px; height: 2.3vw; margin-left: 0.63vw; width: 2.3vw; display: flex; align-items: center; justify-content: center; }
.l-page-item-text { color: #313b5e; font-size: 0.72vw; font-family: PingFang SC-Medium; font-weight: 500; text-align: center; white-space: nowrap; line-height: 1.1vw; }

/* 选中状态 */
.l-filter-active { background-color: #f63c3d61; position: relative; }
.l-filter-active .l-check-icon { background: url(/images/pc/rz.png) no-repeat; width: 0.79vw; height: 0.73vw; background-size: contain; position: absolute; top: 0.8vw; margin: 0.28vw 0 0 8.52vw; }
.l-filter-active .l-filter-text { color: #F63C3D; font-weight: 600; }

/* 标签最多显示5个 */
.l-tag { display: flex; overflow: hidden; max-width: 16vw; }
.l-tag .l-tag-item:nth-child(n+6) { display: none !important; }
    .erx-weixin-insert,.dsat{
        display: none;
    }
/* 弹层遮罩 —— 不管你用 show/hide 都 100% 居中 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    display: none; /* 默认隐藏 */
    z-index: 9999;
}

/* 核心：不靠 flex，靠 transform 居中 —— 永远有效！ */
.modal-content {
    width: 21vw;
    background-color: #fff;
    border-radius: 0.6vw;
    padding: 1.5vw;
    box-sizing: border-box;
    text-align: center;
    min-height: 7.5vw;
    
    /* 真正永远居中 不依赖 flex！show/hide 都有效 */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-title {
    font-size: 1.2vw;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.1vw;
}

.modal-text {
    font-size: 1.05vw;
    color: #666;
    line-height: 1.8vw;
}

.modal-divider {
    height: 0.04vw;
    background-color: #eee;
    margin: 1.1vw 0;
}

.modal-subtitle {
    font-size: 1.05vw;
    color: #f63c3d;
    margin-bottom: 0.75vw;
}

.modal-step {
    font-size: 0.97vw;
    color: #666;
    line-height: 1.65vw;
    text-align: left;
}

.modal-btn {
    background-color: #f63c3d;
    color: #fff;
    font-size: 1.05vw;
    line-height: 3vw;
    border-radius: 1.5vw;
    margin-top: 1.5vw;
    cursor: pointer;
    text-align: center;
}

.submit-btn {
    width: 60%;
    height: 2.85vw;
    background: #f63c3d;
    border-radius: 0.3vw;
    margin: 2vw auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.submit-text {
    font-size: 1.2vw;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.copyslist{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 3.75vw;
    height: 3.75vw;
}

.copys{
    background-color: #ccc;
    color: #303030;
    line-height: 1.2;
    padding: 0.38vw 0.75vw;
    font-size: 0.75vw;
    border-radius: 0.75vw;
    margin-left: 1.1vw;
}

.notext{
    color: #fff;
}

.lxfs{
padding: 0 1.5vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    display: none;
    height: 100vw;
    background-color: #c5c5c59e;
}
.lxfs .new{    width: 30vw;
    background-color: #fff;
    border: 0.1vw solid #f63c3d;
    padding: 5.6vw;
    border-radius: 2.6vw;
    flex-wrap: wrap;
    justify-content: center;    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.zz{
    text-align: center;
    display: block;
    font-size: 1.6vw;
    font-weight: 600;
}
.lxinfo{
    line-height: 2.8vw;
    margin: 2.6vw 0;
}
/* 新增：给可复制的联系方式加点击提示样式 */
.lxinfo div {
    cursor: pointer;
    color: #333;
}
.lxinfo div:active {
    color: #f63c3d;
}
.zdl{
    background-color: rgba(246, 60, 61, 1);
    height: 2.1vw;
    overflow-wrap: break-word;
    color: #fff;
    font-size: 1.2vw;
    font-family: PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 2.1vw;
    margin: 0 1vw;
    display: block;
    border-radius: 2.6vw;
    margin-top: 2vw;
    cursor: pointer;
}
/* 新增：点击"我知道了"时的按压效果 */
.zdl:active {
    background-color: #e03536;
}

.c-section_2 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100vw;
  height: 2.5vw;
}

.c-text_10 {
  width: 1.52vw;
  height: 0.73vw;
  overflow-wrap: break-word;
  color: rgba(151, 151, 151, 1);
  font-size: 0.72vw;
  letter-spacing: 4px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.73vw;
  margin: 0.88vw 0 0 18.33vw;
}

.c-thumbnail_2 {
  width: 0.27vw;
  height: 0.42vw;
  margin: 1.04vw 0 0 0.52vw;
}

.c-text_11 {
  width: 3.03vw;
  height: 0.73vw;
  overflow-wrap: break-word;
  color: rgba(58, 58, 58, 1);
  font-size: 0.72vw;
  letter-spacing: 4px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.73vw;
  margin: 0.88vw 75.88vw 0 0.46vw;
}

.c-section_3 {
  width: 75vw;
  margin: 1.25vw 0 0 12.5vw;
}

.c-block_2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px 8px 0px 0px;
  width: 58.86vw;
}

.c-box_4 {
  width: 54.69vw;
  height: 2.04vw;
  margin: 2.08vw 0 0 2.08vw;
  justify-content: space-between;
}

.c-text_12 {
  height: 2.04vw;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Medium;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  
}

.c-box_5 {
  background-color: rgba(246, 60, 61, 0.15);
  border-radius: 5px;
  height: 1.67vw;
  margin: 0.2vw 0 0 0.62vw;
}

.c-thumbnail_3 {
  width: 1.05vw;
  height: 1.05vw;
  margin: 0.31vw 0 0 0.41vw;
}

.c-text_13 {
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(246, 60, 61, 1);
  font-size: 0.83vw;
  letter-spacing: 1px;
  font-family: PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin: 0.31vw 0.41vw 0 0;
}

.c-box_6 {
  background-color: rgba(245, 245, 245, 1);
  border-radius: 5px;
  width: 3.91vw;
  height: 1.67vw;
  margin: 0.2vw 0 0 0.62vw;
}

.c-thumbnail_4 {
  width: 1.05vw;
  height: 1.05vw;
  margin: 0.31vw 0 0 0.41vw;
}

.c-text_14 {
  width: 1.72vw;
  height: 1.05vw;
  overflow-wrap: break-word;
  color: rgba(142, 142, 142, 1);
  font-size: 0.83vw;
  letter-spacing: 1px;
  font-family: PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 1.05vw;
  margin: 0.31vw 0.41vw 0 0;
}

.c-text_15 {
  width: 5.84vw;
  height: 2.04vw;
  overflow-wrap: break-word;
  color: rgba(246, 60, 61, 1);
  font-size: 1.45vw;
  font-family: PingFang SC-Heavy;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
  line-height: 1.46vw;
}

.c-text-wrapper_5 {

  margin: 1.04vw 0 0 2.08vw;
}

.c-paragraph_1 {

  overflow-wrap: break-word;
  color: rgba(113, 113, 113, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  text-align: left;
  line-height: 2.09vw;
}

.c-box_8 {
  width: 51.67vw;
  height: 2.92vw;
  margin: 2.5vw 0 2.08vw 3.59vw;
  justify-content: space-between;
}

.c-text-wrapper_6 {
  background-color: rgba(246, 60, 61, 0.15);
  border-radius: 8px;
  height: 2.92vw;
  width: 11.67vw;
  justify-content: center;
}

.c-text_22 {
  width: 4.17vw;
  height: 1.25vw;
  overflow-wrap: break-word;
  color: rgba(246, 60, 61, 1);
  font-size: 1.04vw;
  font-family: PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 0.83vw 0 0 3.75vw;
}

.c-text-wrapper_7 {
  background-color: rgba(246, 60, 61, 1);
  border-radius: 8px;
  height: 2.92vw;
  width: 11.67vw;
}

.c-text_20 {
  color: rgba(255, 255, 255, 1);
  font-size: 1.04vw;
  font-family: PingFang SC-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 3vw;
  width: 100%;
}
/* 以下 只保留页面真实使用的样式，无任何冗余 */
.lw-group_5 {
  width: 75vw;
  margin: 1.25vw 0 0 12.5vw;
}
.lw-section_4 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px 8px 0px 0px;
  position: relative;
  width: 58.86vw;
}
.lw-box_1 {
  width: 4.31vw;
  height: 1.15vw;
  margin: 1.25vw 0 0 1.25vw;
}
.lw-group_6 {
  background-color: rgba(246, 60, 61, 1);
  border-radius: 33px;
  width: 0.16vw;
  height: 0.84vw;

}
.lw-text_12 {
  height: 1.15vw;
  color: #000;
  font-size: 0.83vw;
  font-weight: 700;
  line-height: 0.84vw;
}
.lw-box_2 {
  background-color: rgba(250, 250, 250, 1);
  position: relative;
  width: 56.36vw;
  height: 9.38vw;
  margin: 0.83vw 0 0 1.25vw;    padding: 1vw 0;
}
.lw-text_13 {
  width: 7.56vw;
  height: 1.25vw;
  color: #000;
  font-size: 1.04vw;
  letter-spacing: 4px;
  font-weight: 900;
  line-height: 1.25vw;
  margin: 1.25vw 0 0 1.25vw;
}
.lw-paragraph_1 {
  width: 53.86vw;
  height: 2.5vw;
  color: #3c3c3c;
  font-size: 0.72vw;
  letter-spacing: 4px;
  font-weight: 500;
  line-height: 1.25vw;
  margin: 0.62vw 0 0 1.25vw;
}
.lw-box_3 {
  width: 53.81vw;
  height: 1.46vw;
  margin: 2.04vw 0 1.25vw 1.3vw;
}
.lw-text_14 {
  color: #717171;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.25vw;
  margin: 0.2vw 0 0 0.36vw;
}
.lw-text_15 {
  color: #717171;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.25vw;
  margin: 0.2vw 0 0 0.52vw;
}
.lw-text-wrapper_3 {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  height: 1.46vw;
  border: 1px solid #f63c3d;
  margin-left: 34.33vw;
  width: 4.17vw;
}
.lw-text_16 {
  color: #f63c3d;
  font-size: 0.62vw;
  font-weight: 500;
  line-height: 0.84vw;
  margin: 0.31vw 0 0 0.83vw;
}
.lw-box_6,
.lw-box_7 {
  position: absolute;
  width: 1.05vw;
  height: 1.05vw;
}
.lw-box_6 {
  left: 1.25vw;
  top: 6.98vw;
}
.lw-box_7 {
  left: 12.3vw;
  top: 6.98vw;
}
.author-recommend:hover,
.author-apply-text:hover,
.action-recommend-text:hover,
.ziding:hover,
.nav-service,
.func-card-content,
.l-filter-item,
.copy,
.rest,
.ziding,
.hot-lyric-more-btn{
  cursor: pointer !important;
}
/* 推荐搜索词面板样式 */
.search-suggest-panel {
    background-color: #fff;
    border-radius: 0.71vw;
    margin: 0;
    padding: 1.07vw;
    box-shadow: 0 0.09vw 0.53vw rgba(0, 0, 0, 0.08);
    display: none;
    position: absolute;
    width: 25vw;
    top: 2.8vw;
    z-index: 9999;
    left: 0;
}
audio::-webkit-media-controls-download {
  display:none !important;
}
audio::-webkit-media-controls-enclosure {
  overflow:hidden !important;
}
.suggest-header {
    margin-bottom: 1.07vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.suggest-title {
    font-size: 0.95vw;
    font-weight: 600;
    color: #333;
}
.suggest-page {
    font-size: 0.92vw;
    color: #999;
}
.suggest-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.07vw;justify-content: center;
}
.suggest-item {
    background-color: #f5f6f9;
    border-radius: 0.36vw;
    padding: 0.5vw 1vw;
    cursor: pointer;
}
.suggest-item:active {
    background-color: #e8e9ed;
}
.suggest-text {
    font-size: 0.7vw;
    color: #333;
    text-align: center;
    display: block;
}
.content,.tg {
    margin: 0 auto;
    max-width: 1200px;
    clear: both;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    margin-bottom: 10px;
}
.cheader{
    position: relative;

}
.tg img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: 0;
}
.cheader div{
        position: absolute;
    width: 12px;
    background-color: #FF6000;
    height: 20px;
        top: 10px;
    left: 5px;
}
.cheader h1{
    margin: 25px;
    font-size: 20px;     text-align: center;font-weight: 700;
}
.cheader h2,.cheader2 h2{
    margin-bottom: 25px;
    font-size: 16px; 
}

/* 隐藏原生播放器 */
audio {
  display: none !important;
}

/* 播放器整体布局：和截图一致 */
.my-audio-player {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 1200px;
  margin: 15px 0;
  padding: 10px 0;
}


.my-audio-player .play-btn {
  width: 2vw;
  height: 2vw;
  background: #f43f5e; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9vw;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  padding-left: 0.3vw;
}

/* 时间文本样式 */
.my-audio-player .current-time,
.my-audio-player .duration-time {
  font-size: 16px;
  color: #666;
  user-select: none;
  flex-shrink: 0;
}

/* 进度条容器 */
.my-audio-player .progress-wrap {
  flex: 1;
  height: 6px;
  background: #e5e7eb;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  width: 20vw;
}

/* 进度条已播放部分（红色） */
.my-audio-player .progress-bar {
  height: 100%;
  background: #f43f5e;
  border-radius: 3px;
  width: 0%;
  position: relative;
}

/* 进度条滑块 */
.my-audio-player .progress-bar::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #f43f5e;
  border-radius: 50%;
}