.h5-section-1 {
  padding: 0.78rem 0 1.03rem;
}
#h5_main_list li .face {
  width: 100%;
  height: inherit;
  border-radius: 0.2rem;
}
#h5_main_list li {
  min-height: 2.49rem;
  margin-top: 0.5rem;
  cursor: pointer;
}

#h5_main_list li .card {
  position: relative;
  padding: 0 !important;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0px 11px 14px 0px rgba(36, 57, 91, 0.17);
}

#h5_main_list li .card .img-msk {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5924);
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}

#h5_main_list li:hover .card .img-msk {
  display: block;
  display: flex;
}

#h5_main_list li .card .img-msk .up {
  text-align: center;
}
#h5_main_list li .card .img-msk .up .title {
  font-size: 0.15rem;
  font-family: PingFangSCSemibold-;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
}
#h5_main_list li .card .img-msk .up a {
  color: #fff;
}
#h5_main_list li .card .img-msk .up .tag {
  font-size: 0.09rem;
  color: rgba(255, 255, 255, 1);
  padding-top: 0.06rem;
  border-top: 1px solid #fff;
}
#h5_main_list li .card .img-msk .bottom {
  font-size: 0.08rem;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 0.2rem;
}

#h5_main_list li .card .img-msk .bottom img {
  width: 40%;
  height: inherit;
}

.h5-section-1 .page {
  margin: 0.34rem auto 0;
}
#h5_prev_img_invalid {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  cursor: default;
}
#h5_next_img {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 750px) {
  #h5_main_list li .card .img-msk .up .title {
    font-size: 0.3rem !important;
  }
  #h5_main_list li .card .img-msk .up .tag {
    font-size: 0.28rem !important;
  }
  #h5_main_list li .card .img-msk .bottom img {
    width: 2.5rem !important;
    height: 2.5rem !important;
    margin-bottom: 0.08rem;
  }

  .bottom p {
    font-size: 0.28rem !important;
  }
}
