.videoWrapper {
  position: relative;
  overflow: hidden;
}


.video {
  width: 100%;
  height: 100%;
}

.play {
  position: absolute;
  z-index: 99;
  left: 30rpx;
  top: 30rpx;
  box-sizing: border-box;
  transform: translateZ(0);
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 16rpx;
  background-color: rgba(0, 0, 0, 0.3);
  height: 38rpx;
  padding-right: 18rpx;
  padding-left: 18rpx;
}

.iconPlay {
  width: 19rpx;
  height: 24rpx;
}

.time {
  margin-left: 10rpx;
  line-height: 27rpx;
  white-space: nowrap;
  color: #ffffff;
  font-size: 22rpx;
  font-weight: 400;
}

.muted {
  position: absolute;
  z-index: 99;
  transform: translateZ(0);
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 30rpx;
  width: 108rpx;
  height: 108rpx;
}

.iconMuted {
  width: 48rpx;
  height: 48rpx;
}


.videoMask {
  position: absolute;
  z-index: 98;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}