.lm-player-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  box-sizing: border-box;
}
.lm-player-container .lm-player-iconfont {
  color: #fff;
}
.lm-player-container .player-mask-layout {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.lm-player-container .player-mask-layout > video {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #000;
}
