#content {
  width: 1280px;
  padding: 24px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#content .cont_l {
  width: 808px;
}
#content .cont_l .move_detail {
  margin-bottom: 30px;
}
#content .cont_l .move_detail h3 {
  font-size: 32px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  margin-bottom: 16px;
}
#content .cont_l .move_detail .de_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#content .cont_l .move_detail .de_box .de_move_cover {
  width: 224px;
  height: 300px;
  margin-right: 16px;
}
#content .cont_l .move_detail .de_box .box_c {
  width: 360px;
}
#content .cont_l .move_detail .de_box .box_c .table {
  margin-bottom: 16px;
}
#content .cont_l .move_detail .de_box .box_c .table .tr {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #1F1F1F;
}
#content .cont_l .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 .cont_l .move_detail .de_box .box_c .table .tr .tb2 {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #E8E8E9;
}
#content .cont_l .move_detail .de_box .box_c .table .tr:first-child {
  padding-top: 0;
}
#content .cont_l .move_detail .de_box .box_c .tag_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 28px;
  overflow: hidden;
}
#content .cont_l .move_detail .de_box .box_c .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: 0 8px 18px 0;
}
#content .cont_l .move_detail .de_box .box_c .tag_list a:hover {
  background: #00DC5B;
  color: #333;
  border-color: #00DC5B;
}
#content .cont_l .move_detail .de_box .box_r {
  width: 192px;
  height: 300px;
  background: #121212;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
}
#content .cont_l .move_detail .de_box .box_r .title {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  margin-bottom: 10px;
}
#content .cont_l .move_detail .de_box .box_r .fen {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
#content .cont_l .move_detail .de_box .box_r .fen img {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
#content .cont_l .move_detail .de_box .box_r .fen span {
  font-family: r;
  font-weight: 400;
  color: #E8E8E9;
}
#content .cont_l .move_detail .de_box .box_r .fen .num1 {
  font-size: 24px;
  margin-right: 2px;
}
#content .cont_l .move_detail .de_box .box_r .fen .num2 {
  font-size: 14px;
  color: #999;
  transform: translateY(3px);
}
#content .cont_l .move_detail .de_box .box_r .ra-b-c {
  margin-bottom: 30px;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-c .one-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-c .one-rating:last-child {
  margin-bottom: 0;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-c .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 .cont_l .move_detail .de_box .box_r .ra-b-c .one-rating .proportion img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-c .one-rating #total {
  display: none;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-c .one-rating .progress {
  position: relative;
  width: 100%;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-c .one-rating .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 6px;
  background: #999;
  border-radius: 20px 20px 20px 20px;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-c .one-rating .progress .progress_zi {
  height: 6px;
  background: #383838;
  border-radius: 20px 20px 20px 20px;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-r h5 {
  font-size: 16px;
  font-family: s;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}
#content .cont_l .move_detail .de_box .box_r .ra-b-r .xing .layui-rate li i.layui-icon {
  font-size: 20px;
  color: #F9C319;
  margin-right: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#content .cont_l .move_detail .miaoshu {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont_l .ad_box {
  margin-bottom: 16px;
}
#content .cont_l .ad_box .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #575757;
}
#content .cont_l .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
  color: #fff;
}
#content .cont_l .review,
#content .cont_l .photos,
#content .cont_l .full,
#content .cont_l .topics,
#content .cont_l .comments,
#content .cont_l .statement {
  margin-bottom: 24px;
}
#content .cont_l .review h3,
#content .cont_l .photos h3,
#content .cont_l .full h3,
#content .cont_l .topics h3,
#content .cont_l .comments h3,
#content .cont_l .statement h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  margin-bottom: 12px;
}
#content .cont_l .review .re_cont {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont_l .photos {
  margin-bottom: 0;
}
#content .cont_l .photos .xiangce {
  width: 100%;
}
#content .cont_l .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 .cont_l .full .app_list .app_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_l .full .app_list .app_item .item_l {
  display: flex;
  align-items: center;
}
#content .cont_l .full .app_list .app_item .item_l .app_logo {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#content .cont_l .full .app_list .app_item .item_l span {
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
}
#content .cont_l .full .app_list .app_item .zt_bai,
#content .cont_l .full .app_list .app_item .zt_lv {
  width: 24px;
  height: 24px;
}
#content .cont_l .full .app_list .app_item .zt_lv {
  display: none;
}
#content .cont_l .full .app_list .app_item:last-child {
  margin-bottom: 0;
}
#content .cont_l .full .app_list .app_item:hover .item_l span {
  color: #00DC5B;
}
#content .cont_l .full .app_list .app_item:hover .zt_bai {
  display: none;
}
#content .cont_l .full .app_list .app_item:hover .zt_lv {
  display: block;
}
#content .cont_l .statement .cont {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont_l .statement .cont a {
  color: #fff;
  text-decoration: underline;
}
#content .cont_l .topics .topic_list .topic_item {
  position: relative;
  width: 100%;
  height: 124px;
  background: #121212;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_l .topics .topic_list .topic_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_l .topics .topic_list .topic_item .topic_cover {
  width: 220px;
  height: 124px;
}
#content .cont_l .topics .topic_list .topic_item .item_r {
  padding: 24px 32px 24px 16px;
}
#content .cont_l .topics .topic_list .topic_item .item_r h3 {
  width: 540px;
  height: 50px;
  font-size: 20px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
