body * {
	box-sizing: content-box;
}
#cavil_container{
	padding-bottom: 2rem;
	background: #FFFFFF;
}

#CommentList {
  /*margin-top: 0.625rem;*/
  padding: 0 0.5rem;
  padding-top: 0.625rem;
}
#hotCommentList {
  /*margin-top: 0.625rem;*/
  padding: 0 0.5rem;
  padding-top: 0.625rem;
}
.comment_title {
  padding: 0.3125rem 0;
  color: #4A4A4A;
}
.comment_title span {
  background: #F4436D;
  border-radius: 0.15625rem;
  color: #FFFFFF;
  padding: 0.09375rem 0.1875rem;
  margin-left: 0.1875rem;
}
.comment_list {
  height: auto;
  overflow: hidden;
}
.comment_list .comment_list_li {
  overflow: hidden;
  padding-top: 0.625rem;
}
.comment_list .header-img {
  float: left;
  height: 1rem;
  width: 1rem;
}
.comment_list .header-img img {
  height: 0.9375rem;
  width: 0.9375rem;
  border-radius: 50%;
  border: 0.03125rem #ddd solid;
}
.comment_list .cmt-main {
  float: left;
  width: 7.65625rem;
  margin-left: 0.3125rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.03125rem solid #EEEEEE;
}
.comment_list .title {
  height: 0.9375rem;
  line-height: 0.9375rem;
  padding-bottom: 0.1875rem;
}
.comment_list .nickname {
  color: #666666;
  float: left;
}
.comment_list .nickname img {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.09375rem;
  vertical-align: sub;
}
.comment_list .praise {
  color: #333333;
  float: right;
  cursor: pointer;
  width: 1.1875rem;
  position: relative;
  top: 5px;
}

.comment_list .praise img.praise-pic {
  height: .28125rem;
  width: .34375rem;
  /*margin-right: 3rem / @base;*/
  /* vertical-align: sub; */
  display: none;
}
.comment_list .cont {
  color: #333333;
}
.comment_list .cont .cmt_last {
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.3125rem 0;
}
.comment_list .cont .cmt_last_two {
  background-color: #FFFFFF;
  color: #333333;
  padding: 0.3125rem 0;
}
.comment_list .cont .cmt_last:first-child {
  padding: 0 0 0.3125rem 0;
}
.comment_list .cont .cmt_del {
  text-align: center;
  color: #999999;
}
.comment_list .cont .cmt_showmore {
  background-color: #DDDDDD;
  color: #333333;
  cursor: pointer;
  text-align: center;
}
.comment_list .cont li {
  padding: 0.3125rem;
  background: #F5F5F5;
  line-height: 0.5625rem;
  color: #666666;
  text-align: justify;
  margin-bottom: 0.03125rem;
}
.comment_list .cont li img {
  display:inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  border: none;
  border: 0;
  vertical-align: sub;
}
.comment_list .time {
  color: #999999;
}
.load_more {
  display: none;
  padding-top: 0.9375rem;
  color: #F4436D;
  text-align: center;
  line-height: 0.625rem;
  cursor: pointer;
}
.load_more_loading {
  padding-top: 0.625rem;
  text-align: center;
}
.load_more_loading img {
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
}
.no_comment p {
  padding: 2.5rem;
  text-align: center;
  color: #999999;
}
.hide-comment {
  display: none!important;
}
.hide {
  display: none;
}
.cutline {
  height: 0.3125rem;
  background: #F5F5F5;
}
.opinion {
  width: 0.4375rem;
  height: 0.4375rem;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.09375rem;
}
.opinion.true {
  background: url('https://img.alicdn.com/imgextra/i1/2296013456/TB2OG6Ex7qvpuFjSZFhXXaOgXXa_!!2296013456.png') no-repeat;
  background-size: 100%;
}
.opinion.false {
  background: url('https://img.alicdn.com/imgextra/i3/2296013456/TB2eCPzxYJmpuFjSZFwXXaE4VXa_!!2296013456.png') no-repeat;
  background-size: 100%;
}
/*修复时间p左右margin*/
.time-reply{
	margin: 0;
}
.comment_list .praise img.praise-pic.active {
  display: inline-block;
}
img.transition-pic {
  width: .34375rem;
  height: .28125rem;
  position: absolute;
  top: 0.203rem;
  left: 0;
  display: none;
}
/*# sourceMappingURL=comit.css.map */
