.banner {
  width: 1120px;
  height: 300px;
  border-radius: 16px;
  background: url('../images/banner_bg.png') no-repeat;
  background-size: auto;
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0px;
}
.banner .b_l {
  padding: 60px 0 60px 35px;
}
.banner .b_l h2 {
  width: 480px;
  line-height: 50px;
  font-size: 34px;
  font-family: b;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.banner .b_l .m_search_input {
  width: 300px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.banner .b_l .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 .b_l .m_search_input img {
  width: 24px;
  height: 24px;
}
.banner .b_r {
  width: 393px;
  height: 300px;
}
#content .editor_app,
#content .editor_games {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  margin-bottom: 24px;
}
#content .editor_app .app_title,
#content .editor_games .app_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
#content .editor_app .app_title .app_t_l,
#content .editor_games .app_title .app_t_l {
  display: flex;
  align-items: center;
}
#content .editor_app .app_title .app_t_l img,
#content .editor_games .app_title .app_t_l img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .editor_app .app_title .app_t_l span,
#content .editor_games .app_title .app_t_l span {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
#content .editor_app .app_title .app_t_r,
#content .editor_games .app_title .app_t_r {
  display: flex;
  align-items: center;
}
#content .editor_app .app_title .app_t_r img,
#content .editor_games .app_title .app_t_r img {
  width: 16px;
  height: 16px;
}
#content .editor_app .app_title .app_t_r .ar_lan,
#content .editor_games .app_title .app_t_r .ar_lan {
  display: none;
}
#content .editor_app .app_title:hover .app_t_r .ar_hei,
#content .editor_games .app_title:hover .app_t_r .ar_hei {
  display: none;
}
#content .editor_app .app_title:hover .app_t_r .ar_lan,
#content .editor_games .app_title:hover .app_t_r .ar_lan {
  display: block;
}
#content .editor_app .app_list,
#content .editor_games .app_list {
  display: flex;
  justify-content: space-between;
}
#content .editor_app .app_list .app_item,
#content .editor_games .app_list .app_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 121px;
}
#content .editor_app .app_list .app_item .coverlink,
#content .editor_games .app_list .app_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .editor_app .app_list .app_item .app_num,
#content .editor_games .app_list .app_item .app_num {
  width: 30px;
  height: 30px;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  line-height: 30px;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin: 0 auto;
}
#content .editor_app .app_list .app_item .pm_img,
#content .editor_games .app_list .app_item .pm_img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
#content .editor_app .app_list .app_item .game_cover,
#content .editor_games .app_list .app_item .game_cover {
  width: 121px;
  height: 121px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-bottom: 6px;
}
#content .editor_app .app_list .app_item .app_name,
#content .editor_games .app_list .app_item .app_name {
  width: 100%;
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .editor_app .app_list .app_item .app_btm img,
#content .editor_games .app_list .app_item .app_btm img {
  width: 14px;
  height: 14px;
}
#content .editor_app .app_list .app_item .app_btm span,
#content .editor_games .app_list .app_item .app_btm span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .editor_app .app_list .app_item:hover .app_name,
#content .editor_games .app_list .app_item:hover .app_name {
  text-decoration: underline;
}
#content .ad_box {
  margin-bottom: 24px;
}
#content .ad_box .ad_title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #D0D0D0;
  text-align: center;
}
#content .ad_box .ad_cont {
  min-height: 90px;
}
#content .tending_apps {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  margin-bottom: 24px;
}
#content .tending_apps .apps_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
#content .tending_apps .apps_title .app_t_l {
  display: flex;
  align-items: center;
}
#content .tending_apps .apps_title .app_t_l img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .tending_apps .apps_title .app_t_l span {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
#content .tending_apps .apps_title .app_t_r {
  display: flex;
  align-items: center;
}
#content .tending_apps .apps_title .app_t_r img {
  width: 16px;
  height: 16px;
}
#content .tending_apps .apps_title .app_t_r .ar_lan {
  display: none;
}
#content .tending_apps .apps_title:hover .app_t_r .ar_hei {
  display: none;
}
#content .tending_apps .apps_title:hover .app_t_r .ar_lan {
  display: block;
}
#content .tending_apps .apps_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 24px 8px;
}
#content .tending_apps .apps_list .apps_item {
  position: relative;
  display: flex;
  align-items: center;
}
#content .tending_apps .apps_list .apps_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .tending_apps .apps_list .apps_item .apps_cover {
  width: 80px;
  height: 80px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-right: 8px;
}
#content .tending_apps .apps_list .apps_item .item_r h3 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  word-break: break-all;
}
#content .tending_apps .apps_list .apps_item .item_r .lei {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .tending_apps .apps_list .apps_item .item_r .app_btm img {
  width: 14px;
  height: 14px;
}
#content .tending_apps .apps_list .apps_item .item_r .app_btm span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .tending_apps .apps_list .apps_item:hover .item_r h3 {
  text-decoration: underline;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  .banner {
    width: 100%;
    position: relative;
    border-radius: 0px 0px 0px 0px;
    margin-top: 0;
  }
  .banner .b_l {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 56px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .b_l h2 {
    width: 100%;
    line-height: 50px;
    font-size: 28px;
    font-family: b;
    color: #FFFFFF;
    margin-bottom: 28px;
    text-align: center;
  }
  .banner .b_r {
    width: 100%;
    height: 300px;
  }
  #content {
    padding: 16px 12px;
    width: 100%;
  }
  #content .editor_app .app_list,
  #content .editor_games .app_list {
    overflow: scroll;
    flex-wrap: nowrap;
  }
  #content .editor_app .app_list .app_item,
  #content .editor_games .app_list .app_item {
    margin-right: 12px;
  }
  #content .editor_app .app_list .app_item:last-child,
  #content .editor_games .app_list .app_item:last-child {
    margin-right: 0;
  }
  #content .editor_app .app_list::-webkit-scrollbar,
  #content .editor_games .app_list::-webkit-scrollbar {
    /* WebKit */
    display: none;
  }
  #content .tending_apps .apps_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  .banner {
    width: 100%;
    position: relative;
    border-radius: 0px 0px 0px 0px;
    margin-top: 0;
  }
  .banner .b_l {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 56px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .b_l h2 {
    width: 100%;
    line-height: 50px;
    font-size: 28px;
    font-family: b;
    color: #FFFFFF;
    margin-bottom: 28px;
    text-align: center;
  }
  .banner .b_r {
    width: 100%;
    height: 300px;
  }
  #content {
    padding: 16px 12px;
    width: 100%;
  }
  #content .editor_app .app_list,
  #content .editor_games .app_list {
    overflow: scroll;
    flex-wrap: nowrap;
  }
  #content .editor_app .app_list .app_item,
  #content .editor_games .app_list .app_item {
    margin-right: 12px;
  }
  #content .editor_app .app_list .app_item:last-child,
  #content .editor_games .app_list .app_item:last-child {
    margin-right: 0;
  }
  #content .editor_app .app_list::-webkit-scrollbar,
  #content .editor_games .app_list::-webkit-scrollbar {
    /* WebKit */
    display: none;
  }
  #content .tending_apps .apps_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  .banner {
    width: 100%;
    position: relative;
    border-radius: 0px 0px 0px 0px;
    margin-top: 0;
  }
  .banner .b_l {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 56px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .b_l h2 {
    width: 100%;
    line-height: 50px;
    font-size: 28px;
    font-family: b;
    color: #FFFFFF;
    margin-bottom: 28px;
    text-align: center;
  }
  .banner .b_r {
    width: 100%;
    height: 300px;
  }
  #content {
    padding: 16px 12px;
    width: 100%;
  }
  #content .editor_app .app_list,
  #content .editor_games .app_list {
    overflow: scroll;
    flex-wrap: nowrap;
  }
  #content .editor_app .app_list .app_item,
  #content .editor_games .app_list .app_item {
    margin-right: 12px;
  }
  #content .editor_app .app_list .app_item:last-child,
  #content .editor_games .app_list .app_item:last-child {
    margin-right: 0;
  }
  #content .editor_app .app_list::-webkit-scrollbar,
  #content .editor_games .app_list::-webkit-scrollbar {
    /* WebKit */
    display: none;
  }
  #content .tending_apps .apps_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  .banner {
    width: 100%;
    position: relative;
    border-radius: 0px 0px 0px 0px;
    margin-top: 0;
  }
  .banner .b_l {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 56px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .b_l h2 {
    width: 100%;
    line-height: 50px;
    font-size: 28px;
    font-family: b;
    color: #FFFFFF;
    margin-bottom: 28px;
    text-align: center;
  }
  .banner .b_r {
    width: 100%;
    height: 300px;
  }
  #content {
    padding: 16px 12px;
    width: 100%;
  }
  #content .editor_app .app_list,
  #content .editor_games .app_list {
    overflow: scroll;
    flex-wrap: nowrap;
  }
  #content .editor_app .app_list .app_item,
  #content .editor_games .app_list .app_item {
    margin-right: 12px;
  }
  #content .editor_app .app_list .app_item:last-child,
  #content .editor_games .app_list .app_item:last-child {
    margin-right: 0;
  }
  #content .editor_app .app_list::-webkit-scrollbar,
  #content .editor_games .app_list::-webkit-scrollbar {
    /* WebKit */
    display: none;
  }
  #content .tending_apps .apps_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
