[v-cloak] {
  display: none;
}
.van-tab--active {
  color: #ff4444;
}
.van-tabs__line {
  height: 2px;
}
.van-list {
  padding-top: 0.5rem;
}
.group-item {
  padding: 0.5rem;
  background: #fff;
}
.item-image {
  width: 100%;
  height: 93px;
  border-radius: 0.2rem;
  background-size: cover;
  background-position: 50% 50%;
}
.item-title {
  height: 44px;
  font-size: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
