/** { touch-action: none; }*/
p{
    text-align:inherit;
}

.cursor {
    cursor: pointer;
}

.cmts > .load{
    padding: 15px 0;
}

/*评论回复 按钮*/
.cmts .item .txt p a{
    float: right;
    color: #aaa;
}

.post_comment_reply_area {
    position: relative;
    margin-left: 120px;
    border-radius: 8px;
    background-color: #fafafa;
    padding: 15px 20px 5px;
}

.detail .comment .bottom .item .post_comment_reply_area .txt{
    margin: 0;
}

.detail .comment .bottom .item .post_comment_reply_area .txt h1{
    margin: 0;
}

textarea:disabled{
    background-color:white;
}


@media (max-width: 768px) {

    .nav-big {
        display: none;
    }
    .footer {
        display: none;
    }

    .post_comment_reply_area {
        margin-left: 70px;
        background-color: #dbdcde;
    }
}
