@charset "UTF-8";
.vjs-rewind,
.vjs-forword {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 18px;
  transform: translate3d(0, -50%, 0);
  background-image: url(../img/rewind.png);
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: center;
}

.vjs-forword {
  left: auto;
  right: 18px;
  background-image: url(../img/fast-forward.png);
}

.vjs-dm-switch-button {
  position: relative;
}

.vjs-dm-switch-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 50%;
}

.video-js .vjs-login-out-button {
  position: absolute;
  transform: translate3d(0, -48vw, 0);
  right: 4px;
  width: 36px;
  height: 36px;
}

.video-js .vjs-login-out-button img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.video-js .vjs-back-button {
  position: absolute;
  transform: translate3d(0, -48vw, 0);
  left: 4px;
  width: 36px;
  height: 36px;
}

.video-js .vjs-living-icon {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 60px;
  height: 20px;
  text-align: left;
  font-size: 0px;
}

.video-js .vjs-living-icon .text {
  display: inline-block;
  font-size: 12px;
  padding: 2px 4px;
  background-color: red;
  color: #fff;
  border-radius: 2px;
  display: flex;
  line-height: 16px;
}

.video-js .vjs-living-icon .icon-bar {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 14px;
  left: 0px;
}

.video-js .vjs-living-icon .icon-bar span {
  position: absolute;
  display: block;
  bottom: 8px;
  width: 2px;
  height: 4px;
  background: #fff;
  /*-webkit-animation: bars6 1.5s  infinite ease-in-out;*/
  animation: icon-bar 0.8s  infinite ease-in-out;
}

.video-js .vjs-living-icon .icon-bar span:nth-child(2) {
  left: 4px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.video-js .vjs-living-icon .icon-bar span:nth-child(3) {
  left: 8px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@keyframes icon-bar {
  0% {
    height: 0px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #fff;
  }
  50% {
    height: 12px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    background: #fff;
  }
  100% {
    height: 0px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background: #fff;
  }
}

.video-js .vjs-back-button img {
  position: absolute;
  /* width: 100%; */
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#vr_wrap #vtcViewData {
  color: #fff;
  font-size: 12px;
  height: 25px;
  position: absolute;
  left: 0;
  padding: 0 10px;
  /*width:100%;*/
  bottom: 30px;
  z-index: 1;
  /*和fixed-top一起调整 z-index 2020-12-29*/
  line-height: 25px;
  text-align: left;
}

#vr_wrap #vtcViewData .vtc-onLineCnt {
  display: inline-block;
  background-image: url(../img/vtc-m/onlineIcon0.svg?v=20-0514);
  background-size: auto 23px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left center;
}

#vr_wrap #vtcViewData .vtc-visits {
  display: inline-block;
  background-size: auto 23px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/vtc-m/onlineIcon1.svg?v=20-0514);
}

#vr_wrap #vtcViewData .vtc-likes {
  display: inline-block;
  background-size: auto 23px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/vtc-m/onlineIcon2.svg?v=20-0514);
}

#vr_wrap #vtcViewData .vtc-collect {
  display: none;
  background-size: auto 23px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/vtc-m/followStar.svg?v=20-0514);
}

#vr_wrap #vtcViewData .vtc-collect.on {
  background-image: url(../img/vtc-m/followStaron.svg);
}

#vr_wrap #vtcViewData #onLineCnt,
#vr_wrap #vtcViewData #visits,
#vr_wrap #vtcViewData #likes {
  vertical-align: top;
}

/*移动端播放器模块 @media screen and (max-width: 480px),*/
.mobile {
  /* #vtcPlayer .video-js .vjs-volume-panel, */
  /* #vtcPlayer .vjs-remaining-time.vjs-time-control {
    visibility: hidden;
    display: none;
} */
  /* #vtcPlayer .vjs-live .vjs-current-time,
#vtcPlayer .vjs-live .vjs-time-control.vjs-time-divider,
#vtcPlayer .vjs-live .vjs-duration.vjs-time-control {
    display: none
}

#vtcPlayer .vjs-current-time,
#vtcPlayer .vjs-time-control.vjs-time-divider,
#vtcPlayer .vjs-duration.vjs-time-control {
    display: block;
} */
  /* #vtcPlayer .vjs-live .vjs-play-control.vjs-control {
    display: none;
} */
  /*播放按钮 弹幕按钮消失效果*/
}

.mobile video {
  background-color: #000;
}

.mobile * {
  margin: 0;
  padding: 0;
}

.mobile .video-js.vjs-default-skin {
  width: 100%;
  height: 100%;
}

.mobile #vtcPlayer {
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile #vtcPlayer #vtcPlayerInner {
  width: 100%;
  height: 100%;
}

