#content {
  width: 1280px;
  padding: 18px 30px;
  margin: 0 auto;
}
#content .hot {
  margin-bottom: 20px;
}
#content .hot .hot_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
#content .hot .hot_title .title_l {
  display: flex;
  align-items: center;
}
#content .hot .hot_title .title_l .kong {
  width: 6px;
  height: 16px;
  background: #00A2FF;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
}
#content .hot .hot_title .title_l span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
}
#content .hot .hot_title .title_r {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #DD382E;
}
#content .hot .hot_title:hover .title_r {
  text-decoration: underline;
}
#content .hot .game_list {
  display: grid;
  grid-template-columns: repeat(10, minmax(50px, 108px));
  grid-gap: 16px;
}
#content .hot .game_list .game_item {
  width: 108px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #DD382E;
  position: relative;
}
#content .hot .game_list .game_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .hot .game_list .game_item .game_cover {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
}
#content .hot .game_list .game_item:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .hot .game_list .ad_box {
  grid-area: 2/5/3/11;
}
#content .hot .game_list .ad_box .ad_cont {
  width: 728px;
  height: 90px;
  background: #FFF1F1;
}
#content .hot .game_list .ad_box .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
}
#content .new {
  margin-bottom: 20px;
}
#content .new .new_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
#content .new .new_title .title_l {
  display: flex;
  align-items: center;
}
#content .new .new_title .title_l .kong {
  width: 6px;
  height: 16px;
  background: #11D600;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
}
#content .new .new_title .title_l span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
}
#content .new .new_title .title_r {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #DD382E;
}
#content .new .new_title:hover .title_r {
  text-decoration: underline;
}
#content .new .game_list {
  display: grid;
  grid-template-columns: repeat(10, minmax(50px, 108px));
  grid-gap: 16px;
}
#content .new .game_list .game_item {
  width: 108px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #DD382E;
  position: relative;
}
#content .new .game_list .game_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .new .game_list .game_item .game_cover {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
}
#content .new .game_list .game_item:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#content .download {
  margin-bottom: 20px;
}
#content .download .down_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}
#content .download .down_title .title_l {
  display: flex;
  align-items: center;
}
#content .download .down_title .title_l .kong {
  width: 6px;
  height: 16px;
  background: #FF9221;
  border-radius: 20px 20px 20px 20px;
  margin-right: 6px;
}
#content .download .down_title .title_l span {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
}
#content .download .down_title .title_r {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #DD382E;
}
#content .download .down_title:hover .title_r {
  text-decoration: underline;
}
#content .download .down_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 396px));
  grid-gap: 16px;
}
#content .download .down_list .down_item {
  border: 1px solid #2D2D2D;
  padding: 16px;
  box-sizing: border-box;
  background: #2D2D2D;
  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 .item_c {
  flex: 1;
  margin: 0 12px;
  width: 238px;
}
#content .download .down_list .down_item .item_c .c_top {
  display: flex;
  align-items: center;
  justify-content: start;
}
#content .download .down_list .down_item .item_c .c_top h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .download .down_list .down_item .item_c .c_top img {
  width: 24px;
  height: 24px;
}
#content .download .down_list .down_item .item_c .c_btm {
  display: flex;
  align-items: center;
}
#content .download .down_list .down_item .item_c .c_btm img {
  width: 18px;
  height: 18px;
}
#content .download .down_list .down_item .item_c .c_btm span {
  font-size: 16px;
  font-family: m;
  font-weight: 400;
  color: #999999;
}
#content .download .down_list .down_item .arrow_lv,
#content .download .down_list .down_item .arrow_hong {
  width: 42px;
  height: 42px;
  border-radius: 50px 50px 50px 50px;
}
#content .download .down_list .down_item .arrow_lv {
  display: none;
}
#content .download .down_list .down_item:hover {
  border: 1px solid #58CC02;
}
#content .download .down_list .down_item:hover .arrow_lv {
  display: block;
}
#content .download .down_list .down_item:hover .arrow_hong {
  display: none;
}
