@import url('../css/head-foot.css');
#content .back-top {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 60%;
  right: 16px;
  z-index: 99;
  display: none;
}
#content .game-detail {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
#content .game-detail .game-img {
  width: 84px;
  height: 84px;
  border-radius: 16px;
  object-fit: cover;
  margin-right: 10px;
}
#content .game-detail .r .game-title {
  margin-bottom: 3px;
  font-size: 18px;
  font-family: f;
  font-weight: bold;
  color: #586168;
  line-height: 20px;
  word-break: break-all;
}
#content .game-detail .r .btns {
  margin-top: 5px;
}
#content .game-detail .r .btns button {
  padding: 4px 16px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  font-family: f;
  font-weight: 500;
  color: #999;
  line-height: 20px;
}
#content .gg {
  width: 100%;
  height: 274px;
  background: #FFFFFF;
  padding: 12px;
  margin-bottom: 12px;
  position: relative;
}
#content .gg .gg-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #999;
  font-family: f;
}
#content .tb1,
#content .tb2 {
  width: 100%;
  height: 108px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 8px;
}
#content .tb1 tbody,
#content .tb2 tbody {
  width: 100%;
}
#content .tb1 tbody .three,
#content .tb2 tbody .three {
  border-bottom: none;
}
#content .tb1 tbody tr,
#content .tb2 tbody tr {
  border-bottom: 1px solid #ccc;
  height: 36px;
}
#content .tb1 tbody tr td,
#content .tb2 tbody tr td {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  font-family: f;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}
#content .tb1 tbody tr .td1,
#content .tb2 tbody tr .td1 {
  color: #000;
  width: 30%;
}
#content .tb1 tbody tr .td2,
#content .tb2 tbody tr .td2 {
  width: calc(100% - 30%);
}
#content .tb2 {
  display: none;
}
#content .lb {
  margin-bottom: 8px;
}
#content .lb .swiper-container .walk .preview {
  height: 172px !important;
}
#content .lb .swiper-container .walk .preview .carousel__dots {
  margin-top: 5px;
}
#content .lb .swiper-container .walk .preview .carousel__nav {
  display: none;
}
#content .editors {
  margin-bottom: 8px;
}
#content .editors h3 {
  font-size: 18px;
  font-family: f;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
  margin-bottom: 8px;
}
#content .editors .ed-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-gap: 7px;
}
#content .editors .ed-cont .one-editor {
  padding: 8px;
  background: #FFFFFF;
  border-radius: 16px;
}
#content .editors .ed-cont .one-editor .ed-img {
  width: 100%;
  height: 94px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 8px;
}
#content .editors .ed-cont .one-editor .top {
  display: flex;
  align-items: center;
}
#content .editors .ed-cont .one-editor .top .head-img {
  width: 28px;
  height: 28px;
  margin-right: 4px;
  border-radius: 50%;
}
#content .editors .ed-cont .one-editor .top .top-l span {
  font-size: 16px;
  font-family: f;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
}
#content .editors .ed-cont .one-editor .top .top-l .layui-rate li i.layui-icon {
  font-size: 14px;
}
#content .editors .ed-cont .one-editor .ed-text {
  max-height: 120px;
  overflow: hidden;
  font-size: 16px;
  font-family: f;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  margin-bottom: 4;
}
#content .editors .ed-cont .one-editor .more1 {
  display: block;
  text-align: center;
}
#content .editors .ed-cont .one-editor .more1 span {
  font-size: 14px;
  font-family: f;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}
#content .editors .ed-cont .one-editor .more1 img {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}
#content .download {
  width: 100%;
  height: 108px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: 16px;
  margin-bottom: 12px;
}
#content .download h3 {
  font-size: 16px;
  font-family: f;
  color: #586168;
  line-height: 20px;
  text-align: center;
  margin-bottom: 12px;
}
#content .download .down {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .download .down a {
  width: calc((100% - 9px) / 2);
  height: 44px;
  background: #31D877;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  font-size: 14px;
  font-family: f;
  color: #FFFFFF;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .download .down a img {
  margin-top: -2px;
}
#content .tishi {
  width: 100%;
  padding: 16px 18px;
  background: #FFFFFF;
  border-radius: 24px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#content .tishi .ts-top img {
  width: 34px;
  height: 34px;
  margin-right: 8px;
}
#content .tishi .ts-top span {
  font-family: f;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
