.banner {
  width: 100%;
  height: 5rem;
  background: url('../../images/solution/hospital_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;
}

.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;
}
.summary {
  font-size: 0.24rem;
  color: #525252;
  line-height: 0.4rem;
  text-align: justify;
  margin-bottom: 0.65rem;
  text-indent: 2em;;
}
.grid-list {
  display: flex;
  flex-wrap: wrap;
}
.grid-item {
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.grid-item:nth-child(3n) {
  margin-right: 0px;
}
.grid-item p {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 0.57rem;
  line-height: 0.57rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.3);
}
.grid1 {
  background: url(../../images/solution/hospital_img1.png) no-repeat;
  background-size: cover;
}
.grid2 {
  background: url(../../images/solution/hospital_img2.png) no-repeat;
  background-size: cover;
}
.grid3 {
  background: url(../../images/solution/hospital_img3.png) no-repeat;
  background-size: cover;
}
.grid4 {
  background: url(../../images/solution/hospital_img4.png) no-repeat;
  background-size: cover;
}
.grid5 {
  background: url(../../images/solution/hospital_img5.png) no-repeat;
  background-size: cover;
}
.grid6 {
  background: url(../../images/solution/hospital_img6.png) no-repeat;
  background-size: cover;
}
.grid7 {
  background: url(../../images/solution/hospital_img7.png) no-repeat;
  background-size: cover;
}
.grid8 {
  background: url(../../images/solution/hospital_img8.png) no-repeat;
  background-size: cover;
}
.grid9 {
  background: url(../../images/solution/hospital_img9.png) no-repeat;
  background-size: cover;
}
.img-content {
  padding: 0.3rem 0.2rem;
  background-color: #fff;
}
.img-content .img {
  width: 100%;
}