.shop-search-box {
    margin: 24px 0 10px;
    text-align: center;
}

.shop-search-box .input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.shop-search-box .form-control {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    border: 1px solid #d9d9d9;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    box-shadow: none;
}

.shop-search-box .form-control:focus {
    border-color: #1890ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.12);
}

.shop-search-box .input-group-btn {
    display: flex;
}

.shop-search-box .btn.blue {
    height: 42px;
    padding: 0 16px;
    border-radius: 0;
    border: 1px solid #1890ff;
    background: #1890ff;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.shop-search-box .input-group-btn .btn:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0 6px 6px 0;
}

.shop-search-box .btn.blue:hover,
.shop-search-box .btn.blue:focus {
    background: #0f78e5;
    border-color: #0f78e5;
    color: #fff;
}

@media (max-width: 767px) {
    .shop-search-box {
        margin: 16px 0 8px;
    }

    .shop-search-box .input-group {
        display: block;
        width: 100%;
        max-width: 300px;
    }

    .shop-search-box .form-control {
        width: 100%;
        height: 40px;
        border-right: 1px solid #d9d9d9;
        border-radius: 6px;
        margin-bottom: 10px;
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .shop-search-box .input-group-btn {
        display: flex;
        width: 100%;
        gap: 8px;
    }

    .shop-search-box .btn.blue {
        flex: 1;
        height: 40px;
        line-height: 38px;
        border-radius: 6px;
        padding: 0 10px;
    }

    .shop-search-box .btn.blue + .btn.blue {
        border-left: 1px solid #1890ff;
        border-radius: 6px;
    }
}

.reviews-section .section-title {
    margin-bottom: 22px;
}

.app-list-box {
    display: flex;
    gap: 12px;
    min-height: 118px;
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    transition: all 0.2s ease;
}

.app-list-box:hover {
    border-color: #d7e8ff;
    box-shadow: 0 4px 14px rgba(24, 144, 255, 0.08);
}

.app-list-box .shop-left {
    width: 70px;
    flex: 0 0 70px;
    padding-top: 6px;
    text-align: center;
}
.app-list-box.jian::before {
    content: "荐";
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.18);
    color: #92400e;
}
.app-list-box .shop-left img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

.app-list-box .shop-left > div {
    font-size: 13px;
    line-height: 1.4;
}

.app-list-box .shop-price {
    display: inline-block;
    color: #ef4c2f;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.app-list-box > div:last-child {
    flex: 1;
    min-width: 0;
}

.app-list-box .shop-title {
    margin: 2px 0 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    height: 20px;
}

.app-list-box .shop-title a {
    color: #333;
}
.layui-layer-btn .layui-layer-btn0 {
    color: #fff !important;
}
.app-list-box .shop-title a:hover {
    color: #1890ff;
}
.shop-show-title p {
    color: green;
}
.zengsong {
    font-size: 12px;
    color: #fff;
    background: #1890ff;
    padding: 2px 8px;
    border-radius: 999px;
    text-decoration: none;
    margin-left: 10px;
}
.zengsong:hover {
    background: #0f78e5;
    border-color: #0f78e5;
    color: #fff;
}
.app-list-box .gzd {
    margin-bottom: 6px;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
    height: 40px;
    overflow: hidden;
}

.app-list-box > div:last-child > div:last-child {
    color: #999;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .app-list-box {
        min-height: 110px;
    }
}

@media (max-width: 767px) {
    .app-list-box {
        padding: 10px;
        margin-bottom: 10px;
        min-height: 100px;
    }

    .app-list-box .shop-left {
        width: 62px;
        flex-basis: 62px;
    }

    .app-list-box .shop-price {
        margin-top: 6px;
        padding: 1px 7px;
        font-size: 11px;
    }

    .app-list-box .shop-left img {
        width: 56px;
        height: 56px;
        border-radius: 8px;
    }

    .app-list-box .shop-title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .app-list-box .gzd {
        height: 36px;
        margin-bottom: 4px;
        font-size: 12px;
    }
}

.cmsdemo-swiper { border-radius: 6px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.1); margin-bottom: 20px; background: #f0f3f6; }
.cmsdemo-swiper .swiper-pagination-bullet-active { background: #337ab7; }

.xunrui-info {
    padding: 8px 8px 8px 20px;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* register form */
.reviews-section .login-form {
    max-width: 560px;
    margin: 0 auto;
    padding: 50px 22px;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(19, 64, 116, 0.06);
}

.reviews-section .login-form .form-group {
    margin-bottom: 16px;
}

.reviews-section .login-form .control-label {
    display: block;
    margin-bottom: 8px;
    color: #3a4b5c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.reviews-section .login-form .form-control {
    width: 100%;
    height: 42px;
    border: 1px solid #d6dde8;
    border-radius: 6px;
    padding: 0 12px;
    color: #334155;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reviews-section .login-form .form-control:focus {
    border-color: #1890ff;
    box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.14);
}

.reviews-section .login-form .input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-section .login-form .input-group .input-icon {
    flex: 1;
}

.reviews-section .login-form .input-group-btn.fc-code {
    flex: 0 0 auto;
    padding-left: 0 !important;
}

.reviews-section .login-form .input-group-btn.fc-code .btn {
    min-width: 102px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #1890ff;
    border-radius: 6px;
    background: #1890ff;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
}

.reviews-section .login-form .input-group-btn.fc-code .btn:hover,
.reviews-section .login-form .input-group-btn.fc-code .btn:focus {
    background: #0f78e5;
    border-color: #0f78e5;
    color: #fff;
}

.reviews-section .login-form .input-group-btn.fc-code img,
.reviews-section .login-form .input-group-btn.fc-code canvas {
    height: 42px;
    border-radius: 6px;
    border: 1px solid #d6dde8;
}

.reviews-section .login-form .form-actions {
    margin-top: 10px;
    text-align: left !important;
}

.reviews-section .login-form .form-actions label {
    margin: 0 8px 8px 0;
    color: #667b91;
    font-size: 13px;
    vertical-align: middle;
}

.reviews-section .login-form .form-actions a {
    color: #1890ff;
}

.reviews-section .login-form .form-actions .btn.green {
    height: 42px;
    padding: 0 22px;
    border: 1px solid #19b770;
    border-radius: 6px;
    background: #19b770;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.reviews-section .login-form .form-actions .btn.green:hover,
.reviews-section .login-form .form-actions .btn.green:focus {
    background: #14a263;
    border-color: #14a263;
}

.reviews-section .login-form .platform-login-wrap {
    margin-top: 16px;
}

.reviews-section .login-form .btn-platform {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 22px;
    border: 1px solid #1890ff;
    border-radius: 6px;
    background: #fff;
    color: #1890ff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.reviews-section .login-form .btn-platform:hover,
.reviews-section .login-form .btn-platform:focus {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
    text-decoration: none;
}

.reviews-section .login-form .create-account {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #e6edf5;
}

.reviews-section .login-form .create-account p {
    margin: 0;
}

.reviews-section .login-form .create-account a {
    color: #1890ff;
    font-size: 13px;
}

@media (max-width: 767px) {
    .reviews-section .login-form {
        margin: 0 8px;
        padding: 18px 14px;
        border-radius: 8px;
    }

    .reviews-section .login-form .input-group {
        display: block;
    }

    .reviews-section .login-form .input-group .input-icon {
        margin-bottom: 10px;
    }

    .reviews-section .login-form .input-group-btn.fc-code {
        width: 100%;
    }

    .reviews-section .login-form .input-group-btn.fc-code .btn {
        display: block;
        width: 100%;
    }

    .reviews-section .login-form .form-actions .btn.green.pull-right {
        float: none !important;
        display: block;
        width: 100%;
        margin-top: 8px;
    }
}

.xunrui-info .xunrui-title {
    margin-bottom: 10px;
    color: #1f2d3d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.xunrui-info .xunrui-desc {
    margin-bottom: 14px;
    color: #4f5d6b;
    font-size: 15px;
    line-height: 1.8;
}

.xunrui-info .xunrui-list-desc {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xunrui-info .xunrui-list-desc li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: #2f3b49;
    font-size: 14px;
    line-height: 1.55;
}

.xunrui-info .xunrui-list-desc li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1890ff;
}

.xunrui-info .xunrui-list-desc li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .xunrui-info {
        padding: 0 16px;
        margin-top: 20px;
    }

    .xunrui-info .xunrui-title {
        font-size: 19px;
    }

    .xunrui-info .xunrui-desc {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 767px) {
    .xunrui-info {
        padding: 0 14px;
        margin-top: 16px;
    }

    .xunrui-info .xunrui-title {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 1.4;
    }

    .xunrui-info .xunrui-desc {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.75;
    }

    .xunrui-info .xunrui-list-desc li {
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 13px;
        line-height: 1.72;
    }

    .xunrui-info .xunrui-list-desc li::before {
        top: 0.52em;
        width: 7px;
        height: 7px;
    }
}

@media (max-width: 374px) {
    .xunrui-info {
        padding: 0 12px;
    }

    .xunrui-info .xunrui-title {
        font-size: 17px;
    }

    .xunrui-info .xunrui-desc {
        font-size: 13px;
    }

    .xunrui-info .xunrui-list-desc li {
        font-size: 12px;
        padding-left: 18px;
    }
}


.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top--40 {
    margin-top: -40px;
}

.margin-bottom--40 {
    margin-bottom: -40px;
}

.margin-top--30 {
    margin-top: -30px;
}

.margin-bottom--30 {
    margin-bottom: -30px;
}

.margin-top--20 {
    margin-top: -20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/* 聚合页：标签筛选（字段选项） */
.juhe-list-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 10px;
    width: 100%;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.juhe-list-tag li {
    margin: 0;
    padding: 0;
}

.juhe-list-tag .juhe-list-tag-link {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #d8e6f5;
    border-radius: 20px;
    background: #f5f9fd;
    color: #4a5568;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.juhe-list-tag .juhe-list-tag-link:hover,
.juhe-list-tag .juhe-list-tag-link:focus {
    border-color: var(--xr-primary-color, #3291f6);
    background: rgba(50, 145, 246, 0.1);
    color: var(--xr-primary-color, #3291f6);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(50, 145, 246, 0.18);
}

.juhe-list-tag .juhe-list-tag-link.is-active {
    border-color: var(--xr-primary-color, #3291f6);
    background: var(--xr-primary-color, #3291f6);
    color: #fff;
}

@media (max-width: 767px) {
    .juhe-list-tag {
        justify-content: flex-start;
        gap: 6px 8px;
        margin-top: 12px;
    }

    .juhe-list-tag .juhe-list-tag-link {
        padding: 5px 12px;
        font-size: 12px;
    }
}

/* --------------------------------------------------------------------------
   产品页 website.html：建站系统插件统计区 + Tab + 版本时间线 + FAQ
   -------------------------------------------------------------------------- */

.statistic-section {
    padding-top: 48px;
    padding-bottom: 48px;
}

.statistic-section .section-title {
    text-align: center;
}

.statistic-section .section-title .h4-md {
    margin-bottom: 12px;
}

.statistic-section .section-title p {
    color: #5a6570;
    font-size: 15px;
    line-height: 1.75;
    margin-left: auto;
    margin-right: auto;
}

.statistic-section .statistic-block {
    text-align: center;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 28px 18px 26px;
    margin-bottom: 20px;
    min-height: 200px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.statistic-section .statistic-block:hover {
    border-color: #b3d7ff;
    box-shadow: 0 8px 24px rgba(24, 144, 255, 0.12);
    transform: translateY(-2px);
}

.statistic-section .statistic-block .fa {
    font-size: 2rem;
    line-height: 1;
}

.statistic-section .statistic-block .statistic-number {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2d3d;
    margin-top: 14px;
    margin-bottom: 8px;
    line-height: 1.35;
}

.statistic-section .statistic-block .txt-400 {
    color: #6b7785;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

.statistic-section .text-center .btn-blue {
    margin-top: 8px;
    padding: 10px 22px;
    border-radius: 6px;
}

/* Tab 区（仅 product/website 该段结构） */
.info-version-section {
    padding-top: 40px;
    padding-bottom: 50px;
}

.info-version-section #tabs-nav {
    margin-bottom: 8px;
}

.info-version-section #pills-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 28px;
    padding: 0;
    list-style: none;
}

.info-version-section .nav-pills .nav-item {
    margin: 0;
}

.info-version-section .nav-pills .nav-link {
    border: 1px solid #d1dae4;
    border-radius: 999px;
    padding: 10px 22px;
    color: #4a5568;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.info-version-section .nav-pills .nav-link:hover {
    border-color: #1890ff;
    color: #1890ff;
    background: #f0f8ff;
}

.info-version-section .nav-pills .nav-link.active {
    border-color: #1890ff;
    background: #1890ff;
    color: #fff;
    box-shadow: 0 4px 12px rgba(24, 144, 255, 0.35);
}

.info-version-section .nav-pills .nav-link .flaticon-083-stethoscope {
    margin-right: 6px;
    vertical-align: middle;
}

/* 版本更新时间线 */
.version-list-box {
    overflow: hidden;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
}

.version-list {
    padding: 0 16px;
}

.version-list .version {
    padding: 14px 0 32px;
    position: relative;
    display: flex;
    align-items: center;
}

.version-list .version:first-child {
    padding-top: 24px;
}

.version-list .version:before {
    content: "";
    width: 3px;
    position: absolute;
    top: 0;
    left: 95px;
    bottom: 0;
    background: #e8ecf1;
    z-index: 1;
    box-sizing: border-box;
}

.version-list .version .Time_Card {
    text-align: center;
    width: 85px;
    flex-shrink: 0;
    font-size: 13px;
    color: #6b7785;
    font-weight: 500;
}

.version-list .version .o_o {
    width: 12px;
    height: 12px;
    z-index: 2;
    background-color: #1890ff;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    left: 5px;
    flex-shrink: 0;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.25);
}

.version-list .version .v_content {
    flex: 1;
    min-width: 0;
    position: relative;
    border: 1px solid #e7e6eb;
    margin-left: 22px;
    border-radius: 8px;
    min-height: 120px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.version-list .version .v_content:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -8px;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #fff transparent transparent;
    filter: drop-shadow(-1px 0 0 #e7e6eb);
}

.version-list .version .v_content .header-info {
    min-height: 46px;
    padding: 0 16px;
    font-size: 15px;
    line-height: 46px;
    background: linear-gradient(180deg, #f8fafc 0%, #f0f4f8 100%);
    color: #1890ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #eef1f5;
}

.version-list .version .v_content .header-info .time {
    color: #8c96a3;
    font-size: 13px;
    font-weight: 400;
}

.version-list .version .v_content .contents {
    padding: 16px 18px 18px;
    text-align: left;
    font-size: 14px;
    line-height: 1.75;
    color: #3d4a59;
}

.version-list .version .v_content .contents pre {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
    font-family: inherit;
    margin: 0;
}

/* 源码说明 */
.help-section {
    margin: 0 auto;
    padding: 10px 0 20px;
}

.help-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2d3d;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8ecf1;
}

.help-section-body {
    font-size: 14px;
    line-height: 1.85;
    color: #4a5568;
}

.help-section-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

/* FAQ 手风琴 */
#faqs-page.faqs-section {
    padding-top: 10px;
    padding-bottom: 20px;
}

#faqs-page .questions-holder {
    max-width: 920px;
    margin: 0 auto;
}

#faqs-page #accordion .card {
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

#faqs-page #accordion .card-header {
    padding: 0;
    background: #f8fafc;
    border-bottom: 1px solid #e8ecf1;
}

#faqs-page #accordion .card-header .h5-xs {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

#faqs-page #accordion .card-header a {
    display: block;
    padding: 14px 18px;
    color: #1f2d3d;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

#faqs-page #accordion .card-header a:hover,
#faqs-page #accordion .card-header a:focus {
    background: #e6f4ff;
    color: #1890ff;
}

#faqs-page #accordion .card-body {
    padding: 16px 18px 18px;
    font-size: 14px;
    line-height: 1.75;
    color: #4a5568;
    background: #fff;
}

#faqs-page #accordion .card-body p {
    margin-bottom: 10px;
}

#faqs-page #accordion .card-body p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .statistic-section {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .statistic-section .statistic-block {
        min-height: 0;
    }

    .info-version-section {
        padding-top: 28px;
        padding-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .statistic-section .statistic-block {
        padding: 22px 14px;
        margin-bottom: 14px;
    }

    .info-version-section #pills-tab {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .info-version-section .nav-pills .nav-link {
        text-align: center;
        border-radius: 8px;
    }

    .version-list .version .Time_Card,
    .version-list .version .o_o,
    .version-list .version:before {
        display: none;
    }

    .version-list {
        padding: 0;
    }

    .version-list .version .v_content {
        margin-left: 0;
    }

    .version-list .version .v_content:before {
        display: none;
    }

    .help-section-title {
        font-size: 17px;
    }
}

