.commentadd{}
.commentadd .commentbtn{ display:inline-block; background:#F8D301; line-height:2em; padding:0 20px; border-radius:2em; margin-right:20px;}
.commentadd .scorebtn{ display:inline-block; background:#F4F4F4;line-height:2em; padding:0 20px; border-radius:2em;}
.commentadd .commentbtn.hui{ background:#EEE;}

.commentadd .textbox{ background:#EDEDED;line-height:2.4em;border-radius:2em; width:100%; position:relative; padding-left:20px; margin-top:20px;}
.commentadd .textbox .btn{border-radius:2em; position:absolute; right:0; top:0; padding:0 30px;}
.commentadd .textbox input{line-height: 2.4em;width: 90%;outline:none;border:none;background:none;}

.commentadd .commentcol{ margin-top:30px;}
.commentadd .commentcol .item{ width:100%; padding:20px 10px; border-top:1px solid #e3e3e3;}
.commentadd .commentcol .item:first-child{ border:0;}
.commentadd .commentcol .item .img{ display:table-cell; vertical-align:top;}
.commentadd .commentcol .item .img img{width:50px; height:50px; border-radius:50%;}
.commentadd .commentcol .item .info{ display:table-cell; width:100%; vertical-align:top; line-height:1.8em; padding:0 0 0 15px;}
.commentadd .commentcol .item .cont{padding:0.3em 0;}
.commentadd .commentcol .item .other{ font-size:12px;}
.commentadd .commentcol .item .other .del{ margin-left:20px;}
.commentadd .commentcol .item .date{ margin-right:10px;}
.commentadd .commentcol .item .fr{ float:right; margin-left:10px;}
.commentadd .commentcol .item .other .jubao{ display:none;}
.commentadd .commentcol .item:hover .other .jubao{ display:inline-block;}
.commentadd .commentcol .item .other a{ color:#586b95}
.commentadd .commentcol .item .other a:hover{ color:#f60}
.commentadd .commentcol .replylist{ background:#f6f6f6; padding:0 15px;}
.commentadd .commentcol .replylist .info{ display:table-cell; vertical-align:top; width:100%;}
.commentadd .commentcol .replylist .item{ padding:10px 0;}

.replybox .replycont{ background:#f6f6f6; padding:10px; margin-bottom:20px;}
.replybox .textarea{ width:100%; height:115px; line-height:1.5em; font-size:14px; background:none; outline:none; resize:none; background:#fff; padding:10px; border:1px solid #e3e3e3;}