.bannerWarp {
  box-sizing: border-box;
  width: 100%;
  height: 420px;
  background-image: url(../img/banner/flexiblemploy-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;
  margin-bottom: 24px;
}
.banner-subtitle {
  margin-top: 16px;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.banner-bottom {
  margin-top: 52px;
}
.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;
}
.hard-problem-content {
  padding: 100px 0;
}
.hard-problem-container {
  margin-top: 66px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: 535px;
}
.hard-problem-container li {
  width: 25%;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hard-problem-img {
  width: 85px;
  height: 85px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 2px rgba(117, 117, 117, 0.09);
  border-radius: 50%;
}
.hard-problem-title {
  margin-top: 40px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1b2c56;
}
.hard-problem-subtitle {
  margin-top: 34px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
  line-height: 22px;
}
.integration {
  background: #fafafa;
}
.integration-content {
  padding: 100px 0;
}
.integration-sub-title {
  text-align: center;
  margin-top: 42px;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
}
.integration-container {
  margin-top: 64px;
  height: 346px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.integration-container li {
  width: 350px;
  height: 150px;
  background: #ffffff;
  box-shadow: -3px 1px 16px 0px rgba(85, 96, 122, 0.21);
  border-radius: 10px;
  padding: 40px 30px 0 46px;
  display: flex;
  justify-content: space-between;
}
.integration-title {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1b2c56;
}
.integration-subtitle {
  margin-top: 24px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
}
.pain-point-content {
  padding: 100px 0 140px;
}
.pain-point-container {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
.pain-point-container li img {
  width: 235px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 2px rgba(117, 117, 117, 0.13);
  border-radius: 4px;
}
.pain-point-container li p {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1b2c56;
}
