@charset "UTF-8";
.entry-header h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 12px;
}


.entry-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f6f7;
    padding-bottom: 20px
}

.entry-header .entry-meta {
    color: #666666;
    font-size: 12px;
}

.entry-header .entry-meta i {
    font-size: 12px;
    margin-right: 3px;
}

.entry-header .entry-meta .posted-on {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.entry-header .entry-title {
    margin: 0 0 12px 0;
}

.entry-content p > a.button:hover, .entry-content .post-links a:hover {
    text-decoration: none;
}

.entry-content {
    font-size: 16px;
}

.entry-content p, .content-show-roles > p, .entry-content > pre, .content-show-roles > pre, .entry-content > ul, .content-show-roles > ul, .entry-content > ol, .content-show-roles > ol, .entry-content > dl, .content-show-roles > dl, .entry-content > form, .content-show-roles > form, .entry-content > table, .content-show-roles > table, .entry-content > blockquote, .content-show-roles > blockquote, .entry-content > div, .content-show-roles > div {
    margin-bottom: 1.7em;
}

.entry-content blockquote:after, .entry-content blockquote:before, q:after, q:before {
    content: ""
}

.entry-content blockquote, q {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none
}

.entry-content blockquote {
    margin: 0;
    box-sizing: border-box;
    font-family: 思源宋体 CN SemiBold;
    font-size: 16px;
    line-height: 29px;
    color: #797C80;
    background: #F5F6F7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1.2em;
    padding: 1em !important
}

.entry-content blockquote:before {
    content: "";
    display: block;
    width: 24px;
    height: 16px;
    margin-bottom: 16px;
}

.entry-content blockquote p {
    margin: 0
}

.entry-content blockquote p + p {
    margin-top: 1.2em;
}

.entry-content blockquote small {
    float: right;
    margin-top: 25px;
    color: rgba(0, 0, 0, .44);
    font-style: italic
}

.entry-content > ol, .content-show-roles > ol, .entry-content > ul, .content-show-roles > ul {
    padding: 0;
    margin-bottom: 1.2em;
    margin-left: 2em;
    line-height: 1.8;
}

.entry-content pre {
    white-space: revert;
    overflow-y: hidden;
}

.entry-content pre code, .content-show-roles pre code {
    background: none;
    white-space: pre;
}

.entry-content p > code {
    color: #d63200;
    background-color: #f8f8f8;
}

.entry-content > pre ol li, .content-show-roles > pre ol li {
    margin: 0 !important
}

.entry-content > ol, .content-show-roles > ol {
    list-style: decimal;
}

.entry-content > ol li + li, .content-show-roles > ol li + li, .entry-content > ul li + li, .content-show-roles > ul li + li {
    margin-top: 5px
}

.entry-content > ol li::marker, .entry-content > ul li::marker {
    color: #999;
    font-family: 'DIN-Medium';
}

.entry-content > ul, .content-show-roles > ul {
    list-style: disc;
}

.entry-content .download-rights ul {
    margin-left: 0
}

.entry-content > li ul, .content-show-roles > li ul {
    list-style: circle;
    margin-bottom: 0.8em;
    margin-left: 2em;
}

.entry-content > p, .content-show-roles > p {
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.5;
}

.entry-content img {
    max-width: 100%;
    height: auto
}

.entry-content > p a, .content-show-roles > p a {
    text-decoration: none;
    cursor: pointer;
}

.entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    font-weight: bold;
}

.entry-content > h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}

.entry-content > h2, .content-show-roles > h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}

.entry-content h2::before {
    display: none;
}

.entry-content > h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}

.entry-content > h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 18px;
}

.entry-content > h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}

.entry-content > h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 16px;
}

.entry-content > h1 {
    font-size: 1.6em;
}

.entry-content p > a:hover {
    text-decoration: underline;
}

.entry-content .dplayer {
    margin-bottom: 1.2em;
    height: 0;
    padding-top: 56.2%;
}

.entry-content .dplayer-video-wrap {
    position: absolute !important;
    background: #000;
    font-size: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*文章内页*/
.entry-content .coupon-info {
    background-color: #f44336
}

.entry-content .post-list-item h2 a, .entry-content .post-list-item .list-footer a {
    color: inherit
}

.entry-content strong {
    font-weight: bold;
}

.entry-content > p a.button, .content-show-roles > p a.button {
    color: #fff
}

.entry-content figure {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1.2em;
}

.entry-content .box {
    box-shadow: none;
    background: #fafafa;
}

.entry-content:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.entry-content .aligncenter {
    text-align: center;
}

.entry-content .wp-block-audio audio {
    width: 100%
}

.entry-content .wp-block-gallery ul {
    margin: -5px
}

.entry-content .blocks-gallery-item figure img {
    object-fit: cover;
}

.entry-content dl.gallery-item {
    margin-bottom: 0
}

.content-img-box {
    margin-bottom: 26px
}

.entry-content .attachment {
    text-align: center;
    margin-bottom: 26px
}

.entry-content > div, .content-show-roles > div {
    margin-bottom: 26px
}

.entry-content figcaption {
    color: #bcbcbc;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
}

.entry-content > ul ul li::before, .content-show-roles > ul ul li::before {
    background-color: #bcbcbc;
    border-radius: 0;
}

.entry-content > hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to left, #f4f4f4, #cccccc, #f4f4f4);
    margin: 40px 0
}

.entry-content > img, .content-show-roles > img {
    object-fit: unset
}

.entry-content .insert-post-content a {
    color: inherit;
    border: inherit
}

.entry-content > strong, .content-show-roles > strong {
    font-weight: 600
}

.entry-content video {
    max-width: 100%
}

