.cate-h {
  align-items: center;
  border: none;
  display: flex;
  justify-content: center;
  height: 137px;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.cate-heading {
  color: #FFF;
  font-family: '¥á¥¤¥ê¥ª';
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  text-shadow: 0 0 8px rgba(140, 32, 36, 0.6), 4px 0 8px rgba(140, 32, 36, 0.6), 4px 4px 8px rgba(140, 32, 36, 0.6), 0 4px 8px rgba(140, 32, 36, 0.6), -4px 0 8px rgba(140, 32, 36, 0.6), 0 -4px 8px rgba(140, 32, 36, 0.6), -4px -4px 8px rgba(140, 32, 36, 0.6);
}

.search-result {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .search-result {
    display: block;
    margin: 0 4% 5%;
  }
  .search-result div {
    margin: 0 0 3%;
  }
}
.search-result-heading {
  background: #777;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 1px 0 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 58px;
}
.search-result-heading::before {
  content: "";
  border-left: 4px solid #777;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-result-paragraph {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}
.search-result-sort {
  font-size: 13px;
  margin: 0 10px 0 0;
}

.list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .list-box {
    margin: 0 3%;
  }
}
.list-box div {
  margin: 0 50.5px 15px 0;
  width: 260px;
}
.list-box div:nth-child(3n) {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .list-box div {
    margin: 0 3% 5% 0;
    width: 48%;
  }
  .list-box div:nth-child(3n) {
    margin: 0 3% 5% 0;
  }
  .list-box div:nth-child(2n) {
    margin: 0;
  }
}
.list-box div a {
  color: #333;
  font-size: 12px;
  text-align: center;
}
.list-box div img {
  margin: 0 0 8px;
  width: 100%;
}
.list-box-heading {
  display: block;
  margin: 0 0 5px;
  line-height: 1.5;
}
.list-box-value {
  color: #F00;
  display: block;
  font-size: 15px;
}
.list-other {
  border: none !important;
}
.list-other-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list-other-wrap ul {
    margin: 0 2%;
  }
}
.list-other-wrap ul li {
  margin: 0 11.5px 5px 0;
}
@media screen and (max-width: 767px) {
  .list-other-wrap ul li {
    margin: 0 2% 0 0;
    width: 49%;
  }
  .list-other-wrap ul li img {
    width: 100%;
  }
  .list-other-wrap ul li:nth-child(2n) {
    margin: 0;
  }
}
.list-other-wrap ul li:nth-child(4n) {
  margin: 0;
}

.pager {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px 0 15px;
}
.pager .per {
  align-items: center;
  background: #EEE;
  border-radius: 200px;
  display: flex;
  font-size: 13px;
  height: 28px;
  justify-content: center;
  padding: 0 10px;
  width: 28px;
}
.pager div {
  display: flex;
  justify-content: center;
}
.pager div p {
  align-items: center;
  background: #aaa;
  border-radius: 200px;
  color: #FFF;
  display: flex;
  font-size: 13px;
  height: 28px;
  justify-content: center;
  margin: 0 3px;
  width: 28px;
}
.pager div p a {
  color: #FFF;
}
.pager div p.active {
  background: #111;
  color: #FFF;
}
.pager div p.before, .pager div p.after {
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .pager div p {
    display: none;
  }
  .pager div p.before, .pager div p.after {
    display: flex;
  }
}
.pager-start p, .pager-end p {
  align-items: center;
  border-radius: 200px;
  display: flex;
  height: 28px !important;
  justify-content: center;
  padding: 5px 0;
  width: 63px !important;
}
