.c-hide{
    display: none;
}

.comment-container{
    padding: 10px 15px 0;
    background-color: #fff;
}
.comment-container .comment-header{
    border-bottom: 1px solid #e3e3e3;
}
.comment-container .c-left {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.comment-container .c-right{
    float: right;
    color: #f25618;
    padding: 5px 10px 10px;
}
.comment-container .c-orange{
    color: #f25618;
}
.comment-container .c-right i{
    background-image: url(http://img.to8to.com/wap/v2/cmt-icon1.jpg);
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.comment-container .no-comment{
    text-align: center;
    padding: 30px 0;
}
.comment-container .no-comment i{
    background-image: url(http://img.to8to.com/wap/v2/cmt-icon2.jpg);
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.comment-container .comment-more{
    text-align: center;
    color: #01af63;
    padding: 18px 0;
    font-size: 16px;
}
.comment-container .comment-item {
    border-bottom: 1px solid #e3e3e3;
}

.comment-container .item-hd{
    height: 50px;
    line-height: 50px;
}
.comment-container .item-hd .avatar{
    float: left;
}
.comment-container .item-hd .avatar img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.comment-container .item-hd .username{
    float: left;
    padding-left: 10px;
    color: #333;
}
.comment-container .item-hd .data{
    float: right;
    color: #999;
    font-size: 12px;
}
.comment-container .item-hd .like{
    float: right;
    color: #999;
    padding-left: 15px;
    font-size: 12px;
}

.comment-container .item-hd .like-off{
    width: 13px;
    height: 13px;
    margin-top: -4px;
}
.comment-container .item-hd .like-on{
    width: 13px;
    height: 13px;
    margin-top: -4px;
    display: none;
}
.comment-container .on .like-off{
    display: none;
}

.comment-container .on .like-on{
    display: inline-block;
}

.comment-container .item-bd{
    text-align: justify;
    padding-bottom: 5px;
    color: #666;
    word-wrap: break-word;
}
/*弹出层*/
.comment-container .comment-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #f7f7f7;
    z-index: 1112;
}

.comment-container .comment-pop .header {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 1px solid #ececec;
    line-height: 44px;
    height: 44px;
    padding: 0 10px 0 110px;
    position: relative;
}

.comment-container .comment-pop .header i{
    width: 10px;
    height: 10px;
    border-top: 2px solid #7c7c7c;
    border-left: 2px solid #7c7c7c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 15px;
    top: 16px;
}
.comment-container .comment-pop .header .icon-tbt{
    background: url(http://img.to8to.com/wap/icon-se174a62dfa.png) no-repeat;
    background-size: 187.5px 1087px;
    background-position: -128px -1068px;
    display: inline-block;
    height: 21px;
    width: 62px;
    margin-top: 11px;
    margin-left: -80px;
}

.comment-container .comment-pop .header b{
    vertical-align: 5px;
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.comment-container .comment-pop .title {
    margin: 20px;
    font-size: 18px;
    font-weight: bold;
}
.comment-container .comment-pop .text {
    width: 100%;
    padding: 20px;
    color: #333;
}

.comment-container .comment-pop .text-wrap{
    position: relative;
}
.comment-container .comment-pop .num-wrap{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.comment-container .comment-pop .btn-wrap{
    position: absolute;
    width: 100%;
    bottom: 20px;

}
.comment-container .comment-pop .btn {
    height: 45px;
    line-height: 45px;
    background-color: #f79c33;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 0 20px;
}
