/*评价*/
.comment-box .com-lookmore {background: #f5f5f5;line-height: 45px;text-align: center;color:#666;}
.comment-area {padding:15px 10px;background: #fff;margin: 0 0 10px 0;}.comment-area .img{width: 40px;height: 40px;border-radius: 50%;overflow: hidden;margin-right: 10px;}
.comment-area .textarea {background:#f9f9f9;margin: 10px 0;border:#E0E0E0 1px solid;padding: 10px;}.comment-area .textarea textarea {width: 100%;max-width: 100%;min-width: 100%;min-height: 100px;border:0;background: #f9f9f9;font-family: microsoft yahei;font-size: 14px;}
.comment-area .btnGroup label{border:#65BB0A 1px solid;background: #65BB0A;line-height: 28px;}.comment-area .btnGroup label span,.comment-area .btnGroup label input {display: block;line-height: 28px;}.comment-area .btnGroup label span {color:#fff;padding: 0 10px;}
.comment-area .btnGroup label input {border:0;text-align: center;width:80px;padding: 0 10px;}
.comment-area .btn {background: #65BB0A;line-height: 30px;border-radius: 4px;padding: 0 20px;color:#fff;}
.comment-area .markStar span{padding-left: 6px} .comment-area .markStar i{margin-right: 6px}
.layui-m-layersection  .layui-m-layercont {padding:0!important;line-height: 20px!important;text-align: left!important;}.layui-m-layersection .layui-m-layer-msg {padding: 10px 20px!important;}
/*评论列表*/
.comment-list {background: #fff;}.comment-list ul li .parent {padding:15px;}.comment-list ul li .info .thumb {display: block;width: 50px;height: 50px;border-radius: 50%;overflow: hidden;margin-right: 15px;}
.comment-list ul li .name b {display: block;font-size: 14px;margin-bottom: 5px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.comment-list ul li .content {font-size: 13px;line-height: 19px;margin:15px 0 0 0;}.comment-list ul li .menu{margin:10px 0 0 0;}
.comment-list ul li .menu dd {margin-right: 15px;} .comment-list ul li .menu dd span {font-size: 12px;margin-left: 5px;color: #989898}
.comment-list ul li ul {background: #f9f9f9;padding: 0 15px;} .comment-list ul li ul li{padding:15px 0;}.comment-list ul li ul li .content {margin: 5px 0 0 0;}
.comment-list .menu dd i.heartBeat{animation:heartBeat 1.3s;} .comment-list ul li .time{font-size: 12px;color:#989898;margin-left: 10px}
/*评论弹窗*/
.com-comment-layer .comment-area{margin: 0;position: relative;} .com-comment-layer .com-top {background: #65BB0A;padding:10px 15px;color:#fff;}.com-comment-layer .com-top .person{display: flex;justify-content: space-between;text-align: center}.com-comment-layer .com-top .person .img{display:block;width: 40px;height: 40px;border-radius: 50%;margin: 0 auto 5px auto;}
.com-comment-layer .com-top .content {display: flex;margin: 5px 0 0 0;}.com-comment-layer .com-top .content span {word-break:break-all;max-height:60px;display: block;flex:1;overflow: hidden;}
.com-comment-layer .btnGroup {display: flex;justify-content: flex-end;}
.com-comment-layer .com-close {background:url(../image/error.png) no-repeat center center;background-size:100% auto;position:absolute;right: -10px;top:-10px;width: 20px;height: 20px;border-radius: 50%;background-color: #333 }
/*点赞动效*/
@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}