#content .cont_l .topics .topic_list .topic_item .item_r .bao_box {
  display: flex;
  align-items: center;
}
#content .cont_l .topics .topic_list .topic_item .item_r .bao_box img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
#content .cont_l .topics .topic_list .topic_item .item_r .bao_box span {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
}
#content .cont_l .topics .topic_list .topic_item:hover .item_r {
  background: #2F3138;
}
#content .cont_l .topics .topic_list .topic_item:hover .item_r h3 {
  color: #00DC5B;
}
#content .cont_l .topics .topic_list .topic_item:last-child {
  margin-bottom: 0;
}
#content .cont_l .comments .comments_top {
  padding-bottom: 16px;
  width: 100%;
}
#content .cont_l .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 .cont_l .comments .comments_top .pinglun textarea::placeholder {
  color: #999;
  font-size: 16px;
  font-family: m;
}
#content .cont_l .comments .comments_top .pinglun .piinglun_f {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
#content .cont_l .comments .comments_top .pinglun .piinglun_f .rate {
  width: 588px;
  height: 52px;
  border-radius: 8px 8px 8px 8px;
  background: #2F3138;
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-right: 16px;
}
#content .cont_l .comments .comments_top .pinglun .piinglun_f .rate span {
  font-size: 16px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
#content .cont_l .comments .comments_top .pinglun .piinglun_f .rate .xing {
  transform: translateY(2px);
}
#content .cont_l .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 .cont_l .comments .comments_top .pinglun .piinglun_f button {
  width: 200px;
  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: 18px;
  font-family: m;
  border: none;
  cursor: pointer;
}
#content .cont_l .comments .comments_list {
  margin-bottom: 16px;
}
#content .cont_l .comments .comments_list .a_list {
  padding: 16px;
  background: #121212;
}
#content .cont_l .comments .comments_list .a_list .a_list_t {
  display: flex;
}
#content .cont_l .comments .comments_list .a_list .a_list_t .head_img {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  object-fit: cover;
  margin-right: 8px;
}
#content .cont_l .comments .comments_list .a_list .a_list_t .neirong .neirong_t {
  display: flex;
}
#content .cont_l .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 .cont_l .comments .comments_list .a_list .a_list_t .neirong .neirong_t .xing {
  transform: translateY(-2px);
}
#content .cont_l .comments .comments_list .a_list .a_list_t .neirong .neirong_t .xing .layui-rate {
  margin: 0;
}
#content .cont_l .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 .cont_l .comments .comments_list .a_list .a_list_t .neirong .text {
  color: #666666;
  line-height: 19px;
  font-size: 16px;
  font-family: S;
  margin-top: 6px;
  word-break: break-word;
}
#content .cont_l .comments .comments_list .paging {
  margin-top: 30px;
  height: 50px;
  text-align: center;
}
#content .cont_l .comments .comments_list .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont_l .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 .cont_l .comments .comments_list .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #00DC5B;
  border-radius: 4px;
  border: none;
  color: #333;
}
#content .cont_l .comments .comments_list .paging ul li:last-child {
  margin-right: 0;
}
#content .cont_l .more {
  display: flex;
  align-items: center;
}
#content .cont_l .more span {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
}
#content .cont_l .more img {
  width: 20px;
  height: 20px;
}
#content .cont_r {
  width: 336px;
}
#content .cont_r .share {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 20px;
}
#content .cont_r .share span {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  margin-right: 8px;
}
#content .cont_r .share .img_link {
  display: flex;
  align-items: center;
}
#content .cont_r .share .img_link a {
  margin-right: 12px;
}
#content .cont_r .share .img_link a img {
  width: 32px;
  height: 32px;
}
#content .cont_r .share .img_link a .img_qian {
  display: none;
}
#content .cont_r .share .img_link a:hover .img_qian {
  display: block;
}
#content .cont_r .share .img_link a:hover .img_shen {
  display: none;
}
#content .cont_r .ad_box {
  margin-bottom: 24px;
}
#content .cont_r .ad_box .ad_title {
  text-align: center;
  font-size: 12px;
  font-family: r;
  font-weight: 400;
  color: #575757;
}
#content .cont_r .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
  color: #fff;
}
#content .cont_r .picks,
#content .cont_r .dramas {
  margin-bottom: 24px;
}
#content .cont_r .picks h3,
#content .cont_r .dramas h3 {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  margin-bottom: 12px;
}
#content .cont_r .picks .picks_list .picks_item,
#content .cont_r .dramas .picks_list .picks_item {
  position: relative;
  width: 100%;
  height: 140px;
  background: #121212;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_r .picks .picks_list .picks_item .coverlink,
