.banner {
  --swiper-pagination-bullet-size: 0.12rem;
  --swiper-pagination-bullet-horizontal-gap: 0.08rem;
  --swiper-navigation-size: 0.24rem;
  --swiper-navigation-color: #fff;

  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  top: 50%;
  width: 0.64rem;
  height: 0.64rem;
  margin-top: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.banner .btn.btn-outlined {
  --sk-button-bg: rgba(0, 0, 0, 0.1);
  --sk-button-bg-hover: rgba(0, 0, 0, 0);

  --sk-button-color: rgba(255, 255, 255, 1);
  --sk-button-color-hover: var(--primary-color);

  --sk-button-border-color: rgba(255, 255, 255, 0.5);
  --sk-button-border-color-hover: var(--primary-color);
}

.banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .banner_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .banner_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .banner {
    height: 70vh;
  }
}
.banner-item {
  width: 100%;
  height: 100%;
}

.banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: 1s linear 2s;
  /* transform: scale(1.1, 1.1); */
}

/* .banner .swiper-slide-active .bg {
  transition: 6s linear;
  transform: scale(1, 1);
} */

.banner .imgBox {
  height: 100%;
  position: relative;
}

.banner .imgBox img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  /* transform: scale(1.1, 1.1); */
  object-fit: cover;
}

.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.banner .meta {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: var(--global-header-height);
  padding-bottom: 0.12rem;
}

.banner-item1 .meta {
  justify-content: flex-start;
  padding-top: calc(var(--global-header-height) + 8vh);
}

.banner .txt-area {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .title {
  font-size: 0.48rem;
  margin-bottom: 0.32rem;
}

.banner .desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.4rem;
  margin-bottom: 0.08rem;
}

.banner-item3 .meta {
  box-sizing: border-box;
  width: 100%;
  padding-left: 55%;
  align-items: flex-start;
}

.banner-item3 .focus-pic3 {
  width: 55%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-item3 .focus-pic3 img {
  width: 100%;
  display: block;
}

.banner-item3 .txt-area {
  height: 100%;
  padding-bottom: 8%;
  justify-content: center;
  align-items: flex-start;
}

.banner-item3 .title {
  margin-bottom: 0.12rem;
}

.banner-item3 .desc {
  margin-bottom: 0.44rem;
}

.banner-item2 .title {
  font-size: 0.44rem;
}

.banner-item2 .desc {
  font-size: 0.2rem;
}

.banner .focus-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .focus-pic img {
  max-width: 100%;
  max-height: 100%;
}

.banner .more-area {
  position: absolute;
  left: 8%;
  bottom: 9%;
  display: none;
}

.banner .more {
  padding: 0 0.32rem;
  display: none;
}

.banner .swiper-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 0.2rem;
}

@media only screen and (max-width: 767px) {
  .banner {
    height: 400px;
  }

  .banner .meta {
  }

  .banner .title {
    font-size: 24px;
  }

  .banner .desc {
    font-size: 14px;
  }

  .banner .focus-pic {
    max-height: 200px;
  }

  .banner .more-area {
    left: 20px;
  }

  .banner .more {
    padding: 0 12px;
  }

  .banner-item3 .meta {
    align-items: center;
  }

  .banner-item3 .focus-pic3 {
    width: 280px;
  }

  .banner-item3 .txt-area {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px 80px;
    align-items: center;
  }

  .banner-item3 .desc {
    margin-bottom: 12px;
  }
}
