/* 修复有声无画：外层用 padding 撑高，MacPlayer/iframe 绝对铺满 */
.player_video.embed-responsive {
  position: relative !important;
  display: block;
  width: 100%;
  height: 0 !important;
  padding: 0 !important;
  padding-bottom: 56.25% !important;
  overflow: hidden;
  background: #000;
}
.player_video .MacPlayer {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}
.player_video .MacPlayer table,
.player_video .MacPlayer #playleft {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.player_video .MacPlayer iframe {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  z-index: 1;
}
.player_video .fodong_box {
  z-index: 5;
  pointer-events: none;
}
.player_video .fodong_box .close_tips {
  pointer-events: auto;
}
