.banner {
  width: 100%;
  min-width: 1280px;
  height: 100vh;
  min-height: 720px;
  background-color: #aaa;
  margin-top: -100px;
  position: relative;
}
.banner .bg-box {
  height: 150px;
  width: 100%;
  background-color: white;
}
.banner .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner .video-box video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .slider-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner .slider-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .title-container {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.banner .title-container .title-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
}
.banner .title-container .title-box .banner-title {
  padding-top: 100px;
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
}
.banner .title-container .title-box .banner-subtitle {
  padding: 20px 0;
  font-size: 30px;
  line-height: 50px;
}
.banner .title-container .title-box .btn {
  background-color: #da251c;
  color: white;
  border-radius: 8px;
  line-height: 35px;
  width: 200px;
  font-weight: bold;
  margin-top: 40px;
  text-align: left;
  padding-left: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .title-container .title-box .btn .icon {
  height: 14px;
  width: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
}
.banner .title-container .title-box .btn .icon .svg {
  position: absolute;
  left: -20px;
  height: 14px;
  width: 14px;
  transform: rotate(90deg);
  filter: drop-shadow(0 -20px 0 white);
}

.icon-list {
  width: 100%;
  display: flex;
}
.icon-list .icon-item {
  flex: 1;
  background-color: white;
  border-style: solid;
  border-color: #ddd;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 0;
}
.icon-list .icon-item:last-child {
  border-right-width: 2px;
}
.icon-list .icon-item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

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