#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;
}
#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 .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 .tiao_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .cont_l .tiao_box .down,
#content .cont_l .tiao_box .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 417px;
  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;
}
#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 .fwb p {
  font-family: m;
  line-height: 21px;
  color: #666;
  margin-bottom: 8px;
}
#content .cont_l .fuwenben {
  margin-bottom: 16px;
}
#content .cont_l .fuwenben p {
  line-height: 21px;
  font-size: 14px;
  color: #666;
  font-family: m;
}
#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_l .ratings {
  margin-bottom: 16px;
}
#content .cont_l .ratings h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont_l .ratings .ra-b {
  display: flex;
}
#content .cont_l .ratings .ra-b .ra-b-l {
  margin-right: 16px;
}
#content .cont_l .ratings .ra-b .ra-b-l .score {
  width: 88px;
  height: 82px;
  font-size: 64px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 75px;
  text-align: center;
}
#content .cont_l .ratings .ra-b .ra-b-l .total {
  width: 88px;
  height: 18px;
  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 {
  margin-right: 16px;
}
#content .cont_l .ratings .ra-b .ra-b-c .one-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#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: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
#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: 280px;
}
#content .cont_l .ratings .ra-b .ra-b-c .one-rating .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 6px;
  background: #666666;
  border-radius: 20px 20px 20px 20px;
}
#content .cont_l .ratings .ra-b .ra-b-c .one-rating .progress .progress_zi {
  height: 6px;
  background: #F5F5F5;
  border-radius: 20px 20px 20px 20px;
}
#content .cont_l .ratings .ra-b .ra-b-r {
  width: 419px;
  height: 100px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 38px 100px;
  text-align: center;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 21px;
  position: relative;
}
#content .cont_l .ratings .ra-b .ra-b-r .tishi {
  position: absolute;
  top: -25px;
  left: 50px;
  width: 217px;
  height: 59px;
  line-height: 59px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #F5F5F5;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  display: none;
}
#content .cont_l .disclaimer h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 12px;
}
#content .cont_l .disclaimer .dir-cont {
  width: 100%;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin-bottom: 8px;
}
#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 .tiao_box {
    flex-direction: row;
  }
  #content .cont_l .tiao_box .down,
  #content .cont_l .tiao_box .check {
    width: calc((100% - 16px) / 2);
  }
  #content .cont_l .tiao_box .down {
    margin-bottom: 0;
  }
  #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_l .ratings {
    margin-bottom: 16px;
  }
  #content .cont_l .ratings .ra-b .ra-b-r {
    width: 419px;
    width: calc(100% - 432px);
  }
  #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 .tiao_box {
    flex-direction: row;
  }
  #content .cont_l .tiao_box .down,
  #content .cont_l .tiao_box .check {
    width: calc((100% - 16px) / 2);
  }
  #content .cont_l .tiao_box .down {
    margin-bottom: 0;
  }
  #content .cont_l .app_list_box .app_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_l .ratings {
    margin-bottom: 16px;
  }
  #content .cont_l .ratings .ra-b .ra-b-r {
    width: 419px;
    width: calc(100% - 432px);
  }
  #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 .tiao_box {
    flex-direction: row;
  }
  #content .cont_l .tiao_box .down,
  #content .cont_l .tiao_box .check {
    width: calc((100% - 16px) / 2);
  }
  #content .cont_l .tiao_box .down {
    margin-bottom: 0;
  }
  #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_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_l .ratings .ra-b .ra-b-r .tishi {
    left: 210px;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .top-games .top-game-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@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 .tiao_box {
    flex-direction: column;
  }
  #content .cont_l .tiao_box .down,
  #content .cont_l .tiao_box .check {
    width: 100%;
  }
  #content .cont_l .tiao_box .down {
    margin-bottom: 10px;
  }
  #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%;
  }
}
