/* _content/BlazorApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qgsvw684bo] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: radial-gradient(circle at top, #eef5ff 0%, #f6f8fb 45%, #f6f8fb 100%);
}

main[b-qgsvw684bo] {
    flex: 1;
}

.top-header[b-qgsvw684bo] {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 0;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid rgba(203, 215, 235, 0.7);
    background: #fff;
    backdrop-filter: none;
}

.content[b-qgsvw684bo] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 1.4rem 1.2rem;
}

#blazor-error-ui[b-qgsvw684bo] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qgsvw684bo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 960px) {
    .top-header[b-qgsvw684bo] {
        padding: 0;
    }
}
/* _content/BlazorApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* 对齐 CompanyDefault TopPartial + style.css：左 Logo（≈25%）+ 右对齐一级菜单（每项 12.5% 宽），pageheader 黑字/红悬停 */
.company-nav-scope[b-g8o6n169oq] {
    --cd-nav-brown: #ad7669;
    --cd-nav-brown-hover: #89584b;
    --cd-nav-text: #5a342b;
    --cd-red-accent: #e30b20;
}

.company-container[b-g8o6n169oq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.company-nav-scope a[b-g8o6n169oq],
.company-nav-scope a:hover[b-g8o6n169oq],
.company-nav-scope a:focus[b-g8o6n169oq],
.company-nav-scope a:visited[b-g8o6n169oq] {
    text-decoration: none !important;
    color: inherit !important;
}

.company-header[b-g8o6n169oq] {
    position: relative;
    z-index: 100;
    background-color: #fff;
    border-top: 3px solid var(--cd-red-accent);
    border-bottom: 1px solid rgb(229, 229, 229);
}

.company-header-row[b-g8o6n169oq] {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    min-height: 72px;
}

.company-logo-wrap[b-g8o6n169oq] {
    flex: 0 0 200px;
    max-width: 200px;
    align-self: center;
}

.company-logo[b-g8o6n169oq] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    height: 100%;
}

