.top-box .top-info {
    font-size: 14px;
    margin-top: 30px;
}

.left-box .reward-box {
    font-size: 14px;
}

.left-box .tips-box {
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
    letter-spacing: 1px;
    text-indent: 24px;
}
.left-box .comment-box h5{
    font-size: 18px !important;
}
.left-box .comment-box .comment-img{
    width: 34px;
    height: 34px;
}
.left-box .comment-box textarea{
    resize: none;
    height: 64px;
}
.left-box .comment-box textarea:focus{
    background: #fff !important;
}
.left-box .comment-box .comment-item-img{
    width: 34px;
    height: 34px;
}
.left-box .comment-box .comment-item-content{
    font-size: 14px;
}
.left-box .comment-box .comment-item-content p{
    font-size: 12px;
}
.left-box .comment-box .comment-item-operation span{
    font-size: 12px;
    cursor: pointer;
}
.left-box .about-box span{
    font-size: 12px;
}
.left-box .about-box a:hover{
    background: #e7e7e7;
}
.rignt-box{
    width: 24%;
}

.rignt-box .user-info .user-fans p{
    font-size: 14px;
    color: #666;
}
.rignt-box .about-box p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rignt-box .about-box span{
    font-size: 12px;
}
.detial-box img{
    max-width: 100%;
}


@media screen and (max-width: 960px){
    .container-warp{
        width: 100%;
        margin-top: 120px;
    }
    .content .left-box, .content .rignt-box{
        width: 100%;
    }
}