@import "common.css";
.game_detail_wrapper .detail_t {
  margin: 0.16rem 0;
  padding: 0.26rem 0.3rem 0.41rem 0.3rem;
  background-color: #fff;
  margin-top: 0;
}
.game_detail_wrapper .detail_t .game_info {
  display: flex;
}
.game_detail_wrapper .detail_t .game_info .logo {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.21rem;
}
.game_detail_wrapper .detail_t .game_info .btn_box {
  width: 1.7rem;
  padding-top: 0.09rem;
}
.game_detail_wrapper .detail_t .game_info .btn_box .android_load {
  background: #2dbf7c;
  margin-bottom: 0.16rem;
}
.game_detail_wrapper .detail_t .game_info .btn_box .ios_load {
  background: #ff992c;
}
.game_detail_wrapper .detail_t .game_info .btn_box div {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
}
.game_detail_wrapper .detail_t .game_info .btn_box div:active {
  opacity: 0.85;
}
.game_detail_wrapper .detail_t .game_info .info {
  padding-top: 0.12rem;
  flex: 1;
}
.game_detail_wrapper .detail_t .game_info .info .name {
  font-size: 0.34rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
}
.game_detail_wrapper .detail_t .game_info .info .from {
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  vertical-align: middle;
}
.game_detail_wrapper .detail_t .game_info .info .from span {
  font-size: 0.24rem;
}
.game_detail_wrapper .detail_t .game_info .info .from span em {
  font-size: 0.24rem;
}
.game_detail_wrapper .detail_t .game_info .info .popularity {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-bottom: 0.15rem;
}
.game_detail_wrapper .detail_t .game_info .info p {
  font-size: 0.24rem;
  color: #999;
}
.game_detail_wrapper .detail_t .game_info .info .popularity span {
  font-size: 0.24rem;
  color: #e95656;
}
.game_detail_wrapper .detail_t .download {
  width: 100%;
  height: 0.88rem;
  background: #e95656;
  border-radius: 0.08rem;
  margin-top: 0.34rem;
}
.game_detail_wrapper .detail_t .download a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game_detail_wrapper .detail_t .download .icon {
  width: 0.35rem;
  margin-right: 0.24rem;
}
.game_detail_wrapper .detail_t .download span {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.game_detail_wrapper .detail_t .download span strong {
  font-size: 0.32rem;
}
.game_detail_wrapper .detail_content {
  padding-left: 0.3rem;
  background-color: #fff;
  padding-bottom: 1.15rem;
  position: relative;
}
.game_detail_wrapper .detail_content .word {
  padding-top: 0.43rem;
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
}
.game_detail_wrapper .detail_content .picture_box {
  margin-top: 0.38rem;
  margin-bottom: 0.4rem;
  overflow: auto;
  white-space: nowrap;
}
.game_detail_wrapper .detail_content .picture_box img {
  width: 3.12rem;
  margin-right: 0.16rem;
  border-radius: 0.08rem;
}
.game_detail_wrapper .detail_content .picture_box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
  transform: translateX(10px);
}
.game_detail_wrapper .detail_content .picture_box::-webkit-scrollbar-thumb {
  background: #e3d3ae;
  border-radius: 2px;
}
.game_detail_wrapper .detail_content .game_des {
  padding-right: 0.33rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 0.5rem;
  max-height: 5.31rem;
  overflow: hidden;
}
.game_detail_wrapper .detail_content .f {
  position: absolute;
  bottom: 0.38rem;
  left: 0.32rem;
  display: flex;
}
.game_detail_wrapper .detail_content .f > div {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b8b8b8;
  display: flex;
  align-items: center;
  margin-right: 0.35rem;
}
.game_detail_wrapper .detail_content .f > div img {
  margin-right: 0.1rem;
}
.game_detail_wrapper .detail_content .f > div:nth-of-type(1) img {
  width: 0.28rem;
}
.game_detail_wrapper .detail_content .f > div:nth-of-type(2) img {
  width: 0.34rem;
}
.game_detail_wrapper .detail_content .f > div:nth-of-type(3) img {
  width: 0.34rem;
}
.game_detail_wrapper .detail_content .show {
  position: absolute;
  right: 0.36rem;
  bottom: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game_detail_wrapper .detail_content .show span {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e95656;
}
.game_detail_wrapper .detail_content .show img {
  width: 0.28rem;
  margin-left: 0.14rem;
  transition: all 0.5s;
}
.game_detail_wrapper .edition_load {
  margin-top: 0.17rem;
  margin-bottom: 0.16rem;
  padding: 0.44rem 0.32rem 0.06rem 0.31rem;
  background-color: #fff;
}
.game_detail_wrapper .edition_load .edition_title {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
  margin-bottom: 0.43rem;
}
.game_detail_wrapper .edition_load .remain_items {
  padding-bottom: 0.6rem;
}
.game_detail_wrapper .edition_load .remain_items .remain_item .game_info .info {
  padding-bottom: 0.04rem;
}
.game_detail_wrapper .edition_load .remain_items .remain_item .game_info .info .des {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.game_detail_wrapper .edition_load .remain_items .remain_item .load {
  background-color: #fff;
  border: 1px solid #e95656;
  color: #e95656;
}
.game_detail_wrapper .edition_load .remain_items .remain_item .load:active {
  color: #fff;
  background-color: #e95656;
}
.game_detail_wrapper .news_box {
  padding: 0.45rem 0.3rem 0.41rem 0.29rem;
  background-color: #fff;
  margin-bottom: 0.17rem;
}
.game_detail_wrapper .news_box .title {
  position: relative;
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
  margin-bottom: 0.28rem;
}
.game_detail_wrapper .news_box .title .more {
  position: absolute;
  top: 0;
  right: 0.04rem;
  display: flex;
  align-items: center;
  font-size: 0.26rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.game_detail_wrapper .news_box .title .more img {
  width: 0.13rem;
  margin-left: 0.24rem;
}
.game_detail_wrapper .news_box .news_items .news_item {
  padding-top: 0.27rem;
  padding-bottom: 0.28rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.game_detail_wrapper .news_box .news_items .news_item .type {
  padding: 0.08rem 0.16rem 0.11rem 0.11rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  margin-right: 0.21rem;
}
.game_detail_wrapper .news_box .news_items .news_item .type.news {
  background-color: #4aa3ff;
}
.game_detail_wrapper .news_box .news_items .news_item .type.strategy {
  background-color: #61cf7b;
}
.game_detail_wrapper .news_box .news_items .news_item a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}
.game_detail_wrapper .news_box .news_items .news_item a:active .news_title {
  color: #ff992c;
}
.game_detail_wrapper .news_box .news_items .news_item .news_title {
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
}
.game_detail_wrapper .news_box .news_items .news_item:last-of-type {
  border-bottom: none;
}
.game_detail_wrapper .game_box .game_items {
  padding-bottom: 0;
  padding-left: 0.2rem;
}
.game_detail_wrapper .game_box .game_items .game_item {
  margin-bottom: 0.4rem;
}
.game_detail_wrapper .game_comment {
  margin-top: 0.19rem;
  width: 100%;
  background-color: #fff;
  padding: 0.41rem 0.3rem 0 0.3rem;
  position: relative;
}
.game_detail_wrapper .game_comment h2 {
  font-size: 0.36rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #121212;
}
.game_detail_wrapper .game_comment .comment_star {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.46rem;
}
.game_detail_wrapper .game_comment .comment_star p {
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.game_detail_wrapper .game_comment .comment_star .star_box {
  margin-top: 0.33rem;
  margin-bottom: 0.29rem;
  display: flex;
}
.game_detail_wrapper .game_comment .comment_star .star_box .star {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.17rem;
}
.game_detail_wrapper .game_comment .comment_star .star_box .star.star2 {
  background: url("../images/star2.png") no-repeat;
  background-size: 100% 100%;
}
.game_detail_wrapper .game_comment .comment_star .star_box .star.star1 {
  background: url("../images/star1.png") no-repeat;
  background-size: 100% 100%;
}
.game_detail_wrapper .game_comment .comment_star .star_box .star:last-of-type {
  margin-right: 0;
}
.game_detail_wrapper .game_comment .comment_star .score {
  font-size: 0.44rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #444444;
}
.game_detail_wrapper .game_comment textarea {
  width: 100%;
  height: 1.67rem;
  font-size: 0.26rem;
  color: #999999;
  border: 0;
  margin-top: 0.3rem;
  margin-bottom: 0.15rem;
  background-color: #f8f8f8;
  resize: none;
  padding: 0.25rem 0.32rem 0 0.32rem;
}
.game_detail_wrapper .game_comment textarea:focus {
  outline: 0;
  border: none;
}
.game_detail_wrapper .game_comment .login_register {
  padding-left: 0.15rem;
  font-size: 0.3rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #1696ef;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #eeeeee;
}
.game_detail_wrapper .game_comment .login_register a {
  vertical-align: middle;
}
.game_detail_wrapper .game_comment .login_register a:active span {
  color: #c52a2a;
}
.game_detail_wrapper .game_comment .login_register span {
  font-size: 0.3rem;
  vertical-align: middle;
  color: #1696ef;
}
.game_detail_wrapper .game_comment .publish {
  position: absolute;
  right: 0.3rem;
  top: 5.2rem;
  width: 1.69rem;
  height: 0.6rem;
  background: #e95656;
  border-radius: 0.08rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
}
.game_detail_wrapper .game_comment .publish:active {
  opacity: 0.85;
}
.game_detail_wrapper .game_comment .none_comment {
  padding-top: 0.79rem;
  padding-bottom: 0.58rem;
  text-align: center;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.game_detail_wrapper .game_comment .user_comment {
  width: 100%;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item {
  display: flex;
  width: 100%;
  margin-top: 0.52rem;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .user_head {
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  margin-right: 0.19rem;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right {
  padding-bottom: 0.65rem;
  flex: 1;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .user_name {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .star_box {
  margin-top: 0.2rem;
  margin-bottom: 0.25rem;
  display: flex;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .star_box .star {
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.05rem;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .star_box .star.star2 {
  background: url("../images/star2.png") no-repeat;
  background-size: 100% 100%;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .star_box .star.star1 {
  background: url("../images/star1.png") no-repeat;
  background-size: 100% 100%;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .star_box .star:last-of-type {
  margin-right: 0;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .content {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
  line-height: 0.35rem;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .comment_info {
  position: relative;
  margin-top: 0.48rem;
  margin-bottom: 0.24rem;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .comment_info .date {
  font-size: 0.24rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .comment_info .support {
  position: absolute;
  top: 0;
  right: 1.5rem;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .comment_info .support img {
  vertical-align: bottom;
  width: 0.34rem;
  margin-right: 0.1rem;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .comment_info .support span {
  vertical-align: bottom;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .comment_info .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  vertical-align: middle;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .comment_info .reply img {
  width: 0.32rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .other_comment {
  width: 100%;
  padding: 0.28rem 0.29rem;
  background-color: #f5f5f5;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .other_comment .name {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #5e74a1;
}
.game_detail_wrapper .game_comment .user_comment .user_comment_item .comment_right .other_comment .comment {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #444444;
  line-height: 0.5rem;
}

.break {
  position: relative;
  padding: 0.19rem 0 0.16rem 0.3rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: 0.16rem;
  border-bottom: 1px solid #eee;
}
.break a span:active {
  color: #c52a2a;
}
.break span {
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.break img {
  width: 0.12rem;
  margin-left: 0.2rem;
  margin-right: 0.22rem;
}
