@import url(../css/reset.css);
#content {
  padding: 22px 30px;
}
#content .top_box {
  width: 100%;
  padding: 32px;
  background: #1F003F;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
#content .top_box .box_l h3 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 12px;
}
#content .top_box .box_l h4 {
  margin-bottom: 26px;
  font-size: 20px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
}
#content .top_box .box_l .btn {
  display: block;
  width: 259px;
  height: 53px;
  background: #FC409A;
  border-radius: 8px 8px 8px 8px;
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 53px;
}
#content .top_box .box_r {
  display: flex;
}
#content .top_box .box_r .game_item {
  position: relative;
  width: 200px;
  height: 319px;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 20px;
}
#content .top_box .box_r .game_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .top_box .box_r .game_item .banner {
  width: 100%;
}
#content .top_box .box_r .game_item .title_box {
  position: absolute;
  left: 16px;
  bottom: 20px;
}
#content .top_box .box_r .game_item .title_box .title {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 4px;
}
#content .top_box .box_r .game_item .title_box .vie {
  display: flex;
  align-items: center;
}
#content .top_box .box_r .game_item .title_box .vie img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
#content .top_box .box_r .game_item .title_box .vie .num {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0px 1px 3px #8F8F8F;
}
#content .top_box .box_r .game_item:last-child {
  margin-right: 0;
}
#content .top_box .box_r .game_item:hover {
  transform: translateY(-10px);
  transition: 0.3s;
  box-shadow: 0px 16px 20px -16px #FC409A;
  border: 1px solid #FC409A;
}
#content .hot_game {
  margin-bottom: 16px;
}
#content .hot_game h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}
#content .hot_game .xian {
  width: 105px;
  height: 2px;
  background: linear-gradient(90deg, #FC409A 0%, rgba(252, 64, 154, 0) 100%);
  border-radius: 20px 20px 20px 20px;
  margin: 4px 0 12px;
}
#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;
}
#content .download h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 28px;
}
#content .download .xian {
  width: 105px;
  height: 2px;
  background: linear-gradient(90deg, #FC409A 0%, rgba(252, 64, 154, 0) 100%);
  border-radius: 20px 20px 20px 20px;
  margin: 4px 0 12px;
}
#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 #27004E;
  padding: 16px;
  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 .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;
}
