.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;

  .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);
  }
  .progress-bar-mini {
    bottom: 0;
  }

  & .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);
  }
}
