.header {
  height: 8.1rem;
  position: relative;
}
.header > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.header .up-video {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 2.3rem;
}
.header .up-video .page-info {
  height: 100%;
  display: flex;
  align-items: flex-end;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 1.5rem;
}
.header .up-video .page-info span {
  position: relative;
  font-size: 1.1rem;
}
.header .up-video .page-info span::after {
  content: "";
  width: 0.93rem;
  height: 0.13rem;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
}/*# sourceMappingURL=move.css.map */