.about .info {
  background-color: #f7f8fc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.about .info .info-container {
  position: relative;
  width: 1400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 70px 70px 170px 70px;
}
.about .info .info-container .img {
  position: absolute;
  right: -275px;
  bottom: -5px;
}
.about .info .title {
  height: 40px;
  color: rgb(16, 16, 16);
  font-size: 36px;
  margin-bottom: 50px;
}
.about .info .content {
  width: 1081px;
  height: 348px;
  color: rgb(16, 16, 16);
  font-size: 14px;
  text-indent: 30px;
  line-height: 27px;
  z-index: 1;
}
.about .info .number-box {
  width: 676px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 180px;
  z-index: 1;
}
.about .info .number-box .number-item .label {
  line-height: 40px;
  color: rgb(1, 71, 167);
  font-size: 14px;
}
.about .info .number-box .number-item .number-row {
  display: flex;
  align-items: baseline;
  color: rgb(1, 71, 167);
  height: 104px;
  margin-top: -25px;
}
.about .info .number-box .number-item .number-row .num {
  font-size: 72px;
  font-weight: bold;
}
.about .info .number-box .number-item .number-row .unit {
  font-size: 32px;
}
.about .info .number-box .divider {
  background-color: #bbb;
  height: 105px;
  width: 1px;
}

/*# sourceMappingURL=info.css.map */
