@import url('reset.css');
@import url('head_foot.css?v=1');
#content {
  width: 1280px;
  padding: 17px 30px;
  margin: 0 auto;
}
#content .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l {
  width: 336px;
}
#content .cont .cont_l .like {
  width: 336px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  border-radius: 30px;
  padding: 32px 16px;
}
#content .cont .cont_l .like h3 {
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
#content .cont .cont_l .like .choice .vs {
  width: 40px;
  height: 34px;
  margin: 0 2px;
}
#content .cont .cont_l .like .choice .yes,
#content .cont .cont_l .like .choice .no {
  width: 125px;
  height: 42px;
  cursor: pointer;
}
#content .cont .cont_l .like .answer,
#content .cont .cont_l .like .answer1 {
  width: 278px;
  display: none;
  margin: 20px auto 24px;
}
#content .cont .cont_l .like .answer .by_selecting,
#content .cont .cont_l .like .answer1 .by_selecting {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l .like .answer .by_selecting .red,
#content .cont .cont_l .like .answer1 .by_selecting .red,
#content .cont .cont_l .like .answer .by_selecting .blue,
#content .cont .cont_l .like .answer1 .by_selecting .blue {
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #FF866F;
}
#content .cont .cont_l .like .answer .by_selecting .red img,
#content .cont .cont_l .like .answer1 .by_selecting .red img,
#content .cont .cont_l .like .answer .by_selecting .blue img,
#content .cont .cont_l .like .answer1 .by_selecting .blue img {
  width: 20px;
  height: 20px;
}
#content .cont .cont_l .like .answer .by_selecting .blue,
#content .cont .cont_l .like .answer1 .by_selecting .blue {
  margin-left: 165px;
  color: #759BFF;
}
#content .cont .cont_l .like .answer .progress,
#content .cont .cont_l .like .answer1 .progress {
  margin-top: 5px;
  display: flex;
}
#content .cont .cont_l .like .answer .progress .pro_div1,
#content .cont .cont_l .like .answer1 .progress .pro_div1 {
  width: 142px;
  height: 6px;
  background: #FF866F;
  border-radius: 3px 0 0 3px;
}
#content .cont .cont_l .like .answer .progress .pro_div2,
#content .cont .cont_l .like .answer1 .progress .pro_div2 {
  width: 142px;
  height: 6px;
  background: #759BFF;
  border-radius: 0 3px 3px 0;
}
#content .cont .cont_l .like .two_comments {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_l .like .two_comments .two_l {
  width: 148px;
  margin-top: 16px;
}
#content .cont .cont_l .like .two_comments .two_l h4 {
  font-size: 14px;
  font-family: zi-bold;
  font-weight: bold;
  color: #FF866F;
  text-align: center;
}
#content .cont .cont_l .like .two_comments .two_l .two_list {
  width: 148px;
  background: #FDF9FA;
  border-top: 2px solid #FF866F;
  margin-top: 12px;
  padding: 10px 9px;
}
#content .cont .cont_l .like .two_comments .two_l .two_list .list_text {
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}
#content .cont .cont_l .like .two_comments .two_l .two_list .zan_num {
  display: flex;
  justify-content: right;
}
#content .cont .cont_l .like .two_comments .two_l .two_list .zan_num .zan {
  width: 22px;
  height: 22px;
  margin-left: 73px;
  cursor: pointer;
}
#content .cont .cont_l .like .two_comments .two_l .two_list .zan_num .num {
  font-size: 12px;
  font-family: zi;
  font-weight: 400;
  color: #909399;
  line-height: 14px;
  margin-top: 5px;
}
#content .cont .cont_l .like .two_comments .two_r {
  width: 148px;
  margin-top: 16px;
}
#content .cont .cont_l .like .two_comments .two_r h4 {
  font-size: 14px;
  font-family: zi-bold;
  font-weight: bold;
  color: #759BFF;
  text-align: center;
}
#content .cont .cont_l .like .two_comments .two_r .two_list {
  width: 148px;
  background: #F6F9FE;
  border-top: 2px solid #759BFF;
  margin-top: 12px;
  padding: 10px 9px;
}
#content .cont .cont_l .like .two_comments .two_r .two_list .list_text {
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}
#content .cont .cont_l .like .two_comments .two_r .two_list .zan_num {
  display: flex;
  justify-content: right;
}
#content .cont .cont_l .like .two_comments .two_r .two_list .zan_num .zan {
  width: 22px;
  height: 22px;
  margin-left: 73px;
  cursor: pointer;
}
#content .cont .cont_l .like .two_comments .two_r .two_list .zan_num .num {
  font-size: 12px;
  font-family: zi;
  font-weight: 400;
  color: #909399;
  line-height: 14px;
  margin-top: 5px;
}
#content .cont .cont_l .like button {
  width: 310px;
  height: 51px;
  background: #FFCD1D;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  margin-top: 36px;
  cursor: pointer;
}
#content .cont .cont_l .gg {
  width: 336px;
  height: 280px;
  background: #FFFFFF;
  margin-top: 20px;
}
#content .cont .cont_l .gg_title {
  display: block;
  font-size: 12px;
  font-family: zi;
  font-weight: 500;
  color: #CCCCCC;
  text-align: center;
  margin-bottom: 20px;
}
#content .cont .cont_l .download {
  width: 336px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 24px;
  margin-bottom: 20px;
}
#content .cont .cont_l .download h4 {
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}
#content .cont .cont_l .download a {
  display: block;
  width: 288px;
  height: 58px;
  border-radius: 50px;
  border: 1px solid #19C95B;
  font-size: 18px;
  color: #19C95B;
  line-height: 58px;
  font-weight: 900;
  padding-left: 16px;
  box-sizing: border-box;
  margin-bottom: 18px;
}
#content .cont .cont_l .download a:hover {
  color: #fff;
  background-color: #19C95B;
}
#content .cont .cont_l .download .dun {
  margin-bottom: 4px;
}
#content .cont .cont_l .download .dun img {
  width: 16px;
  height: 16px;
}
#content .cont .cont_l .download .dun span {
  font-size: 14px;
  font-family: zi-bold;
  font-weight: bold;
  color: #999;
}
#content .cont .cont_l .download .dun-text {
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  line-height: 28px;
}
#content .cont .cont_l .you_like {
  width: 336px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 24px;
}
#content .cont .cont_l .you_like h4 {
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}
#content .cont .cont_l .you_like .like_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 90px);
  grid-template-rows: repeat(auto-fill, 91px);
  grid-gap: 8px;
}
#content .cont .cont_l .you_like .like_list li {
  border-radius: 30px;
  overflow: hidden;
}
#content .cont .cont_l .you_like .like_list li a {
  display: block;
  position: relative;
}
#content .cont .cont_l .you_like .like_list li a img {
  width: 100%;
  height: 91px;
  object-fit: cover;
}
#content .cont .cont_l .you_like .like_list li a .mengceng {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  position: absolute;
  top: 100%;
}
#content .cont .cont_l .you_like .like_list li a .mengceng span {
  display: block;
  width: 79px;
  height: 36px;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  margin: 40px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont .cont_l .you_like .like_list li:hover a .mengceng {
  top: 0;
  transition: 0.5s;
}
#content .cont .cont_l .ranking {
  margin-top: 20px;
  width: 336px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 30px;
  padding: 24px;
}
#content .cont .cont_l .ranking h4 {
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}
#content .cont .cont_l .ranking ul li {
  margin-bottom: 20px;
}
#content .cont .cont_l .ranking ul li a {
  display: block;
  position: relative;
}
#content .cont .cont_l .ranking ul li a img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 30px;
  margin-right: 12px;
}
#content .cont .cont_l .ranking ul li a img.pm {
  width: 32px;
  height: 32px;
  margin-right: 0;
}
#content .cont .cont_l .ranking ul li a span.s_num {
  font-size: 18px;
  font-family: zi;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  top: 29px;
  left: 10px;
}
#content .cont .cont_l .ranking ul li a span.s_title {
  display: inline-block;
  width: 150px;
  height: 18px;
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont .cont_l .ranking ul li:hover a span.s_title {
  color: #65C3FF;
}
#content .cont .cont_r {
  width: 872px;
}
#content .cont .cont_r .game_detail {
  width: 872px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 24px;
}
#content .cont .cont_r .game_detail .game_top {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_r .game_detail .game_top .game_t_l {
  width: 460px;
  height: 280px;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .game {
  display: flex;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .game img {
  width: 76px;
  height: 76px;
  border-radius: 50px;
  margin-right: 16px;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .game h3 {
  margin: 10px 0 5px;
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .game .five {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .game .five .five_div {
  margin-top: 6px;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .game .five .five_div button {
  cursor: pointer;
  padding: 8px 16px;
  background: #F8F8F8;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-family: zi;
  font-weight: 400;
  color: #999999;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .edition {
  margin-top: 12px;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version1 table,
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version2 table {
  width: 458px;
  height: 88px;
  border-radius: 16px;
  margin: 12px auto;
  border: none;
  overflow: hidden;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version1 table tr td,
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version2 table tr td {
  padding-left: 8px;
  background-color: #F8F8F8;
  font-size: 14px;
  font-family: zi;
  color: #666666;
  height: 20px;
  line-height: 20px;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version1 table tr td.td1,
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version2 table tr td.td1 {
  box-sizing: border-box;
  width: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #666;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version1 table tr td.td2,
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version2 table tr td.td2 {
  width: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .edition .version2 {
  display: none;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .tags {
  width: 460px;
  height: 87px;
  overflow: hidden;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .tags a {
  display: inline-block;
  padding: 9px 16px;
  margin: 0 8px 8px 0;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .game_detail .game_top .game_t_l .tags a:hover {
  background-color: #65C3FF;
  color: #fff;
  border: 1px solid #65C3FF;
}
#content .cont .cont_r .game_detail .game_top .gg1 {
  width: 336px;
  height: 280px;
  background: #F5F5F5;
  position: relative;
  text-align: center;
}
#content .cont .cont_r .game_detail .game_top .gg1 .gg1_title {
  font-size: 12px;
  font-family: zi;
  font-weight: 500;
  color: #666;
  line-height: 16px;
  position: absolute;
  bottom: -14px;
  left: 42%;
}
#content .cont .cont_r .xiangce {
  margin: 16px 0;
  border-radius: 24px;
  background-color: #fff;
  overflow: hidden;
}
#content .cont .cont_r .xiangce img {
  border-radius: 24px;
}
#content .cont .cont_r .blogger {
  padding: 32px 24px 24px;
  width: 868px;
  background: #FFFFFF;
  border-radius: 30px;
}
#content .cont .cont_r .blogger h4 {
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 32px;
}
#content .cont .cont_r .blogger .introduce {
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_r .blogger .introduce .p_l,
#content .cont .cont_r .blogger .introduce .p_r {
  width: 402px;
  background: #F8F8F8;
  border-radius: 24px;
  padding: 20px;
}
#content .cont .cont_r .blogger .introduce .p_l .people,
#content .cont .cont_r .blogger .introduce .p_r .people {
  display: flex;
}
#content .cont .cont_r .blogger .introduce .p_l .people img,
#content .cont .cont_r .blogger .introduce .p_r .people img {
  width: 58px;
  height: 58px;
  margin-right: 8px;
}
#content .cont .cont_r .blogger .introduce .p_l .people .name p,
#content .cont .cont_r .blogger .introduce .p_r .people .name p {
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  margin-bottom: 5px;
}
#content .cont .cont_r .blogger .introduce .p_l .people .name p .sp2,
#content .cont .cont_r .blogger .introduce .p_r .people .name p .sp2 {
  color: #999;
}
#content .cont .cont_r .blogger .introduce .p_l .text,
#content .cont .cont_r .blogger .introduce .p_r .text {
  width: 340px;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
}
#content .cont .cont_r .blogger .introduce .p_l .time,
#content .cont .cont_r .blogger .introduce .p_r .time {
  display: block;
  text-align: right;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #CCCCCC;
  line-height: 24px;
  margin-top: 24px;
}
#content .cont .cont_r .editing {
  width: 868px;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 30px;
  margin-top: 16px;
}
#content .cont .cont_r .editing h4 {
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}
#content .cont .cont_r .editing .e_text {
  font-size: 16px;
  font-family: zi;
  color: #666666;
  line-height: 28px;
}
#content .cont .cont_r .play {
  width: 868px;
  padding: 24px;
  background: #FFFFFF;
  border-radius: 30px;
  margin-top: 16px;
}
#content .cont .cont_r .play h4 {
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}
#content .cont .cont_r .play .p_text {
  font-size: 16px;
  font-family: zi;
  color: #666666;
  line-height: 28px;
}
#content .cont .cont_r .comment {
  margin-top: 16px;
  padding: 24px 24px 80px;
  width: 868px;
  background: #FFFFFF;
  border-radius: 30px;
}
#content .cont .cont_r .comment input,
#content .cont .cont_r .comment textarea {
  width: 100%;
}
#content .cont .cont_r .comment input {
  border: none;
  height: 42px;
  background: #F8F8F8;
  border-radius: 8px;
  padding-left: 16px;
  box-sizing: border-box;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
}
#content .cont .cont_r .comment input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
}
#content .cont .cont_r .comment textarea {
  height: 166px;
  background: #F8F8F8;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #999999;
  padding: 24px 16px;
  box-sizing: border-box;
}
#content .cont .cont_r .comment .xing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
#content .cont .cont_r .comment .xing span {
  font-size: 18px;
  font-family: zi;
  font-weight: 500;
  color: #666666;
}
#content .cont .cont_r .comment .xing button {
  width: 120px;
  height: 52px;
  background: #FFCD1D;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
