

 
.ico_slider{
  background-image: linear-gradient(0deg, #9b0a84 0, #9b0a84 100%);
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* position: absolute; */
  top: 47%;
  /* left: -30px; */
  /*  margin-top: -25px;  */
  font-size: 24px;
  font-weight: 600;
}

.swiper-container {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width:360px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 15px;
}

.picture {
  width: 360px;
  height: auto;
  overflow: hidden;
}
.picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
}
.detail h3 {
  margin: 0;
  font-size: 22px;
}
.detail span {
  display: block;
  font-size: 16px;
  color: #b43cb7;
}