* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  body {
    width: 100%;
    background: #F5F5F5;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #3E3E3E;
  }
  #app {
    width: 100%;
  }
  .top {
    width: 100% !important;
  }
  .content,
  .comments,
  .download_btn_box,
  .title_box {
    width: 100%;
    margin: 0 auto;
  }
}
.top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0.48rem;
  z-index: 999;
}
.top .title_box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.top .title_box img {
  width: 1.29rem;
  height: 0.18rem;
  margin: 0.14rem 0rem 0 0.21rem;
}
.top .title_box span {
  margin-right: 0.22rem;
  margin-top: 0.08rem;
  width: 1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.16rem;
  border: 0.01rem solid #FDC721;
  font-size: 0.14rem;
  font-weight: 400;
  color: #FDC721;
  text-align: center;
}
.top .title_top {
  background: #000000;
  opacity: 0.8;
}
.content {
  padding: 0.1rem 0.12rem;
  margin-top: 0.44rem;
  background-color: #fff;
  overflow: hidden;
}
.content .contentHeadLeft {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
  height: 0.46rem;
}
.content .contentHeadLeft img {
  width: 0.46rem;
  height: 100%;
  border-radius: 50%;
}
.content .contentHeadLeft .nickName {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.01rem;
  margin-left: 0.16rem;
  height: 100%;
}
.content .contentHeadLeft .nickName span {
  margin-bottom: 0.02rem;
  height: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 600;
  color: #000;
}
.content .contentHeadLeft .nickName p {
  width: 100%;
  height: 0.17rem;
  line-height: 0.17rem;
  font-size: 0.12rem;
  color: #8C8C8C;
}
.content .contTitle {
  margin: 0.24rem 0 0.16rem;
}
.content .contTitle .stickyize {
  color: #242424;
  background-color: #FDC721;
}
.content .contTitle p {
  font-size: 0.2rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 0.25rem;
  word-break: break-all;
  line-break: anywhere;
}
.content .contTitle p span {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin-right: 0.04rem;
  width: 0.16rem;
  height: 0.25rem;
}
.content .contTitle p span img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.16rem;
  height: 0.16rem;
}
.content .context {
  line-height: 0.22rem;
  font-size: 0.14rem;
  overflow: hidden;
  white-space: normal !important;
  color: #000;
}
.content .context img {
  width: 100%;
}
.content .context video {
  width: 100%;
}
.content .context h1 {
  font-size: 0.16rem;
}
.content .imgs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content .imgs img {
  max-width: 100%;
  border-radius: 0.04rem;
}
.coment_box {
  height: 0.08rem;
  background: #f5f5f5;
}
.comments {
  padding: 0.16rem 0.12rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.comments .comment {
  padding: 0.16rem 0;
  margin-bottom: 0.16rem;
  font-size: 0.14rem;
  font-weight: 600;
  color: #000;
  border-bottom: 0.01rem solid rgba(226, 226, 226, 0.3);
}
.comments .comment span {
  font-size: 0.12rem;
  margin-left: 0.02rem;
  font-weight: 400;
  color: #777777;
}
.comments .comment img {
  margin-right: 0.4rem;
  width: 0.16rem;
  height: 0.16rem;
}
.comments .comment_box {
  display: flex;
  margin-bottom: 0.18rem;
}
.comments .comment_box:last-child .comment_user {
  border: none;
}
.comments .comment_box .comment_headimg {
  position: relative;
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
}
.comments .comment_box .comment_headimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  border-radius: 50%;
}
.comments .comment_box .comment_user {
  flex: 1;
  text-align: left;
}
.comments .comment_box .comment_user .comment_cont {
  margin: 0.1rem 0;
  font-size: 0.14rem;
  color: #333333;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.comments .comment_box .comment_user .comment_cont img {
  max-width: 100%;
}
.comments .comment_box .comment_user .comment_time {
  font-size: 0.12rem;
  margin-bottom: 0.12rem;
  color: #868686;
}
.comments .comment_box .comment_title {
  width: 100%;
  height: 0.4rem;
  display: flex;
  align-items: center;
}
.comments .comment_box .comment_title .user_name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 0.4rem;
}
.comments .comment_box .comment_title .user_name h3 {
  position: relative;
  width: 100%;
  line-height: 0.2rem;
  font-weight: 600;
  font-size: 0.14rem;
  color: #000000;
}
.comments .comment_box .comment_title .user_name h3 span {
  position: absolute;
  top: 0;
  right: 0;
  height: 0.2rem;
  font-size: 0.12rem;
  color: #979797;
  display: flex;
  align-items: center;
}
.comments .comment_box .comment_title .user_name h3 span img {
  width: 0.2rem;
}
.comments .comment_box .comment_title .user_name div {
  font-size: 0.12rem;
  margin-top: 0.04rem;
  color: #777777;
}
.comments .comment_box .reply_comment_box {
  position: relative;
  background: #F5F5F5;
  border-radius: 0.04rem;
}
.comments .comment_box .reply_comment_box::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 100%;
  height: 0.01rem;
  background-color: rgba(226, 226, 226, 0.3);
}
.comments .comment_box .reply_comment {
  padding: 0.08rem 0.12rem;
  width: 100%;
  background: #F5F5F5;
  border-radius: 0.04rem;
  font-size: 0.12rem;
}
.comments .comment_box .reply_comment .reply_comment_content {
  margin-bottom: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.comments .comment_box .reply_comment .reply_comment_content .reply_name {
  color: #C18F3A;
}
.comments .comment_box .reply_comment .reply_comment_content span {
  color: #000;
}
.comments .comment_box .reply_comment p {
  display: flex;
  align-items: center;
  color: #878787;
}
.comments .comment_box .reply_comment p img {
  margin-left: 0.02rem;
  width: 0.16rem;
  height: 0.16rem;
}
.download_btn_box {
  margin: 0 auto;
  padding: 0.44rem 0.24rem;
  background-color: #fff;
}
.download_btn_box .download_btn {
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.14rem;
  color: #FFE6BC;
  background: linear-gradient(90deg, #242424 0%, #4D4D4D 100%);
  border-radius: 0.2rem;
}
.game_details {
  display: flex;
  margin-top: 0.1rem;
  padding: 0.06rem;
  height: 0.6rem;
  background-color: #F5F5F5;
}
.game_details .img_left {
  margin-right: 0.06rem;
  width: 0.48rem !important;
  height: 0.48rem;
  border-radius: 0.1rem;
}
.game_details .right_box {
  flex: 1;
  margin-right: 0.12rem;
  border-radius: 0.08rem;
}
.game_details .right_box .game_name {
  margin: 0.02rem 0 0.05rem;
  display: flex;
  justify-content: space-between;
}
.game_details .right_box .game_name span {
  font-size: 0.12rem;
}
.game_details .right_box .game_name img {
  width: 0.16rem;
  height: 0.16rem;
}
.game_details .right_box .data_num {
  display: flex;
  height: 0.17rem;
}
.game_details .right_box .data_num span {
  margin-right: 0.24rem;
  line-height: 0.17rem;
  font-size: 0.12rem;
  color: #868686;
}
.van-image-preview__overlay {
  background-color: #000;
}
.topicLinkBox {
  display: flex;
  align-items: center;
  color: #1ba5ff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topicLinkBox img {
  margin: 0 !important;
  width: auto !important;
}
