#content {
  padding: 24px 16px;
}
#content .move_detail {
  margin-bottom: 4px;
}
#content .move_detail .de_box {
  display: flex;
  margin-bottom: 12px;
}
#content .move_detail .de_box .de_move_cover {
  width: 100px;
  height: 134px;
  margin-right: 12px;
}
#content .move_detail .de_box .de_box_r {
  display: flex;
  flex-direction: column;
}
#content .move_detail .de_box .de_box_r h3 {
  height: 90px;
  font-family: s;
  font-weight: 600;
  font-size: 24px;
  color: #E8E8E9;
  line-height: 28px;
  margin-bottom: 2px;
}
#content .move_detail .de_box .de_box_r .move_class {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #00DC5B;
  margin-bottom: 6px;
}
#content .move_detail .de_box .de_box_r .time {
  font-family: m;
  font-weight: 400;
  font-size: 14px;
  color: #E8E8E9;
}
#content .move_detail .de_box .box_c {
  width: 360px;
}
#content .move_detail .de_box .box_c .table {
  margin-bottom: 16px;
}
#content .move_detail .de_box .box_c .table .tr {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #1F1F1F;
}
#content .move_detail .de_box .box_c .table .tr .tb1 {
  width: 126px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  margin-right: 14px;
}
#content .move_detail .de_box .box_c .table .tr .tb2 {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #E8E8E9;
}
#content .move_detail .de_box .box_c .table .tr:first-child {
  padding-top: 0;
}
#content .move_detail .tag_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 28px;
  overflow: hidden;
  margin-right: 8px;
}
#content .move_detail .tag_list a {
  padding: 4px 8px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  border-radius: 24px 24px 24px 24px;
  border: 1px solid #2E2E2E;
  margin-right: 8px;
}
#content .ad_box {
  margin-bottom: 24px;
}
#content .ad_box .ad_title {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #575757;
  text-align: center;
}
#content .ad_box .ad_cont {
  min-height: 90px;
  background: #D9D9D9;
}
#content .current_box {
  width: 100%;
  background: #121212;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  margin-bottom: 24px;
}
#content .current_box .current_box_top {
  display: flex;
  margin-bottom: 14px;
}
#content .current_box .current_box_top .current_l {
  width: 130px;
  margin-right: 25px;
}
#content .current_box .current_box_top .current_l .title {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
}
#content .current_box .current_box_top .current_l .fen {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .current_box .current_box_top .current_l .fen img {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}
#content .current_box .current_box_top .current_l .fen span {
  font-family: r;
  font-weight: 400;
  color: #E8E8E9;
}
#content .current_box .current_box_top .current_l .fen .num1 {
  font-size: 32px;
  margin-right: 2px;
}
#content .current_box .current_box_top .current_l .fen .num2 {
  font-size: 14px;
  color: #999;
  transform: translateY(3px);
}
#content .current_box .current_box_top .current_l .l_num {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #797979;
}
#content .current_box .current_box_top .current_r {
  width: calc(100% - 155px);
}
#content .current_box .current_box_top .current_r .one-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#content .current_box .current_box_top .current_r .one-rating:last-child {
  margin-bottom: 0;
}
#content .current_box .current_box_top .current_r .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 .current_box .current_box_top .current_r .one-rating .proportion img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
#content .current_box .current_box_top .current_r .one-rating #total {
  display: none;
}
#content .current_box .current_box_top .current_r .one-rating .progress {
  position: relative;
  width: 100%;
}
#content .current_box .current_box_top .current_r .one-rating .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 6px;
  background: #999;
  border-radius: 20px 20px 20px 20px;
}
#content .current_box .current_box_top .current_r .one-rating .progress .progress_zi {
  height: 6px;
  background: #383838;
  border-radius: 20px 20px 20px 20px;
}
#content .current_box .rate_now {
  width: 100%;
  height: 30px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#content .current_box .rate_now img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
