.banner {
  width: 100%;
  height: 360px;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.life-banner {
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
}
p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 12px;
}
.life-title {
  font-weight: 500;
  font-size: 22px;
  color: #222222;
  position: relative;
  margin-bottom: 24px;
}
.life-title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -12px;
  background-color: #222222;
  height: 2px;
}
.life-desc {
  font-size: 16px;
  color: #222222;
  line-height: 28px;
  margin-bottom: 12px;
}
.life-help {
  font-weight: 400;
  font-size: 16px;
  color: #ff4b91;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  padding-bottom: 60px;
}
.life-help img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

