.comment_box{
    margin-top: 45px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #eeeeee;
}
.comment_box h5{
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 15px;
}
.comment_box .portrait{
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.comment_box .comment_main{
    margin-left: 60px;
    padding-top: 20px;
}
.comment_box .comment_main .textarea{
    width: 100%;
    height: 96px;
    border: 1px solid #ebebeb;
    padding: 5px;
    resize: none;
}
.comment_box .comment_main .submit{
    width: 60px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    display: block;
    background: #00b7b6;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

/*评论列表*/
.comment_list{
    margin-top: 40px;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
}
.comment_list>h5{
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 15px;
}

.comment_list .list .li{
    padding-bottom: 10px;
    padding-top: 10px;
}
.comment_list .list .li .portrait{
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: hidden;
}
.comment_list .list .li .info{
    margin-left: 60px;
    padding-top: 5px;
    font-size: 13px;
    color: #808080;
}
.comment_list .list .li .info .username{
    color: #666666;
    margin-right: 5px;
}
.comment_list .list .li .info .content{
    margin-top: 5px;
    line-height: 20px;
    overflow: hidden;
}