@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

.banner-swiper {
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.banner-swiper .swiper-pagination-bullet {
  border: 2px solid #fff;
}

.brand-module1 {
  background-color: #000;
  padding-bottom: 11.875rem;
  --swiper-navigation-color: #000;
}

.brand-module1 .title {
  font-size: 2.25rem;
  color: #FFFFFF;
  padding: 6.25rem 0;
  text-align: center;
}

.brand-module1 .item {
  background: #EEEEEE;
  padding: 2.625rem 3.4375rem 1.75rem;
  box-sizing: border-box;
  text-align: center;
  height: auto;
}

.brand-module1 .item .t1 {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  color: #1F1F1F;
  font-family: AcuminProSemibold;
}

.brand-module1 .item .t2 {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  color: #8F8F8F;
}

.brand-module1 .swiper-theme1 .swiper-prev,
.brand-module1 .swiper-theme1 .swiper-next {
  background-color: #fff;
}

@media (max-width: 800px) {
  .brand-module1 {
    padding-bottom: 3.125rem;
  }

  .brand-module1 .title {
    font-size: 1.3125rem;
    padding: 2.5rem 0;
  }

  .brand-module1 .list {
    width: 80%;
  }
}

.brand-module2 {
  padding-bottom: 6.25rem;
}

.brand-module2 .title {
  font-size: 2.25rem;
  padding: 6.25rem 0;
  text-align: center;
}

.brand-module2 .more {
  text-align: center;
  margin-top: 1.25rem;
}

@media (max-width: 800px) {
  .brand-module2 {
    padding-bottom: 2.5rem;
  }

  .brand-module2 .title {
    font-size: 1.3125rem;
    padding: 2.5rem 0;
  }
}

.brand-module3 {
  min-height: 15.625rem;
}

.brand-module3 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.375rem;
  justify-content: center;
}

.brand-module3 .text img {
  width: 90%;
  max-width: 28.125rem;
}

.brand-module3 .text .t {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: AcuminProSemibold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .brand-module3 .text {
    gap: 1.875rem;
  }

  .brand-module3 .text img {
    max-width: 18.75rem;
  }

  .brand-module3 .text .t {
    font-size: 1rem;
  }
}