.list_box[data-v-5e525664] {
  height: 80vh;
  overflow: auto;
}
.top_box[data-v-5e525664] {
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #53BDB3;
}
.top_box > div[data-v-5e525664] {
  font-weight: 600;
  margin: 0.3rem;
}
.top_box > div > span[data-v-5e525664] {
  display: inline-block;
  width: 27%;
}
.van-list[data-v-5e525664] {
  border-radius: 0.5rem;
}
.imgs[data-v-5e525664] {
  margin-right: 1rem;
}
.van-icon-plus[data-v-5e525664]:before {
  content: "\e6fa";
  font-weight: 900;
  font-size: 1rem;
  color: #ccc;
}
.van-cell-text[data-v-5e525664] {
  width: 15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