#content .current_box .rate_now span {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #E8E8E9;
}
#content .share {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#content .share span {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-right: 8px;
}
#content .share .img_link {
  display: flex;
  align-items: center;
}
#content .share .img_link a {
  margin-right: 12px;
}
#content .share .img_link a img {
  width: 32px;
  height: 32px;
}
#content .miaoshu {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-bottom: 24px;
}
#content .table {
  margin-bottom: 24px;
}
#content .table .th {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #E8E8E9;
}
#content .table .tr {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #1F1F1F;
}
#content .table .tr .tb1 {
  width: 126px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  margin-right: 14px;
}
#content .table .tr .tb2 {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #E8E8E9;
}
#content .table .tr:first-child {
  padding-top: 0;
}
#content .review,
#content .photos,
#content .full,
#content .topics,
#content .comments,
#content .statement {
  margin-bottom: 24px;
}
#content .review h3,
#content .photos h3,
#content .full h3,
#content .topics h3,
#content .comments h3,
#content .statement h3 {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  margin-bottom: 12px;
}
#content .review .re_cont {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  height: 365px;
  overflow: hidden;
}
#content .review .re_btn {
  padding: 4px 12px;
  display: block;
  margin: 0 auto;
  background-color: #000;
  color: #999;
  font-family: m;
  font-size: 16px;
  border: 1px solid #999;
  border-radius: 8px;
}
#content .photos {
  margin-bottom: 0;
}
#content .photos .xiangce {
  width: 100%;
}
#content .full .app_list .app_item {
  position: relative;
  padding: 16px;
  background: #121212;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .full .app_list .app_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .full .app_list .app_item .item_l {
  display: flex;
  align-items: center;
}
#content .full .app_list .app_item .item_l .app_logo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#content .full .app_list .app_item .item_l span {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
}
#content .full .app_list .app_item .zt_bai {
  width: 24px;
  height: 24px;
}
#content .full .app_list .app_item:last-child {
  margin-bottom: 0;
}
#content .statement .cont {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .statement .cont a {
  color: #fff;
  text-decoration: underline;
}
#content .topics .move_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  margin-bottom: 24px;
  grid-gap: 16px;
}
#content .topics .move_list .move_item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#content .topics .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .topics .move_list .move_item .move_cover {
  width: 100%;
  height: 193px;
  object-fit: cover;
}
#content .topics .move_list .move_item .move_btm {
  background: #121212;
  padding: 8px;
}
#content .topics .move_list .move_item .move_btm h4 {
  height: 36px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
