.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;
}.video-component[data-v-33406cb3] {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  max-height: 50vh;
}
.video-component:hover .controls[data-v-33406cb3] {
  transform: translateY(0);
}
.video[data-v-33406cb3] {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  max-height: 50vh;
  cursor: pointer;
}
.video:hover .controls[data-v-33406cb3] {
  transform: translateY(0);
}
.controls[data-v-33406cb3] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 0 0 16px 16px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.85) 100%);
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.controls .top[data-v-33406cb3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.controls .top .left[data-v-33406cb3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.controls .top .left .time[data-v-33406cb3] {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 12px;
}
.controls .top .left .time span[data-v-33406cb3] {
  color: #999999;
}
.controls .top .right[data-v-33406cb3] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.controls .top .right .iconfont[data-v-33406cb3] {
  font-size: 20px;
}
.controls .top .play-btn[data-v-33406cb3] {
  font-size: 20px;
  cursor: pointer;
}
.controls .top .play-btn .iconfont[data-v-33406cb3] {
  font-size: 20px;
}
.controls[data-v-33406cb3] .progress {
  width: 100%;
  height: 4px;
}
.controls[data-v-33406cb3] .progress .el-slider__runway {
  background: rgba(238, 247, 255, 0.2);
}
.controls[data-v-33406cb3] .progress .el-slider__bar {
  background: #eef7ff;
}
.controls[data-v-33406cb3] .progress .el-slider__button-wrapper {
  display: none;
}.popover-volume {
  width: 28px;
  min-width: 28px !important;
  height: 128px;
  background: rgba(0, 0, 0, 0.6) !important;
  border: none !important;
  border-radius: 2px;
  padding: 0 !important;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.popover-volume .el-popper__arrow {
  display: none;
}
.volume-num {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  margin-bottom: 6px;
}
.volume-slider {
  width: 4px;
  height: 90px;
}
.volume-slider .el-slider__runway {
  background: rgba(255, 255, 255, 0.16);
}
.volume-slider .el-slider__bar {
  background: #eef7ff;
}
.volume-slider .el-slider__button-wrapper .el-slider__button {
  width: 12px;
  height: 4px;
  background: #eef7ff;
  border-radius: 2px;
  border: none;
}.video[data-v-9a8e7658] {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video video[data-v-9a8e7658] {
  background: #0d0e11;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.video .video-loading[data-v-9a8e7658] {
  background-color: #2a2f3a;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  max-height: 50vh;
  height: 400px;
}
.video .empty-loading[data-v-9a8e7658] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2f3a;
  max-height: 50vh;
  height: 400px;
}
.video .empty-loading[data-v-9a8e7658]:first-child {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.video .empty-loading[data-v-9a8e7658]:last-child {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
.video .empty-loading .loading-img[data-v-9a8e7658] {
  width: 30px;
  height: 30px;
  animation: rotate 1.5s linear infinite;
}
.video .loading-text[data-v-9a8e7658] {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.video .progress-bar[data-v-9a8e7658] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #dbdbdb;
}
.video .played-progress-bar[data-v-9a8e7658] {
  transition: all 0.1s;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 4px;
  background: red;
}.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;
}