.saas-content {
  min-height: calc(100vh - 330px);
}
.saas-content-box .content-box-top {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 1.12px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
}

.saas-content-box .content-box-subTitle {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  margin-bottom: 48px;
}

.saas-content-box .content-box-center {
	text-align: center;
  margin-bottom: 160px;
}

.saas-content-box .content-box-center img {
  max-width: 100%;
}

.saas-content-box .saas-type {
  display: flex;
  justify-content: center;
  align-items: center;
}

.saas-content-box .saas-type li {
  height: 62px;
  margin: 0 35px 68px;
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 1.12px;
  text-align: center;
  font-weight: 600;
}

.saas-content-box .saas-type li .saas-text {
  min-width: 188px;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 34px;
  color: #cccccc;
}

.saas-content-box .saas-type li .saas-text.on {
  position: relative;
  color: #177cff;
}

.saas-content-box .saas-type li .saas-text.on::before {
  content: '';
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  border-bottom: 4px solid #177cff;
  border-radius: 4px;
}

.saas-content-box .saas-type li .saas-icon {
  display: inline-block;
  height: 100%;
}

.saas-content-box .saas-type li .saas-icon.weokr {
  width: 188px;
}

.saas-content-box .saas-type li .saas-icon.weportal {
  width: 210px;
}

.saas-content-box .saas-type li .saas-icon.weattendance {
  width: 178px;
}

.saas-content-box .saas-type li .saas-icon.weokr {
  background: url("../images/product/saas_icon_okr.png") no-repeat;
}

.saas-content-box .saas-type li .saas-icon.weportal {
  background: url("../images/product/saas_icon_portal.png") no-repeat;
}

.saas-content-box .saas-type li .saas-icon.weattendance {
  background: url("../images/product/saas_icon_attendance.png") no-repeat;
}

.saas-content-box .saas-type li .saas-icon.weokr.on {
  background: url("../images/product/saas_icon_okr_on.png") no-repeat;
}

.saas-content-box .saas-type li .saas-icon.weportal.on {
  background: url("../images/product/saas_icon_portal_on.png") no-repeat;
}

.saas-content-box .saas-type li .saas-icon.weattendance.on {
  background: url("../images/product/saas_icon_attendance_on.png") no-repeat;
}

.saas-content .saas-content-box:last-child .content-box-center {
  margin-bottom: 80px;
}

.saas-content-box {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.saas-content-box.saas-banner{
  margin-bottom: 56px;
}

.saas-content-box .short-title {
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #177cff;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 8px;
}
