.dplayer-live-text {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}

.ttx-video-h5 {
  background-color: #000;
}

.ttx-video-h5-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 10;
}
.ttx-video-body-full {
  overflow: hidden;
}
.ttx-video-h5-item {
  background: url('/public/video/imags/tv_defaout.jpg') no-repeat;
  background-size: 100% 100%;
  border: 1px solid #353535;
  float: left;
}

.ttx-video-h5-item-full {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.ttx-video-h5-item-check {
  border: 1px solid green;
}

.video-basis-1 {
  width: 100%;
  height: 100%;
  border: none;
}

/**2-4**/
.video-basis-2 {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
}

/**5-9**/
.video-basis-3 {
  width: calc(33.33% - 2px);
  height: calc(33.33% - 2px);
}

/**10-16**/
.video-basis-4 {
  width: calc(25% - 2px);
  height: calc(25% - 2px);
}

/**17-25**/
.video-basis-5 {
  width: calc(20% - 2px);
  height: calc(20% - 2px);
}

/**26-36**/
.video-basis-6 {
  width: calc(16.66% - 2px);
  height: calc(16.66% - 2px);
}

/**6**/
.video-basis-6-1 {
  width: calc(66.6% - 2px);
  height: calc(65.6% - 2px);
}

/**8**/
.video-basis-8-1 {
  width: calc(75% - 2px);
  height: calc(75% - 2px);
}

.hide {
  display: none !important;
}

.dplayer-video-wrap .dplayer-video {
  object-fit: fill;
}
.dplayer-video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #30333b;
  z-index: 10000001;
  display: none;
}
.mask-loading {
  display: block;
  top: calc(50% - 100px);
  height: 100px;
  position: absolute;
  left: calc(50% - 50px);
}
.mask-text {
  height: 30px;
  width: 30px;
  top: calc(50% - 65px);
  position: absolute;
  left: calc(50% - 15px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
