#content .top_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .top_cont .top_c_l {
  width: 532px;
}
#content .top_cont .top_c_l .game_detail {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .top_cont .top_c_l .game_detail .game_cover {
  width: 167px;
  height: 167px;
  border-radius: 16px 16px 16px 16px;
  margin-right: 12px;
}
#content .top_cont .top_c_l .game_detail .detail_r .game_name {
  width: 380px;
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
#content .top_cont .top_c_l .game_detail .detail_r .adders {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  margin-bottom: 8px;
}
#content .top_cont .top_c_l .game_detail .detail_r .xing .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #FFD61B;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .top_cont .top_c_l .game_detail .detail_r .fang img {
  width: 16px;
  height: 16px;
}
#content .top_cont .top_c_l .game_detail .detail_r .fang span {
  font-size: 13px;
  font-family: m;
  font-weight: 500;
  color: #5FCC89;
}
#content .top_cont .top_c_l .table {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 262px));
  grid-gap: 14px;
}
#content .top_cont .top_c_l .table .table_item {
  width: 262px;
  height: 52px;
  background: #F7F7F7;
  border-radius: 8px 8px 8px 8px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
#content .top_cont .top_c_l .table .table_item img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#content .top_cont .top_c_l .table .table_item .table_item_r .qian {
  display: block;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
}
#content .top_cont .top_c_l .table .table_item .table_item_r .shen {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
#content .top_cont .ad .ad_title {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D2D2D2;
  text-align: center;
}
#content .top_cont .ad .ad_cont {
  width: 336px;
  height: 280px;
  background: #F2F2F2;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .top_cont .top_c_r {
  width: 300px;
  height: 295px;
}
#content .top_cont .top_c_r .title {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}
#content .top_cont .top_c_r .tag_list {
  display: flex;
  flex-wrap: wrap;
  height: 270px;
  overflow: hidden;
}
#content .top_cont .top_c_r .tag_list .tag_item {
  margin: 0 10px 10px 0;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
  padding: 8px 12px;
  height: 36px;
  box-sizing: border-box;
}
#content .top_cont .top_c_r .tag_list .tag_item a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
}
#content .top_cont .top_c_r .tag_list .tag_item:hover {
  text-decoration: underline;
  background: #eee;
}
#content .btm_cont {
  display: flex;
  justify-content: space-between;
}
#content .btm_cont .cont_l {
  width: 884px;
}
#content .btm_cont .cont_l .review,
#content .btm_cont .cont_l .screenshot,
#content .btm_cont .cont_l .get,
#content .btm_cont .cont_l .ad728,
#content .btm_cont .cont_l .comment,
#content .btm_cont .cont_l .p_version {
  margin-bottom: 24px;
}
#content .btm_cont .cont_l .review .title,
#content .btm_cont .cont_l .screenshot .title,
#content .btm_cont .cont_l .get .title,
#content .btm_cont .cont_l .ad728 .title,
#content .btm_cont .cont_l .comment .title,
#content .btm_cont .cont_l .p_version .title {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .btm_cont .cont_l .review {
  margin-bottom: 24px;
}
#content .btm_cont .cont_l .review .fwb {
  font-family: m;
  color: #999;
  line-height: 24px;
  font-size: 16px;
}
#content .btm_cont .cont_l .ad728 .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D2D2D2;
  line-height: 14px;
}
#content .btm_cont .cont_l .ad728 .ad_cont {
  width: 728px;
  height: 90px;
  background: #F2F2F2;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
}
#content .btm_cont .cont_l .screenshot .lb {
  position: relative;
  width: 100%;
}
#content .btm_cont .cont_l .screenshot .lb .swiper {
  overflow: hidden;
}
#content .btm_cont .cont_l .screenshot .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 12px;
}
#content .btm_cont .cont_l .screenshot .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .btm_cont .cont_l .screenshot .lb .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 12px;
  height: 320px;
}
#content .btm_cont .cont_l .screenshot .lb .swiper-button-prev,
#content .btm_cont .cont_l .screenshot .lb .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
}
#content .btm_cont .cont_l .screenshot .lb .swiper-button-prev {
  left: 0;
}
#content .btm_cont .cont_l .screenshot .lb .swiper-button-next {
  right: 0;
}
#content .btm_cont .cont_l .get .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .btm_cont .cont_l .get .btns .google,
#content .btm_cont .cont_l .get .btns .apple {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 432px;
  height: 64px;
  border: none;
}
#content .btm_cont .cont_l .get .btns .google img,
#content .btm_cont .cont_l .get .btns .apple img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .btm_cont .cont_l .get .btns .google .img2,
#content .btm_cont .cont_l .get .btns .apple .img2 {
  display: none;
}
#content .btm_cont .cont_l .get .btns .google span,
#content .btm_cont .cont_l .get .btns .apple span {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
}
#content .btm_cont .cont_l .get .btns .google .google_span,
#content .btm_cont .cont_l .get .btns .apple .google_span {
  color: #199569;
}
#content .btm_cont .cont_l .get .btns .google .apple_span,
#content .btm_cont .cont_l .get .btns .apple .apple_span {
  color: #3478F6;
}
#content .btm_cont .cont_l .get .btns .google:hover .img1,
#content .btm_cont .cont_l .get .btns .apple:hover .img1 {
  display: none;
}
#content .btm_cont .cont_l .get .btns .google:hover .img2,
#content .btm_cont .cont_l .get .btns .apple:hover .img2 {
  display: block;
}
#content .btm_cont .cont_l .get .btns .google:hover span,
#content .btm_cont .cont_l .get .btns .apple:hover span {
  color: #fff;
  text-decoration: underline;
}
#content .btm_cont .cont_l .get .btns .google {
  background: rgba(25, 149, 105, 0.2);
}
#content .btm_cont .cont_l .get .btns .google:hover {
  background: #199569;
}
#content .btm_cont .cont_l .get .btns .apple {
  background: rgba(52, 120, 246, 0.2);
}
#content .btm_cont .cont_l .get .btns .apple:hover {
  background: #3478f6;
}
#content .btm_cont .cont_l .get .btns1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .btm_cont .cont_l .get .btns1 .google,
#content .btm_cont .cont_l .get .btns1 .apple {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 432px;
  height: 64px;
  border: none;
  background: rgba(57, 109, 255, 0.2);
}
#content .btm_cont .cont_l .get .btns1 .google img,
#content .btm_cont .cont_l .get .btns1 .apple img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .btm_cont .cont_l .get .btns1 .google .img2,
#content .btm_cont .cont_l .get .btns1 .apple .img2 {
  display: none;
}
#content .btm_cont .cont_l .get .btns1 .google span,
#content .btm_cont .cont_l .get .btns1 .apple span {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
}
#content .btm_cont .cont_l .get .btns1 .google:hover,
#content .btm_cont .cont_l .get .btns1 .apple:hover {
  background: #396DFF;
}
#content .btm_cont .cont_l .get .btns1 .google:hover .img1,
#content .btm_cont .cont_l .get .btns1 .apple:hover .img1 {
  display: none;
}
#content .btm_cont .cont_l .get .btns1 .google:hover .img2,
#content .btm_cont .cont_l .get .btns1 .apple:hover .img2 {
  display: block;
}
#content .btm_cont .cont_l .get .btns1 .google:hover span,
#content .btm_cont .cont_l .get .btns1 .apple:hover span {
  color: #fff;
  text-decoration: underline;
}
#content .btm_cont .cont_l .comment textarea {
  width: 100%;
  height: 100px;
  background: #f8f8f8;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
  padding: 16px 0;
  margin-bottom: 12px;
}
#content .btm_cont .cont_l .comment .tj {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #F9F9F9;
  margin-bottom: 16px;
}
#content .btm_cont .cont_l .comment .tj input {
  width: 704px;
  height: 51px;
  background: #f8f8f8;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: none;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-indent: 1em;
}
#content .btm_cont .cont_l .comment .tj button {
  width: 164px;
  height: 51px;
  background: #396DFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 18px;
  font-family: s;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  cursor: pointer;
}
#content .btm_cont .cont_l .comment .reply {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #F9F9F9;
  margin-bottom: 16px;
}
#content .btm_cont .cont_l .comment .reply .reply_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
#content .btm_cont .cont_l .comment .reply .reply_r {
  width: calc(100% - 54px);
}
#content .btm_cont .cont_l .comment .reply .reply_r .name {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 8px;
}
#content .btm_cont .cont_l .comment .reply .reply_r .talk {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
}
#content .btm_cont .cont_l .comment .paging {
  height: 50px;
  text-align: center;
}
#content .btm_cont .cont_l .comment .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .btm_cont .cont_l .comment .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .btm_cont .cont_l .comment .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #396DFF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .btm_cont .cont_l .p_version h3 {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 12px;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  background: rgba(57, 109, 255, 0.2);
  border-radius: 8px 8px 8px 8px;
  box-sizing: border-box;
  padding: 0 24px;
  position: relative;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item span {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #333;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item img {
  width: 24px;
  height: 24px;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item .down_qian {
  display: none;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item:hover {
  background-color: #396DFF;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item:hover .down_shen {
  display: none;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item:hover .down_qian {
  display: block;
}
#content .btm_cont .cont_l .p_version .ver_list .ver_item:hover span {
  text-decoration: underline;
  color: #fff;
}
#content .btm_cont .cont_l .p_version .paging {
  margin-top: 24px;
  height: 50px;
  text-align: center;
}
#content .btm_cont .cont_l .p_version .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .btm_cont .cont_l .p_version .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #eee;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #333;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .btm_cont .cont_l .p_version .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #396DFF;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .btm_cont .cont_r {
  width: 300px;
}
#content .btm_cont .cont_r .related h3 {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .btm_cont .cont_r .related .rela_list .rela_item {
  width: 300px;
  height: 104px;
  padding: 8px;
  background: #F5F5F5;
  border-radius: 16px 16px 16px 16px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .btm_cont .cont_r .related .rela_list .rela_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .btm_cont .cont_r .related .rela_list .rela_item a .game_cover {
  width: 88px;
  height: 88px;
  border-radius: 16px 16px 16px 16px;
  margin-right: 8px;
}
#content .btm_cont .cont_r .related .rela_list .rela_item a .item_center {
  width: calc(100% - 96px);
}
#content .btm_cont .cont_r .related .rela_list .rela_item a .item_center .item_title {
  font-size: 18px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 8px;
}
#content .btm_cont .cont_r .related .rela_list .rela_item a .item_center .item_c_b {
  display: flex;
  align-items: center;
}
#content .btm_cont .cont_r .related .rela_list .rela_item a .item_center .item_c_b img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
#content .btm_cont .cont_r .related .rela_list .rela_item a .item_center .item_c_b .num {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-top: -1px;
}
#content .btm_cont .cont_r .related .rela_list .rela_item:hover a .item_center .item_title {
  text-decoration: underline;
}
#content .btm_cont .cont_r .ad_r {
  margin-bottom: 16px;
}
#content .btm_cont .cont_r .ad_r .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D2D2D2;
  line-height: 14px;
}
#content .btm_cont .cont_r .ad_r .ad_cont {
  width: 300px;
  height: 600px;
  background: #F2F2F2;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
