.banner {
  width: 100%;
  height: 5rem;
  background: url('../../images/solution/solution_banner.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .content {
  padding-top: 1.8rem;
  padding-left: 0.4rem;
}
.banner .content .title {
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.84rem;
}
.banner .content .subtitle {
  font-size: 0.35rem;
  color: rgba(255, 255, 255, 0.5200);
  line-height: 0.49rem;
}
.main {
  padding: 0.43rem 0.3rem;
}
.main .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.45rem;
  text-align: center;
  margin-bottom: 0.22rem;
}
.solution-list {
  display: flex;
  flex-wrap: wrap;
}
.solution-item {
  position: relative;
  width: 3.3rem;
  height: 3.3rem;
  margin-bottom: 0.3rem;
}
.solution-item:nth-child(2n+1) {
  margin-right: 0.3rem;
}
.solution-item p {
  position: absolute;
  bottom: 0.11rem;
  width: 100%;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
}
.solution1 {
  background: url(../../images/solution/solution_img1.png) no-repeat;
  background-size: cover;
}
.solution2 {
  background: url(../../images/solution/solution_img2.png) no-repeat;
  background-size: cover;
}
.solution3 {
  background: url(../../images/solution/solution_img3.png) no-repeat;
  background-size: cover;
}
.solution4 {
  background: url(../../images/solution/solution_img4.png) no-repeat;
  background-size: cover;
}
.solution5 {
  background: url(../../images/solution/solution_img5.png) no-repeat;
  background-size: cover;
}
.solution6 {
  background: url(../../images/solution/solution_img6.png) no-repeat;
  background-size: cover;
}
.solution7 {
  background: url(../../images/solution/solution_img7.png) no-repeat;
  background-size: cover;
}
.solution8 {
  background: url(../../images/solution/solution_img8.png) no-repeat;
  background-size: cover;
}