.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: 24px;
  right: 24px;
  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: 12px;
  background: #FAFAFA;
}
.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 {
  padding: 24px 65px;
  display: flex;
  justify-content: space-between;
}
#content .cont_l {
  width: 800px;
}
#content .cont_l .game_detail {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
#content .cont_l .game_detail .game_img {
  width: 100px;
  height: 100px;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin-right: 16px;
}
#content .cont_l .game_detail .detail_r .title {
  margin-bottom: 12px;
  font-size: 24px;
  font-family: s;
  color: #333333;
}
#content .cont_l .game_detail .detail_r .title .safe {
  width: 24px;
  height: 24px;
}
#content .cont_l .game_detail .detail_r .lei {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  margin-bottom: 4px;
}
#content .cont_l .game_detail .detail_r .app_btm img {
  width: 14px;
  height: 14px;
  transform: translateY(-1px);
}
#content .cont_l .game_detail .detail_r .app_btm span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .ad_box {
  margin-bottom: 16px;
  display: block !important;
}
#content .cont_l .ad_box .ad_title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #D0D0D0;
  text-align: center;
}
#content .cont_l .ad_box .ad_cont {
  min-height: 90px;
}
#content .cont_l .applicatiop {
  margin-bottom: 50px;
}
#content .cont_l .applicatiop .app-title {
  color: #333;
  font-family: m;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
#content .cont_l .applicatiop .app_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(10px, 1fr));
  grid-gap: 12px 16px;
}
#content .cont_l .applicatiop .app_list .app_item {
  padding: 8px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #E9E9E9;
  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: 300;
  color: #999999;
  margin-bottom: 2px;
  position: relative;
}
#content .cont_l .applicatiop .app_list .app_item .app_item_r .app_item_r_title img {
  width: 14px;
  height: 14px;
  position: relative;
}
#content .cont_l .applicatiop .app_list .app_item .app_item_r .app_item_r_title .zi {
  display: none;
  width: 300px;
  position: absolute;
  top: 18px;
  left: -8px;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  background: #fff;
  padding: 12px;
  z-index: 3;
}
#content .cont_l .applicatiop .app_list .app_item .app_item_r .app_item_r_title:hover .zi {
  display: block;
}
#content .cont_l .applicatiop .app_list .app_item .app_item_r .app_item_r_cont {
  font-size: 14px;
  font-family: m;
  font-weight: 300;
  color: #333;
  word-break: break-word;
}
#content .cont_l .editor {
  margin-bottom: 50px;
  position: relative;
}
#content .cont_l .editor h3 {
  font-family: b;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont_l .editor .edit_cont {
  overflow: hidden;
}
#content .cont_l .editor .edit_cont p {
  font-family: m;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 5px;
}
#content .cont_l .editor .edit_cont p:last-child {
  margin-bottom: 0;
}
#content .cont_l .editor .yc {
  height: 413px;
}
#content .cont_l .editor .show-more {
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 116px;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 20%, rgba(246, 246, 246, 0.8) 80%, #F6F6F6 100%);
  cursor: pointer;
}
#content .cont_l .editor .show-more .show-text {
  font-family: s;
  font-weight: 500;
  font-size: 15px;
  color: #397CEF;
}
#content .cont_l .editor .show-more .sj {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}
#content .cont_l .feature {
  margin-bottom: 24px;
}
#content .cont_l .feature .fe_title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont_l .feature .fe_title img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .cont_l .feature .fe_title h3 {
  font-family: b;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
