﻿@font-face {
    font-family: 'NotoSerif';
    src: url('../lib/fonts/NotoSerif/NotoSerif-SemiBold.woff');
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: NotoSerif;
    src: url('../lib/fonts/NotoSerif/NotoSerif-Medium.woff');
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: NotoSerif;
    src: url('../lib/fonts/NotoSerif/NotoSerif.woff');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: NotoSerif;
    src: url('../lib/fonts/NotoSerif/NotoSerif-Italic.woff');
    font-weight: 300;
    font-display: swap
}

/*video*/
.vjs-quality-menu-item-sub-label{
    display: none !important;
}

.asp-16-9-contain {
    background-color: transparent;
    width: 100%;
    height: 0px;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 56.25%;
}

.detail-page .detail .video-wrap {
    margin-bottom: 24px;
}

.detail-page {
    margin: 24px 0px;
    display: grid;
    grid-template-columns: 1fr 430px;
    /* 72% */
    grid-template-rows: auto;
    grid-template-areas: "main side" "comment side" "comment side" "same ." "more .";
}

    .detail-page .main {
        grid-area: main;
        /* margin-left: 135px; */
        /* width: 660px; */
        /* width: 600px;  */
        position: relative;
    }

        .detail-page .main .tool-bar {
            position: absolute;
            top: 0;
            left: -60px;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
        }

            .detail-page .main .tool-bar .sticky-wrap {
                position: sticky;
                top: 55px;
            }

                .detail-page .main .tool-bar .sticky-wrap > * {
                    border: 1px solid #ddd;
                    margin-bottom: 10px;
                }

            .detail-page .main .tool-bar .font-box {
                padding: 3px;
                padding-top: 1px;
                display: flex;
                flex-direction: column;
                align-items: center;
                border-radius: 16px;
            }

                .detail-page .main .tool-bar .font-box > * {
                    cursor: pointer;
                }

                    .detail-page .main .tool-bar .font-box > *:nth-child(2) {
                        margin: 10px 0;
                    }

            .detail-page .main .tool-bar .share-btn {
                border-radius: 50%;
                width: 32px;
                height: 32px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .detail-page .main .tool-bar .share-btn > * {
                    max-width: 24px;
                    max-height: 24px;
                }

                .detail-page .main .tool-bar .share-btn:nth-last-child(2) > * path {
                    fill: #fd0101;
                }

        .detail-page .main .category {
            margin-bottom: 15px;
        }

            .detail-page .main .category > * {
                color: #02a4f9;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 40px;
                font-weight: 600;
                font-family: var(--main-font);
            }

        .detail-page .main .title {
            font-weight: 700;
            font-size: 32px;
            line-height: 1.25;
            font-family: var(--main-font);
            margin-bottom: 10px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .detail-page .main .sapo {
            font-weight: 700;
            font-size: 20px;
            line-height: 1.25;
            font-family: NotoSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            margin-bottom: 10px;
            text-align: justify;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .detail-page .main #content {
            font-size: 18px;
            font-family: NotoSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            color: #343a40;
            line-height: 29px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

            .detail-page .main #content > * {
                margin-top: 16px !important;
                margin-bottom: 16px !important;
                font-family: NotoSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                color: #343a40;
                font-size: 18px;
                line-height: 29px;
            }

            .detail-page .main #content .editorjs-container div span {
                font-family: NotoSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            }

        .detail-page .main .post-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }

            .detail-page .main .post-box .time {
                color: #525252;
                font-size: 14px;
                font-family: var(--main-font);
            }

            .detail-page .main .post-box .share-list {
                display: flex;
            }

                .detail-page .main .post-box .share-list .item {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 32px;
                    height: 32px;
                    margin-left: 10px;
                }

                    .detail-page .main .post-box .share-list .item > * {
                        width: 20px;
                        height: 20px;
                    }

                    .detail-page .main .post-box .share-list .item:first-child {
                        background-color: #284a8f;
                    }

                    .detail-page .main .post-box .share-list .item:nth-child(2),
                    .detail-page .main .post-box .share-list .item:nth-child(3) {
                        background-color: #02a4f9;
                    }

                    .detail-page .main .post-box .share-list .item:nth-child(4) {
                        background-color: #febd1d;
                    }

                    .detail-page .main .post-box .share-list .item:last-child {
                        background-color: #4f5965;
                    }

                    .detail-page .main .post-box .share-list .item:nth-last-child(1) path {
                        fill: #fff;
                    }

                    .detail-page .main .post-box .share-list .item:nth-last-child(n+4) path {
                        fill: #fff;
                    }

                    .detail-page .main .post-box .share-list .item:first-child path {
                        fill: #fff;
                    }

        .detail-page .main .music-box {
            border: 1px solid #ebedf0;
            padding: 8px 15px;
            background-color: #f7f8fa;
            border-radius: 3px;
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

            .detail-page .main .music-box > *:nth-last-child(n+2) {
                margin-right: 15px;
            }

            .detail-page .main .music-box .play {
                cursor: pointer;
                width: 30px;
                height: 30px;
                position: relative;
                border: 1px solid #ebedf0;
                border-radius: 50%;
                background-color: #fff;
            }

                .detail-page .main .music-box .play > * {
                    position: absolute;
                    top: 50%;
                    left: 52%;
                    transform: translate(-50%,-50%);
                }

            .detail-page .main .music-box .volume {
                width: 24px;
                height: 24px;
                position: relative;
                cursor: pointer;
            }

                .detail-page .main .music-box .volume .icon > * {
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    top: 50%;
                    left: 52%;
                    transform: translate(-50%,-50%);
                }

                    .detail-page .main .music-box .volume .icon > * path {
                        fill: #767b81;
                    }

                .detail-page .main .music-box .volume:hover .volume-range {
                    display: block;
                }

                .detail-page .main .music-box .volume .volume-range {
                    display: none;
                    position: absolute;
                    bottom: 100%;
                    left: 50%;
                    transform: translateX(-50%);
                    height: 120px;
                    width: 40px;
                    border: 1px solid #ebedf0;
                    background-color: #f7f8fa;
                }

                    .detail-page .main .music-box .volume .volume-range .slider {
                        position: absolute;
                        top: 8px;
                        bottom: 8px;
                        left: 50%;
                        transform: translateX(-50%);
                    }

            .detail-page .main .music-box .volume-range .dot {
                position: absolute;
                width: 8px;
                height: 8px;
                background-color: #fff;
                border: 1px solid #ebedf0;
                border-radius: 50%;
                top: 0;
                z-index: 2;
                left: 50%;
                transform: translateX(-50%);
            }

            .detail-page .main .music-box .volume-range .slide {
                position: absolute;
                height: 100%;
                background-color: #dddee0;
                width: 2px;
                z-index: 1;
                left: 50%;
                transform: translateX(-50%);
            }

            .detail-page .main .music-box .time {
                color: #525252;
                font-size: 14px;
            }

            .detail-page .main .music-box .range {
                flex: 1;
                position: relative;
                cursor: pointer;
            }

                .detail-page .main .music-box .range .dot {
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    background-color: #fff;
                    border: 1px solid #ebedf0;
                    border-radius: 50%;
                    top: 50%;
                    transform: translateY(-50%);
                    z-index: 2;
                }

                .detail-page .main .music-box .range .slide {
                    position: absolute;
                    width: 100%;
                    left: 2px;
                    background-color: #dddee0;
                    height: 2px;
                    top: 50%;
                    transform: translateY(-50%);
                }

            .detail-page .main .music-box .voice {
                border: 2px solid #ebedf0;
                background-color: #fff;
                display: flex;
                align-items: center;
                padding: 0px 10px 4px 10px;
                color: #62696f;
            }

                .detail-page .main .music-box .voice .icon {
                    margin-right: 5px;
                }

                    .detail-page .main .music-box .voice .icon path {
                        fill: #62696f;
                    }

        .detail-page .main .detail > p {
            font-family: "IBM Plex Serif";
            font-size: 19px;
            margin-bottom: 19px;
        }

        .detail-page .main .author {
            text-align: end;
            font-size: 19px;
            font-weight: 700;
            font-family: var(--main-font);
        }

        .detail-page .main .share-box {
            display: flex;
            margin-bottom: 16px;
        }

            .detail-page .main .share-box > *:nth-last-child(n+2) {
                margin-right: 12px;
            }

            .detail-page .main .share-box .share-btn {
                height: 36px;
                padding: 0 15px;
                display: flex;
                align-items: center;
                border-radius: 5px;
                border: 1px solid rgba(80, 61, 31, 0.6);
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                line-height: 34px;
            }

                .detail-page .main .share-box .share-btn span {
                    text-wrap: nowrap;
                }

                .detail-page .main .share-box .share-btn .icon {
                    margin-right: 5px;
                }

                .detail-page .main .share-box .share-btn:nth-child(1) {
                    background-color: #1878f2;
                }

                .detail-page .main .share-box .share-btn:nth-child(2) {
                    background-color: #205fa7;
                }

                .detail-page .main .share-box .share-btn:nth-child(3) {
                    background-color: #029cec;
                }

                .detail-page .main .share-box .share-btn:nth-child(4) {
                    background-color: #fff;
                }

        .detail-page .main .tag-box {
            overflow-x: auto;
            position: relative;
            /*height: 24px;*/
            height: auto;
            margin-bottom: 16px;
        }

            .detail-page .main .tag-box::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background-color: var(--main-red);
            }

            .detail-page .main .tag-box::-webkit-scrollbar-track {
                background-color: #fff;
            }

            .detail-page .main .tag-box .wrap {
                display: flex;
                align-items: center;
                padding-left: 26px;
                row-gap: 10px;
                flex-wrap: wrap;
            }

            .detail-page .main .tag-box .icon {
                position: absolute;
                height: 20px;
                width: 20px;
                top: -5px;
                left: 0;
            }

            .detail-page .main .tag-box .tag {
                height: 25px;
                text-wrap: nowrap;
                margin-right: 4px;
                text-decoration: none;
                background-color: rgba(34, 34, 34, 0.15);
                color: rgba(34, 34, 34, 0.8);
                padding: 5px 10px;
                border-radius: 20px;
                font: 400 12px/1.3 var(--main-font);
                transition: all 300ms;
            }

                .detail-page .main .tag-box .tag:hover {
                    color: #fff !important;
                    background-color: var(--main-red);
                }

        .detail-page .main .relate {
            padding: 15px;
            border: 2px solid #f0f0f0;
        }

            .detail-page .main .relate .title {
                text-transform: uppercase;
                font-size: 25px;
                font-weight: 600;
                margin-bottom: 15px;
            }

            .detail-page .main .relate .list .item {
                display: flex;
                align-items: center;
            }

                .detail-page .main .relate .list .item .icon > * {
                    width: 14px;
                    height: 14px;
                    vertical-align: baseline;
                }

                    .detail-page .main .relate .list .item .icon > * path {
                        fill: var(--main-red);
                    }

            .detail-page .main .relate .list .txt-wrap {
                font-size: 14px;
                line-height: 1.4;
                margin-left: 10px;
            }

            .detail-page .main .relate .list .name {
                font-weight: 700;
                font-family: var(--main-font);
                color: #222;
                text-decoration: none;
                transition: color 300ms;
            }

                .detail-page .main .relate .list .name:hover {
                    color: var(--main-red);
                }

            .detail-page .main .relate .list > *:nth-last-child(n+2) {
                margin-bottom: 5px;
            }

    .detail-page .side {
        grid-area: side;
        /* width: 300px; */
        /* margin-left: -78px; */
        margin-left: 30px;
        /* margin-right: auto; */
        position: relative;
    }

        .detail-page .side .sticky-wrap {
            position: sticky;
            top: 55px;
        }

        .detail-page .side .sticky-wrap > .banner-area img{
            width: 100%;
            height: 100%;
        }

        .detail-page .side > * .title {
            color: #A3161E;
            font: 700 20px/1.3 "Roboto Condensed",var(--main-font),Arial;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .detail-page .side > * > .title .icon {
            display: inline-block;
        }

            .detail-page .side > * > .title .icon > * {
                width: 18px;
                height: 18px;
            }

            .detail-page .side > * > .title .icon path {
                fill: var(--main-red);
            }

        .detail-page .side .continue {
            margin-bottom: 35px;
        }

            .detail-page .side .continue .story-wrap {
                flex-direction: row;
            }

                .detail-page .side .continue .story-wrap:nth-last-child(n+2) {
                    margin-bottom: 12px;
                    border-bottom: 1px solid #ddd;
                    padding-bottom: 12px;
                }

            .detail-page .side .continue .img-wrap {
                width: 150px;
                margin-right: 10px;
            }

            .detail-page .side .continue .info-wrap {
                flex: 1;
            }

                .detail-page .side .continue .info-wrap .name {
                    font: 700 14px/1.4 var(--main-font),Arial;
                    margin-bottom: 0px;
                }

                    .detail-page .side .continue .info-wrap .name .icon {
                        display: inline-block;
                    }

                        .detail-page .side .continue .info-wrap .name .icon > * {
                            width: 14px;
                            height: 14px;
                        }

                .detail-page .side .continue .info-wrap .description {
                    display: none;
                }

        .detail-page .side .most-view .story-wrap {
            flex-direction: row;
        }

            .detail-page .side .most-view .story-wrap:nth-last-child(n+2) {
                margin-bottom: 20px;
            }

        .detail-page .side .most-view .info-wrap {
            flex: 1;
            position: relative;
            min-height: 70px;
        }

            .detail-page .side .most-view .info-wrap .num,
            .detail-page .side .most-view .info-wrap .num::after,
            .detail-page .side .most-view .info-wrap .num::before {
                position: absolute;
                top: 8px;
                right: 0;
                font-size: 70px;
                line-height: 35px;
                font-weight: 700;
                -webkit-text-fill-color: #fff;
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: #e9edf1;
                z-index: -1;
            }

            .detail-page .side .most-view .info-wrap .num {
                -webkit-text-fill-color: #e9edf1;
            }

                .detail-page .side .most-view .info-wrap .num::after,
                .detail-page .side .most-view .info-wrap .num::before {
                    content: attr(data-num);
                    z-index: -1;
                }

                .detail-page .side .most-view .info-wrap .num::after {
                    top: 1px;
                    left: 3px;
                }

                .detail-page .side .most-view .info-wrap .num::before {
                    top: 2px;
                    left: 6px;
                }

        .detail-page .side .most-view .name {
            margin-right: 25px;
            font: 700 14px/1.4 var(--main-font),Arial;
            margin-bottom: 0px;
        }

        .detail-page .side .comment {
            width: 100%;
        }

    .detail-page .comment {
        grid-area: comment;
        /*width: 660px;*/ 
        /* margin-left: auto; */
        /* width: 600px; */
        /* margin-left: 135px; */
        margin: 16px 0;
    }

        .detail-page .comment .comment-box {
            border: 1px solid #f7f7f7;
            background-color: #f9fafc;
            padding: 15px;
            display: flex;
            flex-direction: column;
            align-items: stretch;
            /*margin-top: 35px;*/
        }

            .detail-page .comment .comment-box .title {
                font: 700 20px/1.3 "Roboto Condensed",var(--main-font);
                color: var(--main-red);
                text-transform: uppercase;
            }

            .detail-page .comment .comment-box input {
                display: block;
                width: 100%;
                margin-bottom: 8px;
                padding: 8px;
                border: 1px solid #222;
                outline: none;
            }

            .detail-page .comment .comment-box input:first-child{
                margin-right: 10px;
            }

            .detail-page .comment .comment-box textarea {
                display: block;
                width: 100%;
                margin-bottom: 8px;
                padding: 5px;
                outline: none;
            }

            .detail-page .comment .comment-box .btn {
                background-color: var(--main-red);
                color: #fff;
                font-size: 14px;
                padding: .375rem .75rem;
                width: 110px;
                border: none;
            }

    .detail-page .cate-title {
        font: 700 20px/1.3 "Roboto Condensed",var(--main-font);
        /* color: var(--main-red); */
        margin-bottom: 20px;
        text-transform: uppercase;
        position: relative;
        padding-left: 16px;
    }

        .detail-page .cate-title::before {
            content: "";
            position: absolute;
            display: inline-block;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 6px;
            height: 16px;
            background-color: var(--main-red);
        }

    .detail-page .same {
        grid-area: same;
        margin-bottom: 16px;
    }

        .detail-page .same .list {
            display: flex;
            align-items: stretch;
            flex-wrap: wrap;
        }

            .detail-page .same .list > * {
                flex-direction: column;
                width: calc((100% - 60px) / 3);
                margin-right: 30px;
                margin-bottom: 20px;
            }

                .detail-page .same .list > *:nth-child(3n) {
                    margin-right: 0px;
                }

            .detail-page .same .list .img-wrap {
                margin-bottom: 10px;
            }

            .detail-page .same .list .description {
                display: none;
            }

            .detail-page .same .list .name {
                font: 700 18px/1.4 var(--main-font);
                margin-bottom: 0px;
            }

    .detail-page .more {
        grid-area: more;
    }

        .detail-page .more .list .story-wrap {
            flex-direction: row;
        }

            .detail-page .more .list .story-wrap:nth-last-child(n+2) {
                border-bottom: 1px solid #ddd;
                padding-bottom: 20px;
                margin-bottom: 20px;
            }

            .detail-page .more .list .story-wrap .img-wrap {
                width: 280px;
                margin-right: 20px;
            }

        .detail-page .more .list .info-wrap {
            flex: 1;
        }

            .detail-page .more .list .info-wrap .name {
                font-size: 20px;
                font-weight: 700;
                line-height: 1.4;
            }

            .detail-page .more .list .info-wrap .category {
                display: block;
                margin-bottom: 10px;
                font-size: 14px;
            }

                .detail-page .more .list .info-wrap .category > * {
                    text-transform: uppercase;
                    color: #999999;
                    font-size: 14px;
                }

            .detail-page .more .list .info-wrap .description {
                font-size: 14px;
                line-height: 1.4;
            }

        .detail-page .more .view-more {
            text-align: center;
            padding: 5px 0;
        }

            .detail-page .more .view-more > * {
                font-size: 14px;
                line-height: 1.5;
                display: inline-block;
                min-width: 124px;
                text-decoration: none;
                border: 1px solid #E5E5E5;
                padding: 8px 15px;
                text-align: center;
                color: #525252;
                border-radius: 5px;
                transition: all 300ms;
            }

                .detail-page .more .view-more > *:hover {
                    background-color: var(--main-red);
                    color: #fff !important;
                }

/*Comment*/
.other-comment-box {
    margin-top: 16px;
    border-top: 1px solid #e0e0e0;
}

    .other-comment-box .comment-list {
        margin-top: 10px;
        margin-left: 1rem;
    }

        .other-comment-box .comment-list .user-info .user-name {
            display: flex;
            align-items: center;
            width: 100%;
        }

        .other-comment-box .comment-list:first-child {
            margin-top: 10px !important;
        }

        .other-comment-box .comment-list {
            margin: 10px 0 0 0 !important;
            display: flex;
        }

        .other-comment-box .comment-list .user-info .user-name .txt {
            margin-left: auto;
            color: #a3a3a3;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 142.857% */
        }

        .other-comment-box .comment-list .user-info {
            margin-left: 8px;
            gap: 4px;
            width: 100%;
        }

            .other-comment-box .comment-list .user-info .user-name h6 {
                color: #000;
                font-size: 14px;
                font-style: normal;
                font-weight: 700;
                line-height: 22px;
            }

    .other-comment-box > .comment-list > .user-info .content p {
        color: #333;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }

    .other-comment-box .comment-list .user-info .user-controll button {
        display: flex;
        gap: 8px;
        border: none;
    }

    .other-comment-box .comment-list > .user-info .user-controll {
        color: #666;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .other-comment-box .comment-list > .user-info .user-controll .answer-btn button {
            border-left: 1px solid #a3a3a3;
            padding-left: 8px;
        }

        .other-comment-box
        .comment-list > .user-info
        .user-controll
        .report-box
        button > * {
            color: #c2c2c2;
        }
    /* Answer Box */
    .other-comment-box .answer-box {
        margin-top: 0 !important;
        margin-left: 2.5rem !important;
    }

    .other-comment-box > .answer-box > .answer-box-border {
        position: absolute;
        width: 3px;
        height: 100%;
        background-color: var(--line-color);
        left: 0;
        top: 0;
    }

.reader {
    width: 100%;
    height: 40px;
    border-radius: 100%;
}

.max-width{
    display: flex !important;
}

    .max-width .main {
        width: 100%;
    }

    .image .desc {
        padding: 5px !important;
        text-align: center !important;
        /*color: #888;
        background-color: #F0F0F0 !important;*/
    }

.signature {
    display: none;
}

.editorjs-container > div {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    color: #343a40;
    font-size: 18px;
    line-height: 29px;
}

#content .image{
    width: 100%;
}

    #content .image img {
        width: 100%;
    }

