.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 {
  display: flex;
  justify-content: space-between;
}
#content .cont_l {
  width: 800px;
}
#content .cont_l .game_detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
}
#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: 12px;
  font-size: 24px;
  font-family: s;
  color: #333333;
}
#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: 24px;
}
#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: 12px;
}
#content .cont_l .applicatiop .app_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content .cont_l .applicatiop .app_list .app_item {
  width: calc((100% - 16px) / 2);
  padding: 8px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #E9E9E9;
  margin-bottom: 12px;
  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: 16px;
  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: 18px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 16px;
  word-break: break-word;
}
#content .cont_l .editor {
  margin-bottom: 24px;
}
#content .cont_l .editor h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont_l .editor .edit_cont p {
  font-family: m;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
}
#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: bold;
  font-size: 18px;
  color: #333333;
}
#content .cont_l .feature .fe_cont p {
  padding-left: 26px;
  font-family: m;
  font-weight: 500;
  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 .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;
}
#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: 12px;
}
#content .cont_l .button .google,
#content .cont_l .button .apple {
  width: calc((100% - 16px) / 2);
  height: 50px;
  background: #EBF2FD;
  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 {
  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 .ratings {
  margin-bottom: 24px;
}
#content .cont_l .ratings h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
#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: #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: bold;
  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-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 h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .like .app_list .app_item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#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: 90px;
  height: 90px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-right: 8px;
}
#content .cont_l .like .app_list .app_item .item_c {
  width: calc(100% - 165px);
}
#content .cont_l .like .app_list .app_item .item_c .app_title {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_l .like .app_list .app_item .item_c .lei {
  margin-bottom: 4px;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .like .app_list .app_item .item_c .app_btm img {
  width: 14px;
  height: 14px;
  transform: translateY(-2px);
}
#content .cont_l .like .app_list .app_item .item_c .app_btm span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .like .app_list .app_item .get {
  width: 59px;
  height: 34px;
  border-radius: 45px 45px 45px 45px;
  border: 1px solid #999999;
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 34px;
  margin-left: 8px;
}
#content .cont_l .like .app_list .app_item:hover .item_c .app_title {
  color: #397CEF;
  text-decoration: underline;
}
#content .cont_l .like .app_list .app_item:hover .get {
  background: #397CEF;
  color: #fff;
}
#content .cont_l .previous_versions h3 {
  font-family: b;
  font-weight: bold;
  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: 600;
  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_r {
  width: 300px;
}
#content .cont_r .tending_apps h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont_r .tending_apps .apps_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 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;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-right: 8px;
}
#content .cont_r .tending_apps .apps_list .apps_item .item_r h3 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  word-break: break-all;
}
#content .cont_r .tending_apps .apps_list .apps_item .item_r .lei {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#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 h3 {
  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_r {
    width: 100%;
  }
  #content .cont_r .tending_apps .apps_list {
    grid-template-columns: repeat(3, minmax(100px, 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_r {
    width: 100%;
  }
  #content .cont_r .tending_apps .apps_list {
    grid-template-columns: repeat(2, minmax(100px, 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 .applicatiop .app_list {
    flex-direction: column;
  }
  #content .cont_l .applicatiop .app_list .app_item {
    width: 100%;
  }
  #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 .app_item .app_cover {
    width: 80px;
    height: 80px;
  }
  #content .cont_l .like .app_list .app_item .item_c {
    width: calc(100% - 88px);
  }
  #content .cont_l .like .app_list .app_item .item_c .app_title {
    font-size: 16px;
  }
  #content .cont_l .like .app_list .app_item .get {
    display: none;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .tending_apps .apps_list {
    grid-template-columns: repeat(2, minmax(100px, 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 .applicatiop .app_list {
    flex-direction: column;
  }
  #content .cont_l .applicatiop .app_list .app_item {
    width: 100%;
  }
  #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 .app_item .app_cover {
    width: 80px;
    height: 80px;
  }
  #content .cont_l .like .app_list .app_item .item_c {
    width: calc(100% - 88px);
  }
  #content .cont_l .like .app_list .app_item .item_c .app_title {
    font-size: 16px;
  }
  #content .cont_l .like .app_list .app_item .get {
    display: none;
  }
  #content .cont_r {
    width: 100%;
  }
}
