.sendcommentbox{}
.sendcommentbox .writecommentbox{
	height: 152px;
}
.sendcommentbox .writecommentbox .wxuserheadimg{
    height: 50px;
    width: 100%;
}
.sendcommentbox .writecommentbox .wxuserheadimg .head1{
	float:left;
}
.sendcommentbox .writecommentbox .wxuserheadimg .head2{
	float: left;
    font-size: 15px;
    line-height: 30px;
    text-indent: 5px;
}
.sendcommentbox .writecommentbox .wxuserheadimg img{
	border-radius: 15px;
    width: 30px;
}
.sendcommentbox .writecommentbox .writebox{
	height: 80px;
    width: 100%;
    text-align:center;
}
.sendcommentbox .writecommentbox .writebox textarea{
	height: 80px;
    width: 95%;
    border: 1px solid #ccc;
    box-shadow: none;
}
.sendcommentbox .sendbtn{}
.sendcommentbox .sendbtn button{
	 height: 35px;
	
}
.lastcommentlist h3{
	border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.lastcommentlist .pubcomment{width:100%;height:50px;text-align:center;}
.lastcommentlist .pubcomment .btn-info{width:100px;line-height: 30px;}
.commentlist{width:100%;}
.commentlist ul{width:100%;list-style-type:none;margin-left: 0; padding: 0;}
.commentlist li{
	width:100%;
	border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.commentlist .cmhead{
	height: 30px;
    width: 100%;
   
}
.commentlist .cmhead .head1{
    float:left;
}
.commentlist .cmhead .head1 img{
	width: 30px;
	border-radius: 15px;
}
.commentlist .cmhead .head2{
	float: left;
    font-size: 15px;
    line-height: 30px;
    text-indent: 5px;
}
.commentlist .cmbody{
	font-size:14px;
	margin-top: 5px;
}
.commentlist .cminfo{
	font-size:12px;
	color:#ccc;
}
.commentlist .cmbody .replybar{
	
}
.commentlist .cmbody .subcomments{
}
.commentlist .cmbody .subcomments .scmt{
	padding-left: 50px;
	color: #666;
	margin: 5px 0;
}
.commentlist .cmbody .subcomments .scmt img{
	border-radius: 15px;
    width: 30px;
    
}
.commentlist .cmbody .subcomments span{
	color: #ccc;
	font-size: 12px;
}
.loadmore {
	height: 20px;
    margin-bottom: 20px;
    text-align: center;
	
}