.allCate{
  width: 93%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1.5rem;
  align-items: center;
}
.singleCate{
  display: block;
  margin-bottom: 1rem;
}
.singleCate1{
  width: 32%;
}
.singleCate2{
  width: 48%;
}
.singleCate3{
  width: 100%;
}
.cateImg{
  width: 100%;
  border-radius: 13px;
}
.cateName{
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}
.gl-icomoon{
  font-size: 5rem;
  color: #000;
  text-align: center;
  display: block;
}