.xg-video-container {
  width: 100%;
  height: 100%;
}

.xg-video {
  --z-index-underlayer: 1;
  --z-index-control: 10;
  --z-index-popup: 10;
  --z-index-middle-button: 10;
  position: relative;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 24rpx;
  font-size: 24rpx;
}
.xg-video .progress-bar {
  position: absolute;
  bottom: 66rpx;
  width: 100%;
  height: 4rpx;
  --slider-active-background-color: #ffffff;
  --slider-inactive-background-color: none;
  --slider-thumb-background-color: none;
  --progress-background-color: rgba(255, 255, 255, 0.3);
}
.xg-video .progress-bar-mini {
  bottom: 0;
}
.xg-video.video-description {
  position: absolute;
  padding: 0 32rpx;
  left: 0;
  bottom: 94rpx;
  font-weight: 500;
  font-size: 30rpx;
  line-height: 50rpx;
  /* or 167% */
  color: #ffffff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.xg-state-immerse {
  transition: opacity 0.5s ease-out;
  opacity: 0.2;
}

.xg-state-blur {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.xg-state-focus {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}