/* 商店搜索页：筛选参数（版权 / 分类 / 亮点 / 价格） */
.shop-search-params {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eceff3;
    clear: both;
}

.shop-search-params .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f5;
}

.shop-search-params .form-group:first-of-type {
    padding-top: 4px;
}

.shop-search-params .form-group:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
}

.shop-search-params .control-label {
    flex: 0 0 52px;
    width: 52px;
    padding-top: 7px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1f2d3d;
    line-height: 1.3;
}

.shop-search-params .control-value {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}

.shop-search-params .control-value > label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.shop-search-params a.label {
    display: inline-block;
    padding: 5px 12px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #d9dde3;
    background: #fff;
    color: #4a5568;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.shop-search-params a.label.label-default:hover,
.shop-search-params a.label.label-default:focus {
    border-color: #1890ff;
    color: #1890ff;
    background: #f0f8ff;
}

.shop-search-params a.label.label-success {
    border-color: #1890ff;
    background: #1890ff;
    color: #fff;
    box-shadow: 0 2px 6px rgba(24, 144, 255, 0.25);
}

.shop-search-params a.label.label-success:hover,
.shop-search-params a.label.label-success:focus {
    background: #0f78e5;
    border-color: #0f78e5;
    color: #fff;
}

@media (max-width: 767px) {
    .shop-search-params {
        margin-top: 14px;
        padding: 10px 30px;
    }

    .shop-search-params .form-group {
        flex-direction: column;
        align-items: stretch;
        padding: 10px 0;
        gap: 8px;
    }

    .shop-search-params .control-label {
        flex: none;
        width: auto;
        padding-top: 0;
        font-size: 13px;
    }

    .shop-search-params .control-value {
        gap: 6px 8px;
    }

    .shop-search-params a.label {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* 商店搜索页：底部分页 */
.search-page-pagination {
    margin: 24px 0 8px;
    padding: 16px 0;
    text-align: center;
    clear: both;
}

.search-page-pagination > ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-page-pagination > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-page-pagination > ul > li > a {
    display: inline-block;
    min-width: 36px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    color: #4a5568;
    background: #fff;
    border: 1px solid #d9dde3;
    border-radius: 6px;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.search-page-pagination > ul > li > a:hover,
.search-page-pagination > ul > li > a:focus {
    border-color: #1890ff;
    color: #1890ff;
    background: #f0f8ff;
}

.search-page-pagination > ul > li > a.active {
    border-color: #1890ff;
    background: #1890ff;
    color: #fff;
    font-weight: 600;
    cursor: default;
    box-shadow: 0 2px 6px rgba(24, 144, 255, 0.25);
}

.search-page-pagination > ul > li:first-child > a {
    min-width: auto;
    margin-right: 4px;
    padding: 7px 10px;
    border: none;
    background: transparent;
    color: #8c96a3;
    font-size: 13px;
    cursor: default;
    box-shadow: none;
}

.search-page-pagination > ul > li:first-child > a:hover,
.search-page-pagination > ul > li:first-child > a:focus {
    border: none;
    background: transparent;
    color: #8c96a3;
}

@media (max-width: 767px) {
    .search-page-pagination {
        margin: 18px 0 6px;
        padding: 12px 8px;
    }

    .search-page-pagination > ul {
        display: flex;
        width: 100%;
        max-width: 100%;
        gap: 6px;
    }

    .search-page-pagination > ul > li:first-child {
        flex: 0 0 100%;
        text-align: center;
    }

    .search-page-pagination > ul > li:first-child > a {
        margin-right: 0;
    }

    .search-page-pagination > ul > li > a {
        min-width: 34px;
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* 商店搜索：无结果提示 */
.search-no-result {
    margin-top: 8px;
    padding: 36px 20px 40px;
    color: #8c96a3;
    font-size: 15px;
    line-height: 1.6;
    background: #f8fafc;
    border: 1px dashed #d9e0e8;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
}

.search-no-result::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b8c2cc' stroke-width='1.5'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E")
        center / 28px 28px no-repeat;
    background-color: #eef2f6;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .search-no-result {
        padding: 28px 16px 32px;
        font-size: 14px;
        max-width: none;
    }

    .search-no-result::before {
        width: 44px;
        height: 44px;
        margin-bottom: 12px;
    }
}

/* 模板搜索卡片 */
.search-tpl {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    overflow: hidden;
    min-height: 330px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.search-tpl:hover {
    border-color: #b3d7ff;
    box-shadow: 0 10px 24px rgba(24, 144, 255, 0.12);
    transform: translateY(-2px);
}

.search-tpl .original-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 3px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2ed573 0%, #1e8449 100%);
    color: #ffffff;
    font-size: 12px;
    line-height: 1.3;
}

.search-tpl .search-tpl-meta:first-child {
    flex: 0 0 auto;
    border-bottom: 1px solid #eef2f6;
}

.search-tpl .search-tpl-meta .hover-overlay {
    display: block;
}

.search-tpl .search-tpl-meta .img-fluid {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.search-tpl .search-tpl-meta:last-child {
    flex: 1 1 auto;
    padding: 12px 12px 14px;
}

.search-tpl .shop-title {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-tpl .shop-title a {
    color: #1f2d3d;
    text-decoration: none;
}

.search-tpl .shop-title a:hover,
.search-tpl .shop-title a:focus {
    color: #1890ff;
}

.search-tpl .shop-price {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(239, 76, 47, 0.1);
    color: #ef4c2f;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .search-tpl {
        margin-bottom: 12px;
        border-radius: 8px;
        min-height: 0;
    }

    .search-tpl .original-badge {
        top: 8px;
        left: 8px;
        font-size: 11px;
        padding: 2px 7px;
    }

    .search-tpl .search-tpl-meta:last-child {
        padding: 10px 10px 12px;
    }
}

/* 商店详情页 show.html */
.shop-show-box .shop-thumb {
    padding-top:10px;
}

.shop-show-box .shop-thumb img {
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #eef2f6;
}

/* 模板详情：缩略图左上角版权角标 */
.shop-show-box .shop-show-thumb-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.shop-show-box .shop-show-box-banquan {
    position: absolute;
    top: 28px;
    left: 56px;
    z-index: 3;
}
.btn-primary{background:linear-gradient(135deg,#0066CC 0%,#00A8E8 100%);border:none;color:#fff!important;text-decoration:none}
.btn-primary:hover,.btn-primary:focus{color:#fff!important;filter:brightness(1.05);box-shadow:0 8px 22px rgba(0,102,204,0.35)}
.btn-danger{background:linear-gradient(135deg,#e04555 0%,#c82333 100%);border:none;color:#fff!important;text-decoration:none}
.btn-danger .fa{color:#fff!important}
.btn.green { background: linear-gradient(135deg, #3291f6 0%, #0f78e5 100%);}
.btn.btn-danger.btn-xs { padding: 5px 5px; }

.shop-show-box .shop-show-box-banquan .original-badge,
.shop-show-box .shop-show-box-banquan .copyright-badge {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
}

.shop-show-box .shop-show-box-banquan .original-badge {
    background: linear-gradient(135deg, #2ed573 0%, #1e8449 100%);
    color: #ffffff;
}

.shop-show-box .shop-show-box-banquan .copyright-badge {
    background: rgba(247, 2, 2, 0.92);
    color: #fff;
}

.shop-show-box .fuwu-name a {
    color: #1f2d3d;
    text-decoration: none;
}

.shop-show-box .fuwu-name a:hover {
    color: #1890ff;
}

.shop-show-box .shop-xietong {
    margin: 8px 0 0;
    font-size: 12px;
    color: #8c96a3;
}

.shop-show-box .shop-xietong a {
    color: #4a5568;
    text-decoration: none;
}

.shop-show-box .shop-xietong a:hover {
    color: #1890ff;
}

.shop-show-box .shop_btns {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.shop-show-box .shop_btns a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #d9dde3;
    font-size: 12px;
    color: #4a5568;
    text-decoration: none;
    background: #fff;
}

.shop-show-box .shop_btns a:hover {
    border-color: #1890ff;
    color: #1890ff;
    background: #f0f8ff;
}

.shop-show-box .shop-app-info .shop-show-title {
    margin: 0 0 10px;
    color: #1f2d3d;
    line-height: 1.45;
}

.shop-show-box .shop-app-info .shop-show-title .ctitle {
    font-size: 18px;
    font-weight: 700;
}

.shop-show-box .shop-app-info .shop-show-title .version {
    margin-left: 10px;
    font-size: 13px;
    color: #8c96a3;
}
.hide {
    display: none !important;
}
.shop-show-box .shop-tags {
    margin-bottom: 10px;
    color: #4a5568;
    font-size: 14px;
    line-height: 1.8;
}

.shop-show-box .shop-total {
    margin-bottom: 12px;
    color: #8c96a3;
    font-size: 13px;
}

.shop-show-box .shop-price {
    margin-bottom: 12px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #e9eef4;
    border-radius: 8px;
}

.shop-show-box .shop-price-name {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.8;
    color: #4a5568;
}

.shop-show-box .shop-price-name:last-child {
    margin-bottom: 0;
}

.shop-show-box .shop-price-name-title {
    color: #1f2d3d;
    font-weight: 600;
}

.shop-show-box .shop-price-name-value {
    color: #ef4c2f;
    font-weight: 700;
}

.shop-show-box .shop-price-yuanjia {
    color: #a0a8b3;
    text-decoration: line-through;
    margin-right: 8px;
}

.shop-show-box .shop-price-yhj {
    margin-right: 8px;
    padding: 1px 6px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
    font-size: 12px;
}

.shop-show-box .shop-price-value2,
.shop-show-box .shop-price-value2 a {
    color: #4a5568;
    font-size: 13px;
}

.shop-show-box .shop-price-value2 a:hover {
    color: #1890ff;
}

.shop-show-box .shop-buy {
    margin: 14px 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shop-show-box .shop-buy label {
    margin: 0;
}

.shop-show-box .shop-buy .btn {
    border-radius: 8px;
    height: auto;
    padding: 8px 14px;
    min-height: 36px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.shop-show-box .shop-buy .btn:hover,
.shop-show-box .shop-buy .btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.15);
}

.shop-show-box .shop-buy .btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}

.shop-show-box .shop-buy .btn.blue {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
}

.shop-show-box .shop-buy .btn.blue:hover,
.shop-show-box .shop-buy .btn.blue:focus {
    background: #0f78e5;
    border-color: #0f78e5;
    color: #fff;
}

.shop-show-box .shop-buy .btn.yellow {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #fff;
}

.shop-show-box .shop-buy .btn.yellow:hover,
.shop-show-box .shop-buy .btn.yellow:focus {
    background: #d97706;
    border-color: #d97706;
    color: #fff;
}

.shop-show-box .shop-buy .btn.red {
    background: #ef4444;
    border-color: #ef4444;
    color: #fff;
}

.shop-show-box .shop-buy .btn.red:hover,
.shop-show-box .shop-buy .btn.red:focus {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.shop-show-box .shop-buy .btn.green {
    background: #22c55e;
    border-color: #22c55e;
    color: #fff;
}

.shop-show-box .shop-buy .btn.green:hover,
.shop-show-box .shop-buy .btn.green:focus {
    background: #16a34a;
    border-color: #16a34a;
    color: #fff;
}

.shop-show-box .shop-info {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e5eaf0;
}

.shop-show-box .shop-info-name {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.8;
}

.shop-show-box .shop-info-name:last-child {
    margin-bottom: 0;
}

.shop-show-box .shop-info-name-title {
    color: #1f2d3d;
    font-weight: 600;
}

.shop-show-box .shop-info-name-value,
.shop-show-box .shop-info-name-value2 {
    color: #4a5568;
}

.shop-show-box .shop-info-name-value2 a {
    margin-right: 10px;
    color: #4a5568;
}

.shop-show-box .shop-info-name-value2 a:hover {
    color: #1890ff;
}

/* dever/member 主信息区（39-91） */
.shop-show-box .shop-thumb-kfz {
    padding-top: 4px;
}

.shop-show-box .shop-thumb-kfz p {
    margin: 0;
}

.shop-show-box .shop-thumb-kfz img.img-circle {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid rgba(50, 145, 246, 0.18);
    box-shadow: 0 10px 24px rgba(0, 72, 97, 0.1);
    background: #fff;
}

.shop-show-box .shop-dever-jpcj {
    padding: 8px 0 0 6px;
}

.shop-show-box .shop-dever-jpcj .shop-show-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.shop-show-box .shop-dever-jpcj .shop-show-title .ctitle {
    font-size: 24px;
    font-weight: 700;
    color: #183854;
    line-height: 1.25;
}

.shop-show-box .shop-dever-jpcj .dever-rz {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eaf6ff;
    color: #2f7fca;
    border: 1px solid #cfe5fb;
    font-size: 12px;
    font-weight: 700;
}

.shop-show-box .shop-dever-jpcj .dever-rz.dever-rz-none {
    background: #fff4f4;
    color: #d9534f;
    border-color: #ffd2d0;
}

.shop-show-box .shop-dever-jpcj .shop-tags {
    margin-bottom: 8px;
    color: #5d7287;
}

.shop-show-box .shop-dever-jpcj .shop-tags > span {
    display: inline-block;
    min-width: 72px;
    font-weight: 700;
    color: #36516b;
}

.shop-show-box .shop-dever-jpcj .shop-tags a {
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 2px 9px;
    border-radius: 999px;
    border: 1px solid #d8e9fb;
    background: #f4f9ff;
    color: #2f7fca;
    font-size: 12px;
}

.shop-show-box .shop-dever-jpcj .shop-tags a:hover {
    background: #3291f6;
    border-color: #3291f6;
    color: #fff;
}

.shop-show-box .shop-dever-jpcj .shop-buy {
    margin-top: 14px;
}

@media (max-width: 991px) {
    .shop-show-box .shop-thumb-kfz {
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .shop-show-box .shop-dever-jpcj {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .shop-show-box .shop-app-info .shop-show-title .ctitle {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .shop-show-box {
        padding: 12px;
        margin-top: 12px;
    }

    .shop-show-box .shop-app-info .shop-show-title .ctitle {
        display: block;
        font-size: 20px;
    }

    .shop-show-box .shop-app-info .shop-show-title .version {
        display: inline-block;
        margin: 4px 0 0;
    }

    .shop-show-box .shop-price {
        padding: 10px;
    }

    .shop-show-box .shop-price-name {
        font-size: 13px;
        line-height: 1.75;
    }

    .shop-show-box .shop-buy {
        gap: 6px;
    }

    .shop-show-box .shop-buy .btn {
        padding: 6px 10px;
        min-height: 34px;
        font-size: 12px;
    }

    .shop-show-box .shop-info-name {
        font-size: 12px;
    }
}

/* shop/show.html - 介绍/版本/结构/文档 Tab 区 */
.shop-code-info-box {
    margin-top: 16px;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.shop-codet-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid #e9eef4;
    background: #f8fafc;
}

.shop-codet-title .tr-table-a {
    display: inline-block;
    padding: 7px 14px;
    border: 1px solid #d8e0ea;
    border-radius: 999px;
    background: #fff;
    color: #4a5568;
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.shop-codet-title .tr-table-a:hover {
    border-color: #1890ff;
    color: #1890ff;
    background: #eef7ff;
}
.shop-codet-title .tr-table-a.active:hover {
    color: #fff !important;
}

.shop-codet-title .tr-table-a.active {
    border-color: #1890ff;
    background: #1890ff;
    color: #fff;
    box-shadow: 0 2px 8px rgba(24, 144, 255, 0.28);
}

.shop-code-list-body {
    padding: 16px;
}

.shop-code-list-body .tr-table {
    color: #3f4b5a;
    line-height: 1.8;
    font-size: 14px;
}

.shop-code-list-body .spsxlb {
    width: 100%;
    margin-bottom: 16px;
    border-collapse: collapse;
    border: 0;
}

.shop-code-list-body .spsxlb td {
    padding: 10px 12px;
    border: 0;
    vertical-align: top;
}

.shop-code-list-body .spsxlb td.highlight {
    width: 120px;
    font-weight: 600;
    color: #1f2d3d;
    border-right: 1px solid #fff;
}

.shop-code-list-body .label.label-sm.label-success {
    display: inline-block;
    margin:  0;
    padding: 1px 8px;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #1890ff;
    border: 1px solid #1890ff;
    text-decoration: none;
}

.shop-code-list-body .label.label-sm.label-success:hover {
    background: #0f78e5;
    border-color: #0f78e5;
}

.shop-code-list-body .help-section {
    margin-top: 14px;
}

.shop-code-list-body .help-section-title {
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9eef4;
    color: #1f2d3d;
    font-size: 17px;
    font-weight: 700;
}

.shop-code-list-body .help-section-body {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.85;
}

.shop-code-list-body .help-section-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.shop-code-list-body .blog-category-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.shop-code-list-body .blog-category-list li {
    margin-bottom: 8px;
}

.shop-code-list-body .blog-category-list a {
    color: #337ab7;
    text-decoration: none;
}

.shop-code-list-body .blog-category-list a:hover {
    color: #1890ff;
    text-decoration: underline;
}

.shop-code-tips {
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px dashed #dbe3ec;
    border-radius: 8px;
    background: #f9fbfd;
}

.shop-code-tips .title {
    margin-bottom: 6px;
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 700;
}

.shop-code-tips .info {
    color: #5d6978;
    font-size: 13px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .shop-codet-title {
        padding: 10px;
        gap: 6px;
    }

    .shop-codet-title .tr-table-a {
        padding: 6px 10px;
        font-size: 12px;
    }

    .shop-code-list-body {
        padding: 10px;
    }

    .shop-code-list-body .spsxlb td {
        padding: 8px 9px;
        font-size: 12px;
    }

    .shop-code-list-body .spsxlb td.highlight {
        width: 86px;
    }

    .shop-code-list-body .help-section-title {
        font-size: 15px;
    }

    .shop-code-tips {
        padding: 10px;
    }
}

/* 教程文档模块（help-wrap） */
.help-wrap {
    margin-top: 6px;
}

.help-wrap .help-section {
    margin-bottom: 16px;
    padding: 12px 0px;
    border-radius: 8px;
}

.help-wrap .help-section-title {
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf1f5;
    color: #1f2d3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.help-wrap .help-section-body {
    color: #4f5d6b;
    font-size: 13px;
    line-height: 1.8;
}

.help-wrap .help-feature {
    margin-bottom: 10px;
}

.help-wrap .help-feature:last-child {
    margin-bottom: 0;
}

.help-wrap .help-feature-title {
    margin: 0 0 4px;
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.help-wrap .help-feature-desc p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
}

.help-wrap .help-note {
    margin-bottom: 10px;
    font-size: 13px;
    color: #5d6978;
}

.help-wrap .help-steps {
    margin: 0;
    padding-left: 18px;
}

.help-wrap .help-step {
    margin-bottom: 8px;
}

.help-wrap .help-step:last-child {
    margin-bottom: 0;
}

.help-wrap .help-step-title {
    display: inline-block;
    margin-bottom: 2px;
    color: #1f2d3d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.help-wrap .help-step-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #4f5d6b;
}

.help-wrap .help-summary {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px dashed #dde5ee;
    font-size: 12px;
    line-height: 1.75;
    color: #4f5d6b;
}

@media (max-width: 767px) {
    .help-wrap .help-section {
        margin-bottom: 12px;
        padding: 10px;
    }

    .help-wrap .help-section-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .help-wrap .help-section-body,
    .help-wrap .help-feature-desc p,
    .help-wrap .help-note,
    .help-wrap .help-step-title,
    .help-wrap .help-step-desc {
        font-size: 12px;
    }

    .help-wrap .help-summary {
        font-size: 12px;
        padding: 8px;
    }
}

/* 购买页 buy.html - 购物清单表格 */
.shop-show-buy {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
    overflow-x: auto;
}

.shop-show-buy .table-cart {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}

.shop-show-buy .table-cart thead th {
    padding: 11px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #1f2d3d;
    border: 0;
}

.shop-show-buy .table-cart tbody td {
    padding: 11px 10px;
    font-size: 13px;
    color: #4a5568;
    line-height: 1.6;
    vertical-align: middle;
    border-bottom: 1px solid #edf1f5;
}

.shop-show-buy .table-cart tbody tr:last-child td {
    border-bottom: 0;
}

.shop-show-buy .table-cart tbody td a {
    color: #2f4f6f;
    text-decoration: none;
}

.shop-show-buy .table-cart tbody td a:hover {
    color: #1890ff;
}

.shop-show-buy .table-cart .shop-show-title {
    color: #1f2d3d;
    font-weight: 500;
}

.shop-show-buy .table-cart .pprice2 {
    color: #8c96a3;
}

.shop-show-buy .table-cart .pprice {
    color: #ef4c2f;
    font-weight: 700;
}

.shop-show-buy .table-cart input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    accent-color: #1890ff;
}

.shop-show-buy .mt-radio-inline {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.shop-show-buy .mt-radio-inline .mt-radio {
    margin: 0;
    font-size: 13px;
    color: #4a5568;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border: 1px solid #d9e1ea;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.shop-show-buy .mt-radio-inline .mt-radio:hover {
    border-color: #1890ff;
    background: #f0f8ff;
}

.shop-show-buy .mt-radio-inline .mt-radio input[type="radio"] {
    margin: 0;
    width: 14px;
    height: 14px;
    accent-color: #1890ff;
}

.shop-show-buy .mt-radio-inline .mt-radio > span {
    width: 14px;
    height: 14px;
    border: 1px solid #b9c5d2;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: #fff;
}

.shop-show-buy .mt-radio-inline .mt-radio > input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1890ff;
}

.shop-show-buy .mt-radio-inline .mt-radio > input[type="radio"]:checked + span {
    border-color: #1890ff;
}

/* 当前状态徽章 */
.layui-badge.trbbs-badge-accept.trbbs-type-1 {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #15803d;
}

.layui-badge.trbbs-badge-accept.trbbs-type-2 {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    background: rgba(239, 68, 68, 0.14);
    border: 1px solid rgba(239, 68, 68, 0.36);
    color: #b91c1c;
}

.layui-badge.trbbs-badge-accept.trbbs-type-3 {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    background: rgba(245, 158, 11, 0.16);
    border: 1px solid rgba(245, 158, 11, 0.38);
    color: #b45309;
}

.btn.btn-danger.btn-xs.gfb, .btn.gf.btn-xs {
    background: #1890ff;
    border-color: #1890ff;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 600;
    /* line-height: 1.4; */
}

.btn.btn-danger.btn-xs.gfb:hover,
.btn.btn-danger.btn-xs.gfb:focus {
    background: #0f78e5;
    border-color: #0f78e5;
    color: #fff;
}
.btn.gf.btn-xs,
.btn.gf.btn-xs.red:hover,
.btn.gf.btn-xs.red:focus {
    background: hsl(11, 88%, 48%);
    border-color:  hsl(11, 88%, 48%);
    color: #fff;
}
.shop-show-buy #dr_gm .btn.fuwu-guige-buy {
    min-width: 98px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #f59e0b;
    background: #f59e0b;
    color: #fff;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.28);
}

.shop-show-buy #dr_gm .btn.fuwu-guige-buy:hover,
.shop-show-buy #dr_gm .btn.fuwu-guige-buy:focus {
    background: #d97706;
    border-color: #d97706;
    color: #fff;
}

.shop-app-order {
    padding: 20px 22px;
}

.shop-app-order .form-group {
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid #edf1f5;
}

.shop-app-order .form-group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.shop-app-order .control-label.ajax_name {
    margin: 0;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}

.shop-app-order .form-control-static {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.8;
}

.shop-app-order .form-control-static a {
    color: #ef614c;
    font-weight: 600;
    text-decoration: none;
}

.shop-app-order .form-control-static a:hover {
    color: #d84a36;
}

.shop-app-order #dr_pay_price,
.shop-app-order .form-control-static > label {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.shop-app-order .mt-radio-inline {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.shop-app-order .mt-radio-inline .mt-radio {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid #d9e1ea;
    border-radius: 999px;
    background: #fff;
    color: #4a5568;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.shop-app-order .mt-radio-inline .mt-radio:hover {
    border-color: #1890ff;
    background: #f0f8ff;
}

.shop-app-order .mt-radio-inline .mt-radio input[type="radio"] {
    margin: 0;
    width: 14px;
    height: 14px;
    accent-color: #1890ff;
}

.shop-app-order .mt-radio-inline .mt-radio > span {
    width: 14px;
    height: 14px;
    border: 1px solid #b9c5d2;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: #fff;
}

.shop-app-order .mt-radio-inline .mt-radio > input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1890ff;
}

.shop-app-order .mt-radio-inline .mt-radio > input[type="radio"]:checked + span {
    border-color: #1890ff;
}

.shop-app-order .btn.fuwu-guige-buy {
    min-width: 118px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    border: 1px solid #f59e0b;
    background: #f59e0b;
    color: #fff;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.26);
}

.shop-app-order .btn.fuwu-guige-buy:hover,
.shop-app-order .btn.fuwu-guige-buy:focus {
    background: #d97706;
    border-color: #d97706;
    color: #fff;
}

@media (max-width: 767px) {
    .shop-show-buy {
        margin-top: 10px;
        padding: 10px;
        border-radius: 8px;
    }

    .shop-show-buy .table-cart {
        min-width: 760px;
    }

    .shop-show-buy .table-cart thead th,
    .shop-show-buy .table-cart tbody td {
        padding: 9px 8px;
        font-size: 12px;
    }

    .shop-show-buy .mt-radio-inline {
        margin-left: 0;
        margin-top: 6px;
        gap: 8px;
    }

    .shop-app-order {
        margin-top: 16px;
        padding: 16px 14px;
    }

    .shop-app-order .form-group {
        padding: 12px 0;
    }

    .shop-app-order .control-label.ajax_name,
    .shop-app-order .form-control-static,
    .shop-app-order #dr_pay_price,
    .shop-app-order .form-control-static > label {
        font-size: 13px;
    }

    .shop-app-order .mt-radio-inline {
        gap: 8px;
    }

    .shop-app-order .mt-radio-inline .mt-radio {
        width: 100%;
        justify-content: flex-start;
    }

    .shop-app-order .btn.fuwu-guige-buy {
        width: 100%;
    }
}


.soft-item-box {
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #edf1f6;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(25, 42, 70, 0.08);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .soft-item-box:hover {
    border-color: #dbe7f6;
    box-shadow: 0 18px 38px rgba(25, 42, 70, 0.14);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  
  .soft-item-box .hover-overlay {
    display: block;
    overflow: hidden;
    background: #f5f8fc;
  }
  
  .soft-item-box .img-fluid {
    display: block;
    width: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
  }
  
  .soft-item-box:hover .img-fluid {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .soft-meta {
    padding: 18px 18px 16px;
  }
  
  .soft-title {
    max-height:22px;
    margin-bottom: 14px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
  }
  
  .soft-title a {
    color: #1f2d3d;
  }
  
  .soft-title a:hover {
    color: #2890ff;
  }

  .soft-data-dever {
    margin-bottom: 12px;
    padding-bottom: 12px;
    overflow: hidden;
    color: #6b7785;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eef3f8;
  }

  .soft-data-dever::before {
    margin-right: 4px;
    color: #98a6b5;
  }
  
  .soft-data-v {
    color: #6b7785;
    font-size: 14px;
    line-height: 24px;
  }
  
  .soft-data-v + .soft-data-v {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eef3f8;
  }
  
  .soft-dever-url {
    color: #2890ff;
    font-weight: 500;
  }
  
  .soft-dever-url:hover {
    color: #0f6fd6;
    text-decoration: underline;
  }
  
  .soft-data-v::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .full-left {
    float: left;
  }
  
  .full-right {
    float: right;
  }
  
  .soft-price {
    color: #ff6b35;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  
  .soft-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
  }
  .spsxlb  .soft-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
  }
  
  .soft-info a {
    display: inline-block;
    text-decoration: none;
  }
  
  .soft-info i {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    padding: 0 6px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
  }
  
  .soft-info .send {
    background-color: #2890ff;
  }
  
  .soft-info .install0 {
    background-color: #16c784;
  }
  
  .soft-info .mi {
    background-color: #ff9f1c;
  }
  
  .soft-info .protect {
    background-color: #7b61ff;
  }
  
  @media (max-width: 991.98px) {
    .soft-title {
      min-height: 0;
    }
  }
  
  @media (max-width: 575.98px) {
    .soft-meta {
      padding: 16px;
    }
  
    .soft-price {
      font-size: 20px;
      line-height: 28px;
    }
  
    .soft-info i {
      min-width: 24px;
      height: 24px;
      line-height: 24px;
      font-size: 12px;
    }
  }

  .address a {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
  }
  
  .address span {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    margin-right: 9px;
  }
  
  .address i {
    position: relative;
    color: #fff;
    font-size: 11px;
    top: -1px;
    margin-right: 7px;
    margin-left: 5px;
  }
  .address .gweixin {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    margin-right: 9px;
    margin-left: 5px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 4px 8px;
    transition: all 0.3s ease;
  }

  .address .gweixin:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
    text-decoration: none;
  }

  .wx-kefu-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
  }

  .wx-kefu-modal.is-visible {
    display: block;
  }

  .wx-kefu-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    max-width: calc(100% - 32px);
    padding: 22px 20px 18px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
  }

  .wx-kefu-dialog h4 {
    margin-bottom: 12px;
    color: #222;
    font-size: 20px;
    font-weight: 600;
  }

  .wx-kefu-dialog img {
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
  }

  .wx-kefu-dialog p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
  }

  .wx-kefu-close {
    position: absolute;
    top: 6px;
    right: 10px;
    padding: 0;
    color: #9ca3af;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    background: none;
    border: 0;
  }

  .wx-kefu-close:hover {
    color: #333;
  }




/* 提示页 home/msg.html */
.reviews-section .error_pagenotfound {
    max-width: 560px;
    margin: 0 auto;
    padding: 28px 24px 32px;
    text-align: center;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(19, 64, 116, 0.06);
}

.reviews-section .error_pagenotfound strong {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1;
}

.reviews-section .error_pagenotfound .fc-msg-icon {
    display: inline-block;
    font-size: 48px;
    line-height: 1;
    vertical-align: middle;
}

.reviews-section .error_pagenotfound .fc-msg-icon.icon-info {
    color: #1890ff;
}

.reviews-section .error_pagenotfound .fc-msg-icon.icon-check,
.reviews-section .error_pagenotfound .fc-msg-icon.font-green-sharp {
    color: #22c55e !important;
}

.reviews-section .error_pagenotfound .fc-msg-icon.icon-close {
    color: #ef4444 !important;
}

.reviews-section .error_pagenotfound em {
    display: block;
    margin: 0 0 8px;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    color: #334155;
}

.reviews-section .error_pagenotfound > p:empty {
    display: none;
    margin: 0;
}

.reviews-section .error_pagenotfound a {
    display: inline-block;
    margin-top: 6px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    background: #1890ff;
    border: 1px solid #1890ff;
    border-radius: 6px;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.reviews-section .error_pagenotfound a:hover,
.reviews-section .error_pagenotfound a:focus {
    background: #0f78e5;
    border-color: #0f78e5;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(24, 144, 255, 0.25);
}

@media (max-width: 767px) {
    .reviews-section .error_pagenotfound {
        margin: 0 12px;
        padding: 22px 18px 26px;
    }

    .reviews-section .error_pagenotfound .fc-msg-icon {
        font-size: 40px;
    }

    .reviews-section .error_pagenotfound em {
        font-size: 15px;
    }

    .reviews-section .error_pagenotfound a {
        width: 100%;
        box-sizing: border-box;
    }
}

/* 页脚备案等链接颜色覆盖 */
.footer .footer-copyright a,
.footer.bg-image .footer-copyright a {
    color: #c5d1dc;
}

.footer .footer-copyright a:hover,
.footer .footer-copyright a:focus,
.footer.bg-image .footer-copyright a:hover,
.footer.bg-image .footer-copyright a:focus {
    color: #ffffff;
}

/* ========== 开发者入驻页 dever/index ========== */
.dever-onboard-page {
    padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
}

.dever-section-title {
    margin-bottom: 36px;
}

.dever-section-lead {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.65;
    color: #5c6b7a;
}

/* 核心优势 */
.dever-adv-grid {
    margin-top: 8px;
}

.dever-adv-card {
    height: 100%;
    padding: 28px 22px 30px;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(15, 76, 129, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dever-adv-card:hover {
    border-color: #c5daf0;
    box-shadow: 0 10px 32px rgba(24, 144, 255, 0.12);
    transform: translateY(-2px);
}

.dever-adv-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    font-size: 26px;
    color: #1890ff;
    background: linear-gradient(145deg, #e8f4ff 0%, #f5faff 100%);
    border-radius: 50%;
}

.dever-adv-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #1a3a52;
}

.dever-adv-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #5c6b7a;
}

/* 核心优势下方 — 立即入驻 */
.dever-inline-cta {
    margin-top: 28px;
    padding: 28px 24px 32px;
    text-align: center;
    background: linear-gradient(180deg, #f0f7ff 0%, #fff 55%);
    border: 1px solid #d6e8fb;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(24, 144, 255, 0.08);
}

.dever-inline-cta-tip {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.65;
    color: #5c6b7a;
}

.dever-btn-primary--lg {
    min-width: 200px;
    padding: 14px 36px !important;
    font-size: 16px !important;
}

.vip-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.dever-btn-outline.dever-btn-primary {
    background: #fff !important;
    color: #096dd9 !important;
    box-shadow: none !important;
    border: 2px solid #096dd9 !important;
}

.dever-btn-outline.dever-btn-primary:hover,
.dever-btn-outline.dever-btn-primary:focus {
    color: #096dd9 !important;
    background: #f0f7ff !important;
    filter: none;
}

/* 入驻流程步骤条 */
.dever-steps {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    padding: 8px 0 16px;
}

.dever-step {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    padding: 0 12px 0 0;
}

.dever-step::after {
    content: "";
    position: absolute;
    top: 28px;
    left: calc(50% + 22px);
    right: -6px;
    height: 3px;
    background: linear-gradient(90deg, #b8d9f5 0%, #e2ecf4 100%);
    border-radius: 2px;
    z-index: 0;
}

.dever-step:last-child {
    padding-right: 0;
}

.dever-step:last-child::after {
    display: none;
}

.dever-step-num {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 16px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(24, 144, 255, 0.35);
}

.dever-step-body {
    text-align: center;
    padding: 0 4px;
}

.dever-step-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #1a3a52;
}

.dever-step-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #5c6b7a;
}

/* 六步入驻：纵向时间轴（步骤多，横排易拥挤） */
.dever-steps--six {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 640px;
    padding: 8px 0 8px 8px;
}

.dever-steps--six .dever-step {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 0 0 6px 0;
    margin-bottom: 2px;
}

.dever-steps--six .dever-step::after {
    top: 46px;
    left: 21px;
    right: auto;
    bottom: -8px;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, #b8d9f5 0%, #e2ecf4 100%);
}

.dever-steps--six .dever-step:last-child::after {
    display: none;
}

.dever-steps--six .dever-step-num {
    flex-shrink: 0;
    margin: 0;
}

.dever-steps--six .dever-step-body {
    flex: 1;
    min-width: 0;
    padding: 2px 0 14px 0;
    text-align: left;
}

.dever-steps--six .dever-step-title {
    font-size: 15px;
}

/* 核心规则 */
.dever-rule-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dever-rule-list > li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 10px;
    border-left: 4px solid #1890ff;
}

.dever-rule-tag {
    flex-shrink: 0;
    min-width: 44px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #1890ff;
    text-align: center;
    background: #e8f4ff;
    border-radius: 6px;
}

.dever-rule-content {
    font-size: 14px;
    line-height: 1.7;
    color: #3d4f5f;
}

.dever-rule-content strong {
    color: #1a3a52;
}

/* 可上架作品类型 */
.dever-works-grid {
    margin-top: 12px;
}

.dever-work-card {
    position: relative;
    height: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(15, 76, 129, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.dever-work-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    border-radius: 16px 16px 0 0;
}

.dever-work-card--eco::before {
    background: linear-gradient(90deg, #1890ff 0%, #69c0ff 100%);
}

.dever-work-card--soft::before {
    background: linear-gradient(90deg, #722ed1 0%, #b37feb 100%);
}

.dever-work-card:hover {
    transform: translateY(-3px);
    border-color: #cfe8fc;
    box-shadow: 0 18px 48px rgba(24, 144, 255, 0.12);
}

.dever-work-card--soft:hover {
    border-color: #e4d4f7;
    box-shadow: 0 18px 48px rgba(114, 46, 209, 0.1);
}

.dever-work-head {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 55%);
    border-bottom: 1px solid #f0f4f8;
}

.dever-work-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 22px;
    color: #1890ff;
    background: linear-gradient(145deg, #e6f4ff 0%, #f5fbff 100%);
    border-radius: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.dever-work-icon--soft {
    color: #722ed1;
    background: linear-gradient(145deg, #f3e8ff 0%, #faf5ff 100%);
}

.dever-work-kicker {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #8c9aad;
    text-transform: uppercase;
}

.dever-work-head-text .dever-work-title {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    color: #132f4a;
    line-height: 1.3;
}

.dever-work-desc {
    margin: 0;
    padding: 18px 24px 6px;
    font-size: 14px;
    line-height: 1.7;
    color: #5c6b7a;
}

.dever-work-points {
    margin: 0;
    padding: 10px 24px 22px;
    list-style: none;
}

.dever-work-points li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.65;
    color: #3d4f5f;
    background: #f6f9fc;
    border: 1px solid #edf1f7;
    border-radius: 10px;
}

.dever-work-points li:last-child {
    margin-bottom: 0;
}

.dever-work-point-ico {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    font-size: 10px;
    color: #fff;
    background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
    border-radius: 50%;
}

.dever-work-point-ico--soft {
    background: linear-gradient(135deg, #722ed1 0%, #531dab 100%);
}

/* 购买流程说明 */
.dever-purchase-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1120px;
    margin: 20px auto 0;
    padding: 28px 8px 8px;
}

.dever-purchase-step {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    padding: 0 18px;
}

.dever-purchase-step:first-child {
    padding-left: 0;
}

.dever-purchase-step:last-child {
    padding-right: 0;
}

.dever-purchase-step:not(:last-child)::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -20px;
    top: 50%;
    z-index: 2;
    width: 24px;
    margin-top: -10px;
    font-size: 11px;
    line-height: 1;
    color: #a3c6e8;
    pointer-events: none;
}

.dever-purchase-card {
    position: relative;
    height: 100%;
    padding: 32px 18px 26px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4edf4;
    border-radius: 16px;
    box-shadow: 0 10px 36px rgba(15, 76, 129, 0.07);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dever-purchase-card:hover {
    border-color: #c5daf0;
    box-shadow: 0 14px 44px rgba(24, 144, 255, 0.12);
}

.dever-purchase-badge {
    position: absolute;
    top: -24px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(145deg, #1890ff 0%, #096dd9 100%);
    border: 4px solid #f3f5f8;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(24, 144, 255, 0.35);
    transform: translateX(-50%);
}

.dever-purchase-title {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 700;
    color: #132f4a;
}

.dever-purchase-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: #5c6b7a;
    text-align: left;
}

.dever-purchase-text strong {
    color: #1a3a52;
}

@media (max-width: 991px) {
    .dever-purchase-track {
        flex-direction: column;
        align-items: stretch;
        max-width: 520px;
        padding: 24px 0 0;
    }

    .dever-purchase-step {
        padding: 0;
    }

    .dever-purchase-step:not(:last-child)::after {
        display: none;
    }

    .dever-purchase-step:not(:last-child) .dever-purchase-card::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -18px;
        width: 2px;
        height: 18px;
        margin-left: -1px;
        background: linear-gradient(180deg, #b8d9f5 0%, #dce8f4 100%);
        border-radius: 1px;
    }

    .dever-purchase-step:last-child .dever-purchase-card::after {
        display: none;
    }

    .dever-purchase-card {
        padding: 26px 22px 24px;
        margin-bottom: 18px;
    }

    .dever-purchase-badge {
        top: -20px;
    }
}

@media (max-width: 575px) {
    .dever-work-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .dever-work-icon,
    .dever-work-icon--soft {
        width: 52px;
        height: 52px;
    }
}

.dever-cta-spacer {
    height: 8px;
}

/* 全站右侧悬浮：入驻咨询 + 微信客服（footer 公共片段） */
.site-float-stack {
    position: fixed;
    right: 14px;
    /* 抬高避让 #scrollUp（约 bottom:20px + 高 45px） */
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
    z-index: 1035;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.site-float-stack .site-float {
    pointer-events: auto;
}

.site-float {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(24, 144, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-float:hover,
.site-float:focus {
    color: #fff !important;
    transform: translateX(-2px);
    box-shadow: 0 8px 26px rgba(24, 144, 255, 0.45);
}

.site-float--wx {
    background: linear-gradient(135deg, #07c160 0%, #06ae56 100%);
    box-shadow: 0 6px 20px rgba(7, 193, 96, 0.35);
}

.site-float--wx:hover,
.site-float--wx:focus {
    box-shadow: 0 8px 26px rgba(7, 193, 96, 0.45);
}

.site-float i {
    font-size: 16px;
}

.dever-btn-primary {
    min-width: 160px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%) !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 16px rgba(24, 144, 255, 0.35);
}

.dever-btn-primary:hover,
.dever-btn-primary:focus {
    color: #fff !important;
    filter: brightness(1.05);
}

@media (max-width: 991px) {
    .dever-steps {
        flex-direction: column;
        flex-wrap: wrap;
        max-width: 520px;
        padding-left: 8px;
    }

    .dever-step {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        padding: 0 0 8px 0;
        margin-bottom: 8px;
    }

    .dever-step::after {
        top: 52px;
        left: 21px;
        right: auto;
        bottom: -10px;
        width: 3px;
        height: auto;
        background: linear-gradient(180deg, #b8d9f5 0%, #e2ecf4 100%);
    }

    .dever-step:last-child::after {
        display: none;
    }

    .dever-step-num {
        flex-shrink: 0;
        margin: 0;
    }

    .dever-step-body {
        flex: 1;
        padding: 4px 0 0;
        text-align: left;
    }

    .site-float-stack {
        right: 10px;
        /* 小屏 scrollUp 约 bottom:15px、高 40px，仍整体上移 */
        bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    }

    .site-float span {
        display: none;
    }

    .site-float {
        width: 48px;
        height: 48px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .site-float i {
        font-size: 18px;
        margin: 0;
    }
}

@media (max-width: 575px) {
    .dever-onboard-page {
        padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    }

    .dever-btn-primary--lg {
        width: 100%;
        max-width: 360px;
    }

    .dever-rule-list > li {
        flex-direction: column;
        gap: 10px;
    }

    .dever-rule-tag {
        align-self: flex-start;
    }
}

/* ========== 帮助中心 vip/help ========== */
.help-center-intro {
    padding-bottom: 0;
}

.help-center-body {
    padding-top: 28px;
}

.help-center-layout {
    align-items: flex-start;
}

.help-center-sidebar {
    margin-bottom: 28px;
}

.help-center-nav-wrap {
    position: sticky;
    top: 92px;
    padding: 20px 18px 22px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(15, 76, 129, 0.06);
}

.help-center-nav-title {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a9ba8;
}

.help-center-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-center-nav li {
    margin-bottom: 6px;
}

.help-center-nav a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.45;
    color: #3d4f5f;
    border-radius: 8px;
    transition: background 0.15s ease, color 0.15s ease;
}

.help-center-nav a:hover,
.help-center-nav a:focus {
    color: #096dd9;
    background: #f0f7ff;
    text-decoration: none;
}

.help-center-main {
    padding-bottom: 8px;
}

.help-center-block {
    margin-bottom: 44px;
    scroll-margin-top: 88px;
}

.help-center-block:last-of-type {
    margin-bottom: 28px;
}

.help-center-block-head {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.help-center-block-num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(24, 144, 255, 0.28);
}

.help-center-block-title {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a3a52;
}

.help-center-block-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #5c6b7a;
}

.help-center-topic-card {
    height: 100%;
    padding: 18px 18px 20px;
    margin-bottom: 16px;
    text-align: left;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(15, 76, 129, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.help-center-topic-card:hover {
    border-color: #c5daf0;
    box-shadow: 0 8px 26px rgba(24, 144, 255, 0.1);
}

.help-center-topic-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a3a52;
}

.help-center-topic-title a {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 1.45;
    transition: color 0.15s ease;
}

.help-center-topic-title a:hover,
.help-center-topic-title a:focus {
    color: #096dd9;
    text-decoration: none;
}

.help-center-foot-note {
    margin-top: 8px;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.65;
    color: #5c6b7a;
    background: #f5f8fb;
    border: 1px dashed #c5daf0;
    border-radius: 10px;
}

.help-center-foot-note code {
    padding: 1px 6px;
    font-size: 12px;
    color: #096dd9;
    background: #e8f4ff;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .help-center-nav-wrap {
        position: static;
    }
}

/* ========== 帮助中心详情 help_show ========== */
.help-show-page .help-show-hero .caption-txt {
    max-width: 920px;
}

.help-show-hero-kicker {
    margin-bottom: 8px;
    opacity: 0.9;
    letter-spacing: 0.08em;
    font-size: 13px;
    text-transform: uppercase;
}

.help-show-body {
    padding-top: 32px;
}

.help-show-layout {
    align-items: flex-start;
}

.help-show-sidebar {
    margin-bottom: 24px;
}

.help-show-nav-wrap {
    position: sticky;
    top: 92px;
    padding: 18px 14px 20px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(15, 76, 129, 0.06);
}

.help-show-nav-title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a9ba8;
}

.help-show-nav-home {
    display: block;
    margin-bottom: 14px;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #096dd9;
    text-align: center;
    background: #f0f7ff;
    border: 1px solid #d6e8fb;
    border-radius: 8px;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.help-show-nav-home:hover,
.help-show-nav-home:focus {
    background: #e8f4ff;
    border-color: #91caff;
    color: #0050b3;
    text-decoration: none;
}

.help-show-nav-scroll {
    max-height: min(560px, calc(100vh - 200px));
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 -4px;
    padding: 0 4px 4px;
    -webkit-overflow-scrolling: touch;
}

.help-show-nav-scroll::-webkit-scrollbar {
    width: 6px;
}

.help-show-nav-scroll::-webkit-scrollbar-thumb {
    background: #c5daf0;
    border-radius: 4px;
}

.help-show-nav-group {
    margin-bottom: 16px;
}

.help-show-nav-group:last-child {
    margin-bottom: 0;
}

.help-show-nav-section {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a3a52;
    letter-spacing: 0.02em;
}

.help-show-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-show-nav-item {
    margin-bottom: 2px;
}

.help-show-nav-item a {
    display: block;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #3d4f5f;
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.help-show-nav-item a:hover,
.help-show-nav-item a:focus {
    color: #096dd9;
    background: #f5faff;
    text-decoration: none;
}

.help-show-nav-item.is-current a {
    font-weight: 600;
    color: #096dd9;
    background: #e8f4ff;
    border-left-color: #1890ff;
}

.help-show-main {
    min-width: 0;
}

.help-show-breadcrumb {
    margin-bottom: 18px;
    font-size: 14px;
    color: #5c6b7a;
}

.help-show-breadcrumb a {
    color: #096dd9;
}

.help-show-breadcrumb a:hover,
.help-show-breadcrumb a:focus {
    text-decoration: underline;
}

.help-show-bc-sep {
    margin: 0 8px;
    color: #b0bec5;
}

.help-show-bc-current {
    color: #3d4f5f;
}

.help-show-article {
    padding: 28px 28px 32px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(15, 76, 129, 0.07);
}

.help-show-h1 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #1a3a52;
    line-height: 1.35;
}

.help-show-meta {
    margin: 0 0 24px;
    border-bottom: 1px solid #e8eef3;
    font-size: 13px;
    color: #8899a8;
}

.help-show-meta-sep {
    margin: 0 8px;
    color: #cfd8dc;
}

/* 帮助正文：兼容飞书等导出；正文字号一律不超过 14px */
.help-show-content {
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: #3d4f5f !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.help-show-content div:not(.help-show-callout),
.help-show-content p {
    font-family: inherit !important;
    font-variant: normal !important;
    font-feature-settings: normal !important;
    font-variation-settings: normal !important;
    font-optical-sizing: auto !important;
    font-stretch: normal !important;
    flex: none !important;
    flex-direction: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    background: transparent !important;
}

.help-show-content div:not(.help-show-callout) {
    display: block !important;
    max-width: 100% !important;
}

.help-show-content div:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    border: none !important;
}

.help-show-content p {
    margin: 0 0 14px !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: #3d4f5f !important;
}

.help-show-content p:empty {
    display: none !important;
    margin: 0 !important;
}

.help-show-content h2 {
    margin: 1.5rem 0 0.65rem !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #1a3a52 !important;
    font-family: inherit !important;
    border: none !important;
    background: transparent !important;
    display: block !important;
    flex: none !important;
}

.help-show-content h2:first-child {
    margin-top: 0 !important;
}

.help-show-content h3 {
    margin: 1.15rem 0 0.5rem !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    color: #1a3a52 !important;
    font-family: inherit !important;
    border: none !important;
    background: transparent !important;
    display: block !important;
    flex: none !important;
}

.help-show-content h4 {
    margin: 1.1rem 0 0.5rem !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    color: #1a3a52 !important;
    font-family: inherit !important;
    display: block !important;
    flex: none !important;
}

.help-show-content hr {
    display: block !important;
    height: 0 !important;
    margin: 1.25rem 0 !important;
    padding: 0 !important;
    border: none !important;
    border-top: 1px solid #e0e7ee !important;
    background: transparent !important;
    color: transparent !important;
    flex: none !important;
}

.help-show-content ul,
.help-show-content ol {
    margin: 0 0 14px !important;
    padding-left: 1.35em !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: #3d4f5f !important;
    font-family: inherit !important;
    list-style-position: outside !important;
    display: block !important;
    flex: none !important;
    flex-direction: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    background: transparent !important;
}

.help-show-content ol {
    list-style-type: decimal !important;
}

.help-show-content ul {
    list-style-type: disc !important;
}

.help-show-content li {
    margin: 0 0 8px !important;
    padding: 0 !important;
    display: list-item !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: #3d4f5f !important;
    font-family: inherit !important;
    flex: none !important;
    flex-direction: unset !important;
    justify-content: unset !important;
    align-items: unset !important;
    background: transparent !important;
}

.help-show-content li > ul,
.help-show-content li > ol {
    margin-top: 8px !important;
    margin-bottom: 4px !important;
}

.help-show-content li span {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    flex: none !important;
    flex-direction: unset !important;
    background: transparent !important;
}

.help-show-content strong,
.help-show-content b {
    font-weight: 700 !important;
    color: #1a3a52 !important;
}

.help-show-content a {
    color: #096dd9 !important;
    text-decoration: underline !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.help-show-content a:hover,
.help-show-content a:focus {
    color: #0050b3 !important;
}

.help-show-content img,
.help-show-content video {
    max-width: 100% !important;
    height: auto !important;
}

.help-show-content code {
    padding: 2px 6px !important;
    font-size: 14px !important;
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace !important;
    color: #096dd9 !important;
    background: #f0f4f8 !important;
    border-radius: 4px !important;
}

.help-show-content pre {
    margin: 0 0 14px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    overflow-x: auto !important;
    color: #3d4f5f !important;
    background: #f5f8fb !important;
    border: 1px solid #e8eef3 !important;
    border-radius: 8px !important;
}

.help-show-content pre code {
    padding: 0 !important;
    background: transparent !important;
    font-size: inherit !important;
}

.help-show-content blockquote {
    margin: 0 0 14px !important;
    padding: 12px 16px !important;
    border-left: 4px solid #1890ff !important;
    background: #f5faff !important;
    color: #5c6b7a !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

.help-show-content table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    border-collapse: collapse !important;
    font-size: 14px !important;
}

.help-show-content th,
.help-show-content td {
    padding: 10px 12px !important;
    border: 1px solid #e8eef3 !important;
    vertical-align: top !important;
}

.help-show-content th {
    background: #f5f8fb !important;
    font-weight: 600 !important;
    color: #1a3a52 !important;
}

.help-show-lead {
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: #3d4f5f !important;
}

.help-show-content .help-show-callout {
    margin: 18px 0 22px !important;
    padding: 14px 16px !important;
    background: #f0f7ff !important;
    border: 1px solid #d6e8fb !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #3d4f5f !important;
    display: block !important;
    flex: none !important;
}

.help-show-content .help-show-callout code {
    padding: 2px 6px !important;
    font-size: 14px !important;
    color: #096dd9 !important;
    background: #fff !important;
    border-radius: 4px !important;
}

.help-show-content ul.help-show-list {
    margin: 0 0 16px !important;
    padding-left: 1.25rem !important;
}

.help-show-content ul.help-show-list li {
    margin-bottom: 8px !important;
}

.help-show-content ol.help-show-list--ol {
    padding-left: 1.35rem !important;
}

/* 兜底：覆盖未单独声明的标签及内联 style 中的字号，不超过 14px */
.help-show-content * {
    font-size: 14px !important;
}

.help-show-footer {
    margin-top: 32px;
    padding-top: 22px;
    border-top: 1px solid #e8eef3;
    text-align: center;
}

@media (max-width: 991px) {
    .help-show-nav-wrap {
        position: static;
        max-height: none;
    }

    .help-show-nav-scroll {
        max-height: 320px;
    }
}




.fuwu-hero-kicker {
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.92;
    margin-bottom: 0.65rem;
}

.fuwu-hero-title {
    font-size: clamp(1.65rem, 3.5vw, 2.35rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.fuwu-hero-desc {
    font-size: 1.05rem;
    line-height: 1.75;
    opacity: 0.96;
    margin-bottom: 0;
}

.fuwu-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.fuwu-hero-tag {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    font-size: 0.8125rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
}

.fuwu-section-head {
    max-width: 42rem;
    margin: 0 auto 2.25rem;
}

.fuwu-section-title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    margin-bottom: 0.65rem;
}

.fuwu-section-lead {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #6b7c8c;
}

/* 平台保障 */
.fuwu-trust-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #fff;
}

.fuwu-trust-row {
    margin-top: 0.25rem;
}

.fuwu-trust-card {
    height: 100%;
    background: #f8f9fb;
    border-radius: 12px;
    padding: 1.75rem 1.35rem;
    text-align: center;
    border: 1px solid #e8eef4;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.fuwu-trust-card:hover {
    background: #fff;
    border-color: #cfe5fb;
    box-shadow: 0 6px 24px rgba(50, 145, 246, 0.08);
}

.fuwu-trust-ico {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #3291f6;
    background: #eaf4fe;
    border: 1px solid #d4e9fc;
}

.fuwu-trust-title {
    font-size: 1rem;
    font-weight: 700;
    color: #004861;
    margin-bottom: 0.55rem;
}

.fuwu-trust-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #6b7c8c;
}

/* 服务覆盖（平台保障下方） */
.fuwu-scope-section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.fuwu-scope-row {
    margin-top: 0.25rem;
}

.fuwu-scope-item {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem 1.15rem;
    border: 1px solid #e8eef4;
    margin-bottom: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (min-width: 992px) {
    .fuwu-scope-item {
        margin-bottom: 0;
    }
}

.fuwu-scope-item:hover {
    border-color: #cfe5fb;
    box-shadow: 0 6px 22px rgba(0, 72, 97, 0.06);
}

.fuwu-scope-ico {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.05rem;
    color: #3291f6;
    background: #eaf4fe;
    margin-bottom: 0.85rem;
}

.fuwu-scope-item.text-center .fuwu-scope-ico {
    margin-left: auto;
    margin-right: auto;
}

.fuwu-scope-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #004861;
    margin-bottom: 0.45rem;
}

.fuwu-scope-text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #6b7c8c;
}

.fuwu-scope-row .fuwu-scope-item {
    width: 100%;
    max-width: 17.5rem;
}

/* 金牌接单开发者 */
.fuwu-gold-head {
    max-width: 40rem;
    margin: 2.5rem auto 1.5rem;
}

.fuwu-gold-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.fuwu-gold-lead {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #6b7c8c;
}

.fuwu-gold-row {
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.fuwu-gold-row > [class*="col"] {
    margin-bottom: 1.25rem;
}

.fuwu-gold-card {
    position: relative;
    height: 100%;
    padding: 1.35rem 1.15rem 1.2rem;
    background: #fff;
    border: 1px solid #e8eef4;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 72, 97, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fuwu-gold-card:hover {
    border-color: #cfe5fb;
    box-shadow: 0 10px 28px rgba(50, 145, 246, 0.1);
    transform: translateY(-3px);
}

.fuwu-gold-rank {
    position: absolute;
    top: 0.65rem;
    left: 0.65rem;
    z-index: 2;
    min-width: 1.85rem;
    height: 1.85rem;
    padding: 0 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #a67c00;
    background: #fffdf5;
    border: 1px solid #f5e6b8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.fuwu-gold-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fuwu-gold-avatar-wrap {
    display: block;
    width: 5.25rem;
    height: 5.25rem;
    margin-bottom: 0.85rem;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #eaf4fe;
    box-shadow: 0 4px 16px rgba(50, 145, 246, 0.12);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fuwu-gold-card:hover .fuwu-gold-avatar-wrap {
    border-color: #cfe5fb;
    box-shadow: 0 6px 20px rgba(50, 145, 246, 0.16);
}

.fuwu-gold-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fuwu-gold-info {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
}

.fuwu-gold-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 0.5rem;
}

.fuwu-gold-name a {
    color: #004861;
}

.fuwu-gold-name a:hover {
    color: #3291f6;
}

.fuwu-gold-bio {
    margin: 0 0 1rem;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #6b7c8c;
    text-align: center;
    min-height: 4.2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fuwu-gold-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.fuwu-gold-actions .btn {
    min-width: 4.5rem;
}

/* 核心流程 */
.fuwu-flow-section {
    padding-top: 2.75rem;
    padding-bottom: 2.5rem;
    background: #fff;
}

.fuwu-flow-track {
    margin-bottom: 2rem;
}

.fuwu-flow-steps {
    margin-left: -6px;
    margin-right: -6px;
}

.fuwu-flow-steps > [class*="col"] {
    padding-left: 6px;
    padding-right: 6px;
}

.fuwu-flow-card {
    height: 100%;
    min-height: 10.5rem;
    padding: 1.25rem 0.75rem 1.35rem;
    background: #f8f9fb;
    border: 1px solid #e8eef4;
    border-radius: 12px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.fuwu-flow-card:hover {
    background: #fff;
    border-color: #cfe5fb;
}

.fuwu-flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background: #3291f6;
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.fuwu-flow-card-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #004861;
    margin-bottom: 0.4rem;
    line-height: 1.35;
}

.fuwu-flow-card-text {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #6b7c8c;
}

.fuwu-flow-arrow-wrap {
    padding: 0 2px;
    min-height: 3rem;
}

.fuwu-flow-arrow {
    color: #b8d4f0;
    font-size: 1.1rem;
}

.fuwu-cta-panel {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1.5rem 1.5rem;
    border-radius: 12px;
    background: #f8f9fb;
    border: 1px solid #e2eaf2;
    box-shadow: 0 4px 20px rgba(0, 72, 97, 0.04);
}

.fuwu-cta-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #004861;
    margin-bottom: 0.35rem;
}

.fuwu-cta-desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #6b7c8c;
}

/* 近期记录 */
.fuwu-log-section {
    padding-top: 2.75rem;
    padding-bottom: 3rem;
    background: #f8f9fb;
}

.fuwu-log-shell {
    max-width: 58rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8eef4;
    box-shadow: 0 4px 24px rgba(0, 72, 97, 0.05);
    overflow: hidden;
}

.fuwu-log-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.85rem 1.25rem;
    background: #fff;
    border-bottom: 1px solid #e8eef4;
}

.fuwu-log-toolbar-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #004861;
}

.fuwu-log-toolbar-note {
    font-size: 0.75rem;
    color: #8a9bab;
}

.fuwu-log-table-wrap {
    padding: 0;
}

.fuwu-log-table {
    font-size: 0.875rem;
    margin: 0;
}

.fuwu-log-table thead th {
    vertical-align: middle;
    padding: 0.75rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #004861;
    background: #f0f6fb;
    border: none;
    border-bottom: 2px solid #d4e5f0;
    white-space: nowrap;
}

.fuwu-log-table tbody td {
    padding: 0.8rem 1rem;
    vertical-align: middle;
    border-color: #eef2f6;
    color: #3d5a6b;
}

.fuwu-log-row {
    border-left: 3px solid transparent;
}

.fuwu-log-row--doing {
    border-left-color: #3291f6;
}

.fuwu-log-row--done {
    border-left-color: #5cb87a;
}

.fuwu-log-table tbody tr:nth-child(even) {
    background: #fbfcfe;
}

.fuwu-log-table tbody tr:hover {
    background: #f4f9ff;
}

.fuwu-log-table a {
    color: #3291f6;
    font-weight: 500;
}

.fuwu-log-table a:hover {
    color: #1a7fd9;
}

.fuwu-log-date-ico {
    margin-right: 0.45rem;
    color: #8a9bab;
    font-size: 0.85rem;
}

.fuwu-log-date {
    font-variant-numeric: tabular-nums;
    color: #5c6b7a;
    white-space: nowrap;
}

.fuwu-log-fee-inner {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #004861;
    background: #f0f6fb;
    border-radius: 6px;
}

.fuwu-log-type {
    font-size: 0.8125rem;
    color: #5c6b7a;
}

.fuwu-status {
    display: inline-block;
    padding: 0.22rem 0.6rem;
    font-size: 0.72rem;
    font-weight: 600;
    border-radius: 999px;
    line-height: 1.3;
}

.fuwu-status--doing {
    background: #eaf4fe;
    color: #3291f6;
}

.fuwu-status--done {
    background: #eaf7ef;
    color: #2d8a54;
}

@media (max-width: 991px) {
    .fuwu-flow-arrow-wrap {
        display: none !important;
    }

    .fuwu-flow-card {
        margin-bottom: 0.65rem;
        min-height: 0;
    }

    .fuwu-log-table thead th,
    .fuwu-log-table tbody td {
        padding: 0.6rem 0.65rem;
        font-size: 0.78rem;
    }
}

@media (max-width: 767px) {
    .fuwu-trust-row .col-md-4:not(:last-child) {
        margin-bottom: 0.85rem;
    }

    .fuwu-cta-panel {
        text-align: center;
        padding: 1.35rem 1.15rem;
    }

    .fuwu-cta-panel .text-lg-right {
        text-align: center !important;
    }
}

/* ========== 服务需求提交页 /fuwu/order ========== */
.dev-top {
    width: 100%;
    margin-top: 4px;
}

.dev-top .nav {
    padding: 0px 50px 10px;
}
.fuwu-top-box {
    padding: 20px 15px !important;
}
.fuwu-top-about {
    margin-top: -60px !important;
}
.dev-top .nav-title {
    display: inline-block;
    margin: 0 12px 8px 0;
    padding: 10px 12px;
    line-height: 1.35;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.dev-top .nav-contnet {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
}

.dev-top .nav-contnet li {
    margin: 0 20px;
    color: #5f7387;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dev-top .border-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.fuwu-order-form .dev {
    border: 1px solid #e6edf4;
    border-radius: 6px;
    margin-bottom: 18px;
    box-shadow: 0 2px 6px rgba(0, 72, 97, 0.04);
}

.fuwu-order-form .dev .item {
    padding: 18px 18px 8px;
}

.fuwu-order-form .dev-title,
.fuwu-order-form .dev-title2 {
    font-size: 15px;
    font-weight: 700;
    color: #004861;
    margin: 0 0 10px;
}

.fuwu-order-form .dev-option {
    margin-bottom: 14px;
}

.fuwu-order-form .dev-option > label {
    margin-right: 10px;
    margin-bottom: 8px;
    vertical-align: middle;
}

.fuwu-order-form .dev-option .form-control {
    border-color: #dbe5ef;
    border-radius: 8px;
    box-shadow: none;
}

.fuwu-order-form .dev-option .form-control:focus {
    border-color: #78b8fb;
    box-shadow: 0 0 0 2px rgba(50, 145, 246, 0.12);
}

.fuwu-order-form .atc {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid #dbe5ef;
    background: #f8fbff;
    color: #476178;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fuwu-order-form .atc:hover {
    border-color: #8ec3fb;
    color: #2c75bf;
}

.fuwu-order-form .atc.active {
    background: #3291f6;
    border-color: #3291f6;
    color: #fff;
}

.tooltips {
    position: relative;
}

.tooltips::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 6px);
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 72, 97, 0.92) transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: none;
    z-index: 30;
}

.tooltips::after {
    content: attr(original-title);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%);
    min-width: 120px;
    max-width: 260px;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(0, 72, 97, 0.92);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: none;
    z-index: 31;
}

.tooltips:hover::before,
.tooltips:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-2px);
}

.fuwu-order-form .btn.red.btn-block {
    border: 0;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(90deg, #3291f6 0%, #1f7fe5 100%);
    box-shadow: 0 8px 18px rgba(50, 145, 246, 0.25);
}

.fuwu-order-form .btn.red.btn-block:hover {
    opacity: 0.95;
    color: #f0f0f0;
}

.fuwu-order-form .bbs-list[style*="background-color"] {
    border: 1px solid #e6edf4;
    border-radius: 12px;
    overflow: hidden;
}

.fuwu-order-form .s_flow dl {
    margin: 0 0 14px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 10px;
}

.fuwu-order-form .s_flow dt {
    margin-bottom: 8px;
}

.fuwu-order-form .s_flow dt span {
    font-size: 14px;
    font-weight: 700;
    color: #004861;
}

.fuwu-order-form .s_flow dd {
    margin: 0;
}

.fuwu-order-form .s_flow p {
    margin: 0 0 6px;
    color: #5f7387;
    line-height: 1.7;
    font-size: 13px;
}

@media (max-width: 991px) {
    .fuwu-order-form .dev .item {
        padding: 14px 14px 4px;
    }

    .dev-top .nav {
        padding: 12px;
    }
}

@media (max-width: 767px) {
    .dev-top .nav-title {
        margin-bottom: 10px;
    }

    .dev-top .nav-contnet {
        gap: 6px 8px;
    }

    .dev-top .nav-contnet li {
        font-size: 12px;
    }
}

/* fuwu/order_shop 开发商信息卡 */

#shangjia {
    min-height: 80px;
    background: #f8f9fb;
    border: 1px dashed #d6e3f0;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 15px;;
}
.fuwu-sell-info {
    padding-bottom: 8px;
}
.fuwu-sell-info .dev-title2 {
    margin-bottom: 10px;
}

.fuwu-sell-info .shop-show-title {
    margin: 0;
}

.fuwu-sell-info .ctitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #004861;
    line-height: 1.35;
}

.fuwu-sell-info .shop-tags {
    margin: 0 0 10px;
    color: #5f7387;
    font-size: 13px;
    line-height: 1.8;
}

.fuwu-sell-info .shop-tags a {
    display: inline-block;
    margin: 0 6px 6px 0;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid #d7e7f8;
    background: #f4f9ff;
    color: #2f7fca;
    font-size: 12px;
    text-decoration: none;
}

.fuwu-sell-info .shop-tags a:hover {
    background: #3291f6;
    border-color: #3291f6;
    color: #fff;
}

.fuwu-sell-info .dev-border {
    height: 1px;
    border: 0;
    margin: 10px 0 12px;
    background: linear-gradient(90deg, #dbe6f2 0%, #edf3f9 100%);
}

.fuwu-sell-info .dev-text {
    margin: 0;
    color: #5f7387;
    font-size: 13px;
    line-height: 1.8;
    word-break: break-word;
}

/* fuwu/show 报价区块 */
.fuwu-baojia-info,
.fuwu-baojia-list {
    background: #fff;
    border: 1px solid #e6edf4;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 72, 97, 0.04);
    margin-bottom: 16px;
}

.fuwu-baojia-info .item,
.fuwu-baojia-list .item {
    padding: 16px 16px 14px;
}

.fuwu-baojia-info .dev-title2,
.fuwu-baojia-list .dev-title2 {
    font-size: 15px;
    font-weight: 700;
    color: #004861;
    margin: 0 0 10px;
}

.fuwu-baojia-info #offer_price {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef6ff;
    color: #1f7fe5;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.fuwu-baojia-info .dev-text,
.fuwu-baojia-list .dev-text {
    color: #5f7387;
    font-size: 13px;
    line-height: 1.75;
}

.fuwu-baojia-info textarea.form-control {
    border-radius: 8px;
    border-color: #dbe5ef;
    font-size: 13px;
}

.fuwu-baojia-info img[src*="wx"],
.fuwu-baojia-info img {
    max-width: 160px;
    width: 100%;
    height: auto;
    border: 1px solid #e8eef4;
    border-radius: 10px;
    padding: 6px;
    background: #fff;
    margin: 10px 0 8px;
}

.fuwu-baojia-form {
    display: grid;
    grid-template-columns: minmax(220px, 320px) auto auto;
    column-gap: 6px;
    row-gap: 8px;
    align-items: end;
    justify-content: start;
    justify-items: start;
    padding: 14px;
    margin: 8px 0 14px;
    background: linear-gradient(180deg, #fafdff 0%, #f5faff 100%);
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.fuwu-baojia-form .fuwu-baojia-field {
    position: relative;
    padding-top: 20px;
    justify-self: start;
}

.fuwu-baojia-form .fuwu-baojia-label {
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 12px;
    line-height: 1;
    color: #68839a;
    letter-spacing: 0.02em;
}

.fuwu-baojia-form .input-group {
    margin: 0;
    width: auto;
    display: flex;
    align-items: stretch;
}

.fuwu-baojia-form .fuwu-baojia-field--seller,
.fuwu-baojia-form .fuwu-baojia-field--seller .form-control {
    width: 100%;
    min-width: 220px;
    max-width: 320px;
}

.fuwu-baojia-form .form-control {
    height: 38px;
    border-color: #d4e1ee;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    color: #476178;
    background: #fff;
    flex: 1;
}

.fuwu-baojia-form #baojia_day,
.fuwu-baojia-form #baojia_value {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    flex: 0 0 100px;
}

.fuwu-baojia-form .fuwu-baojia-field--price .btn.btn-blue:hover {
    color: #fff;
}
.fuwu-baojia-form .fuwu-baojia-field--price .btn.btn-blue {
    height: 38px;
    min-width: 96px;
    margin-left: 6px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(50, 145, 246, 0.18);
}

.fuwu-baojia-form .form-control:focus {
    border-color: #7fb9f4;
    box-shadow: 0 0 0 2px rgba(50, 145, 246, 0.12);
}

.fuwu-baojia-form .input-group-btn .btn {
    height: 38px;
    min-width: 64px;
    border-color: #d4e1ee;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.fuwu-baojia-form .fuwu-baojia-addon {
    height: 38px;
    min-width: 54px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4e1ee;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(180deg, #f7fafc 0%, #edf3f8 100%);
    color: #5d7a93;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.fuwu-baojia-form .input-group-btn .btn.blue {
    border-color: #3291f6;
    border-left-color: #3291f6;
    background: linear-gradient(180deg, #49a1ff 0%, #3291f6 100%);
    color: #fff;
    font-weight: 700;
}

.fuwu-baojia-form .input-group-btn .btn.blue:hover,
.fuwu-baojia-form .input-group-btn .btn.blue:focus {
    background: linear-gradient(180deg, #3e99fb 0%, #2787ee 100%);
    border-color: #2787ee;
    border-left-color: #2787ee;
    color: #fff;
}

.fuwu-baojia-form .input-group-btn .btn.default {
    background: linear-gradient(180deg, #f7fafc 0%, #edf3f8 100%);
    color: #5d7a93;
}

.fuwu-baojia-form .input-group-btn .btn.default:hover,
.fuwu-baojia-form .input-group-btn .btn.default:focus {
    background: linear-gradient(180deg, #eef5fb 0%, #e3edf6 100%);
    color: #45647d;
    border-color: #c7d8e8;
    border-left-color: #c7d8e8;
}

.fuwu-baojia-form .input-group-btn .btn.default:active {
    background: #dde9f4;
    color: #38566f;
}

.fuwu-baojia-form .fuwu-baojia-submit {
    display: flex;
    align-items: flex-end;
}

.fuwu-baojia-form .fuwu-baojia-submit .btn {
    height: 38px;
    min-width: 120px;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 14px rgba(50, 145, 246, 0.2);
}

.fuwu-baojia-form .fuwu-baojia-submit .btn i {
    margin-right: 6px;
}

.fuwu-baojia-list .table.table-advance {
    margin: 0;
    border-color: #e8eef4;
    border-radius: 10px;
    overflow: hidden;
}

.fuwu-baojia-list .table.table-advance > thead > tr > th {
    background: #f0f6fb;
    color: #004861;
    font-size: 13px;
    font-weight: 700;
    border-color: #d8e5f1;
    vertical-align: middle;
}

.fuwu-baojia-list .table.table-advance > tbody > tr > td {
    border-color: #edf2f7;
    vertical-align: middle;
    font-size: 13px;
    color: #4f667b;
}

.fuwu-baojia-list .table.table-advance > tbody > tr:nth-child(even) > td {
    background: #fbfdff;
}

.fuwu-baojia-list .table.table-advance a {
    color: #2f7fca;
}

.fuwu-baojia-list .table.table-advance a.btn-xs {
    margin-left: 6px;
    border-radius: 6px;
}

/* 报价结果列：开发商名称 + 操作按钮 */
.fuwu-baojia-result {
    line-height: 1.5;
}

.fuwu-baojia-result > a:not(.btn) {
    color: #2f7fca;
    font-weight: 600;
}

.fuwu-baojia-result > a:not(.btn):hover {
    color: #1f6fb7;
}

.fuwu-baojia-result .btn.btn-xs {
    margin-left: 6px;
    padding: 2px 7px;
    min-width: auto;
    height: 22px;
    line-height: 16px;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 600;
    vertical-align: middle;
}

.fuwu-baojia-result .btn.red.btn-xs {
    background: #ffeef0;
    border-color: #ffc8d0;
    color: #d9534f;
}

.fuwu-baojia-result .btn.red.btn-xs:hover {
    background: #ffdfe5;
    border-color: #ffb7c1;
    color: #c63f3a;
}

.fuwu-baojia-result .btn.blue.btn-xs {
    background: #edf6ff;
    border-color: #bcdcff;
    color: #2f7fca;
}

.fuwu-baojia-result .btn.blue.btn-xs:hover {
    background: #deefff;
    border-color: #a8d1ff;
    color: #1f6fb7;
}

.fuwu-tips {
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px dashed #d7e6f5;
    border-radius: 8px;
    background: #feeef0;
    color: #d9534f;
    font-size: 12px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .fuwu-baojia-info .item,
    .fuwu-baojia-list .item {
        padding: 12px 12px 10px;
    }

    .fuwu-baojia-form {
        padding: 10px;
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .fuwu-baojia-form .fuwu-baojia-field {
        padding-top: 18px;
    }

    .fuwu-baojia-form .input-group {
        min-width: 100%;
        width: 100%;
    }

    .fuwu-baojia-form .fuwu-baojia-field--price .btn.btn-blue {
        margin-left: 8px;
        min-width: 90px;
    }

    .fuwu-baojia-form .fuwu-baojia-submit {
        justify-content: stretch;
    }

    .fuwu-baojia-form .fuwu-baojia-submit .btn {
        width: 100%;
    }
}

/* ========== 404 页面 ========== */
.error-page {
    min-height: calc(100vh - 240px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 70px;
    background: radial-gradient(circle at top, #f7fbff 0%, #f3f8fd 45%, #eef4fb 100%);
}

.error-page .container {
    max-width: 840px;
}

.error_pagenotfound {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 1px solid #e3ecf7;
    border-radius: 16px;
    padding: 52px 28px 46px;
    box-shadow: 0 14px 36px rgba(0, 72, 97, 0.08);
}

.error_pagenotfound::before,
.error_pagenotfound::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.error_pagenotfound::before {
    right: -72px;
    top: -72px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 145, 246, 0.16) 0%, rgba(50, 145, 246, 0.02) 65%, rgba(50, 145, 246, 0) 100%);
}

.error_pagenotfound::after {
    left: -54px;
    bottom: -54px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 72, 97, 0.12) 0%, rgba(0, 72, 97, 0.015) 62%, rgba(0, 72, 97, 0) 100%);
}

.error_pagenotfound > * {
    position: relative;
    z-index: 1;
}

.error_pagenotfound strong {
    display: block;
    font-size: clamp(64px, 14vw, 118px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #3291f6;
    margin: 0 0 14px;
}

.error_pagenotfound #animate-arrow {
    color: #004861;
}

.error_pagenotfound b {
    display: block;
    font-size: 24px;
    line-height: 1.45;
    color: #1e3d58;
    margin: 0 0 8px;
}

.error_pagenotfound em {
    display: block;
    font-style: normal;
    margin-top: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff7e6;
    border: 1px solid #ffe0a8;
    color: #8a6500;
    font-size: 13px;
    line-height: 1.6;
}

.error_pagenotfound p {
    margin: 0;
}

.error_pagenotfound .button-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
    height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    background: linear-gradient(180deg, #4da7ff 0%, #3291f6 100%);
    border: 1px solid #2f87eb;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(50, 145, 246, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.error_pagenotfound .button-back:hover,
.error_pagenotfound .button-back:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(50, 145, 246, 0.3);
}

@media (max-width: 767px) {
    .error-page {
        min-height: calc(100vh - 180px);
        padding: 40px 0 50px;
    }

    .error_pagenotfound {
        border-radius: 12px;
        padding: 34px 16px 30px;
    }

    .error_pagenotfound b {
        font-size: 18px;
    }

    .error_pagenotfound .button-back {
        min-width: 144px;
        height: 40px;
        font-size: 13px;
    }
}

/* msg.html 状态图标 */
.error_pagenotfound .fc-msg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    font-size: 56px;
    line-height: 1;
    border: 2px solid transparent;
    margin: 6px 0 2px;
    box-shadow: 0 10px 24px rgba(0, 72, 97, 0.12);
    position: relative;
    text-align: center;
}

.error_pagenotfound .fc-msg-icon::before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    width: 30px;
    height: 30px;
    inset: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.7;
    z-index: 2;
}

.error_pagenotfound .fc-msg-icon::after {
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(50, 145, 246, 0.12) 0%, rgba(50, 145, 246, 0) 72%);
    z-index: -1;
}

.error_pagenotfound .icon-check.fc-msg-icon {
    color: #2fb36f !important;
    background: #eafaf1;
    border-color: #bfeccf;
}

.error_pagenotfound .icon-info.fc-msg-icon {
    color: #f0a019 !important;
    background: #fff8e8;
    border-color: #ffe2a8;
}

.error_pagenotfound .icon-close.fc-msg-icon {
    color: #e2585f !important;
    background: #fff1f2;
    border-color: #ffd1d4;
}

/* 语义化外圈效果：正确 / 错误 / 提醒 */
.error_pagenotfound .icon-check.fc-msg-icon::before {
    content: "✓";
    border-color: rgba(47, 179, 111, 0.35);
    color: #2fb36f;
    background: #f4fcf7;
}

.error_pagenotfound .icon-check.fc-msg-icon::after {
    background: radial-gradient(circle, rgba(47, 179, 111, 0.16) 0%, rgba(47, 179, 111, 0) 72%);
}

.error_pagenotfound .icon-close.fc-msg-icon::before {
    content: "×";
    border-color: rgba(226, 88, 95, 0.34);
    color: #e2585f;
    background: #fff7f8;
}

.error_pagenotfound .icon-close.fc-msg-icon::after {
    background: radial-gradient(circle, rgba(226, 88, 95, 0.15) 0%, rgba(226, 88, 95, 0) 72%);
}

.error_pagenotfound .icon-info.fc-msg-icon::before {
    content: "!";
    border-color: rgba(240, 160, 25, 0.34);
    color: #f0a019;
    background: #fffaf1;
}

.error_pagenotfound .icon-info.fc-msg-icon::after {
    background: radial-gradient(circle, rgba(240, 160, 25, 0.15) 0%, rgba(240, 160, 25, 0) 72%);
}

/* 轻网格图案，提升层次 */
.error-page .container {
    position: relative;
}

.error-page .container::before {
    content: "";
    position: absolute;
    inset: 14px 22px;
    border-radius: 14px;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(50, 145, 246, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(50, 145, 246, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 74%);
    z-index: 0;
}



/* 提高优先级：覆盖 reviews-section 旧样式 */
.reviews-section .error_pagenotfound .fc-msg-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 108px !important;
    height: 108px !important;
    font-size: 56px !important;
    line-height: 1 !important;
    text-align: center !important;
}

.reviews-section .error_pagenotfound .fc-msg-icon::before {
    top: -8px !important;
    right: -8px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
}

@media (max-width: 767px) {
    .reviews-section .error_pagenotfound .fc-msg-icon {
        width: 90px !important;
        height: 90px !important;
        font-size: 46px !important;
    }

    .reviews-section .error_pagenotfound .fc-msg-icon::before {
        width: 26px !important;
        height: 26px !important;
        font-size: 14px !important;
        top: -6px !important;
        right: -6px !important;
    }
}

/* 首页：我们为你提供哪些服务 */
#home-business {
    padding-top: 56px;
    padding-bottom: 48px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

#home-business .section-title {
    margin-bottom: 26px;
}

#home-business .section-title p {
    color: #5f7387;
    line-height: 1.9;
}

#home-business .sbox-1 {
    height: 100%;
    background: #fff;
    border: 1px solid #e5edf6;
    border-radius: 12px;
    padding: 22px 18px;
    box-shadow: 0 4px 14px rgba(0, 72, 97, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#home-business .sbox-1:hover {
    transform: translateY(-3px);
    border-color: #cce2f8;
    box-shadow: 0 10px 24px rgba(50, 145, 246, 0.12);
}

#home-business .sbox-1 span[class*="flaticon"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #edf6ff;
    color: #3291f6;
    font-size: 24px;
    margin-bottom: 12px;
}

#home-business .sbox-1 h5 {
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 8px;
}

#home-business .sbox-1 p {
    margin: 0;
    color: #627a90;
    line-height: 1.75;
    font-size: 14px;
}

@media (max-width: 767px) {
    #home-business {
        padding-top: 44px;
        padding-bottom: 38px;
    }

    #home-business .sbox-1 {
        margin-bottom: 10px;
    }
}

/* 首页：开发者入驻 */
#home-dever {
    padding-top: 56px;
    padding-bottom: 52px;
    background: linear-gradient(180deg, #f8fbff 0%, #f0f4f8 100%);
}

#home-dever .home-dever-lead {
    color: #5f7387;
    line-height: 1.85;
    font-size: 15px;
}

#home-dever .box-list {
    margin-bottom: 10px;
}

#home-dever .box-list .p-sm {
    color: #4a5f73;
    line-height: 1.7;
}

#home-dever .home-dever-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

#home-dever .home-dever-cta .btn {
    margin-top: 0;
}

#home-dever .home-dever-aside {
    background: #fff;
    border-radius: 12px;
    padding: 26px 24px;
    border: 1px solid #e5edf6;
    box-shadow: 0 6px 22px rgba(0, 72, 97, 0.08);
}

#home-dever .home-dever-aside .h5-sm {
    margin-bottom: 10px;
}

