    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;max-height:100%; max-width:100%;
      object-fit: cover;
    }

    .swiper {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 100%;
      width: 100%;
    }

    .mySwiper {
      height: 100%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper .swiper-slide {
      width: 15%;
      height: 60px;
      opacity: 0.7;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
      display: block;
	  max-height:100%; max-width:100%;
      object-fit: cover;
    }
	.swiper-button-next{
	position:absolute;z-index:9;
	top:48%; height:40px; width:40px; line-height:38px;text-align:center;font-size:40px;
	left:0; opacity: 0.5;
	}
	.swiper-button-next:hover{ opacity: 1; }
	.swiper-button-prev{
	position:absolute;z-index:9;
	top:48%; height:40px; width:40px; line-height:38px;text-align:center;font-size:40px;
	right:0; opacity: 0.5;
	}
	.swiper-button-prev:hover{ opacity: 1; }