.company-logo-image[b-g8o6n169oq] {
    display: block;
    height: 64px;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.company-nav-wrap[b-g8o6n169oq] {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    text-align: right;
}

.mask-bg[b-g8o6n169oq] {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active[b-g8o6n169oq] {
    display: block;
}

.right-icon-box[b-g8o6n169oq] {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 101;
    text-align: right;
    font-size: 20px;
}

.nav-toggle-btn[b-g8o6n169oq] {
    border: none;
    background: transparent;
    padding: 0.35rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 70px;
    margin-top: 0;
}

.nav-toggle-bar[b-g8o6n169oq] {
    display: block;
    width: 22px;
    height: 2px;
    background: #999;
    border-radius: 1px;
}

.nav-toggle-btn:hover .nav-toggle-bar[b-g8o6n169oq] {
    background: #cc0000;
}

/* —— PC ≥1000px：与 style.css 一致 —— */
@media (min-width: 1000px) {
    .company-header-row[b-g8o6n169oq] {
        height: 90px;
        min-height: 90px;
    }

    .company-header[b-g8o6n169oq] {
        z-index: 100;
    }

    .mask-bg[b-g8o6n169oq] {
        display: none !important;
    }

    .right-icon-box[b-g8o6n169oq] {
        display: none !important;
    }

    .nav[b-g8o6n169oq] {
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-top: 0;
        padding-right: 15px;
        padding-left: 12px;
        position: relative;
        text-align: right;
    }

    .pageheader .nav-root-ul > li > .nav-top-a[b-g8o6n169oq] {
        color: #000;
        font-size: 18px !important;
        font-weight: 500;
    }

    .pageheader .nav-root-ul > li > .nav-top-a[b-g8o6n169oq]::after {
        background-color: var(--cd-red-accent);
    }

    .pageheader .nav-root-ul > li.current > .nav-top-a[b-g8o6n169oq],
    .pageheader .nav-root-ul > li:has(.nav-top-a.active) > .nav-top-a[b-g8o6n169oq],
    .pageheader .nav-root-ul > li:hover > .nav-top-a[b-g8o6n169oq] {
        color: var(--cd-red-accent);
    }

    .nav-root-ul[b-g8o6n169oq] {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        width: 100%;
        box-sizing: border-box;
    }

    .nav-root-ul > li[b-g8o6n169oq] {
        position: relative;
        flex: 0 0 12.5%;
        max-width: 12.5%;
        box-sizing: border-box;
        text-align: center;
        line-height: 90px;
    }

    .nav-top-a[b-g8o6n169oq] {
        padding: 0 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 18px !important;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pageheader .nav-root-ul > li:hover > .nav-top-a[b-g8o6n169oq] {
        font-weight: 700;
    }

    .nav-top-a[b-g8o6n169oq]::after {
        display: none !important;
        content: none !important;
    }

    .nav-root-ul > li .arrow[b-g8o6n169oq] {
        display: none !important;
    }

    .nav-sub-ul[b-g8o6n169oq] {
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: var(--cd-nav-brown);
        position: absolute;
        left: -18%;
        z-index: 2;
        width: 150px;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        transform: translateY(14px);
        pointer-events: none;
        transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
    }

    .nav-root-ul > li:hover > .nav-sub-ul[b-g8o6n169oq],
    .nav-root-ul > li.active > .nav-sub-ul[b-g8o6n169oq] {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 0s;
    }

    .nav-sub-ul[b-g8o6n169oq]::before {
        display: block;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: -8px;
        left: 45%;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid var(--cd-nav-brown);
    }

    .nav-sub-ul li[b-g8o6n169oq] {
        line-height: normal;
        opacity: 0;
        transform: translateY(18px);
        transition: opacity 380ms ease, transform 380ms ease;
    }

    .nav-root-ul > li:hover > .nav-sub-ul li[b-g8o6n169oq],
    .nav-root-ul > li.active > .nav-sub-ul li[b-g8o6n169oq] {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-sub-a[b-g8o6n169oq] {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        text-decoration: none;
        padding: 0 10px;
    }

    .nav-sub-a:hover[b-g8o6n169oq],
    .nav-sub-a.active[b-g8o6n169oq] {
        text-decoration: none;
        color: #fff !important;
        background: var(--cd-nav-brown-hover);
    }

    .nav-root-ul > li.nav-staff[b-g8o6n169oq] {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
        padding-left: 10px;
    }

    .nav-logout-form[b-g8o6n169oq] {
        margin: 0;
        display: inline;
    }

    .nav-logout-btn[b-g8o6n169oq] {
        border: none;
        background: transparent;
        color: #000;
        font-size: 14px;
        cursor: pointer;
        padding: 0 8px;
        line-height: 90px;
        vertical-align: middle;
    }

    .nav-logout-btn:hover[b-g8o6n169oq] {
        color: var(--cd-red-accent);
    }
}

/* —— 手机 <1000px —— */
@media (max-width: 999px) {
    .company-header-row[b-g8o6n169oq] {
        align-items: center;
        min-height: 70px;
    }

    .company-logo-wrap[b-g8o6n169oq] {
        flex: 1 1 auto;
        max-width: calc(100% - 56px);
        padding-right: 48px;
    }

    .company-logo[b-g8o6n169oq] {
        line-height: 1.2;
        padding: 0.5rem 0;
    }

    .company-logo-image[b-g8o6n169oq] {
        height: 52px;
        width: auto;
    }

    .company-nav-wrap[b-g8o6n169oq] {
        flex: 0 0 0;
        width: 0;
        overflow: visible;
    }

    .right-icon-box[b-g8o6n169oq] {
        display: block;
        padding-top: 0;
    }

    .nav-toggle-btn[b-g8o6n169oq] {
        line-height: 70px;
        align-items: center;
        justify-content: center;
        height: 70px;
    }

    .nav[b-g8o6n169oq] {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        width: 0;
        background: #fff;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto;
        padding-top: 1rem;
        text-align: left;
    }

    .nav.active[b-g8o6n169oq] {
        opacity: 1;
        width: 300px;
        max-width: 60%;
    }

    .nav-root-ul[b-g8o6n169oq] {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
    }

    .nav-root-ul > li[b-g8o6n169oq] {
        position: relative;
        line-height: 45px;
        text-align: left;
        width: 100%;
        max-width: none;
        flex: none;
    }

    .nav-top-a[b-g8o6n169oq] {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 14px;
        font-weight: 600;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
    }

    .nav-root-ul > li:has(.nav-top-a.active) > .nav-top-a[b-g8o6n169oq],
    .nav-root-ul > li.current > .nav-top-a[b-g8o6n169oq] {
        color: var(--cd-nav-text);
    }

    .nav-sub-ul[b-g8o6n169oq] {
        list-style: none;
        margin: 0;
        padding: 0;
        display: none;
        position: static;
        width: 100%;
        left: auto;
        background: transparent;
    }

    .nav-root-ul > li.has-children.active > .nav-sub-ul[b-g8o6n169oq] {
        display: block;
    }

    .nav-sub-ul[b-g8o6n169oq]::before {
        display: none !important;
    }

    .nav-sub-a[b-g8o6n169oq] {
        padding-left: 60px;
        display: block;
        font-size: 12px;
        font-weight: 500;
        background-color: #eee;
        color: #666 !important;
        line-height: 3.2;
        border-bottom: 1px solid #dcdcdc;
        text-decoration: none;
    }

    .nav-root-ul > li .arrow[b-g8o6n169oq] {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s;
        cursor: pointer;
    }

    .nav-root-ul > li .arrow[b-g8o6n169oq]::after {
        content: "›";
        display: block;
        font-weight: bold;
        font-size: 20px;
        color: #999;
    }

    .nav-root-ul > li.has-children.active > .arrow[b-g8o6n169oq] {
        transform: rotate(90deg);
    }

    .nav-root-ul > li.nav-staff[b-g8o6n169oq] {
        width: 100%;
        max-width: none;
    }

    .nav-logout-btn[b-g8o6n169oq] {
        width: 100%;
        text-align: left;
        padding-left: 30px;
        line-height: 3.5;
        border: none;
        background: #fff;
        color: #999;
        font-size: 15px;
        cursor: pointer;
        border-bottom: 1px solid #dcdcdc;
    }
}

@keyframes navSlide-b-g8o6n169oq {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* _content/BlazorApp/Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-t9np1vnk7n] {
    width: 100%;
    min-height: 95px;
    margin-top: 40px;
    padding: 30px 0 40px;
    background: #333;
    line-height: 2.5;
    text-align: left;
}

.site-footer > .container[b-t9np1vnk7n] {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.site-footer-row[b-t9np1vnk7n] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(180px, 1fr);
    gap: 20px;
    align-items: start;
    color: #fff;
}

.site-footer-main[b-t9np1vnk7n],
.site-footer-side[b-t9np1vnk7n] {
    margin: 0;
    padding: 0;
}

.site-footer-main p[b-t9np1vnk7n] {
    margin: 0 0 6px;
    color: #fff;
}

.site-footer-main .footer-company[b-t9np1vnk7n] {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 14px;
}

.site-footer-main .footer-meta[b-t9np1vnk7n] {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.footer-qrcode-wrap[b-t9np1vnk7n] {
    padding-top: 20px;
    text-align: left;
}

.footer-qrcode[b-t9np1vnk7n] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: #fff;
}

.site-footer-copyright[b-t9np1vnk7n] {
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.site-footer-copyright a[b-t9np1vnk7n],
.site-footer-copyright a:visited[b-t9np1vnk7n] {
    color: #fff;
    text-decoration: none;
}

.site-footer-copyright a:hover[b-t9np1vnk7n],
.site-footer-copyright a:focus[b-t9np1vnk7n] {
    color: brown;
}

#toTop[b-t9np1vnk7n] {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 190;
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(80, 80, 80, 0.9);
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 220ms linear, transform 220ms linear, visibility 0s linear 220ms;
}

#toTop.show[b-t9np1vnk7n] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 220ms linear, transform 220ms linear, visibility 0s linear 0s;
}

#toTop:hover[b-t9np1vnk7n] {
    background: rgba(40, 40, 40, 0.95);
    color: #fff;
}

@media (max-width: 768px) {
    .site-footer-row[b-t9np1vnk7n] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .site-footer-copyright[b-t9np1vnk7n] {
        text-align: left;
    }
}
/* _content/BlazorApp/Components/Pages/AdminContents.razor.rz.scp.css */
.content-body[b-5drqg63j6c] {
    min-height: 180px;
    font-family: Consolas, "Courier New", monospace;
}

.upload-row[b-5drqg63j6c] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.thumb[b-5drqg63j6c] {
    border: 1px solid #d9e3f1;
    border-radius: 0.35rem;
    object-fit: cover;
}

.cover-thumb[b-5drqg63j6c] {
    width: 128px;
    height: 80px;
}

.gallery-grid[b-5drqg63j6c] {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.6rem;
}

.gallery-item[b-5drqg63j6c] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.gallery-thumb[b-5drqg63j6c] {
    width: 100%;
    height: 96px;
}
/* _content/BlazorApp/Components/Pages/AdminContents/ArticleEditor.razor.rz.scp.css */
.upload-row[b-49lf0wkyg7] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.thumb[b-49lf0wkyg7] {
    border: 1px solid #d9e3f1;
    border-radius: 0.35rem;
    object-fit: cover;
}

.cover-thumb[b-49lf0wkyg7] {
    width: 128px;
    height: 80px;
}
/* _content/BlazorApp/Components/Pages/AdminContents/GalleryManager.razor.rz.scp.css */
.upload-row[b-c8pgfwy1eo] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.thumb[b-c8pgfwy1eo] {
    border: 1px solid #d9e3f1;
    border-radius: 0.35rem;
    object-fit: cover;
}

.cover-thumb[b-c8pgfwy1eo] {
    width: 128px;
    height: 80px;
}

.gallery-row[b-c8pgfwy1eo] {
    cursor: move;
}

.gallery-row.dragging[b-c8pgfwy1eo] {
    opacity: 0.55;
}
/* _content/BlazorApp/Components/Pages/AdminDashboard.razor.rz.scp.css */
.admin-actions[b-8av0gs3w3m] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.stats-grid[b-8av0gs3w3m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.75rem;
}

.stats-card[b-8av0gs3w3m] {
    background: #fff;
    border: 1px solid #e1e8f2;
    border-radius: 0.6rem;
    padding: 1rem;
}

.stats-card h3[b-8av0gs3w3m] {
    margin: 0;
    color: #184782;
}

.stats-card span[b-8av0gs3w3m] {
    color: #6b7b92;
}
/* _content/BlazorApp/Components/Pages/AdminHomeBanners.razor.rz.scp.css */
.upload-row[b-z37yqoah8a] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.thumb[b-z37yqoah8a] {
    border: 1px solid #d9e3f1;
    border-radius: 0.35rem;
    object-fit: cover;
}

.cover-thumb[b-z37yqoah8a] {
    width: 128px;
    height: 80px;
    display: block;
}

.preview-cell[b-z37yqoah8a] {
    width: 140px;
}

.preview-cell .cover-thumb[b-z37yqoah8a] {
    margin: 0;
}
/* _content/BlazorApp/Components/Pages/AdminMenus.razor.rz.scp.css */
.menu-modal-backdrop[b-cztjfy8vyv] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.45);
}