#content .cont_l .feature .fe_cont p {
  padding-left: 26px;
  font-family: m;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  position: relative;
  margin-bottom: 12px;
}
#content .cont_l .feature .fe_cont p:last-child {
  margin-bottom: 0;
}
#content .cont_l .feature .fe_cont p::after {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  content: "";
}
#content .cont_l .btns {
  margin-bottom: 24px;
}
#content .cont_l .btns .download,
#content .cont_l .btns .download_hui,
#content .cont_l .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;
  border-radius: 46px;
}
#content .cont_l .btns .download img,
#content .cont_l .btns .download_hui img,
#content .cont_l .btns .check img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#content .cont_l .btns .download:hover span,
#content .cont_l .btns .download_hui:hover span,
#content .cont_l .btns .check:hover span {
  text-decoration: underline;
}
#content .cont_l .btns .download {
  background: #3B7DFF;
  color: #fff;
  margin-bottom: 12px;
}
#content .cont_l .btns .download_hui {
  background: #c2c2c2;
  margin-bottom: 12px;
  color: #fff;
}
#content .cont_l .btns .check {
  background: rgba(59, 125, 255, 0.1);
  color: #3B7DFF;
  margin-bottom: 12px;
}
#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: #EBF2FD;
  border-radius: 46px;
  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 {
  color: #397CEF;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
}
#content .cont_l .button .google:hover span,
#content .cont_l .button .apple:hover span {
  text-decoration: underline;
}
#content .cont_l .button .hui {
  border-radius: 46px;
  background: rgba(27, 27, 29, 0.1);
}
#content .cont_l .button .hui span {
  color: #1B1B1D;
}
#content .cont_l .more-disclaimer {
  width: 100%;
  padding: 12px 16px;
  background: #ECECEC;
  border-radius: 8px 8px 8px 8px;
  font-family: m;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 24px;
}
#content .cont_l .more-disclaimer a {
  color: #397CEF;
}
#content .cont_l .ratings {
  margin-bottom: 24px;
}
#content .cont_l .ratings h3 {
  font-family: b;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  display: flex;
}
#content .cont_l .ratings h3 .wen-box {
  position: relative;
  margin-left: 4px;
}
#content .cont_l .ratings h3 .wen-box img {
  width: 14px;
  height: 14px;
}
#content .cont_l .ratings h3 .wen-box .zi {
  display: none;
  width: 300px;
  position: absolute;
  top: 26px;
  left: -8px;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  background: #fff;
  padding: 12px;
  z-index: 3;
}
#content .cont_l .ratings h3 .wen-box:hover .zi {
  display: block;
}
#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: 500;
  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: #666;
  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: #397CEF;
  border-radius: 20px 20px 20px 20px;
}
#content .cont_l .ratings .ra_b .ra_b_c .one_rating .progress .progress_zi {
  height: 10px;
  background: #E0E0E0;
  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 .screenshots {
  margin-bottom: 24px;
}
#content .cont_l .screenshots h3 {
  font-family: b;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