#content .topics .move_list .move_item .move_btm .btm_box {
  display: flex;
  align-items: center;
}
#content .topics .move_list .move_item .move_btm .btm_box img {
  width: 18px;
  height: 18px;
}
#content .topics .move_list .move_item .move_btm .btm_box span {
  width: calc(100% - 24px);
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-left: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .topics .move_list .move_item:hover .move_btm {
  background: #2F3138;
}
#content .topics .move_list .move_item:hover .move_btm h4 {
  color: #00DC5B;
}
#content .comments .comments_top {
  padding-bottom: 16px;
  width: 100%;
}
#content .comments .comments_top .pinglun textarea {
  width: 100%;
  height: 132px;
  background: #2F3138;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  color: #999;
  font-size: 16px;
  font-family: m;
  border: none;
  box-sizing: border-box;
}
#content .comments .comments_top .pinglun textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-family: m;
}
#content .comments .comments_top .pinglun .piinglun_f {
  margin-top: 12px;
}
#content .comments .comments_top .pinglun .piinglun_f .rate {
  width: 100%;
  height: 52px;
  border-radius: 8px 8px 8px 8px;
  background: #2F3138;
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-bottom: 16px;
}
#content .comments .comments_top .pinglun .piinglun_f .rate span {
  font-size: 16px;
  font-family: s;
  color: #E8E8E9;
}
#content .comments .comments_top .pinglun .piinglun_f .rate .xing {
  transform: translateY(2px);
}
#content .comments .comments_top .pinglun .piinglun_f .rate .xing .layui-rate li i.layui-icon {
  font-size: 18px;
  color: #FFD61B;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .comments .comments_top .pinglun .piinglun_f button {
  width: 100%;
  height: 52px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 8px 8px 8px 8px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: m;
  border: none;
  cursor: pointer;
}
#content .comments .comments_list {
  margin-bottom: 16px;
}
#content .comments .comments_list .a_list {
  padding: 16px;
  background: #121212;
}
#content .comments .comments_list .a_list .a_list_t {
  display: flex;
}
#content .comments .comments_list .a_list .a_list_t .head_img {
  width: 40px;
  height: 40px;
  border-radius: 46px;
  object-fit: cover;
  margin-right: 8px;
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t {
  display: flex;
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t h4 {
  color: #666666;
  line-height: 16px;
  font-size: 14px;
  font-family: m;
  margin-right: 8px;
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t .xing {
  transform: translateY(-2px);
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t .xing .layui-rate {
  margin: 0;
}
#content .comments .comments_list .a_list .a_list_t .neirong .neirong_t .xing .layui-rate li i.layui-icon {
  font-size: 16px;
  color: #FFB800;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .comments .comments_list .a_list .a_list_t .neirong .text {
  color: #E8E8E9;
  line-height: 19px;
  font-size: 16px;
  font-family: m;
  margin-top: 6px;
  word-break: break-word;
}
#content .comments .comments_list .paging {
  margin-top: 30px;
  height: 50px;
  text-align: center;
}
#content .comments .comments_list .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .comments .comments_list .paging ul li {
  cursor: pointer;
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #121212;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #8C8D8F;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .comments .comments_list .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00DC5B;
  border-radius: 4px;
  border: none;
  color: #333;
}
#content .comments .comments_list .paging ul li:last-child {
  margin-right: 0;
}
#content .comments .paging {
  height: 50px;
  text-align: center;
}
#content .comments .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .comments .paging ul li {
  cursor: pointer;
  float: left;
  width: 29px;
  height: 31px;
  border-radius: 4px;
  background: #121212;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #8C8D8F;
  text-align: center;
  line-height: 31px;
  margin-right: 12px;
}
#content .comments .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00DC5B;
  border-radius: 4px;
  border: none;
  color: #333;
}
#content .comments .paging ul li:last-child {
  margin-right: 0;
}
#content .more {
  display: flex;
  align-items: center;
}
#content .more span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
}
#content .more img {
  width: 20px;
  height: 20px;
}
.back_top {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: fixed;
  top: 80%;
  right: 16px;
  z-index: 55;
  transform: translateY(-50%);
  display: none;
}
.tan_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 17;
  display: none;
}
.tan_box .rate_box {
  width: calc(100% - 32px);
  height: 406px;
  background: #1F2126;
  border-radius: 16px 16px 16px 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tan_box .rate_box .box_top {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000000;
}
.tan_box .rate_box .box_top span {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
.tan_box .rate_box .box_top img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.tan_box .rate_box .box_btm {
  padding: 24px;
}
.tan_box .rate_box .box_btm .rate {
  width: 100%;
  margin-bottom: 16px;
}
.tan_box .rate_box .box_btm .rate span {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
.tan_box .rate_box .box_btm .rate .xing .layui-rate li i.layui-icon {
  font-size: 18px;
  color: #FFD61B;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.tan_box .rate_box .box_btm .area_box span {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
.tan_box .rate_box .box_btm .area_box textarea {
  width: 100%;
  height: 132px;
  background: #2F3138;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  color: #999;
  font-size: 16px;
  font-family: m;
  border: none;
  box-sizing: border-box;
  margin: 8px 0 16px;
}
.tan_box .rate_box .box_btm .area_box textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-family: m;
}
.tan_box .rate_box .box_btm button {
  width: 100%;
  height: 52px;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 8px 8px 8px 8px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: m;
  border: none;
  cursor: pointer;
}
.login_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 17;
  display: none;
}
.login_box .login_child {
  width: calc(100% - 32px);
  background: url('../images/login_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
}
.login_box .login_child .box_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.login_box .login_child .box_top img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.login_box .login_child h3 {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  text-align: center;
  margin-bottom: 40px;
}
.login_box .login_child a {
  width: 100%;
  height: 52px;
  display: block;
  background: linear-gradient(91deg, #00DC5B 0%, #00C2DC 100%);
  border-radius: 8px 8px 8px 8px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: m;
  border: none;
  cursor: pointer;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .topics .move_list {
    grid-template-columns: repeat(3, minmax(100px, 100%));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .topics .move_list {
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .topics .move_list {
    grid-template-columns: repeat(2, minmax(100px, 100%));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .topics .move_list {
    grid-template-columns: repeat(1, minmax(100px, 100%));
  }
}
