
.star-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40rem;
  padding-bottom: 48rem;
}

.star-list li {
  background: #FFFFFF;
  box-shadow: 0rem 2rem 8rem rgba(0, 0, 0, 0.04);
  margin-right: 12rem;
  width: 288rem;
  height: 290rem;
  cursor: pointer;
  border-radius: 10rem;
  margin-bottom: 14rem;
}

.star-list li img {
  width: 288rem;
  height: 188rem;
  border-radius: 10rem 10rem 0 0;
}

.star-bott {
  padding: 16rem 12rem;
}

.star-bott p {
  font-style: normal;
  font-weight: 400;
  font-size: 16rem;
  line-height: 22rem;
  color: #000000;
}

.star-bott div {
  font-weight: 400;
  font-size: 12rem;
  line-height: 24rem;
  color: #999999;
}

.star{
  background: #fff;
  padding-top: 80rem;
}
.star-auto{
  width: 1200rem;
  margin: auto;
}