/* 暂停按钮 */
.tcplayer-loading {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(0, 0, 0, .1);
  cursor: pointer;
  opacity: 1;
}

/* 控制栏显示在暂停按钮上层 */
.vjs-control-bar {
  z-index: 101 !important;
}
