body {
  /* background-color: #fff; */
}

/* 热门搜索 */
.hot-search {
  margin: 10rem 20rem 20rem 20rem;
}
.hot-search-title {
  display: flex;
  align-items: center;
  font-size: 30rem;
  color: #666;
  margin-bottom: 20rem;
}
.hot-search-title img {
  width: 26rem;
  height: 28rem;
  margin-right: 10rem;
}
/* 热门搜索-END */