p,ul,li{margin: 0; padding: 0; list-style: none;}
.jlypl {font-size: 24px;line-height: 70px;margin-bottom: 30px;text-align: center;color: #B81C22;/*#ff922a;*/}
/* 评论框 */
.comment{width: 90%;height: auto;}
.comment .head-face{width: 10%; height: 120px; float: left; text-align: center;}
.comment .head-face img{width: 50px; height: 50px; border-radius: 50%;}
.comment .head-face p{font-size: 12px; font-family: "微软雅黑";}
.comment .content{width: 90%; height: 120px; float: right;}

.cont-box{ width: 100%; height: 80px; border: 1px solid #B81C22;/*#ff922a;*/ border-top-left-radius: 5px;  border-top-right-radius: 5px; float: left;}
.cont-box .text{ width: 96.6%; height: 86.9%; border-radius: 5px;   padding: 5px 10px; color: #999; font-family: "微软雅黑"; font-size: 14px; resize:none; border: none;  outline: none; float: left;}

.tools-box{ width: 100%; height: 30px; border: 1px solid #B81C22;/*#ff922a;*/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:5px; margin-left: 10px; font-family: "微软雅黑"; font-size: 22px; color: #ff922a;  cursor: pointer;}
.tools-box .operator-box-btn .img-icon{display: block; float: left; margin-top:5px; margin-left: 10px; font-family: "微软雅黑"; font-size: 33px; font-weight: lighter; color: #ff922a; cursor: pointer;}
.tools-box .submit-btn{ width: 15%; height: 30px; float: right; }

.tools-box .submit-btn input{ width: 100%; height: 100%; font-family: "微软雅黑"; font-size: 14px; color: #fff; cursor: pointer; border: none; outline: none; background-color: #B81C22;/*#ff922a;*/}

/* 回复信息 */
#info-show{float: left;  width: 100%; margin-top: 20px;margin-bottom: 50px;}
#info-show li{ width: 100%; height: auto; padding: 20px 0px 20px 0px; border-bottom: 1px dashed #c0c0c0; float: left;}
#info-show .head-face{width: 9%;  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: 90%; 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: #ff922a; margin-bottom: 5px;}
#info-show .reply-cont .username span{color: #333;margin-right: 2px;}
#info-show .reply-cont .comment-body{ color: #333; max-height: auto;}
#info-show .reply-cont .comment-footer{font-size: 12px; color: #666; margin-top: 10px;}
#info-show .reply{margin-top: 20px;}
.orange {color: #ff922a;}