.search-input-result{
  // padding:10px 0;
  box-sizing: border-box;
  background: #fff;
  border-radius:0px 0px 2px 2px;
  box-shadow:0px 8px 28px rgba(0,0,0,0.06);
  display: none;
}
.search-hot{
  padding: 10px 0;
}
.search-last{
  margin-top: 10px;
  padding-bottom: 10px;
}

.search-item-title{
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 8px;
  padding-left: 14px;
  box-sizing: border-box;
}
.mt{
  margin-top: 10px;
}
.search-list-item{
  width: 100%;
  height: 36px;
  border-radius:2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #444;
  font-family:'Microsoft YaHei';
  padding-left: 14px;
  box-sizing: border-box;
}
.search-list-item:hover{
  background: #FAFAFA;
}
.search-hot-item::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FFD31B;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-right:10px;
}
.search-list a:first-child .search-hot-item::before{
  content: '1';
  background: #F83244;
}
.search-list a:nth-child(2) .search-hot-item::before{
  content: '2';
  background: #FE7E33;
}
.search-list a:nth-child(3) .search-hot-item::before{
  content: '3';
}
.search-list a:nth-child(4) .search-hot-item::before{
  content: '4';
}
.search-list a:nth-child(5) .search-hot-item::before{
  content: '5';
}
.search-list a:nth-child(6) .search-hot-item::before{
  content: '6';
}
.search-dynamic{
  display: none;
}
.search-dynamic .search-list-item i{
  color: #F83244;
}
