@media screen and (min-width: 1024px) {
  .list-container {
    width: 19.2rem;
    height: 7.2rem;
    background-image: url('/public/images/jjfalb/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .list-content {
    width: 19.2rem;
    margin-top: 0.38rem;
    padding: 0 3.6rem;
    margin-bottom: 0.6rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-content .list-content-item {
    width: 3.9rem;
    height: 3.2rem;
    display: flex;
    border-radius: 0.1rem;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .list-content .list-content-item img {
    width: 3.9rem;
    height: 3.2rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
  }
  .list-content .list-content-item img:hover {
    transform: scale(1.2, 1.2);
  }
  .list-content .list-content-item span {
    height: 0.31rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 0.32rem;
    position: relative;
  }
  .list-content .list-content-item:nth-child(n+4) {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .list-container {
    width: 100%;
    height: 3.6rem;
    background-image: url('/public/images/jjfalb/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .list-content {
    width: 100%;
    margin-top: 0.38rem;
    padding: 0 0.32rem;
    margin-bottom: 0.6rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-content .list-content-item {
    width: 32%;
    height: 1.8rem;
    display: flex;
    border-radius: 0.1rem;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .list-content .list-content-item img {
    width: 100%;
    height: 3.2rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-content .list-content-item span {
    height: 0.31rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 0.32rem;
    position: relative;
  }
  .list-content .list-content-item:nth-child(n+4) {
    margin-top: 0.2rem;
  }
}
