.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 300px;
  color: #fff;
  text-align: center;
}
.red-slide {
  background: #ca4040;
}
.blue-slide {
  background: #4390ee;
}
.orange-slide {
  background: #ff8604;
}
.green-slide {
  background: #49a430;
}
.pink-slide {
  background: #973e76;
}
.swiper-slide .title {
  font-style: italic;
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 0;
  line-height: 45px;
}
.pagination {
  position: absolute;
  z-index: 20;
  /*left: 10px;*/
  bottom: 10px;
  right: 10px;
}
.pagination.kybanner{margin:0;}

.swiper-pagination-switch {
  display: inline-block;
  width: 24px;
  height: 6px;
  /*border-radius: 8px;*/
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-visible-switch {
  background: #aaa;
}

.swiper-active-switch {
  background: #fff;
}

  .kid-home-title{font-size:1.8rem;font-family:arial;}
  .kid-home-intro{word-break:break-all;font-size:1.2rem;font-family:arial;}
  .kid-home-location-title{font-weight:bold;}