.ProgramAudio[data-v-1ac4d858] {
  margin-top: 10px;
  position: relative;
  width: 100%;
  height: 100%;
}
.ProgramAudio .top[data-v-1ac4d858] {
  width: 100%;
  height: 80px;
  background: #282828;
  padding: 10px 40px;
}
.ProgramAudio .top .upload[data-v-1ac4d858] {
  width: 90px;
  height: 60px;
  background: #3d3d3d;
  border-radius: 2px 2px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.ProgramAudio .top .upload .icon[data-v-1ac4d858] {
  width: 24px;
  height: 24px;
  background: url(../assets/images/upload-audio.3dd729e82b293ca6bcbd5283572ea68c.png) no-repeat;
  background-size: 100% 100%;
}
.ProgramAudio .top .upload .text[data-v-1ac4d858] {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
.ProgramAudio .bottom[data-v-1ac4d858] {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.ProgramAudio .bottom .item[data-v-1ac4d858] {
  width: calc((100% / 3) - 7px);
  margin: 0 10px 10px 0;
  padding: 10px;
  background: #282828;
}
.ProgramAudio .bottom .item[data-v-1ac4d858]:nth-child(3n) {
  margin-right: 0;
}
.ProgramAudio .bottom .item .preview[data-v-1ac4d858] {
  width: 100%;
}
.ProgramAudio .bottom .item .preview img[data-v-1ac4d858] {
  max-width: 100%;
  max-height: 100%;
}
.ProgramAudio .bottom .item .name[data-v-1ac4d858] {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ProgramAudio .bottom .item .info[data-v-1ac4d858] {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ProgramAudio .bottom .item .info .duration[data-v-1ac4d858] {
  color: #999;
  font-size: 14px;
}
.ProgramAudio .bottom .item .info .btn-box[data-v-1ac4d858] {
  display: flex;
}
.ProgramAudio .bottom .item .info .btn-box .btn[data-v-1ac4d858] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ProgramAudio .bottom .item .info .btn-box .btn.play[data-v-1ac4d858] {
  background: url(../assets/images/icon-play1.ed6376b7ee1097f374c625e7dbffe026.png) no-repeat;
  background-size: 100% 100%;
}
.ProgramAudio .bottom .item .info .btn-box .btn.pause[data-v-1ac4d858] {
  background: url(../assets/images/icon-pause.4991eaf423a82d02f91d59098d7c2ac9.png) no-repeat;
  background-size: 100% 100%;
}
.ProgramAudio .bottom .item .info .btn-box .btn.delete[data-v-1ac4d858] {
  background: url(../assets/images/icon-delete.b0b87139f66678aa26fcd9eff9926dc9.png) no-repeat;
  background-size: 100% 100%;
}
.ProgramAudio .area-btn[data-v-1ac4d858] {
  position: absolute;
  right: 20px;
  bottom: 5px;
  background: #2991f1;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
  padding: 8px 18px;
  font-size: 14px;
  cursor: pointer;
}
.ProgramAudio .loading[data-v-1ac4d858] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000000b5;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}

