/*全局*/
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
    text-decoration: none !important;
    cursor: pointer;

}

form {
    margin: 0 0 20px;
}



@media (min-width: 960px) {
    .post{
        margin: 0 auto;
        padding: 40px 20px 20px 20px;
        max-width: 720px;
        width: 90%;

    }
}

@media (max-width: 960px) {
    .post{
        margin: 0 auto;
        padding: 40px 16px 20px 16px;
        width: 100%;
    }
}

/*全局 end*/

/*文章*/
.article {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.article .title {
    word-break: break-word;
    margin: 20px 0 40px 0;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    font-family: -apple-system, SF UI Display, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

.article .reprint {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

.article .copyright {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #c8c8c8;
    font-size: 12px;
}
.article .downLoad {
    position: absolute;
    /*right: 5px;*/
    bottom: 5px;
    color: #c8c8c8;
    font-size: 12px;
}

.article .btn-like {
    padding: 8px 25px;
    font-size: 16px;
    color: #fff;
    background-color: #ea6f5a;
    border-radius: 20px;
}

.btn-like:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

/*文章 end*/

/*评论*/
.comment-list {
    padding-top: 20px;
}

.comment-list .new-comment {
    position: relative;
    margin-left: 48px;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment-list .new-comment .avatar {
    position: absolute;
    left: -48px;
}

.comment-list .avatar {
    margin-right: 5px;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    display: inline-block;
}

.comment-list .new-comment textarea {
    padding: 10px 15px;
    width: 100%;
    height: 80px;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background-color: hsla(0, 0%, 71%, .1);
    resize: none;
    display: inline-block;
    vertical-align: top;
    outline-style: none;
}

#featured-comment-list {
    margin-top: 30px;
    margin-bottom: -15px;
}

.comment-list .top-title span {
    vertical-align: middle;
}

.comment-list .comment {
    padding: 20px 0 30px;
    border-bottom: 1px solid #f0f0f0;
}

.comment-list .author {
    margin-bottom: 15px;
}

.avatar-container {
    display: inline-block;
}

.comment-list .info {
    display: inline-block;
    vertical-align: middle;
}

.comment-list .name {
    font-size: 15px;
    color: #333;
}

.comment-list .meta {
    font-size: 12px;
    color: #969696;
}

.comment-list .meta span {
    margin-right: 6px;
}

.comment-list .meta {
    font-size: 12px;
    color: #969696;
}

.comment-list .comment p {
    font-size: 16px;
}

.comment-list p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 16px;
    word-break: break-word !important;
    word-break: break-all;
}

.comment-list .tool-group a {
    margin-right: 10px;
    font-size: 0;
    color: #969696;
    display: inline-block;
}

.comment-list .tool-group a span {
    vertical-align: middle;
    font-size: 14px;
}

.comment-list .tool-group a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.comment-list .sub-comment-list p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.5;
}

.comment-list .sub-comment-list a, .comment-list .sub-comment-list a:hover {
    color: #3194d0;
}

.comment-list .sub-comment-list a, .comment-list .sub-comment-list a:hover {
    color: #3194d0;
}

.comment-list .sub-tool-group a {
    margin-left: 10px;
    color: #969696;
}

.comment-list .sub-tool-group a i {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}

.comment-list .sub-comment-list .add-comment-btn i {
    margin-right: 5px;
}

.comment-list .new-comment .write-function-block {
    height: 50px;
}

.emoji-modal-wrap {
    position: relative;
}

.comment-list .new-comment .emoji {
    float: left;
    margin-top: 14px;
    position: relative;
}

.comment-list .new-comment .emoji i {
    position: absolute;
    right: -19px;
    top: 6px;
    font-size: 22px;
    color: #969696;
}

.comment-list .new-comment .hint {
    float: left;
    margin: 20px 0 0 40px;
    font-size: 14px;
    color: #969696;
}

.comment-list .new-comment .btn-send {
    float: right;
    width: 78px;
    margin: 10px 0;
    padding: 8px 18px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    color: #fff !important;
    background-color: #42c02e;
    cursor: pointer;
    outline: none;
    display: block;
}

.btn-send:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ddefe1;
}

.comment-list .new-comment .cancel {
    float: right;
    margin: 18px 30px 0 0;
    font-size: 16px;
    color: #969696;
}

/*评论 end*/

/*qqFace 插件个性化*/
.qqFace {
    margin-top: 6px;
    background: #fff;
    padding: 4px;
    border: 1px #dcdcdc solid;
    border-radius: 8px;
}

.qqFace table td {
    padding: 0px;
}

.qqFace table td img {
    cursor: pointer;
    border: 1px #fff solid;
}

/*qqFace 插件个性化 end*/