figure.image figcaption,
figure.image figcaption * {
    text-align: center;
    color: #888 !important;
    font-style: normal !important;
    font-size: 18px !important;
    background-color: #F0F0F0;
    font-family: NotoSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

    figure.image figcaption div > * {
        text-align: center;
        color: #888 !important;
        font-style: normal !important;
        font-size: 18px !important;
        font-family: NotoSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    }

@media only screen and (max-width: 992px) {
    .detail-page {
        grid-template-columns: 1fr;
        grid-template-areas:
            "main"
            "side"
            "comment"
            "same"
            "more";
        margin: 10px 0px 10px;
    }

        .detail-page .main .category > * {
            font-size: 32px;
        }

        .detail-page .main {
            margin-bottom: 30px;
        }

            .detail-page .main .title {
                font-weight: 700;
                font-size: 28px;
                line-height: 1.4;
                font-family: var(--main-font);
                margin-bottom: 10px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .detail-page .main .sapo {
                font-weight: 700;
                font-size: 20px;
                line-height: 1.4;
                font-family: var(--main-font);
                margin-bottom: 10px;
                text-align: justify;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .detail-page .main #content {
                font-size: 18px;
                font-family: NotoSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .detail-page .main .relate .title {
                font-size: 20px;
            }

            .detail-page .main .relate .list .txt-wrap {
                font-size: 18px;
            }

            .detail-page .main .tool-bar {
                display: none;
            }

        .detail-page .side {
            margin-left: 0px;
        }

            .detail-page .side .continue .info-wrap .name {
                font-size: 16px;
            }

            .detail-page .side .continue {
                margin-bottom: 30px;
            }

            .detail-page .side .most-view .name {
                font-size: 18px;
            }

        .detail-page .comment {
            margin-bottom: 16px;
            width: 100%;
        }

        .detail-page .same {
            margin-bottom: 30px;
        }

            .detail-page .same .list {
                flex-direction: column;
            }

        .detail-page .cate-title {
            margin-bottom: 15px;
        }

        .detail-page .same .list > * {
            flex-direction: column-reverse;
            width: 100%;
            margin-right: 0px;
        }

            .detail-page .same .list > * .img-wrap {
                margin-bottom: 0px;
            }

            .detail-page .same .list > * .info-wrap {
                margin-bottom: 10px;
            }

            .detail-page .same .list > * .name {
                font-size: 20px;
                margin-bottom: 7px;
            }

            .detail-page .same .list > * .description {
                display: block;
            }

            .detail-page .same .list > *:nth-last-child(n+2) {
                border-bottom: 1px solid #ddd;
                padding-bottom: 20px;
                margin-bottom: 20px;
            }

        .detail-page .more .list .story-wrap {
            flex-direction: column-reverse;
        }

            .detail-page .more .list .story-wrap .img-wrap {
                width: 100%;
                margin-right: 0px;
            }

            .detail-page .more .list .story-wrap .info-wrap {
                margin-bottom: 10px;
            }

        .detail-page .more .list .info-wrap .category {
            margin-bottom: 7px;
            font-size: 12px;
        }

            .detail-page .more .list .info-wrap .category > * {
                font-size: 12px;
            }

        .detail-page .main .detail > p {
            font-size: 18px;
        }

        .detail-page .main .share-box {
            row-gap: 10px;
            flex-wrap: wrap;
        }

        .detail-page .main .post-box {
            flex-wrap: wrap;
        }

            .detail-page .main .post-box .time{
                margin-bottom: 15px;
            }

            .detail-page .main .post-box .share-list .item:first-child {
                margin-left: 0px;
            }

        .detail-page .main .tag-box .tag {
            text-overflow: ellipsis;
            word-wrap: break-word;
            white-space: normal;
            height: auto;
        }
}

@media only screen and (max-width: 768px) {
    .detail-page .main .title {
        font-weight: 700;
        font-size: 28px;
        line-height: 1.4;
        font-family: var(--main-font);
        margin-bottom: 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .detail-page .main .relate .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .detail-page .main .sapo {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.4;
        font-family: var(--main-font);
        margin-bottom: 10px;
        text-align: justify;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .detail-page .main #content {
        font-family: NotoSerif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .detail-page .side > * .title {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .detail-page .cate-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .detail-page .same .list > * .name,
    .detail-page .more .list .info-wrap .name {
        font-size: 18px;
    }

    .detail-page .main .tag-box .tag {
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: normal;
        height: auto;
    }
}
