@import url('../css/head_foot.css');
#content {
  padding: 16px;
  background-color: #7DFEE3;
}
#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 #007675;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
#content .result_list .best_item img {
  width: 100%;
}
#content .more {
  width: 100%;
  height: 46px;
  background: #00BCCD;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .more span {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 8px;
}
#content .more img {
  width: 24px;
  height: 24px;
}
