@import url('../css/head_foot.css?v=1');
#content {
  padding: 16px;
}
#content .best {
  margin-bottom: 16px;
}
#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 {
  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%;
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 16px;
  }
  #content .best {
    margin-bottom: 16px;
  }
  #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 {
    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%;
  }
}
