  .plant-area .item {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor:pointer;
}
.plant-area .item img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.plant-area .swiper-pagination-plant-area.swiper-pagination-clickable.swiper-pagination-bullets {
    text-align: center;
}
.plant-area  .swiper-pagination-bullet {
   width: 11px;
    height: 6px;
    border-radius: 12px;
    display: inline-block;
    background: #83a3ac;
}
.plant-area .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2f9c9d;
}