/*videojs*/
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: inherit !important;
  overflow: hidden !important;
  color: #f00;
}

.vjs-js {
  overflow: hidden;
}

.video-js.vjs-audio-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible !important;
  opacity: 1 !important;
}

.video-js.vjs-audio-skin .vjs-volume-level {
  display: none !important;
}

.video-js.vjs-audio-skin {
  width: 100% !important;
  height: 50px !important;
  background-color: #1fad01 !important;
}

.video-js.vjs-audio-simple .vjs-button > .vjs-icon-placeholder:before {
  line-height: 30px !important;
}

.video-js.vjs-audio-simple .vjs-big-play-button,
.video-js.vjs-audio-simple .vjs-loading-spinner,
.video-js.vjs-audio-skin .vjs-loading-spinner,
.video-js.vjs-audio-skin .vjs-big-play-button {
  display: none !important;
}

.video-js.vjs-audio-skin .vjs-control-bar {
  height: 50px;
  background-color: #1fad01;
}

.video-js.vjs-audio-skin .vjs-button > .vjs-icon-placeholder:before {
  font-size: 2.3em;
}

.video-js.vjs-audio-skin .vjs-fullscreen-control {
  display: none !important;
}

.video-js.vjs-audio-skin .vjs-volume-menu-button {
  display: none !important;
}

.audio_box .video-js.vjs-lstv-skin .vjs-volume-panel {
  display: none !important;
}

.video-js.vjs-lstv-skin .vjs-play-control:before {
  font-size: 2.3em;
}

.vjs-lstv-skin {
  font-size: 13px;
  color: #fff;
}

.vjs-lstv-skin .vjs-big-play-button {
  font-size: 2.5em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  border: 0 solid #fff;
  border-radius: 0.3em;
  left: 50%;
  top: 50%;
  margin-left: -1.5em;
  margin-top: -0.75em;
  background-color: rgba(31, 173, 1, 0.7);
}

.video-js .vjs-control-bar {
  height: 3.6em;
}

.video-js .vjs-control:before {
}

.vjs-lstv-skin .vjs-control-bar,
.vjs-lstv-skin .vjs-menu-button .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.7);
}

.vjs-lstv-skin:hover .vjs-big-play-button,
.vjs-lstv-skin .vjs-big-play-button:focus {
  background-color: rgba(31, 173, 1, 1);
  color: #fff;
}

.video-js .vjs-time-control {
  line-height: 3.7em;
}

.video-js .vjs-volume-bar {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

.video-js .vjs-live-control {
  line-height: 3.6em;
}

.video-js .vjs-fullscreen-control:before {
  line-height: 2em;
}

.video-js .vjs-menu-button-inline:before {
  line-height: 2em;
  font-size: 1.85em;
}

.vjs-lstv-skin .vjs-slider {
  background-color: rgba(255, 255, 255, 0.5);
}

.vjs-lstv-skin .vjs-volume-level,
.vjs-lstv-skin .vjs-play-progress,
.vjs-lstv-skin .vjs-slider-bar {
  background-color: rgba(255, 255, 255, 0.9);
}

.vjs-lstv-skin .vjs-play-progress:before {
  font-size: 0.95em;
}

.vjs-lstv-skin .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.3);
}

.vjs-lstv-skin .vjs-load-progress div {
  background-color: rgb(255, 164, 117);
}

/*logo*/
.vjs-watermark {
  position: absolute;
  display: inline;
  z-index: 2000;
}
#audio_player .vjs-poster {
  display: block !important;
}
@media (max-width: 768px) {
  .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
  .vjs-menu-button-inline:focus .vjs-menu,
  .vjs-menu-button-inline:hover .vjs-menu {
    display: none !important;
  }

  .video-js .vjs-menu-button-inline:focus,
  .video-js .vjs-menu-button-inline:hover {
    width: 4em !important;
  }
}
