.guide-nav {
    display: none;
}

.guide-nav nav {
    display: flex;
    align-items: center;
}

.guide-nav nav a {
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #333;
}

.guide-nav nav a:hover {
    color: #A85F26;
}

.guide-nav nav .gt {
    margin-right: 10px;
}

.guide-nav nav .last-nav {
    color: rgba(51, 51, 51, 1);

}

.article-content {
    margin: 0 auto;
}

.article-content .top-section {
    padding-top: 20px;
    height: 360px;
    background: rgba(246, 248, 250, 1);
    position: relative;
}

.article-content .top-section.loading::after {
    position: absolute;
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../images/loading-f5bd27db.gif') no-repeat;
    background-size: contain;
}

.top-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.story-main {
    margin-top: 15px;
    display: flex;
}

.story-main .pic {
    width: 200px;
    min-height: 260px;
    border-radius: 15px;
    margin-right: 20px;
}

.story-main .pro {
    width: 900px;
}


.story-main .pro h3 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.story-main .pro h3 {
    white-space: wrap;
}

.story-main .pro .author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    font-size: 14px;
    color: #999;
}

.story-main .author .bold {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.story-main .tags {
    margin: 10px 0;
}

.story-main .tags span {
    border: 1px solid rgba(214, 214, 214, 1);
    border-radius: 4px;
    padding: 2px 5px;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    margin-right: 10px;
}

.story-main .tags span.cur {
    color: #fff;
    border-color: rgba(20, 178, 98, 1);
    background: rgba(20, 178, 98, 1);
}

.story-main .desc {
    color: rgba(51, 51, 51, 1);
    margin-top: 20px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制文本为2行 */
    overflow: hidden;
    min-height: 90px;
}

.story-main .btns {
    margin-top: 30px;
}

.story-main .btns a {
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid rgba(209, 209, 209, 1);
    border-radius: 20px;
    cursor: pointer;
    color: #333;
}

.story-main .btns a.cur {
    color: #333;
    font-weight: bold;
    background: rgba(252, 202, 6, 1);
    border-color: rgba(252, 202, 6, 1);
}

.story-main .btns a:first-child {
    margin-right: 20px;
}

.story-content {
    width: 1200px;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
    position: relative;
    display: none;
}

.story-content .content-tab {
    list-style: none;
    display: flex;
    align-items: center;
}

.story-content .content-tab li {
    display: flex;
    align-items: center;
    width: 150px;
    line-height: 32px;
}

.story-content .content-tab li span.label {
    position: relative;
    line-height: 50px;
    cursor: pointer;
}

.story-content .content-tab li.cur span.label::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(255, 191, 15, 1);
    animation: bounceHorizontal .5s ease-in-out;
}

.story-content .content-tab span {
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
}

.story-content .content-tab span.total {
    display: inline-block;
    padding: 0 5px;
    background-color: rgba(246, 248, 250, 1);
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    border-radius: 4px;
    margin-left: 5px;
}

.story-content .second-tab-content {
    display: none;
    list-style: none;
    margin-top: 20px;
}

.story-content .second-tab-content li {
    width: 180px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid rgba(246, 248, 250, 1);
    background-color: rgba(246, 248, 250, 1);
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.story-content .second-tab-content li a {
    display: block;
    padding: 4px 14px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
}

.story-content .second-tab-content li.lock a::after {
    float: right;
    content: "";
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-right: 5px;
    margin-top: 8px;
    background: url('../images/new-ic-lock-bc37dece.png') no-repeat;
    background-size: contain;
}

.story-content .second-tab-content li.cur,
.story-content .second-tab-content li:hover {
    border-color: rgba(252, 195, 6, 1);
    background-color: rgba(255, 253, 244, 1);
}

.story-content .second-tab-content li.cur a,
.story-content .second-tab-content li:hover a {
    color: rgba(252, 195, 6, 1);
    font-weight: 600;
}

.story-content .second-tab-content li.cur a::after,
.story-content .second-tab-content li:hover a::after {
    background: url('../images/new-ic-lock-h-b43cd35d.png') no-repeat;
    background-size: contain;
}

.story-content .tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.story-content .chapter-detail {
    white-space: pre-wrap;
    min-width: 900px;
    max-height: 500px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.story-content .continue-read {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.story-content .continue-read a {
    width: 146px;
    height: 50px;
    background: rgba(252, 202, 6, 1);
    font-size: 18px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    cursor: pointer;
}

@keyframes bounceHorizontal {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(10px);
    }
}


/* 空状态样式 */
.story-main .empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 0;
}

.story-main .empty-state img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    opacity: 0.6;
}

.story-main .empty-state p {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    text-align: center;
}