@import url('../css/head_foot.css');
.tan_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  display: none;
}
.tan_box .tan_child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  padding: 40px 20px 20px;
  border-radius: 16px;
  background: #FFF;
}
.tan_box .tan_child .cha {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
.tan_box .tan_child .title {
  color: #333;
  font-family: m;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.tan_box .tan_child .tan_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.tan_box .tan_child .tan_btn .cancel,
.tan_box .tan_child .tan_btn .continue {
  width: 155px;
  height: 44px;
  border-radius: 8px;
  background: rgba(59, 125, 255, 0.1);
  text-align: center;
  line-height: 44px;
}
.tan_box .tan_child .tan_btn .cancel {
  color: #3B7DFF;
  font-family: m;
  font-size: 16px;
  font-weight: 600;
  margin-right: 24px;
}
.tan_box .tan_child .tan_btn .continue {
  background: #3B7DFF;
  color: #fff;
  font-family: m;
  font-size: 16px;
  font-weight: 600;
}
.tan_box .tan_child .text_box {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #F6F6F6;
  display: flex;
}
.tan_box .tan_child .text_box .gt {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.tan_box .tan_child .text_box .text_box_r p {
  color: #999;
  font-family: m;
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 19.5px;
}
.tan_box .tan_child .text_box .text_box_r p a {
  color: #3B7DFF;
}
.tan_box .tan_child .text_box .text_box_r p:last-child {
  margin-bottom: 0;
}
#content {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px;
}
#content .cont_l {
  width: 840px;
}
#content .cont_l .game_detail {
  display: flex;
  margin-bottom: 24px;
  position: relative;
}
#content .cont_l .game_detail .game_img {
  width: 100px;
  height: 100px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin-right: 16px;
}
#content .cont_l .game_detail .detail_r .title {
  margin-bottom: 14px;
  font-size: 24px;
  font-family: b;
  color: #333333;
}
#content .cont_l .game_detail .detail_r .information {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_l .game_detail .detail_r .information .ifn_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont_l .game_detail .detail_r .information .ifn_item .item_t {
  margin-bottom: 6px;
}
#content .cont_l .game_detail .detail_r .information .ifn_item .item_t .x_hei {
  width: 14px;
  height: 14px;
}
#content .cont_l .game_detail .detail_r .information .ifn_item .item_t .fen,
#content .cont_l .game_detail .detail_r .information .ifn_item .item_t .fen1 {
  vertical-align: middle;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
#content .cont_l .game_detail .detail_r .information .ifn_item .item_t .fen1 {
  display: none;
}
#content .cont_l .game_detail .detail_r .information .ifn_item .item_b {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_l .game_detail .detail_r .information .xian {
  width: 1px;
  height: 24px;
  background: #EEEEEE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 24px;
}
#content .cont_l .game_detail .down-box {
  position: absolute;
  right: 0;
  top: 10px;
}
#content .cont_l .game_detail .down-box .down {
  display: flex;
  align-items: center;
  background: #3B7DFF;
  justify-content: center;
  padding: 12px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom: 8px;
}
#content .cont_l .game_detail .down-box .down img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#content .cont_l .game_detail .down-box .down span {
  color: #fff;
  font-size: 16px;
  font-family: M;
  margin-bottom: 2px;
}
#content .cont_l .game_detail .down-box .down:hover {
  background: #2968E4;
}
#content .cont_l .game_detail .down-box .num {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-family: M;
}
#content .cont_l .game_detail .down-box .num i {
  color: #666;
}
#content .cont_l .ad {
  position: relative;
  margin-bottom: 16px;
}
#content .cont_l .ad .ad_title {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
}
#content .cont_l .ad .m_ad_title {
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
  display: none;
}
#content .cont_l .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont_l .introduction {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
}
#content .cont_l .applicatiop,
#content .cont_l .features,
#content .cont_l .tips,
#content .cont_l .pros,
#content .cont_l .screenshots,
#content .cont_l .ratings,
#content .cont_l .disclaimer,
#content .cont_l .similar,
#content .cont_l .latest-news {
  margin-bottom: 24px;
}
#content .cont_l .applicatiop h3,
#content .cont_l .features h3,
#content .cont_l .tips h3,
#content .cont_l .pros h3,
#content .cont_l .screenshots h3,
#content .cont_l .ratings h3,
#content .cont_l .disclaimer h3,
#content .cont_l .similar h3,
#content .cont_l .latest-news h3 {
  font-size: 20px;
  font-family: b;
  color: #333333;
  line-height: 23px;
  margin-bottom: 16px;
}
#content .cont_l .applicatiop .app_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
#content .cont_l .applicatiop .app_list .app_item {
  padding: 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
