.header {
  height: 22vw;
  min-height: 400px;
  position: relative;
}
.header > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.header .up-video {
  height: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
}
.header .up-video .page-info {
  flex: 1;
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #ffffff;
  font-size: 40px;
}
.header .up-video .page-info span {
  position: relative;
}
.header .up-video .page-info span::after {
  content: "";
  width: 28px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: -22px;
}
.header .up-video .page-crumbs {
  display: flex;
  align-items: center;
  height: 100px;
}
.header .up-video .page-crumbs > i.icon {
  display: block;
  transform: rotateZ(-90deg);
  margin: 0 6px;
  color: #fff;
}
.header .up-video .page-crumbs span {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .up-video .page-info {
    font-size: 30px;
  }
  .up-video .page-crumbs {
    height: 60px;
  }
}/*# sourceMappingURL=pc.css.map */