@import url('../css/head-foot.css?v=1');
#content .tag-list {
  width: 100%;
  overflow: scroll;
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 8px;
}
#content .tag-list::-webkit-scrollbar {
  display: none;
}
#content .tag-list a {
  display: flex;
  margin-right: 8px;
}
#content .tag-list a:last-child {
  margin-right: 0;
}
#content .tag-list a img {
  width: 42px;
  height: 40px;
  border-radius: 10px 0 0 10px;
}
#content .tag-list a .right {
  border-radius: 0 10px 10px 0;
  line-height: 34px;
  font-size: 14px;
  font-family: f;
  font-weight: 400;
  color: #333333;
  padding: 2px 12px 2px 8px;
  background-color: #fff;
  white-space: nowrap;
}
#content h3 {
  font-size: 18px;
  font-family: f;
  font-weight: normal;
  color: #586168;
  line-height: 20px;
  margin: 8px 0;
}
#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;
}