.menu-modal-wrap[b-cztjfy8vyv] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5rem 1.25rem;
    pointer-events: none;
}

.menu-modal-dialog[b-cztjfy8vyv] {
    width: 100%;
    max-width: 720px;
    pointer-events: auto;
}

.menu-modal-dialog .modal-content[b-cztjfy8vyv] {
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.menu-modal-dialog .modal-header[b-cztjfy8vyv],
.menu-modal-dialog .modal-body[b-cztjfy8vyv],
.menu-modal-dialog .modal-footer[b-cztjfy8vyv] {
    background-color: #fff;
}

.menu-modal-dialog .modal-header[b-cztjfy8vyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.menu-modal-dialog .modal-title[b-cztjfy8vyv] {
    margin: 0;
    line-height: 1.4;
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 0.25rem;
}

.menu-modal-dialog .modal-body[b-cztjfy8vyv] {
    padding: 1.25rem 1.5rem 1.5rem;
}

/* Bootstrap .row.g-* 的负 margin-top 会把第一行表单项顶到标题区域，这里抵消 */
.menu-modal-dialog .modal-body > .row[b-cztjfy8vyv] {
    margin-top: 0;
}

.menu-modal-dialog .modal-footer[b-cztjfy8vyv] {
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    gap: 0.5rem;
}

/* EditForm 渲染为 form，避免与标题区挤在一起 */
.menu-modal-dialog .modal-content > form[b-cztjfy8vyv] {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 0;
}

.menu-modal-backdrop[b-cztjfy8vyv] {
    pointer-events: auto;
}
/* _content/BlazorApp/Components/Pages/AdminOnlineMessages.razor.rz.scp.css */
.message-requirement[b-3bcy51lgz0] {
    max-width: 360px;
    white-space: pre-wrap;
    word-break: break-word;
}
/* _content/BlazorApp/Components/Pages/ContentDetail.razor.rz.scp.css */
.detail-card[b-cz6ag2027t] {
    background: #fff;
    border: 1px solid #e1e8f2;
    border-radius: 0.7rem;
    padding: 1.25rem;
}

.detail-card h1[b-cz6ag2027t] {
    color: #133b70;
    margin-top: 0;
}

.detail-card header p[b-cz6ag2027t] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #6b7b92;
    margin-bottom: 1rem;
}

.detail-card blockquote[b-cz6ag2027t] {
    border-left: 4px solid #9dc0f2;
    background: #f1f7ff;
    margin: 0 0 1rem 0;
    padding: 0.75rem 1rem;
    color: #41556f;
}

.detail-cover[b-cz6ag2027t] {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 0.5rem;
    border: 1px solid #dce4f1;
    margin-bottom: 1rem;
}

.detail-gallery[b-cz6ag2027t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.detail-gallery img[b-cz6ag2027t] {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 0.4rem;
    border: 1px solid #dce4f1;
}

.detail-body[b-cz6ag2027t] {
    overflow-x: auto;
}

.detail-body img[b-cz6ag2027t] {
    max-width: 100% !important;
    height: auto !important;
}
/* _content/BlazorApp/Components/Pages/Home.razor.rz.scp.css */
/* CompanyDefault 首页模块（Index.cshtml + style.css） */
.cd-container[b-7gt2111kuu] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.cd-pad-v[b-7gt2111kuu] {
    padding-top: 40px;
    padding-bottom: 20px;
}

.cd-center[b-7gt2111kuu] {
    text-align: center;
}

a.btn-more[b-7gt2111kuu] {
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ccc;
    color: #999;
    transition: all 0.5s ease;
    font-size: 14px;
    text-align: center;
    margin: 30px auto 0;
    text-decoration: none;
}

a.btn-more:hover[b-7gt2111kuu] {
    background: #40312f;
    border-color: #40312f;
    color: #fff;
}

.module-box[b-7gt2111kuu] {
    position: relative;
    padding: 40px 0;
}

.module-box .module-title[b-7gt2111kuu] {
    clear: both;
    text-align: center;
    margin: 0 0 30px;
    font-family: "Microsoft YaHei", Tahoma, Verdana, "Simsun", sans-serif;
}

.module-box .module-title .cn-title[b-7gt2111kuu] {
    display: block;
    color: #333;
    font-size: 28px;
    line-height: 45px;
}

.module-box .module-title .en-title[b-7gt2111kuu] {
    display: inline-block;
    color: #999;
    font-size: 16px;
}

.module-box .module-title .en-title i[b-7gt2111kuu] {
    float: left;
    width: 55px;
    background: #ccc;
    height: 1px;
    margin-top: 15px;
}

.module-box .module-title .en-title span[b-7gt2111kuu] {
    float: left;
    margin: 0 5px;
}

.module-box .module-title[b-7gt2111kuu]::after {
    content: "";
    display: table;
    clear: both;
}

.product-module-box[b-7gt2111kuu] {
    background:
        linear-gradient(105deg, rgba(64, 49, 47, 0.75), rgba(120, 90, 80, 0.55)),
        url("/company-default/ys1.png") center/cover no-repeat;
    color: #fff;
}

.product-module-box .module-title .cn-title[b-7gt2111kuu] {
    color: #fff;
}

.product-module-box .module-title .en-title[b-7gt2111kuu] {
    color: rgba(255, 255, 255, 0.85);
}

.product-module-box .module-title .en-title i[b-7gt2111kuu] {
    background: rgba(255, 255, 255, 0.5);
}

.product-module-box .btn-more[b-7gt2111kuu] {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.95);
}

.product-module-box .btn-more:hover[b-7gt2111kuu] {
    background: #fff;
    border-color: #fff;
    color: #40312f;
}

.cd-intro-grid[b-7gt2111kuu] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 768px) {
    .cd-intro-grid[b-7gt2111kuu] {
        grid-template-columns: 300px 1fr;
    }
}

