/* å›¾é›†ç¨¿ */
.gallery-page {
  max-width: 720px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #262626;
}

.gallery-page .header-info .title {
  color: #fff;
}

.gallery-page .header-info .info,
.gallery-page .header-info .column {
  color: #fff;
}

.new-carousel-panel {
  width: 100%;
}

.news-swiper {
  width: 100%;
}

.swiper-item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}

.swiper-item img {
  display: block;
  width: 100%;
  height: 447px;
  object-fit: contain;
  background-color: #27303e;
}

.carousel-text-container {
  padding: 20px 40px;
  width: 100%;
  line-height: 54px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.numbers {
  font-size: 20px;
}

.numbers span {
  color: #0097ff;
}

.comments {
  background-color: #262626;
  display: inline-block;
  padding: 15px 12px;
  width: 100%;
  border-radius: 5.5px;
  max-height: 120px;
}

@media screen and (min-width: 768px) {
  .gallery-page {
    background-color: #fff;
  }
  .new-carousel-panel {
    position: relative;
    padding: 0 50px;
  }
  .gallery-page .header-info .title {
    color: inherit;
  }
  .gallery-page .header-info .info,
  .gallery-page .header-info .column {
    color: #999;
  }
  
  .new-carousel-panel .custom-btn {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    background: rgba(239, 239, 239, .7);
    position: absolute;
    top: 200px;
    text-align: center;
    cursor: pointer;
  }
   .new-carousel-panel .custom-btn:hover{
    background: rgba(239, 239, 239, 1);
   }
  .new-carousel-panel .custom-btn  .iconfont {
    font-size: 20px;
  }
  .new-carousel-panel .custom-prev {
    left: 0;
  }
  .new-carousel-panel .custom-next {
    right: 0;
  }
  .comments {
    padding: 0;
    background-color: transparent;
  }
  .carousel-text-container {
    padding: 0;
    color: #000;
  }
  .numbers {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  }
}
@media screen and (max-width: 768px) {
  .swiper-item img {
    height: 280px;
    object-fit: contain;
  }

  .carousel-text-container {
    padding: 0.15rem 0.3rem;
    line-height: 0.56rem;
    z-index: 99;
    font-size: 0.3rem;
    background-size: 100%;
  }

  .carousel-text-container p {
    white-space: normal;
  }

  .numbers span {
    font-size: 0.56rem;
  }

  .comments {
    padding: 0.13rem 0.24rem;
    border-radius: 0.1rem;
    max-height: 2.4rem;
  }
}
