/* 音乐播放器 歌单列表样式 */
.aplayer-list ol>li {
  background: linear-gradient(to top, #09203f 0%, #537895 100%)!important;
  background-clip: text!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}


/* 当前播放高亮 */
.aplayer-list>ol .aplayer-list-light {
  background-image: linear-gradient(to top, #0250c5 0%, #d43f8d 100%)!important;
  background-clip: text!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}

/* 插件样式 */
.aplayer-info .aplayer-music>span {
  background: linear-gradient(to top, #0250c5 0%, #d43f8d 100%)!important;
  background-clip: text!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}

/* 调整播放器样式 */
.aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
  margin-bottom: 20px!important;
}

.aplayer.aplayer-fixed .aplayer-body, 
.aplayer.aplayer-fixed {
  max-width: 320px!important;
  margin-bottom: 20px!important;
}