.cate_list {
  display: inline-block;
  width: 100%;
  background-color: #fff;
}
.cate_list ul {
  height: 114px;
  width: 100%;
  border-bottom: 1px solid #eaebed;
}
.cate_list ul li {
  width: 33%;
  height: 100%;
  float: left;
  text-align: center;
}
.cate_list ul li div {
  height: 86.8px;
  width: 100%;
  position: relative;
}
.cate_list ul li div img {
  max-width: 60%;
  max-height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.cate_list ul li p {
  color: #000;
  font-size: 13px;
}
.cate_list .bt_more_cates {
  color: #f22118;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  display: list-item;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  .cate_list ul {
    height: 100px;
  }
  .cate_list ul li div {
    height: 74px;
  }
  .cate_list ul li div img {
    max-width: 60%;
    max-height: 40px;
  }
}
