ul.topInfo_bg{
  display:flex;
  flex-wrap: wrap;
}
ul.topInfo_bg li{
  height:400px;
}
@media(max-width:480px){
  .topInfo_bg{
  }
}