/* 1200px 媒体查询 */
@media (max-width: 1200px) {
    html, body {
        background: rgba(246, 248, 250, 1);
    }
    .guide-nav nav {
        font-size: 12px;
    }
    .guide-nav nav img {
        display: none;
    }
    .guide-nav nav .last-nav {
        color: rgba(51, 51, 51, .5);
    }
    .article-content .top-section {
        height: auto;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .article-content .top-section.loading::after {
        background: url('../images/loader-d6c6aa36.gif') no-repeat;
        background-size: contain;
        width: 300px;
        height: 300px;
    }
    .top-wrapper {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .story-main .pic {
        width: 96px;
        min-height: 138px;
        margin-right: 10px;
        border-radius: 6px;
    }
    .story-main .pro {
        width: calc(100% - 110px);
    }
    .story-main .pro h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .story-main .tags span {
        font-size: 11px;
        padding: 3px 6px;
    }
    .story-main .desc {
        display: none;
    }
    .story-main .pro .author {
        width: 100%;
        font-size: 12px;
    }
    .story-main .author .bold {
        font-size: 16px;
    }
    .story-content {
        width: 100%;
        background-color: #fff;
        border-radius: 20px;
        margin-top: 0;
    }
    .story-content .continue-read a {
        width: 90px;
        height: 30px;
        margin-bottom: 25px;
        font-size: 14px;
    }
    .story-content .second-tab-content {
        padding: 0 15px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .story-content .second-tab-content li {
        width: calc(50% - 10px);
        margin-right: 0;
    }
    .story-content .second-tab-content li:nth-child(2n) {
        margin-left: 20px;
    }
    .story-main .btns {
        margin-top: 15px;
    }
    .story-main .btns a.cur {
        font-weight: 600;
    }
    .story-content .tit {
        padding-left: 30px;
        margin-top: 5px;
    }
    .story-content .chapter-detail {
        padding: 0 30px;
        min-width: 100%;
        line-height: 42px;
        font-size: 15px;
        color: rgba(51, 51, 51, 1);
    }
    .story-content .content-tab li:first-child {
        padding-left: 30px;
        box-sizing: border-box;
        width: 120px;
    }
    .story-content .content-tab li span.label {
        font-size: 14px;
    }
    .story-content .content-tab li.cur span.label {
        font-weight: bold;
    }
    .story-content .content-tab li.cur span.label::after {
        width: 60px;
    }
}
