.main {
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
}
.main .honor-list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.33rem;
  grid-template-columns: repeat(4, 1fr);
}
.main .honor-list .honor-item {
  width: 3.8rem;
}
.main .honor-list .honor-item .honor-item-img {
  width: 3.8rem;
  height: 2.86rem;
  background: #F1F2F3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.main .honor-list .honor-item .honor-item-img img {
  max-width: 90%;
  max-height: 90%;
  transition: all 0.4s ease-in-out;
}
.main .honor-list .honor-item:hover .honor-item-img img {
  transform: scale(1.05);
}
.main .honor-list .honor-item p {
  text-align: center;
}
#lightGallery-next {
  position: fixed!important;
  top: 50%!important;
  right: 0.1rem !important;
}
#lightGallery-prev {
  position: fixed!important;
  top: 50%!important;
  left: 0!important;
}
#lightGallery-next:after,
#lightGallery-prev:before {
  font-size: 0.3rem !important;
}
#lightGallery-action,
#lightGallery-action a {
  background: none!important;
}
#lightGallery-action a.cLthumb {
  display: none!important;
}
#lightGallery-Gallery .thumb_cont .thumb {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
#lightGallery-slider .info {
  width: auto!important;
  position: relative!important;
  background: none!important;
}
#lightGallery-Gallery .thumb_cont {
  background: none;
}
#lightGallery-Gallery .thumb_cont .thumb_info {
  display: none;
}
#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1!important;
  max-height: 3.5rem;
  padding: 0 10%;
}
#lightGallery-outer {
  background: rgba(0, 0, 0, 0.79) !important;
}
#lightGallery-slider .lightGallery-slide img {
  max-width: 40%;
  max-height: 50vh;
}
#lightGallery-close {
  /* top: 22%;
    right: 16%; */
  background-color: rgba(0, 0, 0, 0) !important;
}
@media screen and (max-width: 1024px) {
  .main .font43 {
    font-size: 0.55rem;
  }
  .main .honor-list {
    flex-direction: column;
    gap: 0.6rem;
  }
  .main .honor-list .honor-item {
    width: 100%;
  }
  .main .honor-list .honor-item .honor-item-img {
    width: 100%;
    height: 5.2rem;
    margin-bottom: 0.35rem;
  }
  .main .honor-list .honor-item p {
    font-size: 0.28rem;
  }
}
