.view_slide{overflow:hidden;}
.view_slide .swiper-slide img{border-radius:15px;width:100%}

.view_btn{z-index:999;display:flex;justify-content:center;margin-bottom:60px;align-items:center;gap:0 20px}
.view-pagination{position:relative !Important;width:500px!important;background:#f4f4f4 !important;border-radius:100px;height:4px !important;overflow:hidden;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#17786d !important}
.view_button{background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:0 10px;font-size:14px;font-weight:bold;color:#000}
.view_button img{width:8px;}

.view .ctt{width:1000px}

@media screen and (max-width:768px){
  .view .ctt{width:90%}
}