.volume[data-v-40758dc4] {
  position: relative;
  font-size: 20px;
  width: 32px;
  text-align: center;
}
.volume .volume-progress[data-v-40758dc4] {
    position: absolute;
    top: -150px;
    width: 32px;
    height: 140px;
    background: #f6f6f6;
    border-radius: 4px;
    padding-top: 10px;
}
.volume .volume-bar-bg[data-v-40758dc4] {
    margin: 0 auto;
    width: 6px;
    height: 120px;
    background: #dcdcdc;
    border-radius: 100px;
    flex: 1;
    position: relative;
    transform: rotate(180deg);
    cursor: pointer;
}
.volume .volume-bar-bg .volume-bar[data-v-40758dc4] {
      width: 6px;
      height: 50%;
      background: #56bf8b;
      border-radius: 100px;
}
.volume .checked[data-v-40758dc4] {
    color: #56bf8b;
}
.audio-right[data-v-40758dc4] {
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #f6f6f6;
  border-radius: 6px;
  display: flex;
  padding: 0 15px;
}
.audio-right .dialogAudioPlay[data-v-40758dc4] {
    cursor: pointer;
    color: #5c5e66;
    font-size: 20px;
    line-height: 49px;
}
.audio-right .progress-bar-bg[data-v-40758dc4] {
    background-color: #fff;
    flex: 1;
    position: relative;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
    cursor: pointer;
    margin: 0 10px;
}
.audio-right .progress-bar[data-v-40758dc4] {
    background-color: #56bf8b;
    width: 0%;
    height: 10px;
    border-radius: 5px;
}
.audio-right .audio-time[data-v-40758dc4] {
    overflow: hidden;
    font-size: 14px;
}
.audio-right .audio-time .audio-length-total[data-v-40758dc4] {
      float: right;
}
.audio-right .audio-time .audio-length-current[data-v-40758dc4] {
      float: left;
      margin-right: 5px;
}

.videoDialog[data-v-35b7d372] .el-dialog {
  margin-top: 10vh !important;
}
.videoDialog[data-v-35b7d372] .el-dialog .vjs-big-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

