body {
  background-color: #f7f7f7;
}

.wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}

.toolbar {
  margin: 0 auto;
  max-width: 940px;
}

.hotShops {
  padding-top: 50px;
}

.hotShops .title {
  margin-bottom: 30px;
}

.controlBar {
  position: relative;
  text-align: right;
  font-size: 0;
  margin-bottom: 30px;
}

.shopSwiper {
  margin-top: -70px;
}

@media (min-width: 1024px) {
  .shopSwiper {
    margin-top: 0;
  }
}
.categoriesWrap {
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
}
.categoriesWrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4em;
  height: 6px;
  margin-left: -2em;
  background-color: #6a00db;
}

@media (min-width: 1024px) {
  .categoriesWrap {
    padding: 30px;
  }

  .category {
    padding: 0 10px;
  }
}
.searchResult {
  padding-top: 50px;
}

.searchResult__tit {
  text-align: center;
  font-size: 1.75rem;
}

.searchResult__tit__icon {
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  vertical-align: middle;
}

.searchResultWrap, .shopListWrap {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
}

.badgeList {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .searchResultWrap, .shopListWrap {
    padding: 40px;
  }
}
.adWrap {
  margin-top: 50px;
}
