@import url(../css/reset.css);
#content {
  padding: 22px 30px;
}
#content .download {
  margin-bottom: 16px;
}
#content .download .game_title {
  display: flex;
  align-items: center;
}
#content .download .game_title .dian {
  width: 6px;
  height: 16px;
  background: #11D600;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
}
#content .download .game_title h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}
#content .download .down_list {
  display: grid;
  grid-template-columns: repeat(6, minmax(100px, 190px));
  grid-gap: 16px;
}
#content .download .down_list .down_item {
  border: 1px solid #27004E;
  padding: 12px;
  box-sizing: border-box;
  background: #27004E;
  border-radius: 12px 12px 12px 12px;
  position: relative;
  display: flex;
  align-items: center;
}
#content .download .down_list .down_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .download .down_list .down_item .game_cover {
  width: 60px;
  height: 60px;
  border-radius: 12px;
}
#content .download .down_list .down_item h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 6px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .download .down_list .down_item .h5_img {
  width: 24px;
  height: 18px;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 1;
}
#content .download .down_list .down_item:hover {
  border-color: #2D2D2D;
  background: #2D2D2D;
}
#content .download .down_list .ad_box {
  grid-area: 2/4/5/6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .download .down_list .ad_box .ad_cont {
  width: 336px;
  height: 280px;
  background: #FFF1F1;
  margin-right: 8px;
}
#content .download .down_list .ad_box .ad_title {
  transform: rotate(180deg);
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  writing-mode: vertical-rl;
}
