body {
  font-family: Roboto-Regular, Arial, Arial-Regular !important;
}
.category_all {
  margin-bottom: 2.66666667vw;
  padding: 0 3.33333333vw;
}
.category_all h3 {
  font-size: 8.53333333vw;
  font-weight: bold;
  color: #383c3e;
  margin: 5.29866667vw 0;
}
.category_all ul {
  display: flex;
  flex-wrap: wrap;
}
.category_all ul li {
  flex: 0 0 30%;
  height: 28vw;
  text-align: center;
  background-color: #f9fbfc;
  display: inline-block;
  margin-bottom: 4vw;
  margin-right: 4vw;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
.category_all ul li img {
  max-width: 100%;
  height: 30%;
  margin-top: 25%;
}
.category_all ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 3.2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 8vw;
  line-height: 4vw;
}
.category_all ul li:nth-child(3n) {
  margin-right: 0 !important;
}
