.about-swiper {
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 0.2rem;
  padding: 0.25rem 0.7rem 0 0.7rem;
}

.about-swiper .prev {
  content: '';
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.50rem;
  background: url("../image/about-prev.svg");
  background-size: 110% 110%;
}

.about-swiper .next {
  content: '';
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.50rem;
  background: url("../image/about-next.svg");
  background-size: 110% 110%;
}

.about-swiper .about-list {
  white-space: nowrap;
  overflow-x: scroll;
}

.about-swiper .about-list .about-item {
  margin-right: 0.25rem;
  display: inline-block;
  padding-bottom: 0.25rem;
  font-size: 0.32rem;
}

.about-swiper .about-list .active {
  color: #324E99;
}

.about-container {
  margin: 0.15rem 0.2rem;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0.15rem;
}

.about-container .about-title {
  padding: 0.3rem 0;
  font-size: 0.35rem;
  text-align: center;
  font-weight: 600;
  color: #171D24;
  line-height: 0.43rem;
}

.about-container .about-content img {
  display: block;
  max-width: 70%;
  margin: 0 auto;
  height: auto;
}