#content .cont_l .applicatiop .app_list .app_item .app_img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_l .applicatiop .app_list .app_item .app_item_r .app_item_r_title {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 2px;
}
#content .cont_l .applicatiop .app_list .app_item .app_item_r .app_item_r_cont {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 16px;
  word-break: break-word;
}
#content .cont_l .applicatiop .app_list .app_item:nth-child(3n) {
  margin-right: 0;
}
#content .cont_l .features .features_main .feat_main_title,
#content .cont_l .tips .features_main .feat_main_title,
#content .cont_l .features .tips_main .feat_main_title,
#content .cont_l .tips .tips_main .feat_main_title,
#content .cont_l .features .features_main .tips_main_title,
#content .cont_l .tips .features_main .tips_main_title,
#content .cont_l .features .tips_main .tips_main_title,
#content .cont_l .tips .tips_main .tips_main_title {
  font-size: 16px;
  font-family: b;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont_l .features .features_main .feat_main_cont,
#content .cont_l .tips .features_main .feat_main_cont,
#content .cont_l .features .tips_main .feat_main_cont,
#content .cont_l .tips .tips_main .feat_main_cont,
#content .cont_l .features .features_main .tips_main_cont,
#content .cont_l .tips .features_main .tips_main_cont,
#content .cont_l .features .tips_main .tips_main_cont,
#content .cont_l .tips .tips_main .tips_main_cont {
  margin-bottom: 16px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
}
#content .cont_l .features .features_main .feat_main_cont p,
#content .cont_l .tips .features_main .feat_main_cont p,
#content .cont_l .features .tips_main .feat_main_cont p,
#content .cont_l .tips .tips_main .feat_main_cont p,
#content .cont_l .features .features_main .tips_main_cont p,
#content .cont_l .tips .features_main .tips_main_cont p,
#content .cont_l .features .tips_main .tips_main_cont p,
#content .cont_l .tips .tips_main .tips_main_cont p {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
}
#content .cont_l .faq {
  margin-bottom: 8px;
}
#content .cont_l .faq h3 {
  font-size: 20px;
  font-family: b;
  color: #333333;
  line-height: 23px;
  margin-bottom: 16px;
}
#content .cont_l .faq .faq_item {
  padding: 8px 0px;
  background: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 16px;
}
#content .cont_l .faq .faq_item .faq_top {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#content .cont_l .faq .faq_item .faq_top .faq_question {
  width: calc(100% - 26px);
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
#content .cont_l .faq .faq_item .faq_top .s_down,
#content .cont_l .faq .faq_item .faq_top .s_top {
  width: 16px;
  height: 20px;
}
#content .cont_l .faq .faq_item .faq_top .s_down {
  display: none;
}
#content .cont_l .faq .faq_item .faq_answer {
  padding: 8px 10px 0;
  border-top: 1px solid #fff;
  font-family: m;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}
#content .cont_l .faq .new_class .faq_top .s_down {
  display: block;
}
#content .cont_l .faq .new_class .faq_top .s_top {
  display: none;
}
#content .cont_l .faq .new_class .faq_answer {
  display: none;
}
#content .cont_l .pros .pros_main .pros_item {
  margin-bottom: 12px;
}
#content .cont_l .pros .pros_main .pros_item img {
  width: 20px;
  height: 20px;
}
#content .cont_l .pros .pros_main .pros_item span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  vertical-align: middle;
}
#content .cont_l .screenshots .lb {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
#content .cont_l .screenshots .lb .swiper {
  overflow: hidden;
}
#content .cont_l .screenshots .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .cont_l .screenshots .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont_l .screenshots .lb .swiper .swiper-wrapper .swiper-slide img {
  height: 268px;
}
#content .cont_l .screenshots .lb .swiper-button-prev,
#content .cont_l .screenshots .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont_l .screenshots .lb .swiper-button-prev {
  left: 0;
}
#content .cont_l .screenshots .lb .swiper-button-next {
  right: 0;
}
#content .cont_l .button,
#content .cont_l .button1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
#content .cont_l .button .google,
#content .cont_l .button1 .google,
#content .cont_l .button .apple,
#content .cont_l .button1 .apple {
  width: calc((100% - 16px) / 2);
  height: 50px;
  background: #3B7DFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont_l .button .google img,