#home-dever .home-dever-aside .txt-400 {
    color: #6b7f93;
    margin-bottom: 14px;
}

#home-dever .home-dever-checklist {
    margin: 0;
    padding-left: 1.15em;
    color: #4a5f73;
    font-size: 14px;
    line-height: 1.75;
}

#home-dever .home-dever-checklist li {
    margin-bottom: 6px;
}

#home-dever .home-dever-checklist li:last-child {
    margin-bottom: 0;
}

#home-dever .home-dever-contact {
    margin-bottom: 0;
    color: #4a5f73;
}

@media (max-width: 991px) {
    #home-dever .home-dever-aside {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    #home-dever {
        padding-top: 44px;
        padding-bottom: 40px;
    }

    #home-dever .home-dever-cta {
        flex-direction: column;
        align-items: stretch;
    }

    #home-dever .home-dever-cta .btn {
        width: 100%;
        text-align: center;
    }
}

/* 头部下拉：应用推荐，每行两个 */
.link-app-more {
    margin-top: 12px;
    clear: both;
}

.link-app-more .link-app {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px !important;
}

.link-app-more .link-app > li {
    box-sizing: border-box;
    width: 33%;
    padding: 0 10px 15px 0 !important;
}



/* #page 默认 overflow:hidden 会裁掉导航上方气泡；有活动项时整段头部链路透出 */
#page:has(.nav-hd-item),
#header:has(.nav-hd-item) {
    overflow: visible !important;
}
#header:has(.nav-hd-item) .headtoppart {
    overflow: visible !important;
}
/* 主题 .wsmenu { overflow:hidden } 会裁掉向上的气泡，有活动项时放开 */
#header .wsmenu:has(.nav-hd-item),
#header .wsmainfull:has(.nav-hd-item) {
    overflow: visible !important;
}
/* 气泡不占文档流，「优惠活动」与 .wsmenu > li > a 同款行高/内边距，与其它导航齐平 */
.nav-hd-item {
    overflow: visible !important;
    position: relative;
    z-index: 5;
}
.nav-hd-item > .nav-hd-item__link {
    display: block !important;
    position: static;
    padding: 10px 12px;
    line-height: 50px !important;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
/* 活动文案：相对 li 定位在整块菜单项上方（勿用 a 作定位父级，且需 wsmenu overflow 可见） */
.nav-hd-item > .nav-hd-item__link .nav-hd-item__slogan {
    position: absolute;
    left: 50%;
    /* 整体下移，让小三角更贴近「优惠活动」一行 */
    bottom: calc(100% - 17px);
    margin-bottom: 0;
    z-index: 20;
    display: inline-block;
    width: max-content;
    max-width: min(22em, calc(100vw - 32px));
    padding: 5px 12px 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #fff !important;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    background: linear-gradient(90deg, #e53935 0%, #ff6f30 45%, #ff9800 100%);
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(229, 57, 53, 0.35);
    transform: translate(-50%, 0);
    animation: nav-hd-item-bounce 1.25s ease-in-out infinite;
    will-change: transform;
}
.nav-hd-item > .nav-hd-item__link .nav-hd-item__slogan::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ff9800;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.08));
}
@keyframes nav-hd-item-bounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, -3px); }
}
.nav-hd-item > .nav-hd-item__link .nav-hd-item__title {
    display: inline;
    font: inherit;
    line-height: inherit;
    color: #16a34a!important;
    letter-spacing: 0.02em;
}
.nav-hd-item:hover > .nav-hd-item__link .nav-hd-item__title {
    color: #15803d;
}
.nav-hd-item.active > .nav-hd-item__link .nav-hd-item__title {
    color: #3291f6;
}

