.about_content {
  padding: 0.92rem 0 1.34rem;
  background: #F9FBFF;
}
.about_content .d-flex {
  align-items: center;
}
.about_content .about_content_left {
  width: 5.5rem;
}
.about_content .about_content_left .font17 {
  color: #F2680C;
  margin-bottom: 0.1rem;
}
.about_content .about_content_left .font43 {
  line-height: 0.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 0.22rem;
}
.about_content .about_content_left .font20 {
  color: #141414;
  line-height: 0.35rem;
}
.about_content .about_content_right {
  width: 8.88rem;
}
.about_content .about_content_right p {
  color: #5D5D5D;
  line-height: 0.3rem;
}
.data {
  display: flex;
  justify-content: space-between;
  padding-top: 1.08rem;
  margin-top: 0.45rem;
  padding-right: 1.67rem;
  padding-left: 1rem;
}
.data .logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.data .data_item {
  width: 2.13rem;
  flex: none;
}
.data .data_item div {
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
}
.data .data_item div span {
  font-family: Arial, Arial;
  color: #F2680C;
}
.data .data_item div span:nth-child(1) {
  font-size: 52px;
}
.data .data_item div span:nth-child(2) {
  font-size: 21px;
  position: relative;
  top: -25px;
}
.data .data_item p {
  color: rgba(48, 48, 48, 0.65);
}