.mobile #vtcPlayerInner #vtcTimeControl {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.mobile #vtcTimeControl .rewind,
.mobile #vtcTimeControl .forward {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  left: auto;
}

.mobile #vtcTimeControl .rewind {
  left: 5% !important;
  right: auto !important;
}

.mobile #vtcPlayer video {
  /*width: 100vw;*/
  /*height: 56.25vw;*/
  object-position: unset !important;
}

.mobile #vtcPlayer .video-js {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.mobile #vtcPlayBtn {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile #vtcPlayBtn img {
  width: 60px;
  height: 60px;
}

.mobile #vtcViewData {
  color: #fff;
  font-size: 12px;
  height: 25px;
  position: absolute;
  left: 0;
  padding: 0 10px;
  /*width:100%;*/
  bottom: 30px;
  z-index: 1;
  /*和fixed-top一起调整 z-index 2020-12-29*/
  line-height: 25px;
  text-align: left;
  display: flex;
  align-items: center;
}

.mobile #vtcViewData .vtc-onLineCnt {
  display: inline-block;
  background-image: url(../img/vtc-m/onlineIcon0.svg?v=20-0514);
  background-size: auto 23px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
}

.mobile #vtcViewData .vtc-visits {
  display: inline-block;
  background-size: auto 23px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/vtc-m/onlineIcon1.svg?v=20-0514);
  vertical-align: middle;
}

.mobile #vtcViewData .vtc-likes {
  display: inline-block;
  background-size: auto 23px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/vtc-m/onlineIcon2.svg?v=20-0514);
  vertical-align: middle;
}

.mobile #vtcViewData .vtc-collect {
  display: none;
  background-size: auto 23px;
  width: 25px;
  height: 25px;
  z-index: 999;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/vtc-m/followStar.svg?v=20-0514);
}

.mobile #vtcViewData .vtc-collect.on {
  background-image: url(../img/vtc-m/followStaron.svg);
}

.mobile #vtcViewData #onLineCnt,
.mobile #vtcViewData #visits,
.mobile #vtcViewData #likes {
  vertical-align: middle;
}

.mobile #vtcViewData #vtc-onLineCnt,
.mobile #vtcViewData #vtc-visits,
.mobile #vtcViewData #vtc-likes {
  display: flex;
  align-items: center;
}

.mobile #vtcControls {
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
}

.mobile #vtcPlayer .video-js .vjs-control-bar {
  background-color: rgba(43, 51, 63, 0) !important;
  height: 30px;
}

.mobile #vtcPlayer .video-js .vjs-control-bar.active {
  opacity: 1;
}

.mobile #vtcPlayer .vjs-button > .vjs-icon-placeholder:before {
  line-height: 30px;
}

.mobile #vtcPlayer .video-js .vjs-progress-control,
.mobile #vtcPlayer .video-js .vjs-slider {
  cursor: unset;
}

.mobile #vtcPlayer .vjs-time-control.vjs-time-divider {
  min-width: 15px;
}

.mobile #vtcPlayer .video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  line-height: 30px;
}

.mobile #vtcPlayer .vjs-icon-fullscreen-enter:before,
.mobile .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108" !important;
}

.mobile #vtcPlayer .video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.mobile #vtcPlayer .vjs-live-display {
  height: 30px;
  line-height: 30px;
  margin-left: 16px;
}

@keyframes controlPanelHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*PC端播放器模块*/
@media screen and (min-width: 480px) {
  #vtcPlayer,
  #vtcPlayerInner {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #vtcPlayer video {
    border: none;
    outline: none;
  }
  #vtcPlayBtn {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 50%;
    width: 8%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  #vtcPlayBtn img {
    width: 100%;
  }
  /*进度条时间倒序改成正序*/
  #vtcPlayer .video-js .vjs-time-control {
    display: block;
  }
  #vtcPlayer .video-js .vjs-remaining-time {
    display: none;
  }
  /*控制条按钮垂直居中*/
  #vtcPlayer .vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 30px;
  }
  #vtcPlayer .video-js .vjs-play-progress:before {
    top: 50%;
    transform: translateY(-50%);
  }
  /* 加载圆圈 */
  #vtcPlayer .vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
  }
  #vtcPlayer .video-js {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .onlineData {
    color: #fff;
  }
  /*播放按钮 弹幕按钮消失效果*/
  @keyframes controlPanelHide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}

#vtcPlayer .photos {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.vjs-touchRF {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vjs-touchRF.showTimes .vjs-touchRF-time {
  opacity: 1;
}