#content .cont_l .button1 .google img,
#content .cont_l .button .apple img,
#content .cont_l .button1 .apple img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_l .button .google span,
#content .cont_l .button1 .google span,
#content .cont_l .button .apple span,
#content .cont_l .button1 .apple span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
}
#content .cont_l .button1 {
  display: none;
}
#content .cont_l .btns .download,
#content .cont_l .btns_one .download,
#content .cont_l .btns .download_hui,
#content .cont_l .btns_one .download_hui,
#content .cont_l .btns .check,
#content .cont_l .btns_one .check {
  width: 100%;
  height: 50px;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: b;
}
#content .cont_l .btns .download img,
#content .cont_l .btns_one .download img,
#content .cont_l .btns .download_hui img,
#content .cont_l .btns_one .download_hui img,
#content .cont_l .btns .check img,
#content .cont_l .btns_one .check img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#content .cont_l .btns .download,
#content .cont_l .btns_one .download {
  background: #3B7DFF;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}
#content .cont_l .btns .download .safe,
#content .cont_l .btns_one .download .safe {
  position: absolute;
  right: 0;
  top: -14px;
  display: flex;
  align-items: center;
  background-color: #479F76;
  color: #fff;
  padding: 6px 8px;
  border-radius: 12px 12px 12px 0;
}
#content .cont_l .btns .download .safe img,
#content .cont_l .btns_one .download .safe img {
  margin-right: 1px;
  width: 16px;
  height: 16px;
}
#content .cont_l .btns .download .safe span,
#content .cont_l .btns_one .download .safe span {
  font-size: 12px;
}
#content .cont_l .btns .download_hui,
#content .cont_l .btns_one .download_hui {
  background: #c2c2c2;
  margin-bottom: 12px;
  color: #fff;
}
#content .cont_l .btns .check,
#content .cont_l .btns_one .check {
  background: rgba(59, 125, 255, 0.1);
  color: #3B7DFF;
  margin-bottom: 24px;
}
#content .cont_l .btns_one {
  display: none;
}
#content .cont_l .ratings .ra_b {
  display: flex;
  align-items: center;
}
#content .cont_l .ratings .ra_b .ra_b_l {
  margin-right: 10px;
  width: 176px;
  height: 140px;
}
#content .cont_l .ratings .ra_b .ra_b_l .score {
  font-size: 56px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 75px;
  text-align: center;
}
#content .cont_l .ratings .ra_b .ra_b_l .xing {
  margin: 0 0 4px 29px;
}
#content .cont_l .ratings .ra_b .ra_b_l .xing .layui-rate li i.layui-icon {
  font-size: 22px;
  color: #F5D74A;
}
#content .cont_l .ratings .ra_b .ra_b_l .total {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-align: center;
}
#content .cont_l .ratings .ra_b .ra_b_c {
  width: calc(100% - 186px);
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating:last-child {
  margin-bottom: 0;
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating .proportion {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-right: 6px;
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating .proportion img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating #total {
  display: none;
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating .progress {
  position: relative;
  width: calc(100% - 36px);
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 10px;
  background: #666666;
  border-radius: 20px 20px 20px 20px;
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating .progress .progress_zi {
  height: 10px;
  background: #F5F5F5;
  border-radius: 20px 20px 20px 20px;
}
#content .cont_l .ratings .ra_b .success {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  width: 214px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: none;
}
#content .cont_l .disclaimer .dis_text {
  display: flex;
  justify-content: space-between;
}
#content .cont_l .disclaimer .dis_text .text_r {
  width: calc(100% - 15px);
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
}
#content .cont_l .disclaimer .dis_text .text_r a {
  text-decoration: 1px solid underline;
}
#content .cont_l .disclaimer .dis_text i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #dc7e41;
  margin-top: 7px;
}
#content .cont_l .disclaimer .dis_text:last-child {
  margin-bottom: 0;
}
#content .cont_l .similar .enter_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% / 7));
}
#content .cont_l .similar .enter_list .enter_item {
  position: relative;
  border-radius: 16px 16px 16px 16px;
  padding: 12px;
}
#content .cont_l .similar .enter_list .enter_item .enter_img {
  width: 100%;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin-bottom: 4px;
}
#content .cont_l .similar .enter_list .enter_item .item_btm .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
}
#content .cont_l .similar .enter_list .enter_item .item_btm .btm_r_i img {
  width: 14px;
  height: 14px;
}
#content .cont_l .similar .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 .cont_l .similar .enter_list .enter_item:hover {
    background-color: #f1f1f1;
  }
}
#content .cont_l .similar .enter_list .enter_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont_l .latest-news .latest-list .latest-item a {
  width: 100%;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
