@import url('../css/head_foot.css');
#content .cont_top {
  width: 100%;
  height: 371px;
  background: #fff;
  border-radius: 8px;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont_top .cont_t_l {
  width: 336px;
  height: 322px;
  overflow: hidden;
}
#content .cont_top .cont_t_l h3 {
  width: 100%;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}
#content .cont_top .cont_t_l .tag_list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont_top .cont_t_l .tag_list a {
  padding: 6px 12px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666;
  line-height: 16px;
  margin: 0 12px 12px 0;
}
#content .cont_top .cont_t_l .tag_list a:hover {
  background: #eee;
  text-decoration: underline;
}
#content .cont_top .ad {
  width: 336px;
  margin-bottom: 20px;
}
#content .cont_top .ad .ad-cont {
  background: #FAFBFE;
  min-height: 90px;
}
#content .cont_top .ad .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 400;
  color: #D2D2D2;
}
#content .cont_top .game_detail {
  width: 443px;
}
#content .cont_top .game_detail .game_d_t {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont_top .game_detail .game_d_t .game_img {
  width: 118px;
  height: 118px;
  margin-right: 12px;
}
#content .cont_top .game_detail .game_d_t .t_r .title {
  width: 313px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333;
  line-height: 21px;
  margin-bottom: 20px;
}
#content .cont_top .game_detail .game_tags {
  display: flex;
  flex-wrap: wrap;
  height: 34px;
  overflow: hidden;
}
#content .cont_top .game_detail .game_tags a {
  padding: 6px 12px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666;
  line-height: 16px;
  margin: 0 12px 12px 0;
}
#content .cont_top .game_detail .game_tags a:hover {
  text-decoration: underline;
  background: #eee;
}
#content .cont_top .game_detail .fen {
  margin-top: 24px;
  width: 443px;
  height: 102px;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  padding: 18px 24px;
}
#content .cont_top .game_detail .fen .st {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 19px;
  margin-bottom: 12px;
}
#content .cont_top .game_detail .fen .xing .layui-rate li i.layui-icon {
  font-size: 26px;
}
#content .cont_top .game_detail .fen .success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: r;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 13px 34px;
  display: none;
}
#content .class_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 16px;
  margin-bottom: 16px;
}
#content .class_list .class_item {
  width: 100%;
  padding: 16px;
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #eee;
  display: flex;
}
#content .class_list .class_item img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
#content .class_list .class_item .item_r {
  display: flex;
  flex-direction: column;
}
#content .class_list .class_item .item_r .r_t,
#content .class_list .class_item .item_r .r_b {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .class_list .class_item .item_r .r_b {
  color: #333;
}
#content .cont_b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont_b .cont_b_l {
  width: 300px;
}
#content .cont_b .cont_b_l .more h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  margin-bottom: 12px;
}
#content .cont_b .cont_b_l .ad {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
#content .cont_b .cont_b_l .ad h3 {
  width: 100%;
  height: 22px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D2D2D2;
  line-height: 19px;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_l .ad .ad_cont {
  width: 300px;
  height: 600px;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont_b .cont_b_l .more {
  padding: 24px 16px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
}
#content .cont_b .cont_b_l .more .more_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(50px, 1fr));
  grid-gap: 15px;
}
#content .cont_b .cont_b_l .more .more_list .more_item {
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #eee;
  padding: 8px;
  display: flex;
  align-items: center;
}
#content .cont_b .cont_b_l .more .more_list .more_item img {
  width: 84px;
  height: 84px;
  margin-right: 8px;
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r {
  width: calc(100% - 92px);
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r .title {
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
#content .cont_b .cont_b_l .more .more_list .more_item .item_r span {
  display: block;
  word-break: break-all;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 2px;
}
#content .cont_b .cont_b_l .more .more_list .more_item:hover {
  border: 1px solid #0088FF;
}
#content .cont_b .cont_b_l .more .more_list .more_item:hover .item_r .title {
  color: #0088FF;
}
#content .cont_b .cont_b_r {
  width: 884px;
  padding: 24px;
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
  border: 1px solid #eee;
}
#content .cont_b .cont_b_r .description {
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .description h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 19px;
  margin-bottom: 14px;
}
#content .cont_b .cont_b_r .description .text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .lb {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#content .cont_b .cont_b_r .lb .swiper {
  overflow: hidden;
}
#content .cont_b .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .cont_b .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont_b .cont_b_r .lb .swiper .swiper-wrapper .swiper-slide img {
  height: 320px;
}
#content .cont_b .cont_b_r .lb .swiper-button-prev,
#content .cont_b .cont_b_r .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont_b .cont_b_r .lb .swiper-button-prev {
  left: 0;
}
#content .cont_b .cont_b_r .lb .swiper-button-next {
  right: 0;
}
#content .cont_b .cont_b_r .ad {
  position: relative;
  width: 728px;
  height: 90px;
  margin: 0 auto 24px;
  background: #FAFBFE;
}
#content .cont_b .cont_b_r .ad .ad_title {
  position: absolute;
  width: 97px;
  height: 19px;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #D2D2D2;
  line-height: 16px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont_b .cont_b_r .download .check,
