.page-title{
    text-align: center;
}
.main-container{
    width: 1190px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
}
.note-info{
    text-align: center;
}

.comment-group-title{
    margin-top: 20px;
}

.form-container{
    width: 500px;
    margin-top: 10px;
    text-align: right;
}

.comment-group{
    list-style: none;
    padding-left: 0;
}

.comment-group li{
    border-bottom:1px solid #eee;
    padding: 10px 0;
}

.comment-group li .user-info{
    height: 40px;
    line-height:40px;
    color: #9b9b9b;
    font-size: 16px;
}

.user-info .avatar{
    height:40px;
    width: 40px;
    float: left;
    border-radius: 50%;
}

.user-info .username{
    margin-left: 10px;
}
.user-info .create-time{
    float: right;
}

.note-container{
    border: 1px solid #e6e6e6;
    padding: 10px;
}

.note-info-group{
    font-size: 12px;
    color: #8c8c8c;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-bottom: 10px;
}

.note-info-group span{
    margin-right: 20px;
}

.note-content1{
    margin-top: 20px;
}

.note-content1 img{
    max-width: 100%;
}

.comment-group{
    margin-top: 20px;
    border: 1px solid #e8e8e8;
    padding: 10px;
}

.add-comment-group{
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #e8e8e8;
}

.add-comment-group h3{
    margin-bottom: 10px;
}

.comment-btn-group{
    margin-top: 10px;
    text-align:right;
}

.comment-list-group li{
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.avatar-group{
    float: left;
}

.avatar-group img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-content{
    margin-left:10px;
    font-size: 18px;
}

.comment-content .author-info{
    font-size: 12px;
    color: #8c8c8c;
}

.author-info span{
    margin-right: 10px;
}

.comment-content .comment-txt{
    margin-top: 10px;
}

.favorited {
    margin-left: 420px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ecf0f1;
    display: inline-block;
    /* position: absolute; */
}

.favorited:hover {
    background-color: #f1c40f;
    border: 0.5px solid #ecf0f1;

}

.favorited i {
    color: #f1c40f;
    padding: 5px 10px;
}

.favorited:hover i {
    color: #fff;
}
