.historys {
  margin-top: 0.25rem;
  padding: 0 0.3rem;
}
.historys .history-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.historys .history-tit .tit {
  font-size: 0.26rem;
  font-weight: 600;
  color: #181818;
}
.historys .history-tit .del {
  font-size: 0.3rem;
  color: #B2B2B2;
}
.historys .history-list {
  overflow: hidden;
}
.historys .history-list .history-item {
  height: 0.58rem;
  line-height: 0.58rem;
  background: #F4F5F7;
  border-radius: 0.29rem;
  margin-top: 0.3rem;
  margin-right: 0.2rem;
  float: left;
}
.historys .history-list .history-item a {
  display: block;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #181818;
}

.hots {
  margin-top: 0.45rem;
  padding: 0 0.3rem;
}
.hots .hot-tit .tit {
  font-size: 0.26rem;
  font-weight: 600;
  color: #181818;
}
.hots .hot-list {
  overflow: hidden;
}
.hots .hot-list .hot-item {
  height: 0.58rem;
  line-height: 0.58rem;
  background: #F4F5F7;
  border-radius: 0.29rem;
  margin-top: 0.3rem;
  margin-right: 0.2rem;
  float: left;
}
.hots .hot-list .hot-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #181818;
}
.hots .hot-list .hot-item .a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #181818;
}
.hots .hot-list .hot-item.hot {
  background: #FCF3F3;
}
.hots .hot-list .hot-item.hot a {
  color: #E02520;
}
.hots .hot-list .hot-item.hot a::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  display: inline-block;
  background: url(/img/footer/dj.png) no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
}
.hots .hot-list .hot-item.hot .a {
  color: #E02520;
}
.hots .hot-list .hot-item.hot .a::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  display: inline-block;
  background: url(/img/footer/dj.png) no-repeat;
  background-size: 100%;
  margin-right: 0.1rem;
}/*# sourceMappingURL=search.css.map */