#content .cont_b .cont_b_r .download .apk {
  width: 100%;
  height: 51px;
  margin-bottom: 12px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  background: #091F1A;
}
#content .cont_b .cont_b_r .download .check img,
#content .cont_b .cont_b_r .download .apk img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
#content .cont_b .cont_b_r .download .check span,
#content .cont_b .cont_b_r .download .apk span {
  color: #fff;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
}
#content .cont_b .cont_b_r .download .check:hover,
#content .cont_b .cont_b_r .download .apk:hover {
  background: #0088FF;
  border-color: #0088FF;
}
#content .cont_b .cont_b_r .download1 {
  display: flex;
  justify-content: space-between;
}
#content .cont_b .cont_b_r .download1 .check,
#content .cont_b .cont_b_r .download1 .apk {
  background: #E5F3FF;
  width: calc((100% - 16px) / 2);
  height: 51px;
  margin-bottom: 12px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0088FF;
}
#content .cont_b .cont_b_r .download1 .check img,
#content .cont_b .cont_b_r .download1 .apk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_b .cont_b_r .download1 .check span,
#content .cont_b .cont_b_r .download1 .apk span {
  font-size: 16px;
  font-family: m;
  font-weight: 600;
}
#content .cont_b .cont_b_r .download1 .check:hover span,
#content .cont_b .cont_b_r .download1 .apk:hover span {
  text-decoration: underline;
}
#content .cont_b .cont_b_r .aq {
  width: 100%;
  height: 64px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  border: 2px solid #F5F5F5;
}
#content .cont_b .cont_b_r .aq img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
#content .cont_b .cont_b_r .aq .aq_r .aq_r_t {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#content .cont_b .cont_b_r .aq .aq_r .aq_r_b {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999;
  line-height: 24px;
}
#content .cont_b .cont_b_r .comment h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 19px;
  margin-bottom: 14px;
}
#content .cont_b .cont_b_r .comment textarea {
  width: 100%;
  height: 100px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
  padding: 16px 0;
  margin-bottom: 12px;
  border: 2px solid #F3F3F3;
}
#content .cont_b .cont_b_r .comment .tj {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r .comment .tj input {
  width: 659px;
  height: 51px;
  background: #F3F3F3;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
  border: 2px solid #F3F3F3;
}
#content .cont_b .cont_b_r .comment .tj button {
  width: 161px;
  height: 51px;
  background: #0088FF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  cursor: pointer;
}
#content .cont_b .cont_b_r .comment .reply {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r .comment .reply .reply_img {
  width: 46px;
  height: 46px;
}
#content .cont_b .cont_b_r .comment .reply .reply_r {
  width: calc(100% - 62px);
}
#content .cont_b .cont_b_r .comment .reply .reply_r .name {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
}
#content .cont_b .cont_b_r .comment .reply .reply_r .talk {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
#content .cont_b .cont_b_r .comment .reply .reply_r .num {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_b .cont_b_r .comment .paging {
  height: 50px;
  text-align: center;
}
#content .cont_b .cont_b_r .comment .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont_b .cont_b_r .comment .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont_b .cont_b_r .comment .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #0088FF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont_b .cont_b_r .previous {
  margin-bottom: 16px;
}
#content .cont_b .cont_b_r .previous h3 {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 19px;
  margin-bottom: 14px;
}
#content .cont_b .cont_b_r .previous .down_list .down_item {
  width: 100%;
  height: 88px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  padding: 16px 20px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0088FF;
}
#content .cont_b .cont_b_r .previous .down_list .down_item .item_l .version,
#content .cont_b .cont_b_r .previous .down_list .down_item .item_l .size {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
}
#content .cont_b .cont_b_r .previous .down_list .down_item .item_l .version {
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .previous .down_list .down_item .item_r {
  width: 40px;
  height: 40px;
  background: url('../images/down-bai.png') no-repeat;
  background-size: 24px;
}
#content .cont_b .cont_b_r .previous .down_list .down_item:hover {
  background: #0064BC;
}
#content .cont_b .cont_b_r .previous .paging {
  text-align: center;
}
#content .cont_b .cont_b_r .previous .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont_b .cont_b_r .previous .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont_b .cont_b_r .previous .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #0088FF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont_b .cont_b_r .cont_all {
  width: 100%;
}
#content .cont_b .cont_b_r .cont_all .best_title {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  margin-bottom: 12px;
}
#content .cont_b .cont_b_r .cont_all .all_list {
  display: grid;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
  grid-gap: 12px;
}
#content .cont_b .cont_b_r .cont_all .all_list .all_item {
  border: 2px solid #eee;
  padding: 8px;
  border-radius: 8px;
}
#content .cont_b .cont_b_r .cont_all .all_list .all_item .img-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
#content .cont_b .cont_b_r .cont_all .all_list .all_item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .cont_b .cont_b_r .cont_all .all_list .all_item .title {
  width: 100%;
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #333;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont_b .cont_b_r .cont_all .all_list .all_item span {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_b .cont_b_r .cont_all .all_list .all_item:hover {
  border-color: #0088FF;
}
#content .cont_b .cont_b_r .cont_all .all_list .all_item:hover .title {
  color: #0088FF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont_top {
    height: auto;
    flex-direction: column-reverse;
  }
  #content .cont_top .cont_t_l {
    width: 100%;
    height: auto;
  }
  #content .cont_top .ad {
    width: 100%;
  }
  #content .cont_top .game_detail {
    width: 100%;
  }
  #content .cont_top .game_detail .game_d_t {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #content .cont_top .game_detail .game_d_t .t_r {
    width: calc(100% - 130px);
  }
  #content .cont_top .game_detail .game_d_t .t_r .title {
    width: 100%;
  }
  #content .cont_top .game_detail .fen {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .class_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont_b {
    flex-direction: column-reverse;
  }
  #content .cont_b .cont_b_l {
    width: 100%;
    margin-top: 16px;
  }
  #content .cont_b .cont_b_l .ad {
    width: 100%;
    height: auto;
  }
  #content .cont_b .cont_b_l .ad .ad_cont {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #content .cont_b .cont_b_l .more .more_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont_b .cont_b_r {
    width: 100%;
    padding: 12px;
  }
  #content .cont_b .cont_b_r .ad {
    width: 100%;
    min-height: 90px;
  }
  #content .cont_b .cont_b_r .download .check,
  #content .cont_b .cont_b_r .download .apk {
    width: 100%;
  }
  #content .cont_b .cont_b_r .aq {
    width: 100%;
    height: auto;
  }
  #content .cont_b .cont_b_r .cont_all .all_list {
    grid-template-columns: repeat(6, minmax(50px, 1fr));
  }
  #content .cont_b .cont_b_r .comment textarea {
    width: 100%;
  }
  #content .cont_b .cont_b_r .comment .tj {
    flex-direction: column;
    align-items: end;
  }
  #content .cont_b .cont_b_r .comment .tj input {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont_top {
    height: auto;
    flex-direction: column-reverse;
  }
  #content .cont_top .cont_t_l {
    width: 100%;
    height: auto;
  }
  #content .cont_top .ad {
    width: 100%;
  }
  #content .cont_top .game_detail {
    width: 100%;
  }
  #content .cont_top .game_detail .game_d_t {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #content .cont_top .game_detail .game_d_t .t_r {
    width: calc(100% - 130px);
  }
  #content .cont_top .game_detail .game_d_t .t_r .title {
    width: 100%;
  }
  #content .cont_top .game_detail .fen {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .class_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont_b {
    flex-direction: column-reverse;
  }
  #content .cont_b .cont_b_l {
    width: 100%;
    margin-top: 16px;
  }
  #content .cont_b .cont_b_l .ad {
    width: 100%;
    height: auto;
  }
  #content .cont_b .cont_b_l .ad .ad_cont {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #content .cont_b .cont_b_l .more .more_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont_b .cont_b_r {
    width: 100%;
    padding: 12px;
  }
  #content .cont_b .cont_b_r .cont_all .all_list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .cont_b .cont_b_r .ad {
    width: 100%;
    min-height: 90px;
  }
  #content .cont_b .cont_b_r .download .check,
  #content .cont_b .cont_b_r .download .apk {
    width: 100%;
  }
  #content .cont_b .cont_b_r .aq {
    width: 100%;
    height: auto;
  }
  #content .cont_b .cont_b_r .comment textarea {
    width: 100%;
  }
  #content .cont_b .cont_b_r .comment .tj {
    flex-direction: column;
    align-items: end;
  }
  #content .cont_b .cont_b_r .comment .tj input {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont_top {
    height: auto;
    flex-direction: column-reverse;
  }
  #content .cont_top .cont_t_l {
    width: 100%;
    height: auto;
  }
  #content .cont_top .ad {
    width: 100%;
  }
  #content .cont_top .game_detail {
    width: 100%;
  }
  #content .cont_top .game_detail .game_d_t {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #content .cont_top .game_detail .game_d_t .t_r {
    width: calc(100% - 130px);
  }
  #content .cont_top .game_detail .game_d_t .t_r .title {
    width: 100%;
  }
  #content .cont_top .game_detail .fen {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .class_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont_b {
    flex-direction: column-reverse;
  }
  #content .cont_b .cont_b_l {
    width: 100%;
    margin-top: 16px;
  }
  #content .cont_b .cont_b_l .ad {
    width: 100%;
    height: auto;
  }
  #content .cont_b .cont_b_l .ad .ad_cont {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #content .cont_b .cont_b_l .more .more_list {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  #content .cont_b .cont_b_r {
    width: 100%;
    padding: 12px;
  }
  #content .cont_b .cont_b_r .cont_all .all_list {
    grid-template-columns: repeat(4, minmax(50px, 1fr));
  }
  #content .cont_b .cont_b_r .ad {
    width: 100%;
    min-height: 90px;
  }
  #content .cont_b .cont_b_r .download .check,
  #content .cont_b .cont_b_r .download .apk {
    width: 100%;
  }
  #content .cont_b .cont_b_r .aq {
    width: 100%;
    height: auto;
  }
  #content .cont_b .cont_b_r .comment textarea {
    width: 100%;
  }
  #content .cont_b .cont_b_r .comment .tj {
    flex-direction: column;
    align-items: end;
  }
  #content .cont_b .cont_b_r .comment .tj input {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont_top {
    height: auto;
    flex-direction: column-reverse;
  }
  #content .cont_top .cont_t_l {
    width: 100%;
    height: auto;
  }
  #content .cont_top .ad {
    width: 100%;
  }
  #content .cont_top .game_detail {
    width: 100%;
  }
  #content .cont_top .game_detail .game_d_t {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  #content .cont_top .game_detail .game_d_t .t_r {
    width: calc(100% - 130px);
  }
  #content .cont_top .game_detail .game_d_t .t_r .title {
    width: 100%;
  }
  #content .cont_top .game_detail .fen {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .class_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont_b {
    flex-direction: column-reverse;
  }
  #content .cont_b .cont_b_l {
    width: 100%;
    margin-top: 16px;
  }
  #content .cont_b .cont_b_l .ad {
    width: 100%;
    height: auto;
  }
  #content .cont_b .cont_b_l .ad h3 {
    width: 336px;
    height: 22px;
    font-size: 16px;
    font-family: m;
    font-weight: 500;
    color: #333333;
    line-height: 19px;
    margin-bottom: 16px;
  }
  #content .cont_b .cont_b_l .ad .ad_cont {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #content .cont_b .cont_b_l .more .more_list {
    grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
  #content .cont_b .cont_b_r {
    width: 100%;
    padding: 12px;
  }
  #content .cont_b .cont_b_r .ad {
    width: 100%;
    min-height: 90px;
  }
  #content .cont_b .cont_b_r .download .check,
  #content .cont_b .cont_b_r .download .apk {
    width: 100%;
  }
  #content .cont_b .cont_b_r .aq {
    width: 100%;
    height: auto;
  }
  #content .cont_b .cont_b_r .cont_all .all_list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont_b .cont_b_r .comment textarea {
    width: 100%;
  }
  #content .cont_b .cont_b_r .comment .tj {
    flex-direction: column;
    align-items: end;
  }
  #content .cont_b .cont_b_r .comment .tj input {
    width: 100%;
    margin-bottom: 16px;
  }
}