.cd-intro-logo[b-7gt2111kuu] {
    text-align: center;
    width: 300px;
    height: 303px;
}

@media (min-width: 768px) {
    .cd-intro-logo[b-7gt2111kuu] {
        text-align: left;
    }
}

.cd-intro-logo img[b-7gt2111kuu] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.font-size-24[b-7gt2111kuu] {
    font-size: 24px;
}

.text-green[b-7gt2111kuu] {
    color: #4abf8a;
}

.text-center[b-7gt2111kuu] {
    text-align: left;
}

.line-height-2-5[b-7gt2111kuu] {
    line-height: 2.5;
}

@media (min-width: 992px) {
    .text-lg-left[b-7gt2111kuu] {
        text-align: left;
    }
}

.cd-intro-title[b-7gt2111kuu] {
    font-size: 24px;
    color: #4abf8a;
    line-height: 2.5;
    text-align: left !important;
    margin: 0 0 0.8rem;
}

.cd-intro-body[b-7gt2111kuu] {
    font-size: 1.04rem;
    line-height: 1.95;
    color: #3e3e3e;
    margin: 0 0 0.9rem;
    text-indent: 2em;
    letter-spacing: 0.02em;
}

.cd-intro-more[b-7gt2111kuu] {
    padding-top: 0.35rem;
}

