.lsjs {
  display: flex;
  flex-wrap: wrap;
  margin:  0 auto;
}
.lsjs li {
  width: 1.2rem;
  height: 1.4rem;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  margin: 0.2rem 0.12rem;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.lsjs li img {
  width: 0.7rem;
  height: 0.7rem;
  padding-top: 8px;
  object-fit: contain;
}
.lsjs li p {
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.2rem;
  padding-top: 0.15rem;
  text-align: center;
}
