.search-box {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}
.search-box .icon_back {
  height: 30px;
  line-height: 30px;
  font-size: 25px !important;
  margin-right: 10px;
}
.search-box .input-box {
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 15px;
  padding-left: 10px;
}
.search-box .input-box .icon_search {
  font-size: 20px;
}
.search-box .input-box .search-input {
  width: 100%;
  outline-style: none;
  border: 0;
}
.search-box .input-box img {
  height: 80%;
  display: none;
}
.search-box .input-box .btn-box {
  padding: 5px;
}
.search-box .input-box .btn-box .btn {
  color: #fff;
  border: none;
  width: 60px;
  height: 100%;
  outline: none;
  background: linear-gradient(to right, #e6a364, #e24f23);
  border-radius: 999999px;
}
.hot {
  width: 100%;
}
.hot .hot_title {
  margin: 8px;
  font-size: 18px;
  font-weight: 700;
}
.hot .hot_box {
  display: flex;
  flex-wrap: wrap;
}
.hot .hot_box .hot_item {
  padding: 5px 10px;
  border: 1px solid #eee;
  margin-right: 10px;
  margin-bottom: 5px;
}
