@charset "UTF-8";

html,
body {
  width: 100%;
  height: 100%;
}

body::-webkit-scrollbar {
  display: none;
}

html,
body,
div,
p,
a,
img {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#h5-live-manage {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/**重置播放器 控制区域样式**/

#h5-live-manage .vcp-player {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

#h5-live-manage .vcp-player video {
  -o-object-fit: cover;
  object-fit: cover;
}

#h5-live-manage .vcp-player .vcp-controls-panel {
  position: static;
}

#h5-live-manage .vcp-timeline .vcp-slider {
  overflow: hidden;
}

#h5-live-manage .vcp-panel-bg {
  background-color: transparent;
}

.vcp-controls-panel {
  font-size: 12px !important;
}

.vcp-controls-panel .vcp-playtoggle {
  width: 2em !important;
  background-repeat: no-repeat;
  background-position: center;
}

.vcp-controls-panel .vcp-volume {
  width: 2em;
}

.vcp-controls-panel .vcp-volume .vcp-volume-icon {
  width: 2em;
  background-repeat: no-repeat;
  background-position: center;
}

.vcp-controls-panel .vcp-volume .vcp-volume-bg {
  width: 1.4em;
  left: 0 !important;
}

.vcp-controls-panel .vcp-volume .vcp-slider-vertical {
  width: 0.4em;
  left: 0.45em;
}

.vcp-controls-panel .vcp-fullscreen-toggle {
  width: 2em;
  background-repeat: no-repeat;
  background-position: center;
}

.padding-right20 {
  padding-right: 20px;
}

.inline-block {
  display: inline-block;
}

/*底部下载图片*/

#downloadFade {
  position: fixed;
  bottom: 0;
}

#downloadFade img {
  display: block;
  width: 100%;
}

#h5-live-manage .user-info {
  display: inline-block;
  height: 1.407rem;
  line-height: 1.407rem;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0.767rem;
  color: #fff;
  font-size: 0.597rem;
  padding-right: 0.426rem;
}

#h5-live-manage .user-info img {
  border-radius: 100%;
  display: inline-block;
  width: 1.28rem;
  height: 1.28rem;
  margin-left: 0.17rem;
  vertical-align: middle;
}

#h5-live-manage .user-info span {
  font-size: 0.597rem;
  margin-left: 0.256rem;
}

#h5-live-manage .live-info,
#h5-live-manage .video-info {
  display: inline-block;
  margin-top: 0.213rem;
  line-height: 0.597rem;
  padding: 0.128rem 0.298rem;
  border-radius: 0.383rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.426rem;
}

#h5-live-manage .live-info span,
.video-info span {
  margin-left: 0.04rem;
  font-size: 0.426rem;
}

#h5-live-manage .live-info .live-circle {
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  border: 0.085rem solid #bc281e;
  border-radius: 100%;
  vertical-align: middle;
}

#h5-live-manage .video-info .video-circle {
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  border: 0.085rem solid #fff;
  border-radius: 100%;
  vertical-align: middle;
}

#h5-live-manage p {
  color: #fff;
}

.video-detail-handle p {
  color: #fff !important;
}

#h5-live-manage .video-detail {
  position: absolute;
  padding: 0.4266666667rem;
  padding-bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  height: 19.456rem;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
}

#h5-live-manage .video-detail .video-detail-info {
  position: absolute;
  left: 0.4266666667rem;
  bottom: 2.9866666667rem;
  width: 10.88rem;
  color: #fff !important;
}

#h5-live-manage .video-detail .video-detail-info .media-name {
  font-size: 0.768rem;
}

#h5-live-manage .video-detail .video-detail-info .h5-title {
  font-size: 0.6826666667rem;
  padding-top: 0.4053333333rem;
  padding-bottom: 0.2133333333rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#h5-live-manage .video-detail .video-detail-info .media-content {
  font-size: 0.512rem;
  color: #fff;
}

.video-detail-handle {
  position: absolute;
  bottom: 4.6506666667rem;
  right: 0.4266666667rem;
  width: 2.1333333333rem;
  font-size: 0.5973333333rem;
  color: #fff;
  z-index: 2;
}

.video-detail-handle p {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video-detail-handle > div {
  margin-bottom: 0.64rem;
}

.h5-vertical-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-mask {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.video-mask.show {
  display: block;
}

.video-mask img {
  position: absolute;
  top: 0.576rem;
  right: 0.256rem;
  display: inline-block;
  width: 8.2986666667rem;
  height: 1.6213333333rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.video-list-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.vcp-bigplay {
  display: none;
}

/**播放暂停按钮**/

.main-video-btn {
  width: 2.56rem;
  height: 2.56rem;
  border-radius: 100%;
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 888;
}

.main-video-btn-play {
  background: url("../../image/component/video_play.png") no-repeat center;
  background-size: 100%;
}

.main-video-btn-pause {
  background-size: 100%;
  display: none;
}

.vcp-poster-pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vcp-loading {
  display: none;
}

.template-default #h5-live-manage .hint-pack {
  font-size: 0.59829rem;
  line-height: 0.8547rem;
  color: #fff;
  margin-top: 0.241rem;
  opacity: 0.6;
}

.template-default #h5-live-manage .hint-pack span {
  margin-right: 0.4273rem;
}

.template-default #h5-live-manage .video-detail {
  background: none;
  bottom: 4.2735rem;
  height: auto;
  padding-left: 0.641rem;
  padding-right: 0.641rem;
  padding-top: 1.7094rem;
  opacity: 0.9;
}

