@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../../fonts/iconfont.ttf?t=1652755429914') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 使用字体图标库替换大播放按钮 */
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: '\e750' !important;
  font-family: 'iconfont' !important;
  font-weight: 100 !important;
  font-size: 40px !important; /* 调整图标大小 */
  line-height: 90px !important; /* 帮助垂直居中 */
  color: #fff !important; /* 设置图标颜色 */
}
.video-js .vjs-big-play-button {
  /* 调整按钮尺寸以适应新图标 */
  width: 90px !important;
  height: 90px !important;
  /* 使按钮居中 */
  top: 42%;
  border: 2px solid #fff;
  border-radius: 45px; /* 同样可以设置为圆形 */
  transition: all 0.5s ease;
}

.vjs-big-play-button123321::after {
  content: "2025年广州理工学院招生宣传片"; /* 你的文字内容 */
  display: block;
  position: absolute;
  top: 86%; /* 位于按钮正下方 */
  left: 50%;
  transform: translateX(-50%); /* 水平居中 */
  margin-top: 5px; /* 与按钮的间距 */
  color: white;
  font-family: barlow, "微软雅黑";
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}