.vjs-touchRF .vjs-touchRF-time {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  display: inline-block;
  font-size: 18px;
  color: #00DCFF;
  transform: translate3d(-50%, 50%, 0);
  font-family: "VideoJS";
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vjs-touchRF .vjs-touchRF-time span:nth-child(3) {
  color: #fff;
}

.vjs-touchRF .vjs-touchRF-time::before {
  /* content: "\f11f"; */
  content: "\f120";
  /* content: attr(title); */
  font-size: 12px;
  font-family: "VideoJS";
  transform-origin: center center;
  transform: rotate(180deg) translate3d(0, 1px, 0);
  display: inline-block;
  line-height: 16px;
  color: #fff;
}

.vjs-touchRF.showTimes.vjs-touchRF-time-rewind .vjs-touchRF-time::before {
  content: "\f11f";
}

.vjs-touchRF .vjs-touchRF-rate {
  opacity: 0;
  padding: 6px 10px 7px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  left: 50%;
  display: flex;
  font-size: 0px;
  color: #00DCFF;
  transform: translate3d(-50%, 50%, 0);
  font-family: "VideoJS";
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vjs-touchRF .vjs-touchRF-rate .rate-arraw {
  display: inline-block;
  padding-right: 8px;
}

.vjs-touchRF .vjs-touchRF-rate .rate-arraw span {
  animation: touchRF-rate 0.8s  infinite ease-in-out;
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 7px;
  height: 12px;
  font-family: "VideoJS";
  color: #fff;
}

.vjs-touchRF .vjs-touchRF-rate .rate-arraw span::before {
  content: '\f101';
  position: absolute;
  top: 2px;
  left: 0px;
}

.vjs-touchRF .vjs-touchRF-rate .rate-arraw span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.vjs-touchRF .vjs-touchRF-rate .rate-arraw span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.vjs-touchRF .vjs-touchRF-rate .rate-text {
  display: inline-block;
  font-size: 0px;
  color: #fff;
  display: flex;
  height: 14px;
}

.vjs-touchRF .vjs-touchRF-rate .rate-text span:nth-child(1) {
  font-weight: 540;
  font-size: 14px;
  transform: translateY(-1px);
}

.vjs-touchRF .vjs-touchRF-rate .rate-text span:nth-child(2) {
  font-weight: 100;
  font-size: 12px;
  padding-left: 6px;
}

.vjs-touchRF.show-three-rate .vjs-touchRF-rate {
  opacity: 1;
}

@keyframes touchRF-rate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.video-js.vjs-user-active .vjs-touchRF {
  background-color: rgba(0, 0, 0, 0.3);
}

.video-js.vjs-user-inactive .vjs-rewind,
.video-js.vjs-user-inactive .vjs-forword {
  display: none;
}

.vjs-meeting {
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 18px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  transform: translate3d(0, -50%, 0);
  background-image: url(../img/meeting.png);
  background-size: 100% 100%;
}

.playerWrapper {
  width: 100%;
  height: 100%;
}

.playerWrapper > div {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .playerWrapper.fullscreen {
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
  }
  .playerWrapper.fullscreen > div {
    margin: auto;
  }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  color: #fff;
  display: inline-block;
  width: 48px;
  height: 48px;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9IiMzQzkzRUQiIGZpbGwtb3BhY2l0eT0iMC4zIi8+CjxwYXRoIGQ9Ik0zNCAyMi4yNjhDMzUuMzMzMyAyMy4wMzc4IDM1LjMzMzMgMjQuOTYyMyAzNCAyNS43MzIxTDE5Ljc1IDMzLjk1OTNDMTguNDE2NyAzNC43MjkxIDE2Ljc1IDMzLjc2NjggMTYuNzUgMzIuMjI3MkwxNi43NSAxNS43NzI4QzE2Ljc1IDE0LjIzMzIgMTguNDE2NyAxMy4yNzA5IDE5Ljc1IDE0LjA0MDdMMzQgMjIuMjY4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-size: 100%;
}

.video-js.vjs-playing .vjs-big-play-button .vjs-icon-placeholder:before {
  display: inline-block;
  width: 48px;
  height: 48px;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9IiMzQzkzRUQiIGZpbGwtb3BhY2l0eT0iMC4zIi8+CjxyZWN0IHg9IjE2IiB5PSIxNCIgd2lkdGg9IjUiIGhlaWdodD0iMjAiIHJ4PSIyLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjI3IiB5PSIxNCIgd2lkdGg9IjUiIGhlaWdodD0iMjAiIHJ4PSIyLjUiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-size: 100%;
}

@media screen and (max-width: 480px) {
  .vjs-menu-button-popup.vjs-hover .vjs-menu {
    display: block;
  }
}
