.floor-title {
  margin: auto;
  padding: 60px 0 15px;
  line-height: 38px;
  font-size: 36px;
  text-align: center;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #202125;
}

.floor-subtitle {
  margin: auto;
  padding: 0px 0 30px;
  font-size: 24px;
  font-style: italic;
  line-height: 26px;
  text-align: center;
  font-family: Gotham-BookItalic, Gotham;
  font-weight: normal;
  color: #6C6C6C;
}


.floor-1 {
  box-sizing: border-box;
  height: 420px;
  background-color: rgb(51,136,238);
  background-repeat: no-repeat;
  background-position: center center;
}


.floor-2 {
  box-sizing: border-box;
  height: 500px;
  background-color: #F7FBFF;
}
.floor-2 .content p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #202125;
  line-height: 34px;
  text-indent: 2em;
}


.floor-3 {
  box-sizing: border-box;
  background-color: #F7FBFF;
  padding-bottom: 100px;
}
.floor-3 .rc-bricks {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.floor-3 .rc-bricks__item {
  box-sizing: border-box;
  text-align: center;
  width: 372px;
  height: 306px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 12px 40px 0px rgba(144,184,236,0.15);
  border-radius: 8px;
  border-image: linear-gradient(138deg, rgba(253, 254, 255, 0.6), rgba(250, 252, 255, 0.45)) 2 2;
}
.floor-3 .rc-bricks__item img {
  display: block;
  width: 100%;
  height: 182px;
  margin-bottom: 24px;
}
.floor-3 .rc-bricks__item h2 {
  display: inline-block;
  position: relative;
  height: 26px;
  line-height: 26px;
  font-size: 22px;
  margin: 0 0 15px;
  padding: 0;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #202125;
}
.floor-3 .rc-bricks__item h2 span {
  position: relative;
  z-index: 1;
}
.floor-3 .rc-bricks__item h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 84px;
  height: 6px;
  background: linear-gradient(270deg, #FFFFFF 0%, #D6EAFF 47%, #2E95FF 100%);
  border-radius: 3px;
}
.floor-3 .rc-bricks__item p {
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-size: 16px;
    font-weight: 400;
  color: #202125;
}