#content .cont_r .dramas .picks_list .picks_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont_r .picks .picks_list .picks_item .picks_cover,
#content .cont_r .dramas .picks_list .picks_item .picks_cover {
  width: 104px;
  height: 140px;
}
#content .cont_r .picks .picks_list .picks_item .item_r,
#content .cont_r .dramas .picks_list .picks_item .item_r {
  padding: 10px 16px 10px 12px;
  height: 140px;
}
#content .cont_r .picks .picks_list .picks_item .item_r h3,
#content .cont_r .dramas .picks_list .picks_item .item_r h3 {
  width: 204px;
  height: 46px;
  font-size: 18px;
  font-family: m;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#content .cont_r .picks .picks_list .picks_item .item_r .xing,
#content .cont_r .dramas .picks_list .picks_item .item_r .xing {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_r .picks .picks_list .picks_item .item_r .xing img,
#content .cont_r .dramas .picks_list .picks_item .item_r .xing img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
#content .cont_r .picks .picks_list .picks_item .item_r .xing span,
#content .cont_r .dramas .picks_list .picks_item .item_r .xing span {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
}
#content .cont_r .picks .picks_list .picks_item .item_r .time,
#content .cont_r .dramas .picks_list .picks_item .item_r .time {
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
  line-height: 16px;
}
#content .cont_r .picks .picks_list .picks_item:hover .item_r,
#content .cont_r .dramas .picks_list .picks_item:hover .item_r {
  background: #2F3138;
}
#content .cont_r .picks .picks_list .picks_item:hover .item_r h3,
#content .cont_r .dramas .picks_list .picks_item:hover .item_r h3 {
  color: #00DC5B;
}
#content .cont_r .picks .picks_list .picks_item:last-child,
#content .cont_r .dramas .picks_list .picks_item:last-child {
  margin-bottom: 0;
}
.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: 520px;
  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: 520px;
  height: 300px;
  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: 40px;
}
.login_box .login_child .box_top span {
  font-size: 24px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
}
.login_box .login_child .box_top img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.login_box .login_child h3 {
  font-size: 28px;
  font-family: s;
  font-weight: 600;
  color: #E8E8E9;
  text-align: center;
  margin-bottom: 93px;
}
.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;
}
