.ping{
    width: 100%;
    background: #ffffff !important;
    padding-top: 20px;
    margin-top: 20px;
}

.comments{
    padding-bottom: 20px;
    box-sizing: border-box;
}

.comments .title_total {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.comments .publish {
    margin: 10px 0;
}

.comments .publish .p_top {
    display: flex;
}

.comments .publish .p_top .touxiang {
    width: 8%;
}

.comments .publish .p_top .touxiang img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comments .publish .p_top .dazi {
    width: 92%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 5px;
}

.comments .publish .p_top .dazi textarea {
    width: 100%;
    height: 100px;
    background: none;
    resize: none;
    outline: none;
    border: none;
}

.comments .publish .p_top .dazi .word_number{
    position: absolute;
    right: 15px;
    bottom: 6px;
    font-size: 14px;
    color: #999999;
}

.comments .publish .p_bottom {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
}

.comments .publish .p_bottom .niming{
    vertical-align: middle;
}

.comments .publish .p_bottom .niming input{
    margin: -2px 5px 0 0;
    vertical-align: middle;
    width: 14px;
    height: 14px;
}

.comments .publish .p_bottom button {
    display: inline-block;
    width: 100px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    background: #3281ff;
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    margin-left: 20px;
    outline: none;
    border: none;
}

.comments .comment_concent {
    margin: 10px 0;
    background: #F9FBFF;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.comments .comment_concent .reviewer {
    display: flex;
    align-items: flex-start;
}

.comments .comment_concent .reviewer .zuo {
    width: 8%;
}

.comments .comment_concent .reviewer .zuo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comments .comment_concent .reviewer .zhong {
    width: 92%;
}

.comments .comment_concent .reviewer .zhong .name_time {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.comments .comment_concent .reviewer .zhong .name_time span {
    font-size: 12px;
    color: #999999;
    font-weight: none;
}

.comments .comment_concent .reviewer .zhong .comment_bottom {
    width: 100%;
    font-size: 14px;
    color: #333333;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.comments .comment_concent .reply {
    width: 100%;
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
}

.comments .comment_concent .reply img {
    width: 20px;
    vertical-align: middle;
}


.comments .comment_concent .reply .one {
    margin-right: 10px;
    cursor: pointer;
    color: #999999;
    display: inline-block;
    font-size: 14px;

}

.comments .comment_concent .reply .two {
    cursor: pointer;
    color: #999999;
    display: inline-block;
    font-size: 14px;
}

.comments .comment_concent .reply .lan {
    color: #3281ff;
}

.comments .comment_concent .comments_bottom {
    padding-left: 30px;
    box-sizing: border-box;
    border-top: 1px dashed #cccccc;
    padding-top: 10px;
    margin-top: 10px;
}

.comments .comment_concent .comments_bottom .reviewer .zuo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comments .look {
    margin: 20px auto;
    width: 140px;
    height: 40px;
    background: #eeeeee;
    color: #3e3e3e;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.comments .look img {
    width: 20px;
    margin-left: 3px;
}

.comments .comment_concent .tanchu {
    width: 100%;
    padding-left: 8%;
}

.comments .comment_concent .tanchu .xie{
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #999999;
    background: #ffffff;
    border-radius: 5px;
    margin: 10px 0;
}

.comments .comment_concent .tanchu .xie textarea {
    width: 100%;
    height: 100px;
    background: #ffffff;
    resize: none;
    outline: none;
    margin: 10px 0;
    border: none;
}

.comments .comment_concent .tanchu .xie .word_number{
    position: absolute;
    right: 15px;
    bottom: 6px;
    font-size: 14px;
    color: #999999;
}

.comments .comment_concent .tanchu .fabu {
    text-align: right;
}

.comments .comment_concent .tanchu .fabu span {
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

.comments .comment_concent .tanchu .fabu .niming{
    vertical-align: middle;
}

.comments .comment_concent .tanchu .fabu .niming input{
    margin: -2px 5px 0 0;
    vertical-align: middle;
    width: 14px;
    height: 14px;
}

.comments .comment_concent .tanchu .fabu .quxiao {
    background: #eeeeee;
    color: #3281ff;
    font-size: 12px;
}

.comments .comment_concent .tanchu .fabu .huifus {
    background: #3281ff;
    color: #ffffff;
    font-size: 12px;
}

/* 768的屏以下 */
@media screen and (max-width: 768px) {
    .comments .comment_concent .reviewer .zuo {
        width: 15%;
    }

    .comments .comment_concent .reviewer .zuo img {
        width: 40px;
        height: 40px;
    }

    .comments .publish .p_top .touxiang {
        width: 15%;
    }

    .comments .publish .p_top .touxiang img {
        width: 40px;
        height: 40px;
    }

    .comments .comment_concent .comments_bottom .reviewer .zuo img {
        width: 30px;
        height: 30px;
    }

    .comments .comment_concent .reviewer .zhong .name_time {
        font-size: 14px;
    }
}
