.bannerWarp {
  box-sizing: border-box;
  width: 100%;
  height: 420px;
  background-image: url(../img/banner/disabillity-banner.png);
  background-size: cover;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-title {
  font-size: 45px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
}
.banner-bottom {
  margin-top: 100px;
}
.banner-btn {
  width: 150px;
  height: 50px;
}
.module h2 {
  opacity: 1;
  font-size: 36px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  color: #1b2c56;
  line-height: 50px;
}
.platform-content {
  padding: 100px 0;
}
.platform-container {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
.pay-service-container {
  margin-top: 72px;
}
.pay-service-container ul {
  display: flex;
}
.pay-service-container ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pay-service-container ul li img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.pay-service-title {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1b2c56;
  line-height: 22px;
}
.pay-service-subtitle {
  margin-top: 18px;
  font-size: 18px;
  font-family: PingFang SC;
  color: #707c9b;
  text-align: center;
  line-height: 28px;
}
.pattern {
  background: #fafafa;
}
.pattern-content {
  padding: 100px 0;
}
.pattern-container {
  margin-top: 63px;
  display: flex;
  justify-content: center;
}
.guarantee-content {
  padding: 100px 0 80px;
}
.guarantee-container {
  margin-top: 46px;
}
.guarantee-container ul {
  display: flex;
}
.guarantee-container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 290px;
  width: 20%;
}
.guarantee-img {
  height: 136px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.guarantee-title {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1b2c56;
  line-height: 28px;
}
.guarantee-subtitle {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
  line-height: 26px;
}
.guarantee-block-hover {
  box-shadow: 0 2px 28px 0 rgb(0 0 66 / 8%);
  border-radius: 10px;
  background: #fafafa;
}
.cooperation-content{
padding: 100px 0 40px;
}
.cooperation-container{
  margin-top: 77px;
  display: flex;
  justify-content: center;
}
.cooperation-title{
  margin-top: 40px;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707C9B;
  line-height: 40px;
  text-align: center;
}