.w1000 {
  width: 95%;
}
.mt100 {
  margin-top: 50px;
}
.top {
  position: relative;
}
.top .content {
  width: 100%;
}
.top .content h1 {
  font-size: 17px;
  width: auto;
}
.top .content .swiper-container {
  width: 95%;
  margin-top: 30px;
}
.top .content .swiper-container .swiper-button-next,
.top .content .swiper-container .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.top .content .swiper-container .swiper-button-prev:after,
.top .content .swiper-container .swiper-container-rtl .swiper-button-next:after {
  zoom: 0.3;
  color: #000;
}
.top .content .swiper-container .swiper-button-next:after,
.top .content .swiper-container .swiper-container-rtl .swiper-button-prev:after {
  zoom: 0.3;
  color: #000;
}
.top .icon {
  width: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  position: absolute;
  right: 5%;
}
.mid .content {
  width: 900px;
}
.mid .content h3 {
  font-size: 18px;
}
.mid .content p {
  font-size: 13px;
  line-height: 22px;
}
.bot p {
  margin-bottom: 15px;
}
.bot p:last-of-type {
  font-size: 24px;
}
