.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .up-video .page-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.header .up-video .page-crumbs > i.icon {
  display: block;
  -webkit-transform: rotateZ(-90deg);
          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 */