@import url(../css/reset.css);
#content {
  padding: 16px 10px;
}
#content .hot_game .game_list {
  display: grid;
  grid-template-columns: repeat(12, minmax(20px, 94px));
  grid-gap: 12px;
}
#content .hot_game .game_list .game_item {
  width: 100%;
  border-radius: 12px 12px 12px 12px;
  position: relative;
  border: 1px solid #FC409A;
}
#content .hot_game .game_list .game_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .hot_game .game_list .game_item .game_cover {
  width: 100%;
  border-radius: 12px;
}
#content .hot_game .game_list .game_item .apk_img {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: -4px;
  z-index: 1;
}
#content .hot_game .game_list .game_item .h5_img {
  width: 27px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: -4px;
  z-index: 1;
}
#content .hot_game .game_list .game_item:hover {
  box-shadow: 0px 16px 20px -16px #FC409A;
}
#content .hot_game .game_list .one {
  grid-area: 2/5/4/7;
}
#content .hot_game .game_list .two {
  grid-area: 4/8/6/10;
}