/* 首页动画（对齐旧站 wow + fadeIn* 体验） */
.wow[b-7gt2111kuu] {
    opacity: 0;
    will-change: transform, opacity;
}

.wow.wow-animated[b-7gt2111kuu] {
    opacity: 1;
}

.fadeInUp.wow-animated[b-7gt2111kuu] {
    animation: cdFadeInUp-b-7gt2111kuu 0.75s ease both;
}

.fadeInDown.wow-animated[b-7gt2111kuu] {
    animation: cdFadeInDown-b-7gt2111kuu 0.75s ease both;
}

@keyframes cdFadeInUp-b-7gt2111kuu {
    from {
        opacity: 0;
        transform: translate3d(0, 28px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cdFadeInDown-b-7gt2111kuu {
    from {
        opacity: 0;
        transform: translate3d(0, -24px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.cd-product-grid[b-7gt2111kuu] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .cd-product-grid[b-7gt2111kuu] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .cd-product-grid[b-7gt2111kuu] {
        grid-template-columns: repeat(5, 1fr);
    }
}

.cd-product-item a:first-child[b-7gt2111kuu] {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}

.cd-product-item img[b-7gt2111kuu] {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-out;
}

.cd-product-item a:first-child:hover img[b-7gt2111kuu] {
    transform: scale(1.15);
}

.cd-product-ph[b-7gt2111kuu] {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #e0e0e0, #f5f5f5);
}

.cd-product-caption[b-7gt2111kuu] {
    display: block;
    text-align: center;
    line-height: 3;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.product-module-box .cd-product-caption[b-7gt2111kuu] {
    color: #fff;
}

.cd-empty-hint[b-7gt2111kuu] {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 0;
}

.product-module-box .cd-empty-hint[b-7gt2111kuu] {
    color: rgba(255, 255, 255, 0.9);
}

.advantages-list[b-7gt2111kuu] {
    list-style: none;
    margin: 15px auto;
    padding: 0;
    line-height: 2;
    overflow: hidden;
}

.cd-adv-grid[b-7gt2111kuu] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .cd-adv-grid[b-7gt2111kuu] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .cd-adv-grid[b-7gt2111kuu] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cd-adv-icon img[b-7gt2111kuu] {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}

.cd-adv-name[b-7gt2111kuu] {
    text-align: center;
    font-size: 1.15rem;
    margin: 0.5rem 0;
    color: #333;
}

.cd-adv-desc[b-7gt2111kuu] {
    margin: 0;
    color: #4d4d4d;
    font-size: 14px;
}

.cd-case-outer[b-7gt2111kuu] {
    padding-left: 15px;
    padding-right: 15px;
}

.case-list[b-7gt2111kuu] {
    overflow: hidden;
}

.cd-case-grid[b-7gt2111kuu] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}

@media (min-width: 768px) {
    .cd-case-grid[b-7gt2111kuu] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cd-case-grid .item[b-7gt2111kuu] {
    position: relative;
    padding: 0;
}

.cd-case-grid .item a[b-7gt2111kuu] {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cd-case-grid .item a img.image[b-7gt2111kuu],
.cd-case-ph.image[b-7gt2111kuu] {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.cd-case-ph.image[b-7gt2111kuu] {
    aspect-ratio: 4/3;
    background: #ddd;
}

.cd-case-grid .item a:hover img[b-7gt2111kuu] {
    transform: scale(1.3);
}

.cd-case-grid .item a .tit[b-7gt2111kuu] {
    position: absolute;
    top: 38%;
    left: 0;
    z-index: 2;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    padding: 0 5px;
    pointer-events: none;
}

.cd-case-grid .item a:hover .tit[b-7gt2111kuu] {
    opacity: 1;
    top: 40%;
}

.cd-case-grid .item a .cover-bg[b-7gt2111kuu] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.cd-case-grid .item a:hover .cover-bg[b-7gt2111kuu] {
    opacity: 0.6;
}

/* _content/BlazorApp/Components/Pages/Login.razor.rz.scp.css */
.login-wrap[b-1dfqxkzgeh] {
    max-width: 420px;
    margin: 2rem auto;
    background: #fff;
    border: 1px solid #dce5f3;
    border-radius: 0.75rem;
    padding: 1.2rem;
}

.login-wrap h1[b-1dfqxkzgeh] {
    margin-top: 0;
    color: #133b70;
    font-size: 1.4rem;
}
/* _content/BlazorApp/Components/Pages/MenuChannel.razor.rz.scp.css */
.channel-layout[b-desm83tyx5] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.sub-nav-box[b-desm83tyx5] {
    clear: both;
    position: relative;
}

.sub-nav-title[b-desm83tyx5] {
    line-height: 57px;
    text-align: left;
    background: #ad7669;
    padding-left: 15px;
    font-size: 22px;
    color: #fff;
}

.sub-nav[b-desm83tyx5] {
    clear: both;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    overflow: visible;
    background: #fafafa;
    border: 1px solid #ececec;
    border-top: none;
}

.sub-nav ul[b-desm83tyx5] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-nav li[b-desm83tyx5] {
    width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
    display: block;
}

.sub-nav li a[b-desm83tyx5] {
    display: block;
    padding-left: 25px;
    line-height: 54px;
    font-size: 15px;
    color: #808080;
    background-color: #fafafa;
    border-bottom: 1px solid #ececec;
    text-decoration: none;
}

.sub-nav li.current > a[b-desm83tyx5],
.sub-nav li a:hover[b-desm83tyx5] {
    background-color: #f2ebe9;
    color: #5a342b;
}

.channel-main[b-desm83tyx5] {
    min-width: 0;
}

.channel-head[b-desm83tyx5] {
    margin-bottom: 0.55rem;
    padding-bottom: 0.15rem;
}

.channel-head h1[b-desm83tyx5] {
    margin: 0;
    color: #133b70;
    font-size: clamp(1.35rem, 2.2vw, 1.6rem);
    line-height: 1.2;
    font-weight: 600;
}

.child-section[b-desm83tyx5] {
    background: #fff;
    border: 1px solid #e1e8f2;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

.child-section h2[b-desm83tyx5] {
    margin-top: 0;
    color: #1a4b8c;
    font-size: 1.1rem;
}

.content-list[b-desm83tyx5] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-list li[b-desm83tyx5] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px dashed #d9e2f0;
    padding: 0.55rem 0;
}

.content-list li:last-child[b-desm83tyx5] {
    border-bottom: none;
}

.item-main[b-desm83tyx5] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

.cover-img[b-desm83tyx5] {
    width: 72px;
    height: 48px;
    border-radius: 0.35rem;
    object-fit: cover;
    border: 1px solid #d6deeb;
}

.content-list a[b-desm83tyx5] {
    text-decoration: none;
}

.content-list span[b-desm83tyx5] {
    color: #70809a;
    white-space: nowrap;
}

.news-list-view li[b-desm83tyx5] {
    align-items: center;
}

.news-meta[b-desm83tyx5] {
    display: flex;
    gap: 0.8rem;
    color: #70809a;
    font-size: 0.9rem;
    white-space: nowrap;
}

.single-article-card[b-desm83tyx5] {
    background: #fff;
    border: 1px solid #e1e8f2;
    border-radius: 0.6rem;
    padding: 1rem;
}

.single-article-card h2[b-desm83tyx5] {
    margin: 0 0 0.7rem;
    color: #1a4b8c;
}

.single-article-card blockquote[b-desm83tyx5] {
    border-left: 4px solid #9dc0f2;
    background: #f1f7ff;
    margin: 0 0 1rem;
    padding: 0.6rem 0.9rem;
    color: #41556f;
}

.single-cover[b-desm83tyx5] {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 0.45rem;
    border: 1px solid #dce4f1;
    margin-bottom: 0.85rem;
}

.single-article-body[b-desm83tyx5] {
    overflow-x: auto;
}

.single-article-body img[b-desm83tyx5] {
    max-width: 100% !important;
    height: auto !important;
}

.feedback-form[b-desm83tyx5] {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 0.65rem 0.8rem;
    align-items: center;
}

.feedback-form label[b-desm83tyx5] {
    margin: 0;
    font-weight: 600;
    color: #173b68;
}

.feedback-form .feedback-demand[b-desm83tyx5] {
    min-height: 120px;
}

.feedback-form > button[b-desm83tyx5] {
    grid-column: 2;
    justify-self: start;
}

.gallery-board[b-desm83tyx5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.75rem;
}

.gallery-item-btn[b-desm83tyx5] {
    border: 1px solid #dce4f1;
    border-radius: 0.45rem;
    background: #fff;
    padding: 0.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    cursor: pointer;
}

.gallery-item-thumb[b-desm83tyx5] {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 0.3rem;
}

.gallery-item-title[b-desm83tyx5] {
    font-size: 0.92rem;
    color: #395273;
    text-align: left;
}

.image-viewer-mask[b-desm83tyx5] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: grid;
    place-items: center;
    z-index: 1200;
    padding: 1rem;
}

.image-viewer-body[b-desm83tyx5] {
    position: relative;
    max-width: min(92vw, 1200px);
    max-height: 92vh;
    background: #111;
    border-radius: 0.45rem;
    padding: 0.75rem 0.75rem 0.5rem;
}

.image-viewer-body img[b-desm83tyx5] {
    display: block;
    max-width: 100%;
    max-height: calc(92vh - 3.2rem);
    margin: 0 auto;
}

.image-viewer-body p[b-desm83tyx5] {
    margin: 0.45rem 0 0;
    color: #f4f4f4;
    text-align: center;
}

.image-viewer-close[b-desm83tyx5] {
    position: absolute;
    right: 0.35rem;
    top: 0.2rem;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 999px) {
    .channel-layout[b-desm83tyx5] {
        grid-template-columns: 1fr;
    }

    .news-meta[b-desm83tyx5] {
        font-size: 0.82rem;
        gap: 0.55rem;
    }
}
/* _content/BlazorApp/Components/Shared/RichTextEditor.razor.rz.scp.css */
.rte-wrap[b-vjfcntezhh] {
    border: 1px solid #d7dee9;
    border-radius: 0.5rem;
    background: #fff;
}

.rte-toolbar[b-vjfcntezhh] {
    border-bottom: 1px solid #e2e8f3;
    padding: 0.45rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    background: #f9fbff;
}

.rte-select[b-vjfcntezhh] {
    width: auto;
    min-width: 7.2rem;
    max-width: 11rem;
}

.rte-size-select[b-vjfcntezhh] {
    min-width: 5.6rem;
}

.rte-editor[b-vjfcntezhh] {
    min-height: 220px;
    padding: 0.75rem;
    outline: none;
    overflow-x: auto;
    overflow-y: auto;
}

.rte-toolbar-sep[b-vjfcntezhh] {
    width: 1px;
    align-self: stretch;
    min-height: 1.5rem;
    margin: 0 0.15rem;
    background: #d7dee9;
}

.rte-editor img[b-vjfcntezhh] {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle;
}

.rte-editor img.rte-img-active[b-vjfcntezhh] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
    cursor: default;
}

/* 右下角缩放提示：由脚本在拖拽时使用 nwse-resize */
.rte-editor img.rte-img-active:hover[b-vjfcntezhh] {
    box-shadow: inset -14px -14px 0 -10px rgba(13, 110, 253, 0.35);
}
/* _content/BlazorApp/Components/Shared/SiteBanner.razor.rz.scp.css */
.banner-shell[b-c9kcbm3sgb] {
    max-width: 1200px;
    margin: 0.6rem auto 0;
    padding: 0 15px;
}

.banner-window[b-c9kcbm3sgb] {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    background: #dce8f7;
    box-shadow: none;
}

.banner-slide[b-c9kcbm3sgb] {
    position: relative;
    display: block;
    width: 100%;
    min-height: 1px;
    line-height: 0;
    text-decoration: none;
}

.banner-image[b-c9kcbm3sgb] {
    display: block;
    width: 100%;
    height: auto;
}

.banner-overlay[b-c9kcbm3sgb] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 1.1rem 1.2rem;
    background: linear-gradient(180deg, rgba(9, 35, 67, 0) 0%, rgba(9, 35, 67, 0.72) 100%);
}

.banner-overlay h2[b-c9kcbm3sgb] {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
}

.banner-overlay p[b-c9kcbm3sgb] {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}

.banner-nav[b-c9kcbm3sgb] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.1rem;
    height: 2.1rem;
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.36);
    color: #fff;
    font-size: 1.1rem;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.banner-nav:hover[b-c9kcbm3sgb] {
    background: rgba(0, 0, 0, 0.56);
}

.banner-prev[b-c9kcbm3sgb] {
    left: 0.8rem;
}

.banner-next[b-c9kcbm3sgb] {
    right: 0.8rem;
}

.banner-dots[b-c9kcbm3sgb] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.7rem;
    display: flex;
    gap: 0.4rem;
}

.dot[b-c9kcbm3sgb] {
    width: 0.52rem;
    height: 0.52rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.dot.active[b-c9kcbm3sgb] {
    width: 1.25rem;
    background: #fff;
}

.banner-empty[b-c9kcbm3sgb] {
    aspect-ratio: 1920 / 650;
    min-height: 220px;
    display: grid;
    place-content: center;
    text-align: center;
    color: #25486f;
    background: linear-gradient(135deg, #e8f2ff, #dcecff);
}

@media (max-width: 980px) {
    .banner-shell[b-c9kcbm3sgb] {
        margin-top: 0.4rem;
    }

    .banner-overlay h2[b-c9kcbm3sgb] {
        font-size: 1.06rem;
    }
}
