.go-home {
    background: #f9007b;
    height: 40px;
    display: none;
    position: sticky;
    top: 0;
    z-index: 999;
}

.go-home a {
    color: #fff;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
}

.go-home a:hover {
    color: #fff;
}

.go-home img {
    height: 26px;
}

/* 在手机和平板端 (≤1188px) */
@media (max-width: 1188px) {
    .non-pc-hidden {
        display: none !important;
    }

    .container {
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    #app {
        min-width: 100%;
        box-sizing: border-box;
    }

    .explain-page .explain-body .explain-body-left {
        margin-right: 0;
        width: 180px;
    }

    .explain-page .explain-body .explain-body-left li {
        width: 100%;
    }

    .aq-card-main {
        padding: 10px 0 0 10px;
        margin-bottom: 0;
    }

    .el-tabs__nav-next,
    .el-tabs__nav-prev {
        font-size: 20px;
    }

    .el-tabs--bottom.el-tabs--border-card .el-tabs__item:last-child,
    .el-tabs--bottom.el-tabs--card .el-tabs__item:last-child,
    .el-tabs--bottom .el-tabs--left .el-tabs__item:last-child,
    .el-tabs--bottom .el-tabs--right .el-tabs__item:last-child,
    .el-tabs--top.el-tabs--border-card .el-tabs__item:last-child,
    .el-tabs--top.el-tabs--card .el-tabs__item:last-child,
    .el-tabs--top .el-tabs--left .el-tabs__item:last-child,
    .el-tabs--top .el-tabs--right .el-tabs__item:last-child {
        padding-right: 5px;
    }

    .el-tabs__item {
        padding: 0 5px;
    }

    .explain-page .explain-body .explain-body-left li:first-child {
        border-radius: 0;
    }

    .explain-page .explain-body .explain-body-left li:last-child {
        border-radius: 0;
    }
}

/* 在平板端 (768px - 1188px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .tablet-hidden {
        display: none !important;
    }

    .explain-page .explain-body {
        margin-top: 10px;
    }
}

/* 在手机端 (≤767px) */
@media (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }

    .go-home {
        display: flex;
        align-items: center;
    }

    .container {
        padding-top: 0;
    }

    .aq-card-main {
        padding: 0;
    }

    .explain-page .explain-body {
        flex-direction: column;
        margin-top: 0px;
    }

    .explain-page .explain-body .explain-body-left {
        margin-right: 0;
        width: 100%;
        position: sticky;
        top: 40px;
        background: #fff;
        z-index: 999;
        margin-bottom: 10px;
        border-top: 3px solid #ffffff;
    }

    .explain-page .explain-body .explain-body-left li {
        height: 30px;
        line-height: 30px;
    }

    .explain-page .explain-body .tag_active a {
        color: #f9007b;
        font-weight: 700;
    }
}