    .swiper.mySwiper2 {
      width: 100%;
      aspect-ratio: 3 / 1; /* 保持與圖片相同的寬高比*/
      max-height: 640px;  /* 可視需要設定上限高度 */
      overflow: hidden;
    }
	.img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
	  color:#fff;	
    }
    /* 小圖 swiper 保持原樣或微調 */
	.mySwiper .swiper-slide {
		width: auto;
		flex-shrink: 0;
		text-align: center;
	}
   .swiper-slide img {
    width: 100%;
	height: 100%;
	object-fit: cover;
    }
    
    .swiper-slide a img,.img-cover{
    width: 100%;
	height: 100%;
	object-fit: cover;    
    }
    .img-thumb {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

    /*.swiper {
      width: 100%;
      height: 75vh;
      margin-left: auto;
      margin-right: auto;
    }*/
@media (max-width: 767px) {
.swiper {
      height: auto;
}
}

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      
      width: 100%;
    }

    .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 1.0;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 0.8;
	  border:1px solid #b81c22;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	.swiper-button-next, .swiper-button-prev{ color:#fff;text-shadow: 1px 1px 3px rgba(0,0,0,0.2);	}
	.swiper-button-next:hover, .swiper-button-prev:hover{text-shadow: 1px 1px 5px rgba(0,0,0,0.6);}