.shop-price-login {
    margin: 24px 0 8px;
    padding: 0;
}

.shop-price-login-inner {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    padding: 32px 28px 36px;
    background: linear-gradient(165deg, #fafbfc 0%, #f0f3f7 100%);
    border: 1px solid #e5e9ef;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.shop-price-login-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #b8860b;
    background: linear-gradient(145deg, #fff9e6 0%, #fff3cc 100%);
    border-radius: 50%;
    border: 1px solid rgba(184, 134, 11, 0.25);
    margin-bottom: 14px;
}

.shop-price-login-title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 600;
    color: #1f2937;
    letter-spacing: 0.02em;
}

.shop-price-login-desc {
    margin: 0 0 22px;
    font-size: 13px;
    line-height: 1.65;
    color: #6b7280;
}
.tr-table img {
    max-width: 100%;
}
.shop-price-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, #f0b429 0%, #e6a800 100%);
    border: 1px solid #d4a017;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(230, 168, 0, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.shop-price-login-btn:hover, .shop-price-login-btn:focus {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, #f5c040 0%, #edb011 100%);
    box-shadow: 0 4px 14px rgba(230, 168, 0, 0.45);
    transform: translateY(-1px);
}

.shop-price-login-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(230, 168, 0, 0.3);
}

/* 迅睿生态聚合页 · 独立样式 */
.xr-juhe-page,
.xr-juhe-search {
    --xr-j-primary: #2c6fad;
    --xr-j-primary-dark: #1e5085;
    --xr-j-accent: #3291f6;
    --xr-j-soft: #f4f7fb;
    --xr-j-gray: #f0f2f5;
    --xr-j-card: #fff;
    --xr-j-border: #e2e8f0;
    --xr-j-text: #1a202c;
    --xr-j-muted: #5a6578;
    --xr-j-radius: 12px;
    --xr-j-shadow: 0 4px 20px rgba(15, 45, 85, 0.06);
    --xr-j-shadow-hover: 0 12px 32px rgba(44, 111, 173, 0.12);
}


