﻿/*用户评论*/
.CcommentBox {  
  width: 100%;
	padding: 0 0.2rem;
  margin-top: 0.2rem;
  box-sizing: border-box;
  float: left;
  color: #999;
}
.CcommentBox ul.comentList {
  width: 100%;
  overflow: hidden;
}
.CcommentBox ul.comentList li {
  width: 100%;
  overflow: hidden;
  font-size: 0.28rem;
  margin-bottom: 0.24rem;
}
ul.comentList li > em {
  line-height: 0.64rem;
  display: inline-block;
  float: left;
}
ul.comentList li > span {
  display: inline-block;
  overflow: hidden;
}
ul.comentList li > span img {
  width: 15px;
  height: 14px;
  margin: 0;
  display: inline-block;
  float: left;
  margin-right: 0.12rem;
  margin-top: 0.16rem;
}
ul.comentList li textarea {
  width: 100%;
  border-radius: 0.08rem;
  padding: 0 0.1rem;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 0.6rem;
  border: 1px solid #ccc;
}
ul.comentList li input {
  float: left;
  border-radius: 4px;
  padding: 0 2%;
  background-color: #fff;
  line-height: 0.6rem;
  border: 1px solid #ccc;
}
ul.comentList li.plbutton {
  height: auto;
  display: -webkit-box;
  box-sizing: border-box;
}
ul.comentList li.plbutton i{
	display: inline-block;
	line-height: 0.72rem;
	margin-left: 0.2rem;
}
ul.comentList li .tjbutton {
  width: 2.4rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #ff4d4e;
  font-size: 0.28rem;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  overflow: hidden;
  border-radius: 0.08rem;
  outline: none;
}
ul.comentList li .cancel {
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #ccc;
  font-size: 0.28rem;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0 0 0 3%;
  border: 0;
  display: block;
  overflow: hidden;
  border-radius: 0.08rem;
  outline: none;
}
ul.comentList li.plbutton .yzm {
  width: 2.0rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.08rem;
  outline: none;
}
ul.comentList li.plbutton img {
  width: 1.0rem;
  height: 0.44rem;
  line-height: 0.6rem;
  top: 0.1rem;
  position: relative;
  margin: 0 0 0 0.08rem;
  cursor: pointer;
}
input {
  outline: 0px;
}
/*用户评论列表*/
pre {
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;

    word-wrap: break-word
}
.comentInfo {
  width: 100%;
  margin: auto;
	float: left;
  box-sizing: border-box;
  border-top: 1px solid #e3ffed;
}
.comentInfo dt {
  line-height: 0.52rem;
  height: 0.52rem;
  overflow: hidden;
  background: #f7fffb;
  color: #569659;
  position: relative;
}
.comentInfo  dl {
  margin-top: 0.24rem;
  width: 100%;
	float: left;
  padding: 0.1rem 0.2rem 0 0.2rem;
  padding-bottom: 0;
  box-sizing: border-box;
  background: #f7fffb;
}
.comentInfo  dl  dd {
  width: 100%;
  word-wrap: break-all;
  line-height: 0.52rem;
  color: #666;
	font-size: 0.26rem;
	overflow: hidden;
  position: relative;
  margin: 0;
  margin-bottom: 0.12rem;
}
.comentInfo  dl  dd pre {
    font-family: "microsoft yahei";
    text-align: left;
	display: block;
    font-size: 0.26rem;
    line-height: 0.44rem;
    word-break: break-word;
}
.disTxt a {
    width: 1.8rem;
    position: absolute;
    right: 0;
    bottom: 0;
	line-height: 0.40rem;
    cursor: pointer;
    color: #0099ff;
    font-size: 0.26rem;
    text-align: right;
	background-image: linear-gradient(to right,rgba(249,249,249,0.5),rgba(249,249,249,1));
}

