p,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 评论框 */
.comment {
    width: 100%;
    height: auto;
    
}

.comment .head-face {
    width: 10%;
    height: 120px;
    float: left;
    text-align: center;
}

.comment .head-face img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.comment .head-face p {
    font-size: 12px;
    font-family: "微软雅黑";
}

.comment .content {
    width: 99%;
    height: 175px;
    float: left;
}

.cont-box {
    width: 100%;
    height: 135px;
	border: solid 1px #edeef2;
    border-radius: 5px;
    float: left;
    position: relative;
}

.cont-box .contentwordage{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    color: #cccccc;
    font-size: 14px;
}

.cont-box .contentwordage span{
    color: #ff9630;
    font-size: 14px;
}

.cont-box .text {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 5px 10px 30px;
	color: #333333;
    font-family: "微软雅黑";
    font-size: 14px;
    resize: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    float: left;
}

.tools-box {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
}

.tools-box .operator-box-btn {
    width: 85%;
    height: 30px;
    float: left;
}

.tools-box .operator-box-btn .face-icon {
    display: block;
    float: left;
    margin-top: -1px;
    margin-left: 10px;
    font-family: "微软雅黑";
	font-size: 20px;
	color: #28a1f6;
    cursor: pointer;
}

.tools-box .operator-box-btn .text-face{
    line-height: 29px;
    margin-left: 5px;
    cursor: pointer;
	font-size: 12px;
    color: #28a1f6;
    display: block;
    float: right;
}

.tools-box .operator-box-btn .img-icon {
    display: block;
    float: left;
    margin-top: -11px;
    margin-left: 10px;
    font-family: "微软雅黑";
    font-size: 33px;
    font-weight: lighter;
    color: #99cc66;
    cursor: pointer;
}

.tools-box .submit-btn {
    float: right;
	width: 110px;
    height: 30px;
}

.tools-box .submit-btn input {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
	width: 110px;
    height: 30px;
    line-height: 30px;
	background-color: #28a1f6;
    border-radius: 3px;
    text-align: center;
}

.add-more{
	width: 110px;
    height: 30px;
    line-height: 30px;
	background-color: #28a1f6;
	border-radius: 3px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin: 10px auto;
}

/* 回复信息 */
#info-show {
    float: left;
    width: 100%;
    margin-top: 20px;
}

#info-show li {
    width: 100%;
    min-height: 89px;
    box-sizing: border-box;
    padding: 20px 0 ;
    border-bottom: 1px solid #f2f3f7;
    float: left;
    padding-left: 38px;
    position: relative;
}

.approval{
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    position: absolute;
    left: 0;
    top: 22px;
    padding-top: 8px;
    cursor: pointer;
}

.approval img{
    width: 23px;
    height: 23px;
    margin-bottom: 4px;
}

.approval p{
    font-size: 12px;
    font-family: "微软雅黑";
    color: #cccccc;
}

#info-show .head-face {
    width: 10%;
    float: left;
    text-align: center;
}

#info-show .head-face img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px #c0c0c0;
}

#info-show .reply-cont {
    width: 89%;
    padding-right: 1%;
    float: right;
}

#info-show .reply-cont p {
    min-height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
}

#info-show .reply-cont .username {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

#info-show .reply-cont .username span{
    font-size: 12px;
    color: #999;
    margin-left: 14px;
}

#info-show .reply-cont .comment-body {
    color: #666;
    max-height: auto;
}

#info-show .reply-cont .comment-footer {
    font-size: 12px;
    color: #c0c0c0;
    margin-top: 10px;
}