.banner {
  width: 100%;
  height: 5rem;
  background: url('../../images/service/service_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.33rem;
}
.main .module {
  position: relative;
  display: block;
  width: 100%;
  height: 3.42rem;
  margin-bottom: 0.3rem;
}
.main .module .info {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1.07rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0.2rem;
  background: rgba(0,0,0,0.2);
  box-sizing: border-box;
}
.main .module .info p {
  font-size: 0.3rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.42rem;
}
.main .module .info span {
  font-size: 0.24rem;
  color: #006AFF;
  line-height: 0.33rem;
  padding: 0.18rem 0.24rem;
  border-radius: 0.07rem;
  background: rgba(255,255,255,0.8);
}
.module1 {
  background: url(../../images/service/service_img1.png) no-repeat;
  background-size: cover;
}
.module2 {
  background: url(../../images/service/service_img2.png) no-repeat;
  background-size: cover;
}
.module3 {
  background: url(../../images/service/service_img3.png) no-repeat;
  background-size: cover;
}