@import url('../css/head_foot.css');
#content {
  padding: 10px 16px;
}
#content .bread {
  margin-bottom: 10px;
  font-size: 12px;
  font-family: s;
  font-weight: 600;
  color: #999999;
  line-height: 14px;
}
#content .bread a {
  color: #999999;
}
#content .search_title {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .search_title span {
  color: #00BCCD;
}
#content .result_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(103px, auto));
  grid-gap: 16px;
  margin-bottom: 16px;
}
#content .result_list .best_item {
  width: 103px;
  height: 103px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
#content .result_list .best_item img {
  width: 100%;
}
#content .best .best_title {
  width: 100%;
  height: 46px;
  background: #00BCCD;
  border-radius: 10px 10px 10px 10px;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .best .best_title span {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
}
#content .best .best_title img {
  width: 24px;
  height: 24px;
}
#content .best .best_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(103px, auto));
  grid-gap: 16px;
}
#content .best .best_list .best_item {
  width: 103px;
  height: 103px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
#content .best .best_list .best_item img {
  width: 100%;
}