#content .cont_l .latest-news .latest-list .latest-item a .img-box {
  width: 178px;
  height: 100px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
  margin-right: 16px;
}
#content .cont_l .latest-news .latest-list .latest-item a .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont_l .latest-news .latest-list .latest-item a .center {
  width: 430px;
  margin-right: 50px;
}
#content .cont_l .latest-news .latest-list .latest-item a .center h4 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 6px;
}
#content .cont_l .latest-news .latest-list .latest-item a .center p {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_l .latest-news .latest-list .latest-item a .more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #3B7DFF;
}
#content .cont_l .latest-news .latest-list .latest-item a .more span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #3B7DFF;
}
#content .cont_l .latest-news .latest-list .latest-item a .more img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#content .cont_l .latest-news .latest-list .latest-item a .more .bai {
  display: none;
}
#content .cont_l .latest-news .latest-list .latest-item a:hover {
  background-color: #F5F5F5;
}
#content .cont_l .latest-news .latest-list .latest-item a:hover .more {
  background: #2968E4;
}
#content .cont_l .latest-news .latest-list .latest-item a:hover .more .bai {
  display: block;
}
#content .cont_l .latest-news .latest-list .latest-item a:hover .more .lan {
  display: none;
}
#content .cont_l .latest-news .latest-list .latest-item a:hover .more span {
  color: #fff;
}
#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 .m_ad_title {
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
  display: none;
}
#content .cont_r .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont_r .button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont_r .button .google,
#content .cont_r .button .apple {
  width: 100%;
  height: 50px;
  background: #3B7DFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont_r .button .google img,
#content .cont_r .button .apple img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_r .button .google span,
#content .cont_r .button .apple span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #fff;
  line-height: 19px;
}
#content .cont_r .button .google {
  margin-bottom: 12px;
}
#content .cont_r .cont_r_btns .download,
#content .cont_r .cont_r_btns .download_hui,
#content .cont_r .cont_r_btns .check {
  width: 100%;
  height: 50px;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: b;
}
#content .cont_r .cont_r_btns .download img,
#content .cont_r .cont_r_btns .download_hui img,
#content .cont_r .cont_r_btns .check img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#content .cont_r .cont_r_btns .download {
  background: #3B7DFF;
  color: #fff;
  margin-bottom: 12px;
}
#content .cont_r .cont_r_btns .download_hui {
  background: #c2c2c2;
  margin-bottom: 12px;
  color: #fff;
}
#content .cont_r .cont_r_btns .check {
  background: rgba(59, 125, 255, 0.1);
  color: #3B7DFF;
  margin-bottom: 24px;
}
#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;
}
#content .cont_r .latest-news-right {
  margin-top: 12px;
}
#content .cont_r .latest-news-right h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-family: b;
  color: #333333;
}
#content .cont_r .latest-news-right .latest-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#content .cont_r .latest-news-right .latest-list .latest-item a {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 16px;
}
#content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
  width: 312px;
  height: 175px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}