#content .tishi .ts-text {
  font-family: f;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  word-break: break-all;
}
#content .think {
  text-align: center;
  font-size: 18px;
  font-family: f;
  color: #333333;
  line-height: 18px;
  margin-bottom: 10px;
}
#content .comment {
  padding: 14px 8px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 8px;
}
#content .comment .expression .five {
  width: 313px;
  margin: 0 auto 12px;
}
#content .comment .expression .five ul {
  display: flex;
  justify-content: space-between;
}
#content .comment .expression .five ul li {
  width: 40px;
  position: relative;
}
#content .comment .expression .five ul li .tu {
  width: 40px;
  height: 40px;
}
#content .comment .expression .five ul li .five_num {
  width: 18px;
  height: 18px;
  background: #A58AF1;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-family: f;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 18px;
}
#content .comment .expression .five ul li span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: f;
  color: #999999;
  line-height: 24px;
}
#content .comment .c-num {
  box-sizing: border-box;
  font-size: 18px;
  font-family: f;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
#content .comment input {
  width: 100%;
  height: 42px;
  background: #F8F8F8;
  border-radius: 8px;
  font-size: 16px;
  font-family: f;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
  border: none;
  padding-left: 16px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
#content .comment input::-webkit-input-placeholder {
  color: #999999;
}
#content .comment textarea {
  width: 100%;
  height: 124px;
  background: #F1F1F1;
  border-radius: 8px;
  border: none;
  padding: 12px;
  box-sizing: border-box;
  font-family: f;
  margin-bottom: 8px;
}
#content .comment .comment_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
#content .comment .comment_btm .btm_left span {
  font-size: 18px;
  font-family: f;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}
#content .comment .comment_btm button {
  width: 89px;
  height: 40px;
  background: #A58AF1;
  border: none;
  font-size: 14px;
  font-family: f;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
#content .comment .pinglun_list {
  width: 100%;
}
#content .comment .pinglun_list .pinglun_list1 {
  display: flex;
  border-top: 1px solid #F1F1F1;
  padding: 16px 0;
}
#content .comment .pinglun_list .pinglun_list1 .head_portrait {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}
#content .comment .pinglun_list .pinglun_list1 .pl-r .pr-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .comment .pinglun_list .pinglun_list1 .pl-r .pr-t .l .span1 {
  font-size: 16px;
  font-family: f;
  font-weight: 500;
  color: #000;
  display: block;
}
#content .comment .pinglun_list .pinglun_list1 .pl-r .pr-t .l .layui-rate li i.layui-icon {
  font-size: 14px;
}
#content .comment .pinglun_list .pinglun_list1 .pl-r .pr-t .time_span {
  font-size: 12px;
  font-family: f;
  font-weight: 500;
  color: #999999;
  line-height: 22px;
}
#content .comment .pinglun_list .pinglun_list1 .pl-r .p_text {
  width: 100%;
  font-size: 14px;
  font-family: f;
  font-weight: 300;
  color: #999;
  line-height: 24px;
}
#content .comment .paging {
  text-align: center;
}
#content .comment .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .comment .paging ul li {
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-family: SF Pro Display-Regular, SF Pro Display;
  font-weight: 400;
  color: #CCCCCC;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .comment .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #A58AF1;
  border-radius: 4px;
  border: none;
  color: #fff;
}
#content .comment .paging ul li:last-child {
  margin-right: 0;
}
#content .similar {
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}
#content .similar h3 {
  font-size: 16px;
  font-family: f;
  font-weight: normal;
  color: #586168;
  line-height: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
#content .similar .game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
  grid-gap: 12px;
}
#content .similar .game-list a {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
#content .similar .game-list a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.zi {
  background-color: #A58AF1 !important;
  color: #fff !important;
}
