.video,
.video-upload-main {
  position: relative;
}
.video-preview,
.video-preview video {
  max-width: 100%;
}
.video {
  height: 100%;
  min-height: 424px !important;
  padding: 20px;
  margin-bottom: 30px;
}
.video-upload-wrap {
  text-align: center;
  /* position: relative;
  top: 50%; */
  margin-top: 100px;
}
.video-upload-container {
  display: inline-block;
  padding: 35px;
  border: 2px dashed #ccc;
}
.video-upload-btn {
  width: 385px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #0096FF;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.video-upload-main:hover .video-upload-btn {
  background: #5e12fb;
}
.video-upload-file {
  position: absolute;
}
.video-upload-tip {
  padding-top: 20px;
  font-size: 14px;
  color: #666;
}
.video-preview-wrap {
  text-align: center;
}
.video-preview {
  display: inline-block;
}
.video-model2,
.video.preview .video-model1 {
  display: none;
}
.video.preview {
  height: auto;
}
.video.preview .video-model2 {
  display: block;
}
.video-setting {
  width: 620px;
  margin: 40px auto 0;
}
.video-time {
  float: left;
  width: 360px;
}
.video-frame {
  float: right;
  width: 230px;
}
