/* 避免原生视频控件在滚动、滤镜与裁剪组合下发生视觉层和命中层错位。 */
.shot-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