#content .cont_r .latest-news-right .latest-list .latest-item a .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont_r .latest-news-right .latest-list .latest-item a h4 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_r .latest-news-right .latest-list .latest-item a:hover {
  background-color: #F5F5F5;
}
#content .cont_r .latest-news-right .latest-list .latest-item a:hover h4 {
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .btns_one {
    display: block;
  }
  #content .cont_l .latest-news .latest-list .latest-item a {
    flex-direction: column;
    align-items: start;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .img-box {
    display: none;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center {
    width: 100%;
    margin-right: 0px;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center h4 {
    color: #3B7DFF;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center p {
    display: none;
  }
  #content .cont_l .game_detail {
    align-items: center;
  }
  #content .cont_l .game_detail .detail_r {
    width: calc(100% - 116px);
  }
  #content .cont_l .game_detail .detail_r .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #content .cont_l .game_detail .detail_r .information .ifn_item:last-child {
    display: block;
  }
  #content .cont_l .game_detail .detail_r .information .xian {
    margin: 0 24px;
  }
  #content .cont_l .game_detail .detail_r .information .last {
    display: block;
  }
  #content .cont_l .game_detail .down-box {
    display: none;
  }
  #content .cont_l .applicatiop .app_list {
    grid-template-columns: repeat(3, 1fr);
  }
  #content .cont_l .ratings .ra_b {
    flex-direction: column;
  }
  #content .cont_l .ratings .ra_b .ra_b_c {
    width: 100%;
  }
  #content .cont_l .similar {
    margin-bottom: 24px;
  }
  #content .cont_l .similar .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 5));
  }
  #content .cont_l .similar .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
  #content .cont_l .button1 {
    display: flex;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .cont_r_btns {
    display: none;
  }
  #content .cont_r .button {
    display: none;
  }
  #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);
  }
  #content .cont_r .latest-news-right .latest-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .latest-news .latest-list .latest-item a {
    flex-direction: column;
    align-items: start;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .img-box {
    display: none;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center {
    width: 100%;
    margin-right: 0px;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center h4 {
    color: #3B7DFF;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center p {
    display: none;
  }
  #content .cont_l .btns_one {
    display: block;
  }
  #content .cont_l .button1 {
    display: flex;
  }
  #content .cont_l .game_detail {
    align-items: center;
  }
  #content .cont_l .game_detail .detail_r {
    width: calc(100% - 116px);
  }
  #content .cont_l .game_detail .detail_r .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #content .cont_l .game_detail .detail_r .information .ifn_item:last-child {
    display: block;
  }
  #content .cont_l .game_detail .detail_r .information .xian {
    margin: 0 24px;
  }
  #content .cont_l .game_detail .detail_r .information .last {
    display: block;
  }
  #content .cont_l .game_detail .down-box {
    display: none;
  }
  #content .cont_l .applicatiop .app_list {
    grid-template-columns: repeat(3, 1fr);
  }
  #content .cont_l .ratings .ra_b {
    flex-direction: column;
  }
  #content .cont_l .ratings .ra_b .ra_b_c {
    width: 100%;
  }
  #content .cont_l .similar {
    margin-bottom: 24px;
  }
  #content .cont_l .similar .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 5));
  }
  #content .cont_l .similar .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .cont_r_btns {
    display: none;
  }
  #content .cont_r .button {
    display: none;
  }
  #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);
  }
  #content .cont_r .latest-news-right .latest-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .tan_box .tan_child {
    width: calc(100% - 20px);
    padding: 20px 10px 10px;
  }
  .tan_box .tan_child .title {
    font-size: 20px;
  }
  .tan_box .tan_child .text_box {
    padding: 10px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .ad .ad_title {
    display: none;
  }
  #content .cont_l .ad .m_ad_title {
    display: block;
  }
  #content .cont_l .button1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #content .cont_l .btns_one {
    display: block;
  }
  #content .cont_l .game_detail {
    align-items: center;
  }
  #content .cont_l .game_detail .detail_r {
    width: calc(100% - 116px);
  }
  #content .cont_l .game_detail .detail_r .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #content .cont_l .game_detail .detail_r .information:nth-child(3) {
    display: none;
  }
  #content .cont_l .game_detail .detail_r .information .item_t .fen2 {
    display: none;
  }
  #content .cont_l .game_detail .detail_r .information .item_t .fen1 {
    display: block;
  }
  #content .cont_l .game_detail .detail_r .information .xian {
    margin: 0 8px;
  }
  #content .cont_l .game_detail .detail_r .information .last {
    display: none;
  }
  #content .cont_l .game_detail .down-box {
    display: none;
  }
  #content .cont_l .applicatiop .app_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_l .ratings .ra_b {
    flex-direction: column;
  }
  #content .cont_l .ratings .ra_b .ra_b_c {
    width: 100%;
  }
  #content .cont_l .similar {
    margin-bottom: 24px;
  }
  #content .cont_l .similar .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 4));
  }
  #content .cont_l .similar .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
  #content .cont_l .latest-news .latest-list .latest-item a {
    flex-direction: column;
    align-items: start;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .img-box {
    display: none;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center {
    width: 100%;
    margin-right: 0px;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center h4 {
    color: #3B7DFF;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center p {
    display: none;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .cont_r_btns {
    display: none;
  }
  #content .cont_r .button {
    display: none;
  }
  #content .cont_r .ad .ad_title {
    display: none;
  }
  #content .cont_r .ad .m_ad_title {
    display: block;
  }
  #content .cont_r .latest-news-right .latest-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .tan_box .tan_child {
    width: calc(100% - 20px);
    padding: 20px 10px 10px;
  }
  .tan_box .tan_child .title {
    font-size: 20px;
  }
  .tan_box .tan_child .text_box {
    padding: 10px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .button1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content .cont_l .button1 .google,
  #content .cont_l .button1 .apple {
    width: 100%;
  }
  #content .cont_l .button1 .google {
    margin-bottom: 12px;
  }
  #content .cont_l .ad .ad_title {
    display: none;
  }
  #content .cont_l .ad .m_ad_title {
    display: block;
  }
  #content .cont_l .btns_one {
    display: block;
  }
  #content .cont_l .button {
    flex-direction: column;
    align-items: center;
  }
  #content .cont_l .button .google,
  #content .cont_l .button .apple {
    width: 100%;
  }
  #content .cont_l .button .google {
    margin-bottom: 12px;
  }
  #content .cont_l .game_detail {
    align-items: center;
    margin-bottom: 12px;
  }
  #content .cont_l .game_detail .detail_r {
    width: calc(100% - 116px);
  }
  #content .cont_l .game_detail .detail_r .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #content .cont_l .game_detail .detail_r .information .ifn_item:nth-child(3) {
    display: none;
  }
  #content .cont_l .game_detail .detail_r .information .ifn_item .item_t {
    width: 60px;
    text-align: center;
  }
  #content .cont_l .game_detail .detail_r .information .ifn_item .item_t .fen2 {
    display: none;
  }
  #content .cont_l .game_detail .detail_r .information .ifn_item .item_t .fen1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #content .cont_l .game_detail .detail_r .information .ifn_item .item_t .num {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #content .cont_l .game_detail .detail_r .information .ifn_item .item_b {
    width: 60px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #content .cont_l .game_detail .detail_r .information .xian {
    margin: 0 8px;
  }
  #content .cont_l .game_detail .detail_r .information .last {
    display: none;
  }
  #content .cont_l .game_detail .down-box {
    display: none;
  }
  #content .cont_l .applicatiop .app_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_l .ratings .ra_b {
    flex-direction: column;
  }
  #content .cont_l .ratings .ra_b .ra_b_c {
    width: 100%;
  }
  #content .cont_l .similar {
    margin-bottom: 24px;
  }
  #content .cont_l .similar .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
  }
  #content .cont_l .similar .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
  #content .cont_l .latest-news .latest-list .latest-item a {
    flex-direction: column;
    align-items: start;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .img-box {
    display: none;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center {
    width: 100%;
    margin-right: 0px;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center h4 {
    color: #3B7DFF;
  }
  #content .cont_l .latest-news .latest-list .latest-item a .center p {
    display: none;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .cont_r_btns {
    display: none;
  }
  #content .cont_r .button {
    display: none;
  }
  #content .cont_r .ad .ad_title {
    display: none;
  }
  #content .cont_r .ad .m_ad_title {
    display: block;
  }
  #content .cont_r .latest-news-right .latest-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
    width: 100%;
  }
}
