/* 图册列表 */

.atlas {
}

.atlas ul {
  display: flex;
  flex-flow: wrap;
  padding: 0 2px;
}

.atlas li {
  width: 50%;
  padding: 4px;
}

.atlas li a {
  display: block;
  color: #000;
  text-align: center;
}

.atlas li i {
  display: block;
  border: 1px solid #999;
}

.atlas li a img {
  max-width: 100%;
}

.atlas li p {
  position: relative;
  font: 400 14px/30px "微软雅黑";
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #999;
  border-top: 0;
}

#atlas-page {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
#atlas-page .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 0;
}
#atlas-page .swiper-pagination-bullet-active {
  color: #fff;
  background: #981410;
}

@media (min-width: 1200px) {
  .atlas {
    padding: 2vw 0 0;
  }
  .atlas ul {
    padding: 0;
  }
  .atlas li {
    width: 33.3%;
    padding: 5px;
  }
  .atlas ul li {
    width: 33.3%;
    padding: 0.6vw 0.3vw;
  }
  .atlas ul li:nth-child(3n) {
    padding-left: 0.6vw;
    padding-right: 0;
  }
  .atlas ul li:nth-child(3n + 1) {
    padding-left: 0;
    padding-right: 0.6vw;
  }
  .atlas li a {
    position: relative;
  }
  .atlas li i {
    display: block;
    overflow: hidden;
  }
  .atlas li i img {
    max-width: 100%;
    transition: 0.6s;
  }
  .atlas li p {
    position: relative;
    font: 400 16px/36px "微软雅黑";
  }
  .atlas li a:hover img {
    transform: scale(1.1);
  }
  .atlas li a:hover p {
    color: #fff;
    background: #3a3738;
  }

  #atlas-page {
    padding: 0.7vw 0 1vw;
  }
  #atlas-page .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    margin: 0 2px;
    font-size: 14px;
    line-height: 30px;
  }
}
