.banner .h1 {
  font-size: 15px;
}
.banner .h2 {
  font-size: 30px;
}

.section {
  padding: 30px 0;
}
.section + .section {
  background: #f5f5f5;
  padding-top: 0;
}
.life-item .life-item__content .flex .life-item__btn,
.life-item__btn, .hot-item__btn {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  min-height: 24px;
}
.life-item__price, .hot-item__price {
  font-size: 16px;
}
.life-item__title, .hot-item__title {
  font-size: 14px;
}
.life-item__content {
  border: solid #D9D9D9;
  border-width: 0 .5px .5px;
}
.show_max_error {
  position: absolute;
  left: 0;
  top: -46px;
  white-space: break-spaces;
  margin: 0;
  width: 100%;
  background: #fbebeb;
  line-height: 20px;
  font-size: 12px;
  color: #F5222D;
  padding: 1px 3px;
  border: 1px solid #fdd7d7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
