#BuyProduct .swiper {
    width: 100%;
    height: 100%;
  }
  #BuyProduct .mySwiper .swiper-wrapper{
    width: 100%;
    flex-direction: column;
  }
  #BuyProduct .mySwiper2 .swiper-wrapper{
    align-items: center;
  }
  #BuyProduct .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100% !important;
  }
  #BuyProduct .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #BuyProduct .main_product_info .imgs_side .swiper-case {
    background: #FFFFFF;
    color: #000;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  #BuyProduct .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  #BuyProduct .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  #BuyProduct .mySwiper2 {
    height: 100%;
    width: 433px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #BuyProduct .mySwiper2 .swiper-slide{
    justify-content: center;
    align-items: center;
  }
  #BuyProduct .mySwiper {
    height: 100%;
    width: 89px;
    margin-right: 25px;
    box-sizing: border-box;
  }
  #BuyProduct .mySwiper .swiper-slide {
    width: 89px !important;
    height: 89px !important;
    opacity: 0.4;
    border-radius: 10px;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    overflow: hidden;
  }
  #BuyProduct .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  #BuyProduct .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #BuyProduct .mySwiper .swiper-slide img{
    width: 89px;
    height: 89px;
    border-radius: 10px;
    border: 2px solid transparent;
  }
  #BuyProduct .mySwiper .swiper-slide img:hover{
    cursor: pointer;
    border-color: #858585;
  }
  #BuyProduct .mySwiper .swiper-slide:nth-child(5){
    margin-bottom: 0 !important;
  }
  #BuyProduct .swiper-button-next, #BuyProduct .swiper-button-prev{
    color: #858585;
  }
#BuyProduct .mySwiper2 .swiper-slide img {
    display: block;
    transition: opacity 0.2s;
}
#BuyProduct .mySwiper2 .swiper-slide img:hover {
    opacity: 0;
}
#BuyProduct .mySwiper2 .image__wrap {
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: zoom-in;
}

#Company .video_block .swiper-container {
      width: 100%;
      height: 100%;
    }

#Company .video_block .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
#Company .video_block .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}


#Company .post .myPartnerSwiper {
      width: 100%;
      height: 100%;
}
#Company .post .myPartnerSwiper .swiper-wrapper {
    align-items: center;
}
#Company .post .myPartnerSwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
}
#Company .post .myPartnerSwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}

#Company .post .swiper {
}
#Company .post .swiper-wrapper {
    display: flex;
    align-items: center;
}
#Company .post .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
#Company .post .swiper-wrapper .swiper-slide img {
    border-radius: 8px;
}