@import url('../css/head_foot.css');
#content .game_list {
  display: grid;
  grid-template-columns: repeat(8, minmax(100px, auto));
  grid-gap: 16px;
}
#content .game_list .game_item {
  width: 100%;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.4);
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  position: relative;
}
#content .game_list .game_item .apk_img,
#content .game_list .game_item .h5_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 46px;
  height: 46px;
}
#content .game_list .game_item .game_cover {
  width: 100%;
}
#content .game_list .game_item:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .game_list .big_one {
  grid-area: 2/2/4/4;
}
#content .game_list .big_one:hover {
  transform: none;
}
#content .game_list .big_two {
  grid-area: 3/5/5/8;
  width: 100%;
}
#content .game_list .big_two .ad {
  position: relative;
  width: 336px;
  margin: 0 auto;
}
#content .game_list .big_two .ad .ad_cont {
  width: 100%;
  height: 280px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .game_list .big_two .ad .ad_title {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 14px;
}
#content .game_list .big_two:hover {
  transform: none;
}
footer {
  background-image: url('../images/foot_bg_bai.png');
}
