@import url('../css/head_foot.css?v=3');
.banner_box {
  width: 100%;
  background: url('../image/ba_bg.png') no-repeat;
  background-size: auto;
}
.banner_box .banner {
  width: 1200px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.banner_box .banner h2 {
  font-size: 38px;
  font-family: b;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.banner_box .banner .m_search_input {
  width: 480px;
  height: 58px;
  background: #fff;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.banner_box .banner .m_search_input input {
  border: none;
  width: calc(100% - 40px);
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999;
  line-height: 16px;
  background: #fff;
}
.banner_box .banner .m_search_input img {
  width: 24px;
  height: 24px;
}
#content {
  padding: 16px 40px;
}
#content .ad {
  position: relative;
  margin-bottom: 16px;
}
#content .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 .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .popular {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .popular .apps,
#content .popular .games {
  width: 592px;
  height: 168px;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  background-size: auto;
  padding: 40px 42px;
  position: relative;
}
#content .popular .apps .apps_l .title,
#content .popular .games .apps_l .title,
#content .popular .apps .game_l .title,
#content .popular .games .game_l .title {
  font-size: 24px;
  font-family: b;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 24px;
}
#content .popular .apps .apps_l .btn,
#content .popular .games .apps_l .btn,
#content .popular .apps .game_l .btn,
#content .popular .games .game_l .btn {
  width: auto;
  height: 36px;
  line-height: 30px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 0 16px;
}
#content .popular .apps .po_game,
#content .popular .games .po_game,
#content .popular .apps .po_app,
#content .popular .games .po_app {
  position: absolute;
  bottom: 0;
  right: 30px;
}
#content .popular .apps .po_game,
#content .popular .games .po_game {
  width: 231px;
  height: 158px;
}
#content .popular .apps .po_app,
#content .popular .games .po_app {
  width: 190px;
  height: 157px;
}
#content .popular .apps {
  background: #FFAD0F;
}
#content .popular .games {
  background: #A561FC;
}
#content .free_apps .top,
#content .popular_games .top,
#content .popular_apps .top,
#content .latest_news .top,
#content .entertainment .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
#content .free_apps .top a,
#content .popular_games .top a,
#content .popular_apps .top a,
#content .latest_news .top a,
#content .entertainment .top a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .free_apps .top .title,
#content .popular_games .top .title,
#content .popular_apps .top .title,
#content .latest_news .top .title,
#content .entertainment .top .title {
  font-size: 20px;
  font-family: b;
  color: #333333;
}
#content .free_apps .top .more span,
#content .popular_games .top .more span,
#content .popular_apps .top .more span,
#content .latest_news .top .more span,
#content .entertainment .top .more span {
  font-size: 16px;
  font-family: b;
  color: #666666;
}
#content .free_apps .top .more img,
#content .popular_games .top .more img,
#content .popular_apps .top .more img,
#content .latest_news .top .more img,
#content .entertainment .top .more img {
  width: 16px;
  height: 16px;
}
#content .free_apps {
  margin-bottom: 24px;
}
#content .free_apps .free_list {
  display: grid;
  grid-template-rows: repeat(auto-fill, 96px);
  grid-template-columns: repeat(auto-fill, 394px);
  grid-gap: 8px;
  grid-auto-flow: column;
  height: 304px;
}
#content .free_apps .free_list .free_item {
  position: relative;
  padding: 8px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .free_apps .free_list .free_item .item_l {
  display: flex;
  align-items: center;
}
#content .free_apps .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 .free_apps .free_list .free_item .item_l .pm {
  width: 48px;
  height: 48px;
}
#content .free_apps .free_list .free_item .item_l .game_img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
#content .free_apps .free_list .free_item .item_r {
  width: calc(100% - 136px);
}
#content .free_apps .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 .free_apps .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 .free_apps .free_list .free_item .item_r .i_r_btm img {
  width: 14px;
  height: 14px;
}
#content .free_apps .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 .free_apps .free_list .free_item:hover {
    background: #F1F1F1;
  }
  #content .free_apps .free_list .free_item:hover .item_r .game_title {
    text-decoration: 1px solid underline;
  }
}
#content .free_apps .free_list .free_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .popular_games {
  margin-bottom: 24px;
}
#content .popular_games .po_games_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
}
#content .popular_games .po_games_list .po_games_item {
  padding: 12px;
  border-radius: 16px;
  position: relative;
}
#content .popular_games .po_games_list .po_games_item .top_img {
  width: 100%;
  height: 200px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 12px;
}
#content .popular_games .po_games_list .po_games_item .item_btm {
  display: flex;
  justify-content: space-between;
}
#content .popular_games .po_games_list .po_games_item .item_btm .btm_img {
  width: 64px;
  height: 64px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin-right: 12px;
}
#content .popular_games .po_games_list .po_games_item .item_btm .btm_r {
  width: calc(100% - 76px);
}
#content .popular_games .po_games_list .po_games_item .item_btm .btm_r .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
}
#content .popular_games .po_games_list .po_games_item .item_btm .btm_r .btm_tag {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 6px;
}
#content .popular_games .po_games_list .po_games_item .item_btm .btm_r .btm_r_i img {
  width: 14px;
  height: 14px;
}
#content .popular_games .po_games_list .po_games_item .item_btm .btm_r .btm_r_i span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .popular_games .po_games_list .po_games_item:hover {
    background-color: #f1f1f1;
  }
  #content .popular_games .po_games_list .po_games_item:hover .item_btm .btm_r .title {
    text-decoration: 1px solid underline;
  }
}
#content .popular_games .po_games_list .po_games_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .popular_apps {
  margin-bottom: 24px;
}
#content .popular_apps .po_apps_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
}
#content .popular_apps .po_apps_list .apps_item {
  position: relative;
  padding: 8px;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
