@charset "utf-8";
.comment-wrapper{

}
.comment-wrapper-title{
    color: #333333;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}
.comment-wrapper-title span{
    color: #999;
    padding-left: 15px;
}
.comment-wrapper-input{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.comment-wrapper-input .profile{
    width: 65px;
    margin-right: 10px;
}
.comment-wrapper-input .profile img{
    width: 65px;
    height: 65px;
}
.comment-wrapper-input .input{
    flex: 1;
}
.comment-wrapper-input .disabled-box{
    height: 65px;
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 2px;
    line-height: 65px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}
.comment-wrapper-input .disabled-box a{
    color: #5090f1;
}
.comment-wrapper-input .disabled-box a:hover{
    font-size: 16px;
    font-weight: 700;
}
.comment-wrapper-input .disabled-box span{
    padding-left: 10px;
}
.comment-wrapper-input .textarea-box{
    height: 65px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 2px;
    line-height: 65px;
    position: relative;
}
.comment-wrapper-input .textarea-box textarea{
    padding: 10px;
    color: #000;
    font-size: 14px;
    backgroundr: #fff;
    position: relative;
    width: 673px;
    height: 45px;
    border: 0;
    overflow: auto;
    outline: none;
    resize: none;
    line-height: 20px;
    filter: alpha(opacity=0);
}
.comment-wrapper-input .textarea-box .tips{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #dcdcdc;
    height: 100%;
    text-align: center;
}
.comment-wrapper-input .operate-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 18px 0px;
    line-height: 35px;
}
.comment-wrapper-input .operate-box .agreement a{
    color: #999999;
    font-size: 14px;
}
.comment-wrapper-input .operate-box .agreement a:hover{
    color: #c10d0c;
}
.comment-wrapper-input .operate-box .btn button{
    background: #c10d0c;
    border-radius: 2px;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
    padding: 0 23px;
    outline: none;
    border: none;
    cursor: pointer;
}
.comments-data-item .user-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 40px;
    margin: 15px 0;
}
.comments-data-item .user-box .user-info{
    flex: 1;
    display: flex;
    flex-direction: row;
}
.comments-data-item .user-box .user-info .name{
    color: #333333;
    font-size: 16px;
    padding-left: 20px;
}
.comments-data-item .user-box .user-info .date{
    color: #6d6d6d;
    font-size: 14px;
    padding-left: 20px;
}
.comments-data-item .user-box .region{
    width: 100px;
    text-align: right;
    color: #6d6d6d;
    font-size: 14px;
}
.comments-data-item .comment-text{
    color: #777777;
    font-size: 15px;
}
.comments-data-item .reply-box button{
    outline: none;
    background: #f9f9f9;
    border-radius: 4px;
    color: #666666;
    font-size: 12px;
    padding: 5px 12px;
    margin: 12px 0;
    border: 1px solid #eee;
    cursor: pointer;
}
.comments-data-item .comments-data-item{
    margin-left: 40px;
}