.index .f3 .f3Box .left{
  margin-top: 3vw;
}
.index .f3 .f3Box .right .text .d{
  text-align: left;
}
footer{
  padding: 4vw 4vw 0 4vw;
}
footer .footer .footerNav ul{
  flex-wrap: initial;
}
footer .footer .footerNav ul .level1{
  margin-right: 1vw;
}
footer .footer .footerNav ul .level1:last-child{
  width: 20vw;
}
footer .footer .qrcodeBox{
  right: 6.5vw;
}
.index .f3 .f3Box .right .text .d{
  line-height: 1.7;
}
.index .f3 .f3Box .left .item .name{
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  footer .footer .qrcodeBox{
    right: initial;
  }
  .index .f2 .textBox .des{
    text-align: left;
  }
  .index .f3 .f3Box .left .item .icon{
    width: 10vw;
  }
  .about .f1 .f1Box .textBox .des{
    text-align: left;
  }
  .about .f1 .f1ItemBox{
    flex-wrap: wrap;
  }
  .about .f1 .f1ItemBox .item{
    width: 43vw;
    margin-bottom: 3vw;
  }
  .index .f3 .f3Box .left{
    align-items: normal;
  }
}