#content .popular_apps .po_apps_list .apps_item .game_img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  margin-right: 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
#content .popular_apps .po_apps_list .apps_item .item_r {
  width: calc(100% - 88px);
}
#content .popular_apps .po_apps_list .apps_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 .popular_apps .po_apps_list .apps_item .item_r .tag {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 6px;
}
#content .popular_apps .po_apps_list .apps_item .item_r .i_r_btm img {
  width: 14px;
  height: 14px;
}
#content .popular_apps .po_apps_list .apps_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 .popular_apps .po_apps_list .apps_item:hover {
    background: #F1F1F1;
  }
  #content .popular_apps .po_apps_list .apps_item:hover .item_r .game_title {
    text-decoration: 1px solid underline;
  }
}
#content .popular_apps .po_apps_list .apps_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .latest_news {
  margin-bottom: 24px;
}
#content .latest_news .latest_games_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
}
#content .latest_news .latest_games_list .latest_games_item {
  padding: 12px;
  border-radius: 16px;
  position: relative;
}
#content .latest_news .latest_games_list .latest_games_item .top_img {
  width: 100%;
  height: 200px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 12px;
}
#content .latest_news .latest_games_list .latest_games_item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
}
@media (any-hover: hover) {
  #content .latest_news .latest_games_list .latest_games_item:hover {
    background-color: #f1f1f1;
  }
  #content .latest_news .latest_games_list .latest_games_item:hover .title {
    text-decoration: 1px solid underline;
  }
}
#content .latest_news .latest_games_list .latest_games_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .entertainment {
  margin-bottom: 24px;
}
#content .entertainment .enter_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 120px);
}
#content .entertainment .enter_list .enter_item {
  position: relative;
  border-radius: 16px 16px 16px 16px;
  padding: 12px;
}
#content .entertainment .enter_list .enter_item .enter_img {
  width: 98px;
  height: 98px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin-bottom: 4px;
}
#content .entertainment .enter_list .enter_item .item_btm .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
}
#content .entertainment .enter_list .enter_item .item_btm .btm_r_i img {
  width: 14px;
  height: 14px;
}
#content .entertainment .enter_list .enter_item .item_btm .btm_r_i span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .entertainment .enter_list .enter_item:hover {
    background-color: #f1f1f1;
  }
}
#content .entertainment .enter_list .enter_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .banner_box .banner {
    width: 100%;
    height: 175px;
    border-radius: 16px;
    padding: 22px 14px;
  }
  .banner_box .banner h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 14px;
    text-align: center;
  }
  .banner_box .banner .b_l_text {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .banner_box .banner .m_search_input {
    width: 480px;
    height: 40px;
    padding: 0 14px;
  }
  .banner_box .banner .m_search_input input {
    width: calc(100% - 28px);
    font-size: 16px;
  }
  .banner_box .banner .m_search_input img {
    width: 14px;
    height: 14px;
  }
  #content .popular {
    margin-bottom: 24px;
  }
  #content .popular .apps,
  #content .popular .games {
    width: calc((100% - 16px) / 2);
    height: 168px;
  }
  #content .popular .apps .apps_l .title,
  #content .popular .games .apps_l .title,
  #content .popular .apps .game_l .title,
  #content .popular .games .game_l .title {
    font-size: 22px;
  }
  #content .popular .apps .apps_l .btn,
  #content .popular .games .apps_l .btn,
  #content .popular .apps .game_l .btn,
  #content .popular .games .game_l .btn {
    width: auto;
    height: 32px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    padding: 0 16px;
  }
  #content .popular .po_game,
  #content .popular .po_app {
    display: none;
  }
  #content .free_apps {
    margin-bottom: 24px;
  }
  #content .free_apps .free_list {
    display: grid;
    grid-template-rows: repeat(auto-fill, 96px);
    grid-template-columns: repeat(auto-fill, 49%);
    grid-auto-flow: row;
    height: auto;
  }
  #content .popular_games .po_games_list {
    grid-template-columns: repeat(auto-fill, calc(100% / 2));
  }
  #content .popular_apps .po_apps_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 2));
  }
  #content .latest_news .latest_games_list {
    grid-template-columns: repeat(auto-fill, calc(100% / 2));
  }
  #content .entertainment {
    margin-bottom: 24px;
  }
  #content .entertainment .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 5));
  }
  #content .entertainment .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .banner_box .banner {
    width: 100%;
    height: 175px;
    border-radius: 16px;
    padding: 22px 14px;
  }
  .banner_box .banner h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 14px;
    text-align: center;
  }
  .banner_box .banner .b_l_text {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .banner_box .banner .m_search_input {
    width: 480px;
    height: 40px;
    padding: 0 14px;
  }
  .banner_box .banner .m_search_input input {
    width: calc(100% - 28px);
    font-size: 16px;
  }
  .banner_box .banner .m_search_input img {
    width: 14px;
    height: 14px;
  }
  #content .popular {
    margin-bottom: 24px;
  }
  #content .popular .apps,
  #content .popular .games {
    width: calc((100% - 16px) / 2);
    height: 168px;
  }
  #content .popular .apps .apps_l .title,
  #content .popular .games .apps_l .title,
  #content .popular .apps .game_l .title,
  #content .popular .games .game_l .title {
    font-size: 22px;
  }
  #content .popular .apps .apps_l .btn,
  #content .popular .games .apps_l .btn,
  #content .popular .apps .game_l .btn,
  #content .popular .games .game_l .btn {
    width: auto;
    height: 32px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    padding: 0 16px;
  }
  #content .popular .po_game,
  #content .popular .po_app {
    display: none;
  }
  #content .free_apps {
    margin-bottom: 24px;
  }
  #content .free_apps .free_list {
    display: grid;
    grid-template-rows: repeat(auto-fill, 96px);
    grid-template-columns: repeat(auto-fill, 49%);
    grid-auto-flow: row;
    height: auto;
  }
  #content .popular_games .po_games_list {
    grid-template-columns: repeat(auto-fill, calc(100% / 2));
  }
  #content .popular_apps .po_apps_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 2));
  }
  #content .latest_news .latest_games_list {
    grid-template-columns: repeat(auto-fill, calc(100% / 2));
  }
  #content .entertainment {
    margin-bottom: 24px;
  }
  #content .entertainment .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 5));
  }
  #content .entertainment .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .banner_box .banner {
    width: 100%;
    height: 175px;
    border-radius: 16px;
    padding: 22px 14px;
  }
  .banner_box .banner h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 14px;
    text-align: center;
  }
  .banner_box .banner .b_l_text {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .banner_box .banner .m_search_input {
    width: 480px;
    height: 40px;
    padding: 0 14px;
  }
  .banner_box .banner .m_search_input input {
    width: calc(100% - 28px);
    font-size: 16px;
  }
  .banner_box .banner .m_search_input img {
    width: 14px;
    height: 14px;
  }
  #content .popular {
    flex-direction: column;
    justify-content: inherit;
    margin-bottom: 24px;
  }
  #content .popular .apps,
  #content .popular .games {
    width: 100%;
    height: 168px;
    padding: 40px 16px;
  }
  #content .popular .apps .apps_l .title,
  #content .popular .games .apps_l .title,
  #content .popular .apps .game_l .title,
  #content .popular .games .game_l .title {
    font-size: 22px;
  }
  #content .popular .apps .apps_l .btn,
  #content .popular .games .apps_l .btn,
  #content .popular .apps .game_l .btn,
  #content .popular .games .game_l .btn {
    width: auto;
    height: 32px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    padding: 0 16px;
  }
  #content .popular .apps {
    margin-bottom: 16px;
  }
  #content .popular .po_game,
  #content .popular .po_app {
    display: none;
  }
  #content .free_apps {
    margin-bottom: 24px;
  }
  #content .free_apps .free_list {
    display: grid;
    grid-template-rows: repeat(auto-fill, 96px);
    grid-template-columns: repeat(auto-fill, 100%);
    grid-auto-flow: inherit;
    height: auto;
  }
  #content .popular_games .po_games_list {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  #content .popular_apps .po_apps_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100%);
  }
  #content .latest_news .latest_games_list {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  #content .entertainment {
    margin-bottom: 24px;
  }
  #content .entertainment .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
  }
  #content .entertainment .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .banner_box .banner {
    width: 100%;
    height: 175px;
    border-radius: 16px;
    padding: 22px 14px;
  }
  .banner_box .banner h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 14px;
    text-align: center;
  }
  .banner_box .banner .b_l_text {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .banner_box .banner .m_search_input {
    width: 100%;
    height: 40px;
    padding: 0 14px;
  }
  .banner_box .banner .m_search_input input {
    width: calc(100% - 28px);
    font-size: 16px;
  }
  .banner_box .banner .m_search_input img {
    width: 14px;
    height: 14px;
  }
  #content .popular {
    flex-direction: column;
    justify-content: inherit;
    margin-bottom: 24px;
  }
  #content .popular .apps,
  #content .popular .games {
    width: 100%;
    height: 168px;
    padding: 40px 16px;
  }
  #content .popular .apps .apps_l .title,
  #content .popular .games .apps_l .title,
  #content .popular .apps .game_l .title,
  #content .popular .games .game_l .title {
    font-size: 22px;
  }
  #content .popular .apps .apps_l .btn,
  #content .popular .games .apps_l .btn,
  #content .popular .apps .game_l .btn,
  #content .popular .games .game_l .btn {
    width: auto;
    height: 32px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    padding: 0 16px;
  }
  #content .popular .apps {
    margin-bottom: 16px;
  }
  #content .popular .po_game,
  #content .popular .po_app {
    display: none;
  }
  #content .free_apps {
    margin-bottom: 24px;
  }
  #content .free_apps .free_list {
    display: grid;
    grid-template-rows: repeat(auto-fill, 96px);
    grid-template-columns: repeat(auto-fill, 100%);
    grid-auto-flow: inherit;
    height: auto;
  }
  #content .popular_games .po_games_list {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  #content .popular_apps .po_apps_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100%);
  }
  #content .latest_news .latest_games_list {
    grid-template-columns: repeat(auto-fill, 100%);
  }
  #content .entertainment {
    margin-bottom: 24px;
  }
  #content .entertainment .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
  }
  #content .entertainment .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
}
