.aboutContentContainer{
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aboutIntroduceTitle{
    width: 105px;
    height: 33px;
    font-family: AlibabaPuHuiTi-Bold;
    font-size: 24px;
    color: #151F41;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
  }
  .aboutIIntroduceLine{
    width: 43px;
    height: 4px;
    background: #FFBD17;
    position: relative;
    left: 6px;
  }
  .aboutIntroduce{
    width: 1200px;
    height: auto;
    background: #F2F2F2;
    border-radius: 8px;
    margin-top:78px;
    margin-bottom: 100px;
  }
  .aboutIntroduceContent{
    width: 826px;
    height: auto;
    margin-left: 105.5px;
    margin-bottom:50px;
  }
  .aboutIntroduceTitleLine{
    display: flex;
    flex-direction: column;
  }
  .aboutIntroduceBox{
    margin-left: 85.5px;
    margin-top: 103px;
    display: flex;
  }
  .aboutIntroduceContent>div>div{
    font-size: 16px;
    color: #343434;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .aboutContent{
    display: flex;
    margin-top: 78px;
  }
  .aboutContentBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 139px;
  }
  .aboutContentBox>div:nth-child(1){
    width: 78px;
    height: 75px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
  }
  .aboutContentBox>div:nth-child(2){
    width: fit-content;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
  }
  .aboutContentBox>div:nth-child(2)>div{
    white-space: nowrap;
    font-size: 14px;
    color: #343434;
    letter-spacing: 0;
    text-align: center;
    font-weight: 200;
  }
  .aboutContentBoxTitle2{
    font-size: 19.5px;
    color: #242144;
    letter-spacing: -1.04px;
    text-align: center;
    line-height: 58px;
    font-weight: 700;
    vertical-align: bottom;
  }
  .aboutContentBoxTitle{
    font-size: 75px;
    color: #242144;
    letter-spacing: -1.04px;
    text-align: center;
    line-height: 94px;
    font-weight: 400;
    vertical-align: bottom;
  }
  @media(max-width: 1024px){
    .aboutContentBox>div:nth-child(2) {white-space: nowrap;}
    .aboutContentBox>div:nth-child(1){width:auto;}
    .aboutContentBox {padding: 0 49px;}
    .aboutIntroduce{width:900px;height:auto;}
    .aboutIntroduceContent {width: 526px;height: auto;margin-left: 105.5px;margin-bottom: 60px;}
  }
  @media(max-width:990px){
    .aboutIntroduceBox {margin-left: 0; margin-top: 50px;display: flex;flex-direction: column;align-items: center;}
    .aboutIntroduce{width:365px}
    .aboutIntroduceContent{width:100%;margin-left: 0;padding:0 20px;margin-top: 20px;}
    .aboutContent {flex-wrap: wrap;align-items: center;justify-content: center;width: 100%;}
    .aboutContent {margin-top: 20px;}
    .aboutContentBox{margin-bottom:20px;}
  }