@import url('../css/head_foot.css');
#content {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px;
}
#content .cont_l {
  width: 840px;
}
#content .cont_l .apk_img {
  width: 100%;
  margin-bottom: 16px;
}
#content .cont_l h2 {
  font-size: 20px;
  font-family: b;
  color: #333333;
  line-height: 23px;
  margin-bottom: 16px;
}
#content .cont_l h3 {
  font-size: 16px;
  font-family: b;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont_l .text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
  margin-bottom: 16px;
}
#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 {
    display: none;
  }
}
@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 {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .editor_choice {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .editor_choice {
    display: none;
  }
}