/* 区块通用 */
.xr-juhe-page .xr-j-sec { padding: 56px 0; }
.xr-juhe-page .xr-j-sec--alt { background: var(--xr-j-gray); border-top: 1px solid var(--xr-j-border); border-bottom: 1px solid var(--xr-j-border); }
.xr-juhe-page .xr-j-sec--soft { background: linear-gradient(180deg, var(--xr-j-soft) 0%, #fff 100%); }
.xr-juhe-page .xr-j-title { text-align: center; max-width: 800px; margin: 0 auto 40px; }
.xr-juhe-page .xr-j-title h2 { font-size: 26px; font-weight: 600; color: #2c3e50; margin: 0 0 12px; letter-spacing: -0.02em; position: relative; display: inline-block; }
.xr-juhe-page .xr-j-title h2::after { content: ""; display: block; width: 48px; height: 3px; margin: 10px auto 0; background: linear-gradient(90deg, var(--xr-j-primary), var(--xr-j-accent)); border-radius: 2px; }
.xr-juhe-page .xr-j-title p { font-size: 16px; color: #5c6b7a; line-height: 1.7; margin: 0; }
.xr-juhe-page .xr-j-sub-label { font-size: 15px; font-weight: 600; color: #4a5568; margin: 0 0 16px; text-align: center; }

/* 三层架构 */
.xr-juhe-page .xr-j-arch { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; align-items: stretch; position: relative; }
.xr-juhe-page .xr-j-arch-item { flex: 1 1 220px; max-width: 300px; text-align: center; padding: 28px 22px; background: var(--xr-j-card); border-radius: var(--xr-j-radius); border: 1px solid var(--xr-j-border); box-shadow: var(--xr-j-shadow); transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }
.xr-juhe-page .xr-j-arch-item:hover { border-color: #b8d4ee; box-shadow: var(--xr-j-shadow-hover); transform: translateY(-4px); }
.xr-juhe-page .xr-j-arch-item .xr-j-level { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--xr-j-primary); padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; box-shadow: 0 2px 8px rgba(44, 111, 173, 0.25); }
.xr-juhe-page .xr-j-arch-item.is-l1 .xr-j-level { background: linear-gradient(135deg, #3498db, #2c6fad); }
.xr-juhe-page .xr-j-arch-item.is-l2 .xr-j-level { background: linear-gradient(135deg, #16a085, #138d75); box-shadow: 0 2px 8px rgba(22, 160, 133, 0.25); }
.xr-juhe-page .xr-j-arch-item h3 { font-size: 17px; font-weight: 600; color: var(--xr-j-text); margin: 0 0 10px; }
.xr-juhe-page .xr-j-arch-item p { font-size: 13px; color: var(--xr-j-muted); line-height: 1.65; margin: 0; }
.xr-juhe-page .xr-j-arch-arrow { display: none; color: #cbd5e0; font-size: 24px; }
@media (min-width: 992px) {
    .xr-juhe-page .xr-j-arch-arrow { display: flex; align-items: center; padding: 0 4px; margin-top: 24px; }
}

/* 生态优势 */
.xr-juhe-page .xr-j-adv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 991px) { .xr-juhe-page .xr-j-adv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .xr-juhe-page .xr-j-adv-grid { grid-template-columns: 1fr; } }
.xr-juhe-page .xr-j-adv { background: var(--xr-j-card); border-radius: var(--xr-j-radius); padding: 24px 20px; border: 1px solid var(--xr-j-border); height: 100%; transition: all 0.22s ease; }
.xr-juhe-page .xr-j-adv:hover { border-color: #b8d4ee; box-shadow: var(--xr-j-shadow-hover); transform: translateY(-2px); }
.xr-juhe-page .xr-j-adv .fa { width: 44px; height: 44px; line-height: 44px; text-align: center; font-size: 18px; color: var(--xr-j-primary); background: rgba(44, 111, 173, 0.1); border-radius: 10px; margin-bottom: 14px; }
.xr-juhe-page .xr-j-adv h4 { font-size: 15px; font-weight: 600; color: var(--xr-j-text); margin: 0 0 8px; }
.xr-juhe-page .xr-j-adv p { font-size: 13px; color: var(--xr-j-muted); line-height: 1.65; margin: 0; }

/* 官方 / 第三方 */
.xr-juhe-page .xr-j-type-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.xr-juhe-page .xr-j-type-card { flex: 1 1 300px; background: var(--xr-j-card); border-radius: var(--xr-j-radius); padding: 26px 24px; border: 1px solid var(--xr-j-border); box-shadow: var(--xr-j-shadow); transition: box-shadow 0.22s ease; }
.xr-juhe-page .xr-j-type-card:hover { box-shadow: var(--xr-j-shadow-hover); }
.xr-juhe-page .xr-j-type-card.official { border-top: 4px solid var(--xr-j-primary); }
.xr-juhe-page .xr-j-type-card.third { border-top: 4px solid #16a085; }
.xr-juhe-page .xr-j-type-card h4 { font-size: 17px; font-weight: 600; margin: 0 0 14px; color: var(--xr-j-text); }
.xr-juhe-page .xr-j-type-card ul { list-style: none; padding: 0; margin: 0; }
.xr-juhe-page .xr-j-type-card li { font-size: 13px; color: var(--xr-j-muted); padding-left: 20px; position: relative; margin-bottom: 10px; line-height: 1.6; }
.xr-juhe-page .xr-j-type-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--xr-j-primary); }
.xr-juhe-page .xr-j-type-card.third li::before { background: #16a085; }

/* L1 应用矩阵 */
.xr-juhe-page .xr-j-l1-sec { background: linear-gradient(180deg, #fff 0%, var(--xr-j-soft) 100%); }
.xr-juhe-page .xr-j-l1-grid { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.xr-juhe-page .xr-j-l1-grid > [class*="col-"] { padding: 0 10px; margin-bottom: 20px; display: flex; }
.xr-juhe-page .xr-j-l1-card {
    flex: 1; width: 100%; background: var(--xr-j-card); border-radius: 14px; padding: 24px 22px 20px;
    border: 1px solid var(--xr-j-border); box-shadow: var(--xr-j-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative; overflow: hidden; display: flex; flex-direction: column;
}
.xr-juhe-page .xr-j-l1-card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--xr-j-primary), var(--xr-j-accent));
    opacity: 0; transition: opacity 0.25s ease;
}
.xr-juhe-page .xr-j-l1-card::after {
    content: ""; position: absolute; right: -30px; bottom: -30px; width: 100px; height: 100px;
    border-radius: 50%; background: radial-gradient(circle, rgba(44, 111, 173, 0.06) 0%, transparent 70%);
    pointer-events: none;
}
.xr-juhe-page .xr-j-l1-card:hover { border-color: #b8d4ee; box-shadow: var(--xr-j-shadow-hover); transform: translateY(-4px); }
.xr-juhe-page .xr-j-l1-card:hover::before { opacity: 1; }
.xr-juhe-page .xr-j-l1-card.is-featured {
    border-color: #b8d4ee; background: linear-gradient(165deg, #fff 0%, rgba(244, 247, 251, 0.95) 100%);
    box-shadow: 0 8px 28px rgba(44, 111, 173, 0.12);
}
.xr-juhe-page .xr-j-l1-card.is-featured::before { opacity: 1; }
.xr-juhe-page .xr-j-l1-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; position: relative; z-index: 1; }
.xr-juhe-page .xr-j-l1-icon {
    width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #fff; flex-shrink: 0; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.xr-juhe-page .xr-j-l1-icon.ic-blue { background: linear-gradient(145deg, #3498db, #2c6fad); }
.xr-juhe-page .xr-j-l1-icon.ic-purple { background: linear-gradient(145deg, #8e44ad, #9b59b6); }
.xr-juhe-page .xr-j-l1-icon.ic-green { background: linear-gradient(145deg, #16a085, #1abc9c); }
.xr-juhe-page .xr-j-l1-icon.ic-orange { background: linear-gradient(145deg, #d68910, #f5b041); }
.xr-juhe-page .xr-j-l1-icon.ic-teal { background: linear-gradient(145deg, #138d75, #48c9b0); }
.xr-juhe-page .xr-j-l1-icon.ic-slate { background: linear-gradient(145deg, #4a5568, #718096); }
.xr-juhe-page .xr-j-l1-card h3 { font-size: 16px; font-weight: 600; color: var(--xr-j-text); margin: 0; line-height: 1.35; flex: 1; }
.xr-juhe-page .xr-j-l1-card .xr-j-tag {
    display: inline-block; font-size: 10px; color: #fff; background: linear-gradient(135deg, var(--xr-j-primary), #4a9fd8);
    padding: 3px 10px; border-radius: 999px; margin-left: 6px; font-weight: 600; vertical-align: middle;
    box-shadow: 0 2px 6px rgba(44, 111, 173, 0.25);
}
.xr-juhe-page .xr-j-l1-card > p {
    font-size: 13px; color: var(--xr-j-muted); line-height: 1.7; margin: 0 0 14px; flex: 1; position: relative; z-index: 1;
}
.xr-juhe-page .xr-j-l1-l2 {
    font-size: 12px; color: #64748b; line-height: 1.6; margin-top: auto; padding: 12px 14px;
    background: var(--xr-j-soft); border-radius: 8px; border: 1px solid #e8eef5; position: relative; z-index: 1;
}
.xr-juhe-page .xr-j-l1-l2::before {
    content: "L2 扩展"; display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.06em;
    color: var(--xr-j-primary); text-transform: uppercase; margin-bottom: 4px;
}
.xr-juhe-page .xr-j-l1-l2.is-note::before { content: "选购说明"; }

/* L2 插件 */
.xr-juhe-page .xr-j-l2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 991px) { .xr-juhe-page .xr-j-l2-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .xr-juhe-page .xr-j-l2-grid { grid-template-columns: 1fr; } }
.xr-juhe-page .xr-j-l2-item { background: var(--xr-j-card); border-radius: 10px; padding: 18px 18px 18px 20px; border: 1px solid var(--xr-j-border); border-left: 3px solid var(--xr-j-primary); box-shadow: var(--xr-j-shadow); transition: all 0.22s ease; }
.xr-juhe-page .xr-j-l2-item:hover { border-left-color: var(--xr-j-accent); box-shadow: var(--xr-j-shadow-hover); transform: translateX(4px); }
.xr-juhe-page .xr-j-l2-item h4 { font-size: 14px; font-weight: 600; color: var(--xr-j-text); margin: 0 0 8px; }
.xr-juhe-page .xr-j-l2-item h4 a { color: inherit; text-decoration: none; }
.xr-juhe-page .xr-j-l2-item h4 a:hover { color: var(--xr-j-primary); }
.xr-juhe-page .xr-j-l2-item p { font-size: 12px; color: var(--xr-j-muted); line-height: 1.6; margin: 0; }

/* 组合方案 */
.xr-juhe-page .xr-j-combo { background: var(--xr-j-card); border-radius: 10px; padding: 16px 18px; margin-bottom: 14px; border: 1px solid var(--xr-j-border); border-left: 4px solid var(--xr-j-primary); box-shadow: var(--xr-j-shadow); transition: all 0.2s ease; }
.xr-juhe-page .xr-j-combo:hover { box-shadow: var(--xr-j-shadow-hover); border-left-color: var(--xr-j-accent); }
.xr-juhe-page .xr-j-combo strong { font-size: 14px; font-weight: 600; color: var(--xr-j-text); display: block; margin-bottom: 6px; }
.xr-juhe-page .xr-j-combo span { font-size: 12px; color: var(--xr-j-muted); line-height: 1.6; }
.xr-juhe-page .xr-j-steps { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; padding: 20px 16px; background: var(--xr-j-card); border-radius: var(--xr-j-radius); border: 1px solid var(--xr-j-border); }
.xr-juhe-page .xr-j-step { font-size: 13px; color: #2d3748; background: var(--xr-j-soft); padding: 10px 16px; border-radius: 999px; border: 1px solid #d6e4f5; transition: all 0.2s ease; }
.xr-juhe-page .xr-j-step:hover { background: #fff; border-color: var(--xr-j-primary); box-shadow: 0 2px 10px rgba(44, 111, 173, 0.1); }
.xr-juhe-page .xr-j-step em { font-style: normal; display: inline-block; min-width: 22px; color: #fff; background: var(--xr-j-primary); font-weight: 700; font-size: 11px; padding: 2px 7px; border-radius: 999px; margin-right: 8px; }

/* CMS 亮点 */
.xr-juhe-page .xr-j-cms-spot {
    padding: 56px 0 !important; border: none !important;
    background: linear-gradient(135deg, #eef4fb 0%, #f8fafc 40%, #fff 100%) !important;
}
.xr-juhe-page .xr-j-cms-panel {
    background: #fff; border-radius: 18px; border: 1px solid #d6e4f5;
    box-shadow: 0 16px 48px rgba(44, 111, 173, 0.1); padding: 36px 32px; overflow: hidden; position: relative;
}
.xr-juhe-page .xr-j-cms-panel::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--xr-j-primary), var(--xr-j-accent), #5dade2);
}
.xr-juhe-page .xr-j-cms-body { padding-right: 20px; }
.xr-juhe-page .xr-j-cms-spot .xr-j-badge {
    display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600;
    color: var(--xr-j-primary); background: rgba(44, 111, 173, 0.08); border: 1px solid #cfe2f5;
    padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.xr-juhe-page .xr-j-cms-spot .xr-j-badge::before {
    content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--xr-j-primary);
    box-shadow: 0 0 0 3px rgba(44, 111, 173, 0.2);
}
.xr-juhe-page .xr-j-cms-spot h3 {
    font-size: 26px; font-weight: 600; color: var(--xr-j-text); margin: 0 0 14px; letter-spacing: -0.02em;
}
.xr-juhe-page .xr-j-cms-spot .lead {
    font-size: 15px; color: var(--xr-j-muted); line-height: 1.75; margin-bottom: 22px;
    padding-bottom: 20px; border-bottom: 1px solid var(--xr-j-border);
}
.xr-juhe-page .xr-j-cms-list {
    list-style: none; padding: 0; margin: 0 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px;
}
.xr-juhe-page .xr-j-cms-list li {
    font-size: 13px; color: var(--xr-j-text); line-height: 1.55; margin: 0; padding: 12px 12px 12px 36px;
    position: relative; background: var(--xr-j-soft); border-radius: 10px; border: 1px solid #e8eef5;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.xr-juhe-page .xr-j-cms-list li:hover { border-color: #b8d4ee; box-shadow: 0 4px 12px rgba(44, 111, 173, 0.08); }
.xr-juhe-page .xr-j-cms-list li::before {
    content: "\f00c"; font-family: FontAwesome; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
    width: 18px; height: 18px; line-height: 18px; text-align: center; font-size: 10px; color: #fff;
    border-radius: 50%; background: linear-gradient(135deg, var(--xr-j-primary), #4a9fd8);
}
.xr-juhe-page .xr-j-cms-cta { display: flex; flex-wrap: wrap; gap: 10px; }
.xr-juhe-page .xr-j-cms-cta .btn { margin: 0; border-radius: 8px; padding: 10px 20px; font-weight: 500; }
.xr-juhe-page .xr-j-cms-visual { display: flex; align-items: center; justify-content: center; padding: 8px 0 8px 16px; }
.xr-juhe-page .xr-j-cms-screen {
    position: relative; width: 100%; max-width: 480px; padding: 12px 12px 28px;
    background: linear-gradient(180deg, #2c3e50 0%, #1a252f 100%); border-radius: 14px 14px 4px 4px;
    box-shadow: 0 20px 50px rgba(15, 45, 85, 0.22);
}
.xr-juhe-page .xr-j-cms-screen::before {
    content: ""; display: block; height: 8px; margin: 0 auto 10px; width: 48px;
    background: #4a5568; border-radius: 0 0 6px 6px;
}
.xr-juhe-page .xr-j-cms-screen::after {
    content: ""; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
    width: 60px; height: 4px; background: #4a5568; border-radius: 2px;
}
.xr-juhe-page .xr-j-cms-screen img {
    display: block; width: 100%; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}
@media (max-width: 991px) {
    .xr-juhe-page .xr-j-cms-list { grid-template-columns: 1fr; }
    .xr-juhe-page .xr-j-cms-body { padding-right: 0; margin-bottom: 24px; }
    .xr-juhe-page .xr-j-cms-visual { padding: 0; }
    .xr-juhe-page .xr-j-cms-panel { padding: 28px 20px; }
}
@media (max-width: 767px) {
    .xr-juhe-page .xr-j-cms-spot h3 { font-size: 22px; }
}

/* 应用列表 */
.xr-juhe-page .xr-j-apps { padding: 52px 0 56px; background: var(--xr-j-gray) !important; border-top: 1px solid var(--xr-j-border); }
.xr-juhe-page .xr-j-apps .app-list-box { border-radius: 10px; border-color: var(--xr-j-border); box-shadow: var(--xr-j-shadow); transition: all 0.22s ease; }
.xr-juhe-page .xr-j-apps .app-list-box:hover { border-color: #b8d4ee; box-shadow: var(--xr-j-shadow-hover); transform: translateY(-2px); }
.xr-juhe-page .xr-j-apps .shop-title a { color: var(--xr-j-text); }
.xr-juhe-page .xr-j-apps .shop-title a:hover { color: var(--xr-j-primary); }

/* 开发者 CTA */
.xr-juhe-page .xr-j-dev { text-align: center; padding: 44px 32px; background: linear-gradient(135deg, #245a8f 0%, #2c6fad 45%, #3d8fd4 100%); border-radius: 16px; color: #fff; position: relative; overflow: hidden; box-shadow: 0 16px 40px rgba(44, 111, 173, 0.25); }
.xr-juhe-page .xr-j-dev::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 50%); pointer-events: none; }
.xr-juhe-page .xr-j-dev h3 { font-size: 22px; font-weight: 600; margin: 0 0 12px; color: #fff; position: relative; }
.xr-juhe-page .xr-j-dev p { font-size: 15px; opacity: 0.95; line-height: 1.7; margin: 0 auto 22px; max-width: 660px; position: relative; }
.xr-juhe-page .xr-j-dev .btn { margin: 0 8px 8px; position: relative; font-weight: 500; }
.xr-juhe-page .xr-j-dev .btn-tra-white { border: 2px solid rgba(255,255,255,0.85); color: #fff; background: transparent; }
.xr-juhe-page .xr-j-dev .btn-tra-white:hover { background: #fff; color: var(--xr-j-primary); }
.xr-juhe-page .xr-j-dev .btn-white { background: #fff; color: var(--xr-j-primary); border-color: #fff; }
.xr-juhe-page .xr-j-dev .btn-white:hover { background: var(--xr-j-soft); }

@media (max-width: 767px) {
    .xr-juhe-search .abox-3-holder { padding: 20px 16px 16px; margin: 0 12px; }
    .xr-juhe-page .xr-j-sec { padding: 40px 0; }
    .xr-juhe-page .xr-j-title h2 { font-size: 22px; }
    .xr-juhe-page .xr-j-arch-item { max-width: 100%; }
    .xr-juhe-page .xr-j-l1-grid > [class*="col-"] { margin-bottom: 16px; }
    .xr-juhe-page .xr-j-l1-card { padding: 20px 18px; }
}

/* dr_doc_md_html 生成的文档正文 */
.doc-content-text {
    font-size: 15px;
    line-height: 1.75;
    color: #4a5a68;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .doc-content-text > *:first-child {
    margin-top: 0;
  }
  .doc-content-text > *:last-child {
    margin-bottom: 0;
  }
  
  /* 标题 */
  .doc-content-text h1 {
    margin: 0 0 1rem;
    padding-bottom: 0.65rem;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1a3a52;
    border-bottom: 2px solid #f5f5f5;
  }
  .doc-content-text h2 {
    margin: 1.75rem 0 0.85rem;
    padding-left: 0.75rem;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.4;
    color: #1a3a52;
    border-left: 4px solid #f5f5f5;
  }
  .doc-content-text h2:first-child {
    margin-top: 0;
  }
  .doc-content-text h3 {
    margin: 1.25rem 0 0.65rem;
    font-size: 1.0rem;
    font-weight: 600;
    line-height: 1.4;
    color: #2c5f7a;
  }
  
  /* 段落 */
  .doc-content-text p {
    margin: 0 0 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  
  /* 无序列表 */
  .doc-content-text ul {
    margin: 0 0 0.8rem;
    padding: 0;
    list-style: none;
  }
  .doc-content-text ul li {
    position: relative;
    margin: 0 0 0.75rem;
    padding: 0.5rem 0.85rem 0.5rem 1.75rem;
    background: #f4f7fb;
    border-radius: 6px;
    border: 1px solid #f5f5f5;
    line-height: 1.65;
  }
  .doc-content-text ul li::before {
    content: "";
    position: absolute;
    left: 0.75rem;
    top: 1.05rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f5f5f5;
  }
  .doc-content-text ul li:last-child {
    margin-bottom: 0;
  }
  
  /* 列表 / 段落内强调 */
  .doc-content-text strong {
    font-weight: 600;
    color: #1a3a52;
  }
  
  /* 行内代码、文件名 */
  .doc-content-text code {
    display: inline;
    margin: 0 2px;
    padding: 0.15em 0.45em;
    font-size: 0.9em;
    color: #c7254e;
    background: #f9f2f4;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    word-break: break-all;
  }
  
  /* 代码块 textarea（dr_doc_content 等遗留） */
  .doc-content-text textarea,
  .content-text .doc-content-text textarea {
    display: block;
    width: 100%;
    min-height: 55px;
    max-height: 500px;
    margin: 0.75rem 0 1.25rem;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    background: #f8f9fa;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    resize: vertical;
    box-sizing: border-box;
  }
  
  /* 图片 */
  .doc-content-text .doc-md-figure {
    margin: 0 0 1.25rem;
    text-align: center;
  }
  .doc-content-text .doc-md-figure img,
  .doc-content-text img.doc-md-img {
    max-width: 100%;
    height: auto;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 4px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(26, 58, 82, 0.08);
    cursor: zoom-in;
  }
  
  /* 正文内链接 */
  .doc-content-text a {
    color: #3b7ea1;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
  }
  .doc-content-text a:hover {
    color: #2c5f7a;
    border-bottom-color: #2c5f7a;
  }
  
  /* 嵌套在 doc-detail 内时与 meta 区隔开 */
  .doc-detail .doc-content-text {
    margin-top: 1.00rem;
    padding-top: 1.00rem;
  }
  
  @media (max-width: 767px) {
    .doc-content-text {
        font-size: 14px;
    }
    .doc-content-text h1 {
        font-size: 1.3rem;
    }
    .doc-content-text h2 {
        font-size: 1.1rem;
        margin-top: 1.35rem;
    }
    .doc-content-text ul li {
        padding-left: 1.5rem;
    }
    .doc-content-text p {
        text-align: left;
    }
  }