@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;
}
#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 .ad {
  position: relative;
  margin-bottom: 16px;
}
#content .cont_l .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_l .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont_l .button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .cont_l .button .google,
#content .cont_l .button .apple {
  width: calc((100% - 16px) / 2);
  height: 50px;
  background: rgba(59, 125, 255, 0.1);
  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 .button .apple img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_l .button .google span,
#content .cont_l .button .apple span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #3B7DFF;
  line-height: 19px;
}
#content .cont_l .features,
#content .cont_l .disclaimer,
#content .cont_l .similar,
#content .cont_l .previous {
  margin-bottom: 24px;
}
#content .cont_l .features h3,
#content .cont_l .disclaimer h3,
#content .cont_l .similar h3,
#content .cont_l .previous h3 {
  font-size: 20px;
  font-family: b;
  color: #333333;
  line-height: 23px;
  margin-bottom: 16px;
}
#content .cont_l .previous .prev_list .prev_item {
  width: 100%;
  padding: 16px 20px;
  background: #578EF9;
  border-radius: 16px 16px 16px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_l .previous .prev_list .prev_item .prev_item_l .version,
#content .cont_l .previous .prev_list .prev_item .prev_item_l .size {
  font-size: 16px;
  font-family: b;
  color: #FFFFFF;
  line-height: 19px;
  margin-bottom: 12px;
}
#content .cont_l .previous .prev_list .prev_item .prev_item_l .tiao span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #DBDBDB;
  vertical-align: middle;
}
#content .cont_l .previous .prev_list .prev_item .prev_item_l .tiao img {
  width: 20px;
  height: 20px;
}
#content .cont_l .previous .prev_list .prev_item .prev_item_r {
  width: 222px;
  height: 33px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#content .cont_l .previous .prev_list .prev_item .prev_item_r img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
#content .cont_l .previous .prev_list .prev_item .prev_item_r span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #3B7DFF;
  line-height: 16px;
}
@media (any-hover: hover) {
  #content .cont_l .previous .prev_list .prev_item:hover {
    background: #3B7DFF;
  }
}
#content .cont_l .previous .page {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#content .cont_l .previous .page .page_l,
#content .cont_l .previous .page .page_r {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
#content .cont_l .previous .page .page_l {
  background: url(../image/page_h_l.png) no-repeat;
  background-size: 40px;
}
#content .cont_l .previous .page .page_r {
  background: url(../image/page_h_r.png) no-repeat;
  background-size: 40px;
}
#content .cont_l .previous .page .center {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin: 0 16px;
}
#content .cont_l .previous .page .center .num {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 28px;
}
#content .cont_l .features .features_main .feat_main_title,
#content .cont_l .features .tips_main .feat_main_title,
#content .cont_l .features .features_main .tips_main_title,
#content .cont_l .features .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 .features .tips_main .feat_main_cont,
#content .cont_l .features .features_main .tips_main_cont,
#content .cont_l .features .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 .disclaimer .dis_text {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 21px;
  margin-bottom: 16px;
}
#content .cont_l .disclaimer .dis_text span {
  text-decoration: 1px solid underline;
}
#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_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%;
  }
  #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 .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 .editor_choice .edit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont_r .editor_choice .edit_list .edit_item {
    width: calc((100% - 8px) / 2);
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #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 .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 .editor_choice .edit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont_r .editor_choice .edit_list .edit_item {
    width: calc((100% - 8px) / 2);
  }
}
@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 .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:nth-child(3) {
    display: none;
  }
  #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;
  }
  #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 .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_r {
    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 .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:nth-child(3) {
    display: none;
  }
  #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;
  }
  #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 .previous .prev_list .prev_item {
    padding: 16px;
  }
  #content .cont_l .previous .prev_list .prev_item .prev_item_r {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inherit;
  }
  #content .cont_l .previous .prev_list .prev_item .prev_item_r img {
    width: 16px;
    height: 16px;
    margin-right: 0px;
  }
  #content .cont_l .previous .prev_list .prev_item .prev_item_r span {
    display: none;
  }
  #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_r {
    width: 100%;
  }
}
