.lodaing-box[data-v-aea91d40] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lodaing-box .loading-icon[data-v-aea91d40] {
  width: 30px;
  height: 30px;
  animation: rotate 1.2s linear infinite;
}.audio-player-box[data-v-b7e0b807] {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.audio-player-box .bg-icon[data-v-b7e0b807] {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audio-player-box .controls-box[data-v-b7e0b807] {
  user-select: none;
  position: absolute;
  z-index: 99;
  bottom: 0;
  padding: 12px;
  width: 100%;
}
.audio-player-box .controls-box .controls-top[data-v-b7e0b807] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.audio-player-box .controls-box .controls-top .player > .iconfont[data-v-b7e0b807] {
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.audio-player-box .controls-box .controls-top .time[data-v-b7e0b807] {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.audio-player-box .controls-box .controls-top .time > span[data-v-b7e0b807] {
  color: #ffffff;
}.audio-player-progress .el-progress-bar__outer {
  background-color: rgba(255, 255, 255, 0.2);
}
.audio-player-progress .el-progress__text {
  display: none;
}