.video {
	@include positionFixed;
    height: 230px;
    z-index: 9999999999999;
    &-cont {
      &-title {
		  @include positionFixed;
        z-index: 90;      
        height: 35px;
        padding: 0 10px;
    @include flexRowSpaceBetween;
        &-right,
        &-left {
          width: 25px;
          height: 25px;
          background-color: #1ba39c;
          background-color: rgba($color: #000000, $alpha: 0.7);
          border-radius: 50%;
          justify-content: center;
          align-items: center;
        }       
        &-right {
          &-image {
            width: 8px;
            height: 14px;
          }
        }
      }
      &-bottom {
        position: absolute;
		width: 750rpx;
        height: 40px;
        bottom: 0;
        left: 0;
        padding: 0 10px;      
        z-index: 9999;      
        @include flexRowSpaceBetween;
        &-left {
			@include styleFont(#ffffff,16);
		  @include onlyLineEllipsis;
        }
        &-right {
			@include styleFont(#ffffff,14);
        }
      }
    }
  }