#content .cont .cont_r .comment .personal {
  width: 100%;
  border-top: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
  margin-top: 32px;
  padding: 24px 0;
}
#content .cont .cont_r .comment .personal .personal_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont .cont_r .comment .personal .personal_top .p_t_div {
  display: flex;
}
#content .cont .cont_r .comment .personal .personal_top .p_t_div img {
  width: 54px;
  height: 54px;
  margin-right: 14px;
}
#content .cont .cont_r .comment .personal .personal_top .p_t_div h4 {
  font-size: 16px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  line-height: 54px;
}
#content .cont .cont_r .comment .personal .personal_top .xiao {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
#content .cont .cont_r .comment .personal .personal_tags {
  margin-top: 24px;
  width: 820px;
  display: flex;
}
#content .cont .cont_r .comment .personal .personal_tags button {
  margin: 0 12px 12px 0;
  padding: 8px 24px;
  box-sizing: border-box;
  border-radius: 113px;
  border: 1px solid #FFCD1D;
  overflow: hidden;
  background-color: #FFCD1D;
  font-size: 14px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  display: flex;
}
#content .cont .cont_r .comment .personal .personal_tags button div {
  height: 28px;
  line-height: 28px;
}
#content .cont .cont_r .comment .personal .personal_tags button div .zan_num {
  font-size: 14px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
}
#content .cont .cont_r .comment .personal .personal_tags button .jia {
  display: none;
  margin-left: 5px;
  width: 28px;
  height: 28px;
  background: #535353;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  font-family: zi;
  color: #fff;
}
#content .cont .cont_r .comment .personal .personal_tags button:hover {
  cursor: pointer;
  padding: 8px 13px 8px 24px;
}
#content .cont .cont_r .comment .personal .personal_tags button:hover .jia {
  display: inline-block;
  animation: skr ease-in-out 0.5s;
}
#content .cont .cont_r .comment .interesting {
  width: 479px;
  height: 40px;
  background: #FFFAE7;
  border-radius: 113px;
  margin: 32px auto;
  font-size: 16px;
  font-family: zi;
  font-weight: 500;
  color: #F4B000;
  text-align: center;
  line-height: 40px;
}
#content .cont .cont_r .comment .interesting img {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
#content .cont .cont_r .comment .reply h4 {
  font-size: 18px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
