.page-main {
    padding-top: 20px;
    min-height: calc(100vh - 80px)
}

.help-section {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 60px;
    gap: 16px;
    align-items: flex-start
}

.help-section a {
    color: var(--primary-color)
}

.help-section .help-nav {
    width: 248px;
    min-width: 248px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--module-shadow)
}

.help-section .help-nav li {
    min-height: 60px;
    width: auto;
    line-height: 60px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    background: var(--module-bg);
    box-shadow: var(--module-shadow);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .30000007px
}

.help-section .help-nav li a {
    color: var(--title-color);
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px
}

.help-section .help-nav li.active {
    background: var(--primary-color);
    color: #fff
}

.help-section .help-content {
    flex: 1;
    min-width: 0;
    background: var(--module-bg);
    border-radius: 12px;
    padding: 32px;
    box-shadow: var(--module-shadow);
    overflow-y: auto
}

.help-section .help-content .html-content .content-item {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.4;
    color: var(--desc-color)
}

.help-section .help-content .html-content .content-item:last-child {
    margin-bottom: 0
}

.help-section .help-content .html-content .content-item .item-title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    position: relative
}

.help-section .help-content .html-content .content-item .item-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    margin: 7px 6px -3px 0;
    flex-shrink: 0;
    background-color: var(--primary-color);
    border-radius: 0 4px 4px 0
}

.help-section .help-content .html-content .content-item .fw {
    font-weight: 600
}

.help-section .help-content .html-content .content-item .content-top-tip {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px
}

.help-section .help-content .html-content .content-item ul.item-content {
    padding-left: 20px
}

.help-section .help-content .html-content .content-item .item-content {
    font-size: 16px;
    line-height: 1.8;
    list-style: square
}

.help-section .help-content .html-content .content-item .item-content .item-content-li {
    margin: 0 0 8px 0
}

.help-section .help-content .html-content .content-item .item-content .content-xl {
    margin-top: 20px;
    line-height: 22.4px
}

.help-section .help-content .html-content .content-item .item-content .content-ps {
    margin-top: 8px;
    line-height: 22.4px;
    font-size: 16px
}

.help-section .help-content .html-content .content-item .item-content-sub {
    margin-top: 16px;
    margin: 16px 0 16px 0;
    line-height: 24px
}

.help-section .help-content .html-content .content-item .item-content-sub .sub-title {
    margin: 0 0 8px 0;
    font-size: 16px
}

@media screen and (max-width: 1200px) {
    .page-main {
        padding-top:.4rem;
        min-height: calc(100vh - 1.28rem)
    }

    .help-section {
        min-height: auto;
        max-width: 100%;
        padding: .4rem;
        gap: .4rem;
        flex-direction: column
    }

    .help-section .help-nav {
        width: 100%;
        position: relative;
        top: 0
    }

    .help-section .help-nav li {
        padding: .28rem .4rem;
        font-size: .3rem
    }

    .help-section .help-content {
        padding: .4rem .24rem
    }

    .help-section .help-content .html-content .content-item {
        margin-bottom: .48rem;
        font-size: .3rem
    }

    .help-section .help-content .html-content .content-item .item-title {
        font-size: .36rem;
        margin-bottom: .32rem
    }

    .help-section .help-content .html-content .content-item .item-title::before {
        width: .08rem;
        height: .4rem;
        margin: .14rem .12rem -0.06rem 0rem
    }

    .help-section .help-content .html-content .content-item .content-top-tip {
        font-size: .3rem
    }

    .help-section .help-content .html-content .content-item .item-content {
        font-size: .3rem;
        line-height: 1.5
    }

    .help-section .help-content .html-content .content-item .item-content .content-xl {
        margin-top: .4rem;
        line-height: .448rem
    }

    .help-section .help-content .html-content .content-item .item-content .content-ps {
        margin-top: .16rem;
        line-height: .448rem;
        font-size: .3rem
    }

    .help-section .help-content .html-content .content-item .item-content .item-content-li {
        margin: 0 0 .16rem 0
    }

    .help-section .help-content .html-content .content-item .item-content .item-content-sub {
        margin-top: .32rem;
        margin: .32rem 0 .32rem 0;
        line-height: .48rem
    }

    .help-section .help-content .html-content .content-item:last-child {
        margin-bottom: 0
    }
}

/*# sourceMappingURL=helpDetail.css.map */
