@charset "utf-8";
/* CSS Document */
.videoCommentContent{
    padding:32px 30px 0;
}
.eachComment{
    padding:15px 0;
}
.eachComment label{
    color: #555555;
    font-size: 15px;
    font-weight: bold;
}

.commentStar{
    display: inline-block;
    font-size: 0;
}
.commentStar i{
    display: inline-block;
    font-size: 0;
    width: 25px;
    height: 15px;
    margin-right: 6px;
    background:  url('../images/star/starGrey.png') no-repeat center;
    vertical-align: -2px;
    cursor: pointer;
}
.commentStar i.starNum{
    background:  url('../images/star/starYellow.png') no-repeat center;
}
.commentTxtTips{
    display: none;
    position: absolute;
    color: #333333;
    font-size: 14px;
    border:1px solid #cecdd0;
    border-radius: 2px;
    padding:0px 6px;
    margin:-3px 0 0 10px;
}
.commentTxtTips span{
    position: absolute;
    width: 5px;
    height: 8px;
    background: url('../images/star/commentLevelTxt.png') no-repeat center;
    margin: 6px 0 0 -11px;
}