@charset "UTF-8";
.header {
  position: relative;
  width: 100%;
  height: 572px;
  top: 0;
  left: 0;
  z-index: 100;
}
.banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 572px;
  display: flex;
  align-items: center;
  z-index: 99;
}
.banner_content .img {
  width: 100%;
  height: 572px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner_content .img img {
  width: 100%;
  height: 572px;
  object-fit: cover;
}
.banner_content .text {
  text-align: left;
  color: #fff;
  font-size: 48px;
}
