.h_about .h_Title {
  font-size: 30px;
  color: #222222;
  font-family: 'OPPOSans-Medium';
}
.h_about .h_Title.tac {
  text-align: center;
}
.h_about .h_Box1 {
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.h_about .h_Box1::after {
  position: absolute;
  content: '';
  width: 424px;
  aspect-ratio: 1;
  border: 80px solid #3670F7;
  opacity: 0.05;
  box-sizing: border-box;
  border-radius: 50%;
  top: calc(100% - 164px);
  left: 34%;
}
.h_about .h_Box1::before {
  position: absolute;
  content: '';
  width: 424px;
  aspect-ratio: 1;
  background: #3670F7;
  opacity: 0.25;
  border-radius: 50%;
  left: 23.4%;
  top: calc(100% - 84px);
}
.h_about .h_Box1 .h_line {
  width: 95px;
  height: 2px;
  background: var(--active-color2);
  margin: 20px 0 6px;
}
.h_about .h_Box1 .h_desc {
  font-size: 16px;
  color: #3D3D3D;
  line-height: calc(30/16);
  text-align: justify;
}
.h_about .h_Box1 .h_desc p {
  margin: 30px 0;
}
.h_about .h_Box2 .h_number {
  height: 340px;
}
.h_about .h_Box2 .h_number .h_item {
  text-align: center;
}
.h_about .h_Box2 .h_number .h_item .h_num .h_data {
  font-size: 64px;
  color: #FFFFFF;
  font-family: 'OPPOSans-Bold';
}
.h_about .h_Box2 .h_number .h_item .h_num span {
  font-size: 18px;
  color: #FFFFFF;
}
.h_about .h_Box2 .h_number .h_item .h_dec {
  font-size: 20px;
  color: #FFFFFF;
}
.h_about .h_Box2 .h_number .h_line {
  width: 1px;
  height: 120px;
  background: #FFFFFF;
  opacity: 0.2;
}
.h_about .h_Box3 .h_Box .h_item {
  width: calc(33.33333% - 12px);
  padding: 30px 36px;
  background: #F5F6FA;
  text-align: center;
}
.h_about .h_Box3 .h_Box .h_item .h_icon img {
  width: 72px;
}
.h_about .h_Box3 .h_Box .h_item .h_title {
  font-size: 22px;
  color: #3D3D3D;
  margin-top: 16px;
  font-family: 'OPPOSans-Medium';
}
.h_about .h_Box3 .h_Box .h_item .h_desc {
  margin-top: 16px;
  font-size: 16px;
  color: #3D3D3D;
  line-height: calc(30/16);
}
.h_about .h_Box3 .h_Box .h_list {
  width: calc(66.66666% - 12px);
  row-gap: 24px;
}
.h_about .h_Box3 .h_Box .h_list .h_item {
  aspect-ratio: 384/279;
  width: calc(50% - 12px);
}
@media screen and (max-width: 1024px) {
  .h_about .h_Box1 {
    padding: calc(var(--w-padding)/2) 0;
  }
  .h_about .h_Title {
    font-size: 24px;
  }
  .h_about .h_Box1 .h_desc p {
    margin: 20px 0;
  }
  .h_about .h_Box2 .h_number {
    height: 240px;
    justify-content: space-around;
  }
  .h_about .h_Box2 .h_number .h_item .h_num .h_data {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .h_about .h_Box3 .h_Box .h_item {
    width: 100%;
    margin-bottom: calc(var(--w-padding)/2);
  }
  .h_about .h_Box3 .h_Box .h_list {
    width: 100%;
    gap: calc(var(--w-padding)/2) calc(var(--w-padding)/2);
  }
  .h_about .h_Box3 .h_Box .h_list .h_item {
    margin: 0;
    width: calc(50% - calc(var(--w-padding)/4));
  }
}
@media screen and (max-width: 480px) {
  .h_about .h_Title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .h_about .h_Box1 .h_line {
    display: none;
  }
  .h_about .h_Box1 .h_desc p {
    font-size: 14px;
    margin: 6px 0;
  }
  .h_about .h_Box1::before {
    width: 300px;
  }
  .h_about .h_Box1::after {
    width: 300px;
    border-width: 50px;
  }
  .h_about .h_Box2 .h_number .h_item .h_num .h_data {
    font-size: 33px;
  }
  .h_about .h_Box2 .h_number .h_item .h_dec {
    font-size: 16px;
  }
  .h_about .h_Box2 .h_number .h_line {
    display: none;
  }
  .h_about .h_Box2 .h_number {
    height: 160px;
  }
  .h_about .h_Box3 .h_Box .h_item {
    padding: calc(var(--w-padding)/2);
  }
  .h_about .h_Box3 .h_Box .h_item .h_icon img {
    width: 58px;
  }
  .h_about .h_Box3 .h_Box .h_list .h_item .h_icon {
    display: none;
  }
  .h_about .h_Box3 .h_Box .h_item .h_title {
    font-size: 18px;
    margin-top: 6px;
  }
  .h_about .h_Box3 .h_Box .h_item .h_desc {
    font-size: 14px;
    margin-top: 6px;
  }
}
