/* 1200px 媒体查询 */
@media (max-width: 1200px) {
    .article-content, .top-wrapper {
        width: 100%;
    }
    .article-content .top-section {
        margin: 0 15px;
        padding: 15px 0;
        background: none;
    }
    .article-content .top-section.shrink {
        height: 50px;
    }
    .article-content .top-section.loading::after {
        background: url('../images/loader-d6c6aa36.gif') no-repeat;
        background-size: contain;
        width: 300px;
        height: 300px;
    }
    .guide-nav nav {
        font-size: 12px;
    }
    .guide-nav nav a {
        white-space: nowrap;
    }
    .guide-nav nav img {
        display: none;
    }
    .guide-nav nav .last-nav {
        white-space: nowrap;
        color: rgba(51, 51, 51, .5);
    }
    .story-main {
        background-color: #fff;
        border-radius: 12px;
        padding: 20px 0 15px;
    }
    .story-main .pic {
        width: 156px;
        height: 226px;
        min-height: 226px;
    }
    .story-main .pic-info .over {
        font-size: 10px;
        padding: 2px 6px;
    }
    .story-main .pro h3 {
        font-size: 18px;
    }
    .story-main .tags span {
        font-size: 10px;
        padding: 3px 6px;
    }
    .story-content {
        width: auto;
        padding: 5px 20px 20px;
        margin: 0 15px;
    }

    .story-content .tit {
        font-size: 18px;
    }

    .story-content .author > div {
        margin: 0 10px;
    }
    
    .story-content .author {
        font-size: 12px;
    }

    .story-content .author .bold {
        font-size: 16px;
    }

    .story-content .chapter-detail {
        width: 100%;
        min-width: 100%;
        font-size: 15px;
        line-height: 42px;
        color: rgba(51, 51, 51, 1);
    }

    .lock-info .lock-img {
        width: 150px;
        height: auto;
    }
    .lock-info .tips-1 {
        font-size: 18px;
    }
    .lock-info .tips-2 {
        font-size: 12px;
    }
    .catalogue-btn {
        background: rgba(234, 226, 206, 1);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        top: auto;
        bottom: 30px;
        right: 20px;
    }
    .catalogue-btn img {
        display: none;
    }
    .catalogue-btn span {
        font-size: 16px;
        font-weight: 600;
        color: rgba(127, 118, 92, 1);
    }
    .a-side {
        top: 0;
        height: 100%;
    }
    .a-side.show {
        width: 100%;
        background: none;
    }
    .aside-bg {
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .aside-content {
        height: 90%;
        padding: 20px 15px;
        box-sizing: border-box;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .aside-content .pic-container {
        position: relative;
        display: flex;
        align-items: center;
    }
    .aside-content .pic-container .info {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
    }
    .aside-content .pic-container .inner-tit {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 17px;
        color: rgba(51, 51, 51, 1);
    }
    .aside-content .pic-container .author {
        font-size: 12px;
        color: rgba(102, 102, 102, 1);
        margin-top: 10px;
    }
    .aside-content .pic-container .ic-arrow {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
    .aside-content .pic-container .ic-arrow img {
        width: 12px;
    }
    .aside-content .pic {
        width: 42px;
        height: 56px;
        border-radius: 4px;
    }
    .aside-content .chapter-list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-height: calc(100% - 80px);
        overflow-y: auto;
    }
    .aside-content .chapter-item {
        width: calc(50% - 10px);
        padding: 0 10px;
        box-sizing: border-box;
        border-radius: 5px;
        font-size: 12px;
        color: rgba(51, 51, 51, 1);
        border: 1px solid rgba(246, 248, 250, 1);
        margin: 10px 0;
        height: 42px;
        line-height: 42px;
    }
    .aside-content .chapter-item a {
        display: block;
        color: rgba(51, 51, 51, 1);
        position: relative;
    }
    .aside-content .chapter-item.cur {
        border-color: rgba(252, 195, 6, 1);
        background-color: rgba(255, 253, 244, 1);
    }
    .aside-content .chapter-item.lock a::after {
        position: absolute;
        right: 0;
        top: 13px;
        content: "";
        display: block;
        width: 15px;
        height: 16px;
        background: url('../images/new-ic-lock-bc37dece.png') no-repeat;
        background-size: contain;
    }
}
