body {
  background: #002B38;
}
#content {
  padding: 16px 10px;
}
#content .game_list {
  display: grid;
  grid-template-columns: repeat(12, minmax(50px, 94px));
  grid-gap: 12px;
}
#content .game_list .ad_li {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/9/4/13;
}
#content .game_list .ad_li .ad {
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .game_list .ad_li .ad .ad_cont {
  width: 336px;
  height: 280px;
  background: #FFEBEB;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .game_list .ad_li .ad .ad_title {
  width: 104px;
  height: 24px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  transform: rotate(270deg);
  margin-left: -28px;
}
#content .game_list .ad_long {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 6/6/7/13;
}
#content .game_list .ad_long .ad {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#content .game_list .ad_long .ad .ad_cont {
  width: 728px;
  height: 90px;
  background: #FFEBEB;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .game_list .ad_long .ad .ad_title {
  width: 104px;
  height: 24px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  transform: rotate(270deg);
  position: absolute;
  right: -64px;
  top: 23px;
}
#content .game_list .game_item {
  position: relative;
  box-shadow: 0px 3px 4px 0px #000000;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #FFFFFF;
  width: 100%;
  padding-top: 100%;
}
#content .game_list .game_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .game_list .game_item .game_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px 24px 24px 24px;
}
#content .game_list .game_item .apk_img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0px;
}
#content .game_list .game_item:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
#content .game_list .big_one {
  grid-area: 2/5/4/7;
}
#content .game_list .big_two {
  grid-area: 4/8/6/10;
}
