@import url(../css/reset.css);
#content {
  padding: 22px 30px;
}
#content .hot_game {
  margin-bottom: 16px;
}
#content .hot_game .game_title {
  display: flex;
  align-items: center;
}
#content .hot_game .game_title .dian {
  width: 6px;
  height: 16px;
  background: #11D600;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
}
#content .hot_game .game_title h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}
#content .hot_game .game_list {
  display: grid;
  grid-template-columns: repeat(10, minmax(20px, 108px));
  grid-gap: 16px;
}
#content .hot_game .game_list .game_item {
  width: 100%;
  padding: 8px;
  background: #27004E;
  border-radius: 12px 12px 12px 12px;
  position: relative;
  border: 1px solid #27004E;
}
#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%;
}
#content .hot_game .game_list .game_item:hover {
  box-shadow: 0px 16px 20px -16px #FC409A;
  border-color: #FC409A;
}
#content .hot_game .game_list .ad_box {
  grid-area: 2/5/3/11;
}
#content .hot_game .game_list .ad_box .ad_cont {
  width: 728px;
  height: 90px;
  background: #FFF1F1;
}
#content .hot_game .game_list .ad_box .ad_title {
  font-size: 12px;
  font-family: r;
  font-weight: 500;
  color: #999999;
  text-align: center;
}
