/*
* @Author: 汪明栋
* @Date:   2021-07-02 14:55:00
* @Last Modified by:   汪明栋
* @Last Modified time: 2021-07-02 16:12:56
*/
.swiper-container {
      width: 100%;
      // height: 420px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .gallery-top {
      height: 80%;
      width: 100%;
    }

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

    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }