.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;
  text-align: left;
  font-family: m;
  font-size: 24px;
  font-weight: 600;
  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;
  text-align: center;
  line-height: 44px;
  color: #313132;
}
.tan_box .tan_child .tan_btn .cancel {
  background: rgba(49, 49, 50, 0.2);
  font-family: m;
  font-size: 16px;
  font-weight: 600;
  margin-right: 24px;
}
.tan_box .tan_child .tan_btn .continue {
  background: #F9DE4B;
  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;
}
#content .cont_l {
  width: 851px;
}
#content .cont_l .bread {
  color: #999999;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
#content .cont_l .bread a {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  margin-right: 5px;
}
#content .cont_l .game-detail {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  position: relative;
}
#content .cont_l .game-detail .game-img {
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont_l .game-detail .game-information .game-title {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
  margin-bottom: 20px;
}
#content .cont_l .game-detail .game-information .information {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_l .game-detail .game-information .information .ifn_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont_l .game-detail .game-information .information .ifn_item .item_t {
  margin-bottom: 6px;
}
#content .cont_l .game-detail .game-information .information .ifn_item .item_t .x_hei {
  width: 14px;
  height: 14px;
}
#content .cont_l .game-detail .game-information .information .ifn_item .item_t .fen,
#content .cont_l .game-detail .game-information .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 .game-information .information .ifn_item .item_t .fen1 {
  display: none;
}
#content .cont_l .game-detail .game-information .information .ifn_item .item_b {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_l .game-detail .game-information .information .xian {
  width: 1px;
  height: 26px;
  background: #EEEEEE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 16px;
}
#content .cont_l .game-detail .detail_right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#content .cont_l .game-detail .detail_right .detail-t-r-t {
  display: flex;
  width: 241px;
  height: 45px;
  box-shadow: 0px 2px 8px 0px rgba(42, 78, 74, 0.5);
  border-radius: 8px 8px 8px 8px;
}
#content .cont_l .game-detail .detail_right .detail-t-r-t .l {
  display: flex;
  align-items: center;
  background: #388ADE;
  width: 100%;
  justify-content: center;
  border-radius: 8px;
}
#content .cont_l .game-detail .detail_right .detail-t-r-t .l img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#content .cont_l .game-detail .detail_right .detail-t-r-t .l span {
  font-family: l;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
#content .cont_l .game-detail .detail_right .detail-t-r-t .l-one {
  display: flex;
  align-items: center;
  background: #388ADE;
  width: 100%;
  justify-content: center;
  border-radius: 8px;
}
#content .cont_l .game-detail .detail_right .detail-t-r-t .l-one img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#content .cont_l .game-detail .detail_right .detail-t-r-t .l-one span {
  font-family: l;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
#content .cont_l .game-detail .detail_right .virus {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
}
#content .cont_l .game-detail .detail_right .virus img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
#content .cont_l .game-detail .detail_right .virus span {
  display: block;
  color: #666666;
  font-size: 14px;
  font-family: M;
}
#content .cont_l .game-detail .detail_right .virus span a {
  color: #666666;
  font-size: 14px;
  font-family: M;
  text-decoration: underline !important;
}
#content .cont_l .ad_box {
  margin-bottom: 24px;
}
#content .cont_l .ad_box .ad_title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont_l .ad_box .ad_cont {
  width: 100%;
  min-height: 200px;
}
#content .cont_l .previous h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  margin-bottom: 12px;
}
#content .cont_l .previous ul li {
  margin-bottom: 12px;
}
#content .cont_l .previous ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #F5F5F5;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #CFCFCF;
}
#content .cont_l .previous ul li a .item_l .l_t {
  margin-bottom: 12px;
}
#content .cont_l .previous ul li a .item_l .l_t,
#content .cont_l .previous ul li a .item_l .l_b {
  display: flex;
}
#content .cont_l .previous ul li a .item_l .l_t span,
#content .cont_l .previous ul li a .item_l .l_b span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
#content .cont_l .previous ul li a .item_l .l_t .span1,
#content .cont_l .previous ul li a .item_l .l_b .span1 {
  width: 70px;
}
#content .cont_l .previous ul li a .item_r img {
  width: 40px;
  height: 40px;
}
#content .cont_l .previous ul li a .item_r .down_shen {
  display: none;
}
#content .cont_l .previous ul li a:hover .item_r .down_shen {
  display: block;
}
#content .cont_l .previous ul li a:hover .item_r .down_qian {
  display: none;
}
#content .cont_l .tiao_box {
  margin-bottom: 24px;
}
#content .cont_l .tiao_box .down,
#content .cont_l .tiao_box .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 8px 8px 8px 8px;
}
#content .cont_l .tiao_box .down img,
#content .cont_l .tiao_box .check img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont_l .tiao_box .down span,
#content .cont_l .tiao_box .check span {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
}
#content .cont_l .tiao_box .down:hover span,
#content .cont_l .tiao_box .check:hover span {
  text-decoration: underline;
}
#content .cont_l .tiao_box .down {
  background: #367BF6;
  margin-bottom: 12px;
}
#content .cont_l .tiao_box .down span {
  color: #fff;
}
#content .cont_l .tiao_box .check {
  background: rgba(54, 123, 246, 0.1);
}
#content .cont_l .tiao_box .check span {
  color: #367BF6;
}
#content .cont_l .app_list_box {
  margin-bottom: 16px;
}
#content .cont_l .app_list_box h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  margin-bottom: 12px;
}
#content .cont_l .app_list_box .app_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 8px;
}
#content .cont_l .app_list_box .app_list .app_item {
  padding: 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
#content .cont_l .app_list_box .app_list .app_item .app_img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
#content .cont_l .app_list_box .app_list .app_item .app_item_r {
  width: calc(100% - 48px);
}
#content .cont_l .app_list_box .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 .app_list_box .app_list .app_item .app_item_r .app_item_r_cont,
#content .cont_l .app_list_box .app_list .app_item .app_item_r .shop {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_l .app_list_box .app_list .app_item .app_item_r .shop {
  color: #559FF8;
}
#content .cont_l .app_list_box .app_list .app_item:nth-child(3n) {
  margin-right: 0;
}
#content .cont_l .lb {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
#content .cont_l .lb .swiper {
  overflow: hidden;
}
#content .cont_l .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .cont_l .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont_l .lb .swiper .swiper-wrapper .swiper-slide img {
  height: 268px;
}
#content .cont_l .lb .swiper-button-prev,
#content .cont_l .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont_l .lb .swiper-button-prev {
  left: 0;
}
#content .cont_l .lb .swiper-button-next {
  right: 0;
}
#content .cont_l .text_box .title_h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  margin-bottom: 12px;
}
#content .cont_l .text_box .cont_div h3 {
  font-family: b;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont_l .text_box .cont_div div {
  margin-bottom: 12px;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
#content .cont_l .similat-app {
  margin-bottom: 16px;
}
#content .cont_l .similat-app h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont_l .similat-app .si-app-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
  grid-gap: 8px;
}
#content .cont_l .similat-app .si-app-list .one-app {
  border-radius: 16px;
  padding: 12px;
  box-sizing: border-box;
}
#content .cont_l .similat-app .si-app-list .one-app img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-bottom: 4px;
}
#content .cont_l .similat-app .si-app-list .one-app .name {
  width: 100%;
  height: 18px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont_l .similat-app .si-app-list .one-app .score {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
#content .cont_l .similat-app .si-app-list .one-app .score .xing {
  width: 12px;
  height: 12px;
  border-radius: 0;
  box-shadow: none;
}
#content .cont_l .similat-app .si-app-list .one-app:hover {
  background-color: #F5F5F5;
}
#content .cont_l .similat-app .si-app-list .one-app:nth-child(6n) {
  margin-right: 0;
}
#content .cont_r {
  width: 336px;
}
#content .cont_r .gg-r {
  margin-bottom: 16px;
}
#content .cont_r .gg-r .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont_r .gg-r .gg-cont {
  width: 100%;
  height: 280px;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
}
#content .cont_r .top-games {
  margin-bottom: 16px;
}
#content .cont_r .top-games h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont_r .top-games .top-game-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
}
#content .cont_r .top-games .top-game-list .one-top-game {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 12px;
}
#content .cont_r .top-games .top-game-list .one-top-game:hover {
  background-color: #F5F5F5;
}
#content .cont_r .top-games .top-game-list .one-top-game:hover .game-information .class-list a {
  text-decoration: underline;
}
#content .cont_r .top-games .top-game-list .one-top-game .game-img {
  width: 70px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont_r .top-games .top-game-list .one-top-game .game-information {
  width: calc(100% - 82px);
}
#content .cont_r .top-games .top-game-list .one-top-game .game-information .game-title {
  display: block;
  width: 100%;
  height: 21px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont_r .top-games .top-game-list .one-top-game .game-information .class-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
#content .cont_r .top-games .top-game-list .one-top-game .game-information .class-list a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #367BF6;
  margin-right: 3px;
}
#content .cont_r .top-games .top-game-list .one-top-game .game-information .g-i-btm {
  display: flex;
  align-items: center;
}
#content .cont_r .top-games .top-game-list .one-top-game .game-information .g-i-btm .fen {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-right: 3px;
}
#content .cont_r .top-games .top-game-list .one-top-game .game-information .g-i-btm img {
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game-detail .game-img {
    margin-right: 8px;
  }
  #content .cont_l .game-detail .game-information .game-title {
    margin-bottom: 12px;
  }
  #content .cont_l .game-detail .game-information .information .xian {
    margin: 0 8px;
  }
  #content .cont_l .ad_box .ad_title {
    text-align: right;
  }
  #content .cont_l .app_list_box .app_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_l .similat-app .si-app-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .top-games .top-game-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game-detail .game-img {
    margin-right: 8px;
  }
  #content .cont_l .game-detail .game-information .game-title {
    margin-bottom: 12px;
  }
  #content .cont_l .game-detail .game-information .information .xian {
    margin: 0 8px;
  }
  #content .cont_l .ad_box .ad_title {
    text-align: right;
  }
  #content .cont_l .app_list_box .app_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_l .similat-app .si-app-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .top-games .top-game-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game-detail .game-img {
    margin-right: 8px;
  }
  #content .cont_l .game-detail .game-information .game-title {
    margin-bottom: 12px;
  }
  #content .cont_l .game-detail .game-information .information .xian {
    margin: 0 8px;
  }
  #content .cont_l .ad_box .ad_title {
    text-align: right;
  }
  #content .cont_l .app_list_box .app_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_l .similat-app .si-app-list {
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .top-games .top-game-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .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;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game-detail .game-img {
    margin-right: 8px;
  }
  #content .cont_l .game-detail .game-information .game-title {
    margin-bottom: 12px;
  }
  #content .cont_l .game-detail .game-information .information .xian {
    margin: 0 8px;
  }
  #content .cont_l .ad_box .ad_title {
    text-align: right;
  }
  #content .cont_l .app_list_box .app_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont_l .similat-app .si-app-list {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
  }
  #content .cont_l .ratings .ra-b {
    flex-direction: column;
    align-items: center;
  }
  #content .cont_l .ratings .ra-b .ra-b-c {
    margin: 0 0 12px 0;
  }
  #content .cont_l .ratings .ra-b .ra-b-r {
    width: 100%;
  }
  #content .cont_r {
    width: 100%;
  }
  .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;
  }
}