#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 .swiper-wrapper .swiper-slide-duplicate {
  width: auto !important;
}
#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 .like {
  margin-bottom: 24px;
}
#content .cont_l .like h3 {
  font-family: b;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .like .app_list {
  display: grid;
  grid-template-columns: repeat(6, minmax(20px, 1fr));
  grid-gap: 12px;
}
#content .cont_l .like .app_list .app_item {
  position: relative;
}
#content .cont_l .like .app_list .app_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont_l .like .app_list .app_item .app_cover {
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-bottom: 12px;
}
#content .cont_l .like .app_list .app_item .app_title {
  font-family: s;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_l .like .app_list .app_item:hover .app_title {
  color: #007aff;
  text-decoration: underline;
}
#content .cont_l .previous_versions h3 {
  font-family: b;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .previous_versions .ver_list .ver_item {
  padding: 24px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont_l .previous_versions .ver_list .ver_item .item_l .size {
  font-family: s;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
}
#content .cont_l .previous_versions .ver_list .ver_item .item_l .item_text {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .previous_versions .ver_list .ver_item .item_l .item_text span {
  text-decoration: underline;
}
#content .cont_l .previous_versions .ver_list .ver_item .item_r .y_hui,
#content .cont_l .previous_versions .ver_list .ver_item .item_r .y_lan {
  width: 58px;
  height: 34px;
}
#content .cont_l .previous_versions .ver_list .ver_item .item_r .y_lan {
  display: none;
}
#content .cont_l .previous_versions .ver_list .ver_item:hover .item_l .size {
  color: #397CEF;
  text-decoration: underline;
}
#content .cont_l .previous_versions .ver_list .ver_item:hover .item_r .y_lan {
  display: block;
}
#content .cont_l .previous_versions .ver_list .ver_item:hover .item_r .y_hui {
  display: none;
}
#content .cont_l .previous_versions .paging {
  height: 50px;
  text-align: center;
}
#content .cont_l .previous_versions .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont_l .previous_versions .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .cont_l .previous_versions .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #397CEF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .cont_l .layui-carousel {
  height: 268px;
  width: 100%;
}
#content .cont_r {
  width: 300px;
}
#content .cont_r .tending_apps h3 {
  font-family: b;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_r .tending_apps .apps_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(20px, 1fr));
  grid-gap: 12px;
}
#content .cont_r .tending_apps .apps_list .apps_item {
  position: relative;
  display: flex;
  align-items: center;
}
#content .cont_r .tending_apps .apps_list .apps_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont_r .tending_apps .apps_list .apps_item .apps_cover {
  width: 80px;
  height: 80px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-right: 8px;
}
#content .cont_r .tending_apps .apps_list .apps_item .item_r {
  width: calc(100% - 90px);
}
#content .cont_r .tending_apps .apps_list .apps_item .item_r h4 {
  font-family: s;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont_r .tending_apps .apps_list .apps_item .item_r .lei {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  margin-bottom: 3px;
}
#content .cont_r .tending_apps .apps_list .apps_item .item_r .app_btm {
  display: flex;
  align-items: center;
}
#content .cont_r .tending_apps .apps_list .apps_item .item_r .app_btm img {
  width: 14px;
  height: 14px;
}
#content .cont_r .tending_apps .apps_list .apps_item .item_r .app_btm span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_r .tending_apps .apps_list .apps_item:hover .item_r h4 {
  text-decoration: underline;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  #content {
    flex-direction: column;
    padding: 16px 12px;
    width: 100%;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game_detail .down-box {
    display: none;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .recommended-list .app_list {
    grid-template-columns: repeat(6, minmax(20px, 1fr));
  }
  #content .cont_r .tending_apps .apps_list {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
    padding: 16px 12px;
    width: 100%;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game_detail .down-box {
    display: none;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .tending_apps .apps_list {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont_r .recommended-list .app_list {
    grid-template-columns: repeat(6, minmax(20px, 1fr));
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  .tan_box .tan_child {
    width: calc(100% - 20px);
    padding: 40px 10px 10px;
  }
  .tan_box .tan_child .title {
    font-size: 20px;
  }
  .tan_box .tan_child .text_box {
    padding: 10px;
  }
  #content {
    flex-direction: column;
    padding: 16px 12px;
    width: 100%;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game_detail .down-box {
    display: none;
  }
  #content .cont_l .applicatiop .app_list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
  #content .cont_l .ratings .ra_b {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #content .cont_l .ratings .ra_b .ra_b_l {
    margin-right: 0;
  }
  #content .cont_l .ratings .ra_b .ra_b_c {
    width: 100%;
  }
  #content .cont_l .like .app_list {
    grid-template-columns: repeat(5, minmax(20px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .recommended-list .app_list {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont_r .tending_apps .apps_list {
    grid-template-columns: repeat(2, minmax(20px, 1fr));
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  .tan_box .tan_child {
    width: calc(100% - 20px);
    padding: 40px 10px 10px;
  }
  .tan_box .tan_child .title {
    font-size: 20px;
  }
  .tan_box .tan_child .text_box {
    padding: 10px;
  }
  #content {
    flex-direction: column;
    padding: 16px 12px;
    width: 100%;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .game_detail .down-box {
    display: none;
  }
  #content .cont_l .applicatiop .app_list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
  #content .cont_l .ratings .ra_b {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #content .cont_l .ratings .ra_b .ra_b_l {
    margin-right: 0;
  }
  #content .cont_l .ratings .ra_b .ra_b_c {
    width: 100%;
  }
  #content .cont_l .like .app_list {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .recommended-list .app_list {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont_r .tending_apps .apps_list {
    grid-template-columns: repeat(1, minmax(20px, 1fr));
  }
}
