._carousel-list {
  margin-top: 0.3rem;
}
._carousel-list .first-item {
  cursor: pointer;
}
._carousel-list .first-item .title {
  padding: 0 0.4rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 0.35rem;
  color: #1c1c1c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._carousel-list .first-item .desc {
  margin-top: 0.35rem;
  line-height: 0.46rem;
  font-size: 0.23rem;
  color: #999;
}
._carousel-list ._list {
  margin-top: 0.2rem;
}
._carousel-list ._list .item:last-child:after {
  display: none;
}
