  .zhezhao{
    width: 100%;height: 100%;background: #000;opacity: 0.8;position: fixed;z-index: 998;display: none;
   }
  .login_div{
    position: fixed;top:20%;left: 40%;display: none;width: 400px;height:342px;background: #fff;z-index: 999;
  }
  .lg_div{
    width: 100%;text-align: center;padding: 35px 0px 0px 0px;
  }
  .lg_a{
    font-size: 25px;color:#259dab;font-weight: bold;
  }
  .lg_at{
    font-size: 18px;color:#259dab;
  }
  .c_a{
    font-size: 18px;color:#259dab;font-weight: bold;border-top: 1px solid #ededed;width: 80%;
  }
  .input_div{
    width: 80%;height: 250px; margin:0 auto;padding: 0px 20px 10px 20px;
  }
  .login_span{
      width: 40px;
      height: 40px;
      border: 1px solid #ededed;
      display: inline-block;
      position: relative;
      top: 16px;
      left: 5px;
      background-image: url(../images/tou.png);
      background-size: 30px 30px;
      background-repeat: no-repeat;
      background-position: center;
  }
  .login_i{
    border:1px solid #e1e1e1;height: 39px;display: inline-block;width: 260px;font-size: 15px;padding-left: 8px;
    margin-top: -33px;
    margin-left: 50px;
  }
  .dla{
    cursor: pointer; background: #29998F;padding: 15px  100px;text-align: center;color: #fff;font-size: 18px;top:35px;left: 10%;

  }
  .dla:hover{
    color:#fff;
  }
  .lg_a:hover{
    color:#259dab;
  }
  .lg_at:hover{
    color:#259dab;
  }
  .lg_close{
      position: absolute;
      width: 30px;
      height: 30px;
      right: 0px;
      background-image: url(../images/2.png);
      background-size: 30px 30px;
  }
  .lg_close:hover{
      position: absolute;
      width: 30px;
      height: 30px;
      right: 0px;
      background-image: url(../images/1.png);
      background-size: 30px 30px;
  }

  .l_msg{
      top: -168px;
      position: relative;
      z-index: 999999;
      background: red;
      width: 150px;
      margin: 0 auto;
      margin-left: -10px;
      display: none;

  }
  #login_msg{
    font-weight: bold;
  }
  .none_info{
    font-size: 20px;margin-top: 50px;font-weight: bold;color:red;
  }


  .music-player {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
}

.current-song {
    margin-bottom: 20px;
}

.controls {
    margin-bottom: 20px;
}

.control-btn {
    background-color: #e0e0e0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin: 0 9px;
    padding: 10px;
    transition: background-color 0.3s;
}

.loop-btn {
    background-image: url('../images/xh.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #938181;
}

.next-btn{
    background-image: url('../images/xys.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     border: 1px solid #938181;
}

.prev-btn{
    background-image: url('../images/sys.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     border: 1px solid #938181;
}

.shuffle-btn {
    background-image: url('../images/sj.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     border: 1px solid #938181;
}
.play-pause-btn{
    background-image: url('../images/ztt.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     border: 1px solid #938181;
}
.single-loop-btn{
   background-image: url('../images/dqxh.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     border: 1px solid #938181;
}

.playlist ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.playlist li {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 10px;
    transition: background-color 0.3s;
}

.playlist li:hover, .playlist li.active {
    background-color: #007bff;
    color: #fff;
}
/* 滚动条整体部分 */
::-webkit-scrollbar {
    width: 3px; /* 滚动条宽度 */
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道背景颜色 */
    border-radius: 10px; /* 轨道圆角 */
}

/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
    background: #888; /* 滑块背景颜色 */
    border-radius: 10px; /* 滑块圆角 */
}

/* 滚动条滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* 悬停时滑块背景颜色 */
}
.progress-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-bar {
    width: 80%;
    margin: 0 10px;
}
