@import url('../css/head_foot.css');
#content {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px;
}
#content .cont_l {
  width: 840px;
}
#content .cont_l h3 {
  font-size: 20px;
  font-family: b;
  color: #333333;
  line-height: 23px;
  margin-bottom: 16px;
}
#content .cont_l .ad {
  position: relative;
  margin-bottom: 16px;
}
#content .cont_l .ad .ad_title {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
}
#content .cont_l .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont_l .game_app_list {
  display: flex;
}
#content .cont_l .game_app_list .app_list,
#content .cont_l .game_app_list .game_list {
  width: 50%;
}
#content .cont_l .game_app_list .app_list .title,
#content .cont_l .game_app_list .game_list .title {
  font-size: 20px;
  font-family: b;
  color: #333333;
  text-align: center;
  margin-bottom: 8px;
}
#content .cont_l .game_app_list .app_list .free_list,
#content .cont_l .game_app_list .game_list .free_list {
  display: grid;
  grid-template-rows: repeat(auto-fill, 96px);
  grid-template-columns: repeat(auto-fill, 100%);
  grid-gap: 8px 0;
}
#content .cont_l .game_app_list .app_list .free_list .free_item,
#content .cont_l .game_app_list .game_list .free_list .free_item {
  position: relative;
  padding: 8px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_l,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_l {
  display: flex;
  align-items: center;
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_l .pm_num,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_l .pm_num {
  width: 48px;
  height: 48px;
  background: url('../image/pm_img.png') no-repeat;
  background-size: 48px 48px;
  text-align: center;
  line-height: 48px;
  font-size: 15px;
  font-family: b;
  color: #666666;
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_l .pm,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_l .pm {
  width: 48px;
  height: 48px;
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_l .game_img,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_l .game_img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_r,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_r {
  width: calc(100% - 136px);
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_r .game_title,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_r .game_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
  margin-bottom: 2px;
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_r .tag,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_r .tag {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 6px;
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_r .i_r_btm img,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_r .i_r_btm img {
  width: 14px;
  height: 14px;
}
#content .cont_l .game_app_list .app_list .free_list .free_item .item_r .i_r_btm span,
#content .cont_l .game_app_list .game_list .free_list .free_item .item_r .i_r_btm span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .cont_l .game_app_list .app_list .free_list .free_item:hover,
  #content .cont_l .game_app_list .game_list .free_list .free_item:hover {
    background: #F1F1F1;
  }
  #content .cont_l .game_app_list .app_list .free_list .free_item:hover .item_r .game_title,
  #content .cont_l .game_app_list .game_list .free_list .free_item:hover .item_r .game_title {
    text-decoration: 1px solid underline;
  }
}
#content .cont_l .game_app_list .app_list .free_list .free_item a,
#content .cont_l .game_app_list .game_list .free_list .free_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont_l .m_game_app_list {
  display: none;
}
#content .cont_l .m_game_app_list .btns {
  width: 100%;
  height: 50px;
  background: rgba(59, 125, 255, 0.1);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_l .m_game_app_list .btns .app_btn,
#content .cont_l .m_game_app_list .btns .game_btn {
  width: calc((100% - 6px) / 2);
  height: 44px;
  border-radius: 8px 8px 8px 8px;
  font-size: 15px;
  font-family: b;
  color: #3B7DFF;
  text-align: center;
  line-height: 44px;
}
#content .cont_l .m_game_app_list .lan {
  background: #3B7DFF;
  color: #fff !important;
}
#content .cont_l .m_game_app_list .m_app_list,
#content .cont_l .m_game_app_list .m_game_list {
  display: grid;
  grid-template-rows: repeat(auto-fill, 96px);
  grid-template-columns: repeat(auto-fill, 100%);
  grid-gap: 8px 0;
}
#content .cont_l .m_game_app_list .m_app_list .free_item,
#content .cont_l .m_game_app_list .m_game_list .free_item {
  position: relative;
  padding: 8px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_l,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_l {
  display: flex;
  align-items: center;
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_l .pm_num,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_l .pm_num {
  width: 48px;
  height: 48px;
  background: url('../image/pm_img.png') no-repeat;
  background-size: 48px 48px;
  text-align: center;
  line-height: 48px;
  font-size: 15px;
  font-family: b;
  color: #666666;
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_l .pm,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_l .pm {
  width: 48px;
  height: 48px;
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_l .game_img,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_l .game_img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_r,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_r {
  width: calc(100% - 136px);
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_r .game_title,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_r .game_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
  margin-bottom: 2px;
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_r .tag,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_r .tag {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 6px;
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_r .i_r_btm img,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_r .i_r_btm img {
  width: 14px;
  height: 14px;
}
#content .cont_l .m_game_app_list .m_app_list .free_item .item_r .i_r_btm span,
#content .cont_l .m_game_app_list .m_game_list .free_item .item_r .i_r_btm span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .cont_l .m_game_app_list .m_app_list .free_item:hover,
  #content .cont_l .m_game_app_list .m_game_list .free_item:hover {
    background: #F1F1F1;
  }
  #content .cont_l .m_game_app_list .m_app_list .free_item:hover .item_r .game_title,
  #content .cont_l .m_game_app_list .m_game_list .free_item:hover .item_r .game_title {
    text-decoration: 1px solid underline;
  }
}
#content .cont_l .m_game_app_list .m_app_list .free_item a,
#content .cont_l .m_game_app_list .m_game_list .free_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont_l .m_game_app_list .m_game_list {
  display: none;
}
#content .cont_r {
  width: 336px;
}
#content .cont_r .ad {
  position: relative;
  margin-bottom: 16px;
}
#content .cont_r .ad .ad_title {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
}
#content .cont_r .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont_r .editor_choice h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-family: b;
  color: #333333;
}
#content .cont_r .editor_choice .edit_list .edit_item {
  width: 100%;
  height: 96px;
  border-radius: 16px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#content .cont_r .editor_choice .edit_list .edit_item .game_img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  margin-right: 8px;
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r {
  width: calc(100% - 88px);
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r .game_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
  margin-bottom: 2px;
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r .tag {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 6px;
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r .i_r_btm img {
  width: 14px;
  height: 14px;
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r .i_r_btm span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .cont_r .editor_choice .edit_list .edit_item:hover {
    background-color: #f1f1f1;
  }
}
#content .cont_r .editor_choice .edit_list .edit_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .editor_choice .edit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont_r .editor_choice .edit_list .edit_item {
    width: calc((100% - 8px) / 2);
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .editor_choice .edit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont_r .editor_choice .edit_list .edit_item {
    width: calc((100% - 8px) / 2);
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_l .game_app_list {
    display: none;
  }
  #content .cont_l .m_game_app_list {
    display: block;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .editor_choice .edit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont_r .editor_choice .edit_list .edit_item {
    width: calc((100% - 8px) / 2);
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_l .game_app_list {
    display: none;
  }
  #content .cont_l .m_game_app_list {
    display: block;
  }
  #content .cont_r {
    width: 100%;
  }
}
