.honor {
  margin-top: 0.39063rem;
  margin-bottom: 0.49479rem;
}
.honor-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.honor-list-item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 0.17708rem;
  padding: 0.10417rem;
  background-color: #f2f2f2;
  cursor: pointer;
}
.honor-list-item:nth-child(4n) {
  margin-right: 0;
}
.honor-list-item .thumb {
  width: 100%;
  overflow: hidden;
}
.honor-list-item .thumb img {
  height: 0.89583rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform linear 0.6s;
  -o-transition: -o-transform linear 0.6s;
  -moz-transition: transform linear 0.6s, -moz-transform linear 0.6s;
  transition: transform linear 0.6s;
  transition: transform linear 0.6s, -webkit-transform linear 0.6s, -moz-transform linear 0.6s, -o-transform linear 0.6s;
}
.honor-list-item:hover .thumb img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.honor-list-item span {
  display: block;
  text-align: center;
  font-size: 0.08333rem;
  line-height: 1.625;
  color: #060001;
  margin-top: 0.10417rem;
}

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.72);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.modal-close {
  width: 0.20833rem;
  height: 0.20833rem;
  background-color: #bb1303;
  cursor: pointer;
  position: absolute;
  padding: 0;
  top: -0.20833rem;
  right: 0;
}
.modal-close::after, .modal-close::before {
  content: " ";
  width: 80%;
  height: 2PX;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1PX;
  margin-left: -40%;
}
.modal-close::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close::before {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
.modal-content {
  width: 3.38542rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  transition: all linear 0.3s;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-content .model-thumb {
  padding: 0.13021rem;
}
.modal .thumb {
  width: 100%;
  height: auto;
  max-height: 80vh;
}
.modal .title {
  padding: 0.07813rem 0.05208rem;
  background-color: rgba(0, 0, 0, 0.72);
  position: absolute;
  left: 0.13021rem;
  bottom: 0.13021rem;
  right: 0.13021rem;
  font-size: 0.09375rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .honor-list-item {
    width: 48%;
    height: auto;
    margin-right: 2%;
  }
  .honor-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .honor-list-item span {
    font-size: 0.13542rem;
  }
  .modal-close {
    width: 0.28646rem;
    height: 0.28646rem;
    top: -0.28646rem;
  }
  .modal .modal-content {
    width: 92%;
  }
  .modal .title {
    font-size: 0.13542rem;
  }
}