html,
body,
header,
section,
nav,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
button {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
}
a,
b,
button,
div,
em,
i,
input,
li,
span,
p,
ul {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 62.5%;
  color: #606060;
}
ol,
label,
li {
  list-style: none;
}
body {
  color: #333;
  font-family: '微软雅黑';
}
a:link {
  color: #FF851B;
  text-decoration: none;
}
a:hover {
  color: #606060;
}
a:active {
  color: #606060;
}
a:visited {
  color: #606060;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
body {
  background-color: #ebeff0;
}
.clearfix {
  *zoom: 1;
  word-break: break-all;
  word-wrap: break-word;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.comments-box {
  padding: .3rem .45rem;
  margin: auto;
  margin-top: 1rem;
  background-color: #FFF;
}
.comments-box h2 {
  font-size: .9rem;
  font-weight: normal;
}
#comments {
  width: 100%;
  margin: .5rem auto 1rem;
  outline: none;
}
.comment {
  clear: both;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: .6rem;
}
.import_box > .pendant > img {
  border-radius: 50%;
}
.comment-head {
  float: left;
  height: 1.9rem;
  width: 1.9rem;
  /* margin-right: .4rem; */
  border-radius: 50%;
}
.comment-content {
  overflow: hidden;
}
.comment-user {
  color: #333;
  position: relative;
}
.comment-user-name {
  font-size: .85rem;
}
.comment-user-lv {
  display: inline-block;
}
.comment-user-lv > i {
  position: relative;
  top: .2rem;
  z-index: 2;
  height: .85rem;
  width: .85rem;
  display: inline-block;
  background: url(//c2.cgyouxi.com/website/mobile/img/mob.png?v=20170407) no-repeat center center;
  background-size: .85rem;
}
.comment-user-lv > b {
  z-index: 0;
  display: inline-block;
  height: .9rem;
  line-height: .9rem;
  color: #e1a93d;
  background-color: #fff8e0;
  border-radius: .45rem;
  padding: 0 .35rem 0 .9rem;
  margin: -0.15rem 0 0 -0.8rem;
  font-weight: normal;
  font-size: .6rem;
}
.comment-comment {
  padding: .3rem 0 0;
  font-size: .65rem;
  color: #979797;
  line-height: 0.8rem;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  margin-bottom: .4rem;
}
.comment-date {
  font-size: 0.6rem;
  color: #CCC;
  padding-bottom:0.26rem;
  line-height: .94rem;
  margin-top: .02rem;
  margin-left: 2.3rem;
}
.comment-date .reply-comment {
  float: right;
}
#comment-pager {
  text-align: center;
  background-color: #FFF;
  padding-bottom: .5rem;
}
#comment-pager ul {
  display: inline-block;
  border: 1px solid #DDD;
  border-radius: .2rem;
  overflow: hidden;
}
#comment-pager li {
  float: left;
  padding: .2rem .6rem;
  border-left: 1px solid #DDD;
  background-color: #FFF;
  font-size: .8rem;
}
#comment-pager li.disabled {
  background-color: #EEE;
  color: #CCC;
}
.icon_sign_author,
.icon_silver_vip {
  height: .75rem;
}
.hide {
  display: none;
}
/**/
.pic_content0_h {
  width: 100%;
  margin: auto;
  overflow: hidden;
  display: table;
  margin-bottom: -1px;
}
.pic_content0_h img {
  max-width: 100%;
  vertical-align: middle;
}
.pic_content0_h > * {
  display: table-cell;
}
/*---月刊页评论---*/
#comment_w {
  display: none;
}
.import_box {
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}
.pendant {
  float: left;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.4rem;
  border-radius: 0.2rem;
  position: relative;
}
.pendant > .pendanthat {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 9999;
  left: -0.17rem;
  top: -0.17rem;
  border-radius: .2rem;
}
.pendant > .pendanthat > img {
  width: 100%;
}
.import_box > .comment_head {
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.4rem;
  border-radius: 0.2rem;
  float: left;
}
.import_box > .content_box {
  overflow: hidden;
}
.reply-form > .reply-area {
  width: 100%;
  outline: 0;
  position: relative;
  color: #8d8d8d;
}
.reply-form > .reply-area > textarea {
  max-height: 1.6rem;
  height: auto;
  width: 99%;
  padding: .5rem 3.5%;
  margin-left: 1%;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  border: none;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
}
.reply-form > .comment_submit {
  margin: .3rem 0 .2rem;
  padding: .25rem .85rem;
  background: #fcae20;
  border: 0;
  color: #fff;
  border-radius: .25rem;
  float: right;
  font-size: .7rem;
}
.mpromt{
  height: 1.5rem;
  width: 100%;
  text-align: center;
  line-height: 1.5rem;
}
.clr:after {
  clear: both;
  content: '';
  display: block;
}
.down_info.noheight {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: .4rem;
}
/*评论举报弹窗*/
.inform {
  width: 100%;
  height: 100%;
  background-color: #f5f6f8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.inform .part_top {
  text-align: center;
  padding: 3% 4%;
  position: relative;
  font-size: 16px;
  background: #fff;
  color: #333;
}
.inform .part_top p {
  font-size: 16px;
}
.inform .part_top span {
  position: absolute;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  text-align: center;
  top: 42%;
  margin-top: -15px;
  color: #71737a;
}
.inform .part_middle {
  padding: 4% 6%;
  background-color: #fff;
  margin-top: 2%;
}
.inform .part_middle .inform_cause {
  font-size: 14px;
  color: #71737a;
}
.inform .part_bottom {
  padding: 2% 6%;
  background-color: #fff;
  margin-top: 3%;
  position: relative;
  height: 93%;
}
.wornm_number {
  position: absolute;
  right: 10%;
  top: 100px;
  font-size: 12px;
  color: #c2c5c9;
}
.supplementary_instruction {
  font-size: 14px;
  color: #71737a;
}
.content-tag li {
  margin-top: 3%;
  font-size: 13.5px;
}
.content-tag li span {
  margin-right: 12px;
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #2e2f31;
  position: relative;
  border-radius: 50%;
  border: 1px solid #ececec;
  top: 4px;
}
.content-tag li span.check:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/checkbox_checked.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.inform textarea {
  width: 99%;
  height: 80px;
  border: 1px solid #edecee;
  font-size: 12px ;
  margin: 3% 0 .4% 0;
  padding: 0;
  resize: none;
  padding-top: 2%;
  text-indent: 12px;
  background: #f5f6f8;
  color: #2e2f31;
  border-radius: 4px;
  font-family: "微软雅黑", "microsoft yahei";
}
.inform textarea::-webkit-input-placeholder {
  color: #9fa1a5;
}
.inform textarea::-moz-placeholder {
  color: #9fa1a5;
}
.inform textarea:-ms-input-placeholder {
  color: #9fa1a5;
}
.content-tag span img {
  width: 18px;
  height: 18px;
}
.chen_subBtn {
  margin-top: 3%;
  color: #fff;
  background: #ffac28;
  text-align: center;
  padding: 4% 0 4% 0;
  font-size: 16px;
  border-radius: 4px;
}
.chen_subBtn.prohibit_sub {
  background: #c2c5c9;
}
.chen_subBtn:active {
  background-color: #ea9f29;
}
.down_info .even_more {
  width: 14px;
  position: absolute;
}
.more_choice_bg {
  position: absolute;
  right: -0.25rem;
  width: 0.6rem;
  height: 0.6rem;
  top: 0.25rem;
  background: url(../../img/even_more.png) no-repeat center;
  background-size: 0.6rem;
}
.report_windows {
  width: 4rem;
  padding: 0.3rem 0;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6e6e6;
  border-radius: 0.15rem;
  text-align: center;
  position: absolute;
  right: -0.5rem;
  top: 0.9rem;
  z-index: 10;
  line-height: 1.35rem;
  height: 1.35rem;
  background: url(../../img/report.png) no-repeat 0.85rem center #fff;
  background-size: 0.85rem;
  color: #aaa;
  font-size: 0.7rem;
}
.mreplay{
  float: right;
  margin-right: 0.84rem;
}
.mpraise {
  position: relative;
  float: right;
  padding-left: 1.15rem;
}
.mpraise.liked {
  color: #9597A8;
}
.mpraise::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../../../orange/img/common/like_comment.png) center no-repeat;
  background-size: 100%;
}
.mpraise.liked::before{
  background: url(../../../orange/img/common/liked.png) center no-repeat;
  background-size: 100%;
}
/*.report_windows .mreport{*/
  /*background: url(../../img/report.png) no-repeat 0.85rem center #fff;*/
  /*background-size:0.85rem ;*/

/*}*/
.report_windows span {
  /*background: #fff;*/
  /*width:3.5rem ;*/
  /*!*height: 0.9rem;*!*/
  /*!*line-height: 0.9rem;*!*/
  /*display: inline-block;*/
  /*text-align:right ;*/
  /*padding-right: 0.5rem;*/
  padding-left: 1.2rem;
}
#comments .comment-content {
  overflow: inherit;
}
@media screen and (max-height: 460px) {
  .inform .part_top {
    padding: 3% 4%;
  }
  .content-tag li {
    margin-top: 2%;
  }
  .inform .part_middle {
    padding: 3% 4%;
  }
  .inform .part_bottom {
    padding: 3% 4%;
  }
  .wornm_number {
    top: 90px;
  }
  .inform textarea {
    margin: 3% 0 .4% 0;
    height: 70px;
  }
}
@media screen and (max-width: 320px) and (max-height: 430px) {
  .content-tag li {
    margin-top: 2%;
  }
  .inform .part_middle {
    padding: 2% 4%;
  }
  .inform .part_bottom {
    padding: 2% 4%;
  }
  .wornm_number {
    top: 80px;
  }
  .inform textarea {
    height: 60px;
  }
}