.template-default #h5-live-manage .video-detail.stretch {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.42735rem 0.42735rem 0 0;
  padding-bottom: 4.2735rem;
}

.template-default #h5-live-manage .video-detail.stretch .description-pack {
  max-height: 10.6837rem;
  overflow: auto;
}

.template-default #h5-live-manage .video-detail.stretch .media-content {
  display: none !important;
}

.template-default #h5-live-manage .video-detail.stretch .media-content-all {
  display: block !important;
}

.template-default #h5-live-manage .video-detail.stretch .close-stretch {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.7094rem;
  height: 1.7094rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.5128rem 0.5128rem;
  background-image: url("../../image/component/icon-close.png");
}

.template-default #h5-live-manage .vcp-player::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14.9572rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 1001;
}

.template-default #h5-live-manage .vcp-player .vcp-controls-panel {
  position: absolute;
  bottom: 1.11111rem;
}

.template-default #h5-live-manage .video-detail .video-detail-info {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.template-default #h5-live-manage .video-detail .video-detail-info .main-channel-pack {
  position: relative;
  padding-left: 2.1367rem;
  min-height: 1.7094rem;
  margin-top: 0.4273rem;
}

.template-default #h5-live-manage .video-detail .video-detail-info .main-channel-pack .video-detail-head {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.7094rem;
  height: 1.7094rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.template-default #h5-live-manage .video-detail .video-detail-info .content-title {
  font-size: 0.6838rem;
  line-height: 0.9402rem;
}

.template-default #h5-live-manage .video-detail .video-detail-info .media-name {
  font-size: 0.5983rem;
  line-height: 0.8547rem;
}

.template-default #h5-live-manage .video-detail .video-detail-info .publish-time {
  font-size: 0.5128rem;
  line-height: 0.8547rem;
  opacity: 0.6;
}

.template-default #h5-live-manage .video-detail .video-detail-info .focus-on {
  position: absolute;
  right: 0.441rem;
  top: 0.241rem;
  height: 1.02564rem;
  width: 2.2222rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../image/component/icon-isRead.png");
}

.template-default #h5-live-manage .video-detail .video-detail-info .description-pack {
  margin-top: 0.241rem;
}

.template-default #h5-live-manage .video-detail .video-detail-info .media-content,
.template-default #h5-live-manage .video-detail .video-detail-info .media-content-all,
.template-default #h5-live-manage .video-detail .video-detail-info .media-content-calculate {
  display: none;
  font-size: 0.512rem;
  color: #fff;
  opacity: 0.6;
}

.template-default #h5-live-manage .video-detail .video-detail-info .media-content .open-all {
  float: right;
  color: #4385f4;
}

.template-default #h5-live-manage .video-detail .video-detail-info .media-content-calculate-pack {
  height: 0;
  overflow: hidden;
}

.template-default #h5-live-manage .video-detail .video-detail-info .media-content-calculate-pack .media-content-calculate {
  display: block;
}

.template-default #h5-live-manage .video-detail .video-detail-info .time {
  font-size: 0.512rem;
  color: #fff;
  opacity: 0.6;
}

.template-default #h5-live-manage .vcp-timeline .vcp-slider {
  overflow: unset;
  opacity: 1;
}

.template-default .vcp-slider .vcp-slider-track {
  background-color: #fff;
}

.template-default .vcp-slider .vcp-slider-thumb {
  background-color: #959396;
  width: 0.5982rem;
  height: 0.5982rem;
  margin-left: -0.2991rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../image/component/video-dot.png");
  top: -0.2991rem;
}

.template-default .vcp-controls-panel {
  width: 92%;
  left: 4%;
  z-index: 1002;
}

.template-default .vcp-timeline:hover .vcp-slider-thumb {
  width: 0.5982rem;
  height: 0.5982rem;
  top: -0.2991rem;
  margin-left: -0.2991rem;
}

.template-default .vcp-timeline .vcp-slider {
  margin-top: 0.34188px;
  height: 0.08547rem;
}

.template-default .vcp-timeline:hover .vcp-slider {
  margin-top: 0.34188px;
  height: 0.08547rem;
}

/**************************** 根据项目实际情况设置 ****************************/

.video-detail-handle p {
  display: none;
}

.related-recommand-item_detail_play {
  display: none;
}

.have-footer-nav .show-related-recommand {
  padding-bottom: 2.1367rem;
}

.trans_video_tag {
  background: #FF8823;
  border-radius: 0.1709401709rem;
  padding-bottom: 0 !important;
  padding-left: 0.2564102564rem !important;
  padding-right: 0.2564102564rem !important;
  height: 0.8547008547rem;
  line-height: 0.8547008547rem !important;
  font-weight: 400;
  font-size: 0.4700854701rem !important;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  right: 0.2564102564rem;
  top: 0.2564102564rem;
  z-index: 1000;
}

.trans_video_tag.transcoding_fail {
  background: #FF2B2B;
}