.video-js {
  width: 100%;
  height: 398px;
  border: 0;
  box-sizing: border-box;
  background-color: transparent !important;
  margin-bottom: 24px;
}

.vjs-poster img {
  object-fit: cover;
}

.video-js::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/catalog/view/theme/fastor/image/poster.png") no-repeat center/contain;
  pointer-events: none;
  /* 允许点击穿透到视频 */
  z-index: 1;
}

.vjs-playing::before {
  display: none;
}

.video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: 10;
  border: 0;
  background-color: transparent;
  margin: 0;
  transform: translate(-50%, -50%);
}

.video-js :hover .vjs-big-play-button {
  border: 0;
  background-color: transparent;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "" !important;
  background-image: url("/catalog/view/theme/fastor/image//play-sound.png");
  background-size: contain;
  width: 80px;
  height: 80px;

}

.video-js .vjs-big-play-button： .vjs-big-play-button .vjs-icon-placeholder::before {
  color: #D33040;
}

.vjs-paused .vjs-icon-placeholder::before {
  content: "\f101";
}

.vjs-paused .vjs-big-play-button {
  display: block;
}


/* .video-js .vjs-big-play-button {
  line-height: 52px;
} */