#content .cont .cont_r .comment .reply h4 span {
  font-size: 14px;
  color: #ccc;
}
#content .cont .cont_r .comment .reply .r_people {
  width: 820px;
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_r .comment .reply .r_people .tou {
  width: 54px;
  height: 54px;
}
#content .cont .cont_r .comment .reply .r_people .people_r {
  width: 750px;
  border-radius: 16px;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top {
  background-color: #F8F8F8;
  padding: 16px;
  width: 750px;
  background: #F8F8F8;
  border-radius: 16px;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top img {
  width: 83px;
  height: 40px;
  margin-right: 10px;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top .name {
  font-size: 16px;
  font-family: zi-bold;
  font-weight: bold;
  color: #333333;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top .text {
  margin-top: 12px;
  font-size: 16px;
  font-family: zi;
  font-weight: normal;
  color: #666666;
  line-height: 28px;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top .text .t_p {
  width: 702px;
  background: #F1F1F1;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top .text .t_p img {
  width: 54px;
  height: 54px;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top .text .t_p .t_text {
  width: 608px;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top .text .t_p .t_text p {
  font-size: 16px;
  font-family: zi-bold;
  font-weight: bold;
  color: #3E3E3E;
}
#content .cont .cont_r .comment .reply .r_people .people_r .r_top .text .t_p .t_text div {
  font-size: 16px;
  font-family: zi;
  font-weight: normal;
  color: #666666;
}
#content .cont .cont_r .comment .reply .r_people .people_r .sub {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  align-items: center;
}
#content .cont .cont_r .comment .reply .r_people .people_r .sub div {
  display: flex;
}
#content .cont .cont_r .comment .reply .r_people .people_r .sub div span {
  display: block;
  margin-right: 24px;
  font-size: 14px;
  font-family: zi;
  font-weight: 400;
  color: #3E3E3E;
}
#content .cont .cont_r .comment .reply .r_people .people_r .sub button {
  width: 85px;
  height: 36px;
  background: #F4F4F4;
  border-radius: 113px;
  font-size: 14px;
  font-family: zi;
  font-weight: 400;
  color: #666;
  border: none;
}
#content .cont .cont_r .comment .reply .r_people .people_r .ipt {
  width: 750px;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  font-size: 16px;
  font-family: zi;
  font-weight: normal;
  color: #666666;
  background-color: #fff;
  display: none;
}
#content .cont .cont_r .comment .reply .r_people .people_r .ipt::-webkit-input-placeholder {
  font-size: 16px;
  font-family: zi;
  font-weight: normal;
  color: #666666;
}
#content .cont .cont_r .comment .paging {
  width: 843px;
  height: 50px;
  text-align: center;
  margin-top: 30px;
}
#content .cont .cont_r .comment .paging ul {
  display: inline-block;
  overflow: hidden;
}
#content .cont .cont_r .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 .cont .cont_r .comment .paging ul li:nth-child(2) {
  width: 32px;
  height: 32px;
  background: #535353;
  border-radius: 4px;
  border: none;
  color: #fff;
}
.bian {
  background-color: #FFCD1D !important;
  color: #333 !important;
}
.xian {
  display: block !important;
}
@keyframes skr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
