.page_tit{text-align:center;}

.view .ctt{overflow:hidden;width:1000px}
.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:100% !important;background:#f4f4f4 !important;border-radius:100px;height:4px !important;overflow:hidden;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#003668 !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;position: relative;top: -2px;}

.view_slide img, .view_thumb_slide img{width:100%;border-radius:15px;}
.view_thumb_slide .swiper-slide{cursor:pointer;}

@media screen and (max-width: 768px){
  .view .ctt{width:90%}
  .page_tit h2{font-size:19px}
  .view_button{font-size:12px}
  .view_button img{width:5px;}
}