.footerBox {
    /* width: 1920px; */
    height: 240px;
    display: flex;
    justify-content: center;
    background-image: url('../images/footer/footerBg.png');

  }
  .footer-view {
  
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #c2c2c2;
    line-height: 24px;
  }
  .footer-view .logo {
    width: 240px;
    height: 120px;
    /* background: #E9E2DA; */
    /* background: url('https://genwan.genwan.com/haozk/logo.png') no-repeat center; */
    background-size: 100% 100%;
    margin-right: 70px;
  }
  .text-item1 span{
      margin-right: 10px;
  }
  a{
      font-family: Source Han Sans CN;
      font-weight: 400;
      font-size: 14px;
      color: #c2c2c2;
   
  }