/*文章表格*/
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.entry-content table thead {
    font-weight: bold;
}

table td {
    border: 1px solid #F5F6F7;
}

table thead {
    border-top: 1px solid #F5F6F7
}

.entry-content table td {
    padding: 12px 20px;
    font-size: 13px;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}

.entry-content table tbody tr:nth-child(odd) {
    background: #F7F9FA;
}

/*文章底部*/
.entry-footer {
    background: #ffffff;
}

.entry-footer .post-tag a {
    color: #333333;
    font-size: 12px;
    display: inline-block;
}

.entry-footer .post-tag {
    display: flex;
    gap: 8px;
}

.entry-footer .post-tag-name {
    margin-right: 2px;
}

/*文章评论*/
.comment {
    position: relative;
    display: flow-root;
}

.comment-title {
    font-size: 18px;
    padding: 16px 0;
    /*border-bottom: 1px solid #f5f6f7;*/
}

.comment .comment-author {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 20px;
    text-align: center;
}

.comment .comment-item {
    padding: 20px 0 20px 52px;
    border-top: 1px solid #f5f6f7;
}

.comment-list .children article .comment-item {
    margin-left: 58px;
    padding: 16px 0 16px 44px;
}

.comment-list .children article .comment-author {
    display: flex;
    flex-flow: column;
    align-items: center;
    left: 54px;
    top: 17px;
}

.comment .comment-author img {
    border-radius: 3px;
    display: block;
    height: 100%;
}

.comment-list .author-name {
    font-weight: bold;
    margin-bottom: .5rem;
}

.comment-list .comment-content {
    font-size: 16px;
    margin-bottom: 1rem;
}

.comment-list .comment-meta {
    display: flex;
    gap: 10px;
    color: #666666;
}

.comments-pagination {
    text-align: center; /* 居中显示分页 */
    margin-top: 20px;
    margin-bottom: 20px;
}

.comments-pagination a,
.comments-pagination span {
    background-color: #F5F6F7;
    color: #333333;
    padding: 8px 15px;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 14px;
}

.comments-pagination a:hover,
.comments-pagination span:hover {
    background-color: #333333;
    color: #ffffff;
}

.comments-pagination .current {
    background-color: #333333;
    color: #ffffff;
    cursor: not-allowed;
}

.comments-pagination .prev,
.comments-pagination .next {
    font-weight: bold;
}

.comments-pagination a:focus {
    outline: none;
}

.comments-pagination a:active {
    background-color: #a1a6b1;
}

.comments-area {
    padding: 24px;
    background: #ffffff;
}

.comments-area .respond {
    padding: 16px 0;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.comment .respond {
    margin-top: 16px;
    padding: 0 0 16px 0;
    box-shadow: none;
}

.comment-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 2;
}

.comment-overlay-login {
    text-align: center;
    font-size: 14px;
}

.comment .comment_at {
    color: #546fc6;
}

.post-categories a:not(:last-child) {
    margin-right: 5px;
}


/*文章页面模块*/
.article-module {
    padding: 24px;
    background: #ffffff;
    margin-bottom: 16px;
}

/*帖子图集模块*/
.post-gallery {
    display: flex;
    width: 100%;
    max-width: 314px;
}

.post-gallery-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    background: #f5f5f5;
}

.post-gallery-thumbnail-container {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
    gap: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-width: 48px;
    height: 250px;
}

.post-gallery-thumbnail img {
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    background: #f5f5f5;
    max-width: 48px;
    max-height: 48px;
    width: 100%;
    height: 100%;
}


.post-gallery-thumbnail img:hover {
    opacity: 1;
}

.post-gallery-thumbnail.selected img {
    border: 2px solid #333333;
}

.post-gallery .post-gallery-main-image {
    max-width: 250px;
    width: 100%;
    max-height: 250px;
    height: 100%;
}


/* --------------------响应式-------------------------------- */
@media screen and (max-width: 768px) {
    .entry-content .dplayer {
        height: 200px
    }

    .entry-header {
        margin-bottom: 12px
    }

    .single .post-meta li:last-child {
        display: none;
    }

    .entry-header h1 {
        margin-bottom: 12px;
        font-size: 20px;
        text-align: left;
        line-height: 28px;
    }

    .entry-content video {
        margin: 0 auto;
        max-width: 100%;
        min-height: 192px;
        display: block
    }

    pre {
        margin: 0;
        margin-bottom: 16px;
        padding: 16px
    }

    .entry-content > p {
        margin-bottom: 16px;
    }

    .entry-content p {
        font-size: 16px;
    }

    .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
        font-size: 18px;
        margin: 0 0 16px;
    }

    .entry-content > li {
        margin: 0 0 .8em 2em;
    }

    .entry-content .insert-post-content h2 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
        line-height: 1.5
    }

    .entry-content .smartideo .player {
        position: absolute;
        height: 100% !important;
        width: 100%;
    }

    .entry-content .smartideo iframe {
        min-height: 100%;
    }

    .entry-content iframe {
        min-height: 100%;
    }

    .entry-content .insert-post {
        padding: 12px;
    }

    .entry-content table {
        overflow: auto;
        width: 100% !important;
        height: 100% !important;
        display: block;
    }

    .entry-content table td {
        white-space: nowrap !important;
    }

    /*文章评论*/
    .comment .comment-item {
        padding: 12px 12px 12px 40px;
    }

    .comment-list .children article .comment-item {
        margin-left: 0;
    }

    .comment-list .children article .comment-author {
        left: 0;
    }

    .comment .comment-author img {
        width: 30px;
        height: 30px;
        border-radius: 3px;
        display: block;
        margin: 0;
    }

    .post-gallery .post-gallery-main-image {
        max-width: 100%;
    }

}


