.develop-banner {
  width: 100%;
  box-sizing: border-box;
  background: url(/img/about-develop/develop-banner.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 1.2rem 0.6rem;
}
.develop-banner .banner-title {
  padding-top: 0.6rem;
  padding-bottom: 0.16rem;
  color: #FFF;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.38rem;
}
.develop-banner .banner-detail {
  color: #FFF;
  text-align: center;
  font-family: PingFang SC;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  opacity: 0.8;
}
.develop-banner .banner-detail + .banner-detail {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .develop-banner {
    height: 4rem;
    width: 100%;
    box-sizing: border-box;
    background: url(/img/about-develop/develop-banner.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 1.2rem;
  }
  .develop-banner .banner-title {
    padding-top: 0.6rem;
    padding-bottom: 0.16rem;
    color: #FFF;
    text-align: center;
    font-family: PingFang SC;
    font-size: 0.38rem;
    font-style: normal;
    font-weight: 600;
    line-height: 0.48rem;
  }
  .develop-banner .banner-detail {
    color: #FFF;
    text-align: center;
    font-family: PingFang SC;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.32rem;
    opacity: 0.8;
  }
  .develop-banner .banner-detail + .banner-detail {
    margin-top: 0.24rem;
  }
}
