.video-player-props {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
  border-radius: 2px;
  padding: 5px 10px;
}

.video-player-auto-play {
  margin-bottom: 10px;
}

.process-line {
  height: 1px;
  width: 200px;
  top: 0;
  position: absolute;
  left: -10px;
  background: #c2cbd1;
}

.label-wraper {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.label-wraper .label-text {
  vertical-align: middle;
}

.label-wraper .label-icon {
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: inline-block;
}

.video-address,
.video-player-poster {
  position: relative;
  padding: 11px 0 10px;
}

.poster-picture-upload {
  border-radius: 2px;
  border: 1px solid #e4ebf0;
  width: 100%;
  text-align: center;
  width: 178px;
  height: 22px;
  line-height: 22px;
  margin-top: 7px;
}

.poster-picture-upload:hover {
  background: #1687d9;
  color: #ffffff;
  border: none;
}