.comentInfo dl dl {
  border-top: 1px solid #cef8dd;
  padding-right: 0;
  margin-top: 0px;
}
.comentInfo dl dl:first-child {
  border-top: 2px solid #cef8dd;
}
.comentInfo dl dl dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
}
.comentInfo dl dl:last-child {
  margin-bottom: 0.2rem;
}
.comentInfo dl p {
  position: absolute;
  top: 0.18rem;
  right: 0;
}
.comentInfo dl dd:last-child {
  border-bottom: none;
}
.comentInfo dd img {
  margin-bottom: -5px;
}
.comentInfo dt i {
  font-weight: bold;
  font-style: normal;
  color: #55ae03;
  float: left;
  margin: 0 0.12rem 0 0;
}
.comentInfo dt b {
  color: #55ae03;
    float: left;
    margin-right: 0.12rem;
  height: 0.52rem;
}
.comentInfo p {
  text-align: right;
  line-height: 1;
  min-height: 0.32rem;
}
.comentInfo p a {
  color: #e65c08;
  margin-left: 0.2rem;
}
.comentInfo dt span {
  float: left;overflow: hidden;
	display: inline-block;
	max-width: 4.4rem;
	font-size: 0.28rem;
}
.comentInfo dt em {
  float: right;
  color: #999;
  height: 0.52rem;
  max-width: 2.6rem;
  overflow: hidden;
  font-style: normal;
  font-size: 0.28rem;
  white-space: nowrap;
  position: absolute;
  right: 0;
}
.hideMoreDiscuss {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 3; /*控制文本行数，多少行以后开始省略号 */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*盖楼回复*/
.Ctitle span.txt {font-size: 0.28rem;
}
.comentInfo dl .plreply {
 float: right;
  line-height: 0.52rem;
}
.comentInfo dl .plreply span em {
  color: #999;
	line-height: 0.48rem;
  margin-left: 0.08rem;
}
.comentInfo dl .plreply span.glBtn {
  color: #0099ff;
	font-size: 0.28rem;
  margin-left: 0.28rem;
	cursor: pointer;
}
.comentInfo dl .plreply  span.dzbtn {
	float: left;
  padding-left: 0.42rem;
  height: 0.4rem;line-height: 0.44rem;
  background: url(../images/dza.png) no-repeat left center;
	margin-top: 0.03rem;
  background-size: contain;
  cursor: pointer;
  font-size: 0.28rem;
  color: #999;
  margin-left: 0.36rem;
}
.comentInfo dl .plreply  span.active {
    background: url(../images/dzb.png) no-repeat left center;
	color: #fa3939;
  background-size: contain;
}
.comentInfo dl .plreply span.active em {
  color: #fa3939;
}
/*评论回复框*/
.CcommentBox .cmmts_textarea.expand {
  height: 1.2rem;
}
.CcommentBox .cmmts_textarea {
  border: none;
  display: block;
  padding: 0 0.08rem 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 1.2rem;
  width: 100%;
  height: 0.54rem;
  font-size: 0.28rem;
  line-height: 0.48rem;;
  color: #222;
  outline: none;
  resize: none;
  background: #d8f6e7;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}
.CcommentBox .cmmts_input_wrap {
  position: relative;
	margin-bottom: 0.24rem;
}
.CcommentBox .cmmts_emoji {
  width: 0.4rem;
  height: 0.72rem;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/face.png);
  position: absolute;
  right: 2.48rem;
  bottom: 0;
  cursor: pointer
}
.CcommentBox .cmmts_emoji_wrap {
  display: none;
  position: absolute;
  top: 0.76rem;
  right: -2.5rem;
  z-index: 1000;
  padding: 0.2rem 0;
  background: #fff;
  width: 6.3rem;
  height: 3.2rem;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  border-radius: 0.06rem
}
.CcommentBox .cmmts_emoji_wrap::before {
  content: '';
  background: #fff;
  height: 0.2rem;
  width: 0.2rem;
  border-radius: 1px;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50%;
  top: -0.1rem;
  right: 2.56rem
}
.CcommentBox .cmmts_emoji_wrap::after {
  content: '';
  background: transparent;
  position: absolute;
  width: 8rem;
  height: 0.8rem;
  top: -0.8rem;

  left: 0
}
.CcommentBox .cmmts_emoji_wrap *::-webkit-scrollbar, .cmmts_emoji_wrap::-webkit-scrollbar {
  width: 0.08rem
}
.CcommentBox .cmmts_emoji_list {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 0.1rem 0 0.22rem;
  overflow-y: scroll;
  font-size: 0
}
.CcommentBox .cmmts_emoji_list_item {
  width: 0.76rem;
  height: 0.76rem;
  margin: 0.04rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.4rem;
  display: inline-block
}
.CcommentBox .cmmts_emoji_list_item:hover {
  background: #fff2f2;
  display: inline-block
}
.CcommentBox .cmmts_emoji_list_item img {
  width: 0.48rem;
  height: 0.48rem;
  padding: 0;
  display: block;
  margin: 0.14rem
}
.CcommentBox .cmmts_emoji:hover {
  background-image: url(../images/faceb.png)
}
.CcommentBox .cmmts_emoji:hover .cmmts_emoji_wrap {
  display: block
}
.CcommentBox .cmmts_footer {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0.32rem;
  bottom: 0.2rem
}
.CcommentBox .cmmts_footer > ul {
  display: flex;
  float: right
}
.CcommentBox .cmmts_footer > ul img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
  cursor: pointer
}
.CcommentBox .cmmts_footer > ul button {
  background: #52ab01;
  border-radius: 3px;
  font-family: PingFang SC;
  font-size: 0.28rem;
  color: #fff;
  padding: 0.12rem 0.66rem
}
.CcommentBox .cmmts_input {
  position: relative;
  width: 91%;
  padding: 0.18rem 0.28rem 1.06rem;
  background: #d8f6e7;
  border-radius: 0.16rem;
  overflow: hidden;
  margin-top: 0.08rem;
  border: 1px solid #fff
}
.CcommentBox .cmmts_input.focus {
  border-color: #52ab01
}
.CcommentBox .cmmts_button {
  border: none;
  padding: 0.12rem 0.28rem;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.4rem;
  color: #fff;
  background: #52ab01;
  border-radius: 0.06rem;
  cursor: pointer;
  min-width: 1.88rem;
  text-align: center
}
.CcommentBox .cmmts_button:hover {
  background: #52ab01;
  opacity: .8
}
.CcommentBox .cmmts_button.disabled {
  opacity: .3;
  cursor: default
}