.banner {
  position: relative;
}
.banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 32.03125vw;
}
.banner .text {
  position: absolute;
  bottom: 6.25vw;
  left: 0;
  padding: 0 8.3333333333vw;
  width: 100%;
  color: white;
}
.banner .text .t {
  font-weight: 400;
  font-family: "YouSheBiaoTiHei";
}

@media screen and (max-width: 768px) {
  .banner img {
    height: 240px;
  }
}

/*# sourceMappingURL=banner.css.map */
