.headerBanner {
  position: relative;
}
.headerBanner .img {
  width: 100%;
}
.headerBanner .desc {
  position: absolute;
  top: 11.25rem;
  left: 26.875rem;
  color: #808080;
  font-size: 1.25rem;
  font-weight: 400;
  width: 33.1875rem;
}
.headerBanner .desc .t {
  color: #2b79fe;
  font-size: 3.75rem;
  font-weight: 500;
}
.headerBanner .desc .d {
  margin-top: 1.8125rem;
}
.jihua {
  text-align: center;
  margin-top: 8.3125rem;
  margin-bottom: 10.8125rem;
  height: 29.1875rem;
}
.jihua img {
  height: 100%;
}
.content {
  background: #f8f9fd;
  padding-top: 8.875rem;
  padding-left: 24.8125rem;
  padding-bottom: 8.125rem;
}
.content .item {
  display: flex;
  align-items: flex-end;
  margin-top: 4rem;
}
.content .item .left {
  margin-right: 5rem;
}
.content .item .left .title {
  color: #2b79fe;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.content .item .left .desc {
  color: #383838;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.content .item .left .c {
  color: #808080;
  font-size: 1.5rem;
  font-weight: 400;
  width: 39.875rem;
  margin-top: 1.5rem;
}
.content .item .right img {
  width: 32.1875rem;
  height: 25.125rem;
}
.content .item2 {
  display: flex;
  align-items: flex-end;
  margin-top: 4rem;
}
.content .item2 .right {
  margin-left: 5rem;
}
.content .item2 .right .title {
  color: #2b79fe;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.content .item2 .right .desc {
  color: #383838;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.content .item2 .right .c {
  color: #808080;
  font-size: 1.5rem;
  font-weight: 400;
  width: 39.875rem;
  margin-top: 1.5rem;
}
.content .item2 .left img {
  width: 30rem;
  height: 30rem;
}
.bottom-info {
  width: 100%;
  height: 11rem;
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 400;
  background: url('../images/platform/bg.png') no-repeat top center / 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
