.avatar-uploader-icon1[data-v-78d9994a] {
  width: 200px;
  height: 300px;
  border: 1px dashed #dcdfe6;
  font-size: 30px;
  text-align: center;
  line-height: 300px;
}
.getVideoUrl[data-v-78d9994a] {
  display: table;
  width: 100%;
}
.selectedM[data-v-78d9994a] {
  float: left;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #dcdfe6;
  text-align: center;
  margin-top: 4px;
  position: relative;
  border-radius: 4px;
}
.selectedM input[data-v-78d9994a] {
  width: 100% !important;
  height: 32px;
  font-size: 12px;
}
.getVideo[data-v-78d9994a] {
  margin: 10px 0px 0px;
  width: 345px;
  height: 200px;
  background: rgb(0, 0, 0);
}
.tips[data-v-78d9994a] {
  font-size: 12px;
  color: #999999;
}
.tips span[data-v-78d9994a] {
  color: #409eff;
  cursor: pointer;
}
.posterImg[data-v-78d9994a],
.avatar[data-v-78d9994a] {
  width: 200px;
  text-align: center;
  font-size: 38px;
  color: #8c939d;
}
.posterImg[data-v-78d9994a] {
  border: 1px dashed #b4b6b9;
}
.video-outer {
  text-align: center;
  position: relative;
}
.video-outer video {
  max-width: 100%;
}
.video-outer .el-image {
  width: 100%;
  height: 60%;
}
.video-outer audio {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 10px;
  height: 40px;
}
.media-inner {
  display: flex;
  align-items: center;
}
.media-inner video,
.media-inner audio,
.media-inner .el-image {
  width: 55px;
  height: 55px;
  border: 1px solid #f1f1f1;
  margin-right: 5px;
  cursor: pointer;
}
.media-inner p {
  color: #999999;
}
.link-inner p {
  color: #999999;
}
.link-inner .el-link {
  color: #000000;
}
