@import url('../css/head-foot.css');
#content .game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-rows: repeat(auto-fit, 157px);
  grid-gap: 8px;
}
#content .game-list a {
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
  display: block;
}
#content .game-list a img {
  margin-bottom: 4px;
  width: 100%;
  height: 93px;
  object-fit: cover;
  border-radius: 16px 16px 16px 16px;
}
#content .game-list a .game-title {
  font-size: 14px;
  font-family: f;
  font-weight: normal;
  color: #586168;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .none {
  width: 182px;
  height: 150px;
  display: block;
  margin: 0 auto 8px;
}
#content h3 {
  font-size: 18px;
  font-family: f;
  font-weight: normal;
  color: #586168;
  line-height: 20px;
  margin-bottom: 8px;
}
