.banner {
  width: 100%;
  height: 1.9rem;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.life-banner {
  width: 7.1rem;
  height: 3.65rem;
  margin: 0 auto 0.16rem;
  display: block;
}
p {
  font-weight: 400;
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.42rem;
  padding: 0 0.2rem;
  margin-bottom: 0.32rem;
}
.life-title {
  font-weight: 500;
  font-size: 0.32rem;
  color: #222222;
  position: relative;
  width: 7.1rem;
  margin: 0 auto 0.3rem;
}
.life-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.2rem;
  background-color: #222222;
  height: 2px;
}
.life-desc {
  font-size: 0.28rem;
  color: #222222;
  line-height: 0.42rem;
  margin-bottom: 0.32rem;
  padding: 0 0.2rem;
}
.life-help {
  font-weight: 400;
  font-size: 0.28rem;
  color: #ff4b91;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 0.4rem;
}
.life-help img {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.08rem;
}

