.bannerWarp {
  box-sizing: border-box;
  width: 100%;
  height: 420px;
  background-image: url(../img/banner/saas-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-subtitle {
  margin-top: 53px;
  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;
}
.research-content {
  padding: 100px 0;
}
.research-container {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.research-middle {
  margin: 0 32px;
  width: 272px;
  height: 257px;
}
.research-bottom {
  margin-top: 66px;
}
.research-title {
  color: #1b2c56;
  font-size: 18px;
  font-weight: 600;
}
.research-subtitle {
  margin-top: 19px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
  line-height: 26px;
}
.research-left p {
  text-align: right;
}
.operation {
  background: #f6f9fa;
}
.operation-content {
  padding: 80px 0 74px;
}
.operation-container-img {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.operation-container {
  border-radius: 10px;
  width: 900px;
  box-shadow: -3px 1px 16px 0px rgba(85, 96, 122, 0.21);
}
.support-content {
  padding: 100px 0 80px;
}
.support-container {
  margin-top: 90px;
}
.support-container {
  height: 270px;
  background: #ffffff;
  border: 0px solid #080102;
  box-shadow: 0px 0px 16px 2px rgba(85, 96, 122, 0.15);
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
.support-container-left {
  cursor: pointer;
  width: 280px;
  border-right: 1px #f0f0f0 solid;
}
.support-container-right {
  flex: 1;
}
.support-container-left li {
  width: 279px;
  height: 90px;
  color: #1a2d56;
  text-align: center;
  line-height: 90px;
  font-size: 24px;
}
.support-container-left .support-left-active {
  background: #f25152;
  color: #ffffff;
}
.support-container-right li {
  display: none;
  height: 270px;
  padding: 35px 41px 25px 48px;
}
.support-container-right .support-right-active {
  display: block;
}
.support-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.support-right .support-right-title {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
  line-height: 38px;
}
.support-right-list {
  display: flex;
}
.support-right-li {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-right-li p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
}
.platform-content {
  padding: 100px 0;
}
.platform-container {
  margin-top: 84px;
  height: 328px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.platform-header-subtitle {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
}
.platform-container li {
  width: 350px;
  height: 140px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 2px rgba(85, 96, 122, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 43px 0 34px;
}
.platform-title {
  margin-top: 28px;
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #1a2d56;
}
.platform-subtitle {
  margin-top: 20px;
  width: 207px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707c9b;
}
.platform-right {
  display: flex;
  align-items: center;
}
