body {
  background-color: #fafff9;
}
.model-01 {
  position: relative;
  width: 18.08rem;
  height: 6.42rem;
  margin: 0rem auto;
  margin-top: 0.46rem;
}
.model-01 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.model-02 {
  width: 18.08rem;
  margin: 0rem auto;
  margin-top: 0.56rem;
  margin-bottom: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.model-02 .model-item {
  width: calc(25% - 30px);
}
.model-02 .model-item img {
  max-width: 100%;
  height: auto;
}
.model-03 {
  width: 17.77rem;
  margin: 0rem auto;
  text-align: center;
}
.model-03 img {
  max-width: 100%;
  height: auto;
}
.model-04 {
  width: 18.08rem;
  margin: 0.8rem auto;
  margin-bottom: 2.4rem;
  box-sizing: border-box;
}
.model-04 .technology-ambassadors-swiper {
  overflow: hidden;
}
.model-04 .ambassador-card {
  text-align: center;
}
.model-04 .ambassador-card img {
  width: 276px;
  height: 282px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.model-04 .ambassador-card p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #333;
}
.model-04 .ambassador-swiper-controls {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0.4rem;
}
.model-04 .ambassador-swiper-controls .swiper-scrollbar-custom {
  flex-grow: 1;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #abacab;
  position: relative;
  cursor: pointer;
}
.model-04 .ambassador-swiper-controls .swiper-scrollbar-custom .swiper-scrollbar-drag {
  height: 100%;
  background-color: #116c5d;
  position: relative;
  left: 0;
  top: 0;
}
.model-04 .ambassador-swiper-controls .swiper-pagination-custom {
  margin-top: 0.16rem;
  margin-right: 0.3rem;
  font-size: 0.14rem;
  color: #abacab;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}
.model-04 .ambassador-swiper-controls .swiper-pagination-custom .page-number {
  cursor: pointer;
  transition: color 0.3s ease;
}
.model-04 .ambassador-swiper-controls .swiper-pagination-custom .page-number.active {
  color: #000000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .model-01 {
    width: 100%;
    height: 200px;
  }
  .model-02 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .model-02 .model-item {
    width: calc(50% - 30px);
  }
  .model-03 {
    width: 100%;
  }
  .model-04 {
    width: 100%;
    padding: 0;
    margin-top: 0.5rem;
  }
  .model-04 .technology-ambassadors-swiper {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .model-04 .ambassador-card img {
    width: 100%;
    height: auto;
  }
  .model-04 .ambassador-swiper-controls {
    padding: 0 20px;
  }
  .model-04 .ambassador-swiper-controls .swiper-pagination-custom {
    margin-right: 0rem;
    font-size: 12px;
    justify-content: center;
  }
}
