/* /Components/Layout/Footer.razor.rz.scp.css */
 /*底部*/ 
.footer[b-rbql8sod9k] {
    text-align: center;
    padding: 10px 0;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .footer a[b-rbql8sod9k] {
        color: inherit;
        text-decoration: none;
    }

    .footer img[b-rbql8sod9k] {
        vertical-align: middle;
    }

/* 工信部备案图标 */
.icp[b-rbql8sod9k] {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* /Components/Layout/Header.razor.rz.scp.css */
/* 去除焦点轮廓和阴影 */
.navbar-toggler[b-105zvt3xpa],
.navbar-toggler:focus[b-105zvt3xpa],
.navbar-toggler:active[b-105zvt3xpa] {
    outline: none;
    box-shadow: none;
}

/* 手机端访问时居中显示 */
.navbar-nav[b-105zvt3xpa] {
    align-items: center;
}

/* 添加阴影和边框 */
.navbar[b-105zvt3xpa] {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


/* Logo 样式 */
.logo[b-105zvt3xpa] {
    border-radius: 8px;
    width: 40px;
    height: 40px;
}

/*导航栏宽度*/
.container[b-105zvt3xpa] {
    width:200vh;
}

.form-control[b-105zvt3xpa],
.form-control:focus[b-105zvt3xpa],
.form-control:active[b-105zvt3xpa] {
    outline: none;
    box-shadow: none;
    border-color: var(--bs-border-color);
}

/* ===== 手机端字体优化 ===== */
@media (max-width: 575.98px) {
    .navbar-brand[b-105zvt3xpa] {
        font-size: 0.85rem;
    }

    .logo[b-105zvt3xpa] {
        width: 34px;
        height: 34px;
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */

.content[b-5njsgn9ski] {
    margin-bottom: 46px;
    margin-top: 68px;
}






/* /Components/Pages/Details.razor.rz.scp.css */
/* ===== 加载动画 ===== */
@keyframes fadeSlideIn-b-bmggjjll1j {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in[b-bmggjjll1j] {
    animation: fadeSlideIn-b-bmggjjll1j 0.35s ease both;
}

.form-control[b-bmggjjll1j],
.form-control:focus[b-bmggjjll1j],
.form-control:active[b-bmggjjll1j] {
    outline: none;
    box-shadow: none;
    border-color: var(--bs-border-color);
}

.bi[b-bmggjjll1j],
.bi:focus[b-bmggjjll1j],
.bi:active[b-bmggjjll1j] {
    outline: none;
    box-shadow: none;
}

/* 去除焦点轮廓和阴影 */
.btn-close[b-bmggjjll1j],
.btn-close:focus[b-bmggjjll1j],
.btn-close:active[b-bmggjjll1j] {
    outline: none;
    box-shadow: none;
}

.top[b-bmggjjll1j] {
    padding: 30px 0px 0px 0px; /* 内边距，视具体情况调整 */
}

@media (max-width: 576px) {
    .top[b-bmggjjll1j] {
        padding: 20px 0px 0px 0px; /* 内边距，视具体情况调整 */
    }
}

    .Blog-title[b-bmggjjll1j] {
        font-size: 0.95rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }

    .top .row[b-bmggjjll1j] {
        font-size: 0.85rem;
    }

    /* 底部信息栏 */
    .card-title .text-wrap[b-bmggjjll1j] {
        font-size: 0.88rem;
        line-height: 2;
    }

    .text-center[b-bmggjjll1j] {
        font-size: 0.88rem;
    }

    .card-title .text-wrap strong[b-bmggjjll1j] {
        font-weight: 600;
    }

    /* 评论区字体 */
    .list-group-item .card-body[b-bmggjjll1j] {
        font-size: 0.88rem;
    }

        .list-group-item .card-body strong[b-bmggjjll1j] {
            font-weight: 600;
        }

        .list-group-item .card-body .card-text[b-bmggjjll1j] {
            font-size: 0.85rem;
        }

    .card-body[b-bmggjjll1j] {
        overflow-wrap: break-word; /* 自动换行 */
        word-wrap: break-word; /* 兼容旧版浏览器 */
        word-break: break-all; /* 在单词中间也可以换行，适用于很长的单词 */
    }



    .overflow-auto[b-bmggjjll1j]::-webkit-scrollbar {
        height: 6px;
        width: 6px;
    }

    .overflow-auto[b-bmggjjll1j]::-webkit-scrollbar-thumb {
        background-color: var(--bs-secondary-bg);
        border-radius: 5px;
    }

        .overflow-auto[b-bmggjjll1j]::-webkit-scrollbar-thumb:hover {
            background-color: var(--bs-secondary-color);
        }





    .wave[b-bmggjjll1j] {
        width: 100%;
        height: 50px; /* 波浪线的高度 */
        overflow: hidden; /* 隐藏超出部分 */
        position: relative;
        background: #00000000; /* 波浪线的颜色 */
    }

    svg[b-bmggjjll1j] {
        width: 100%;
        height: 100%;
    }

    .wave path[b-bmggjjll1j] {
        fill: none; /* 不填充颜色 */
        stroke: var(--bs-tertiary-color); /* 波浪线的颜色 */
        stroke-width: 1; /* 波浪线的宽度 */
    }



    @media (max-width: 768px) {
        .wave path[b-bmggjjll1j] {
            stroke-width: 2; /* 波浪线的宽度 */
        }
    }


    .slide-container[b-bmggjjll1j] {
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

        .slide-container.hide[b-bmggjjll1j] {
            max-height: 0;
        }

        .slide-container.show[b-bmggjjll1j] {
            max-height: 500px; /* 根据需要调整最大高度 */
        }









    .fullscreen-modal[b-bmggjjll1j] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        overflow: hidden;
        transform-origin: center center; /* 防止背景缩放 */
    }

        .fullscreen-modal img[b-bmggjjll1j] {
            max-width: 100%;
            max-height: 95%;
            object-fit: contain;
            cursor: grab;
            transition: transform 0.3s ease;
        }














/* /Components/Pages/Error.razor.rz.scp.css */
.error-container[b-3qcl5q84ws] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none; 
    text-align: center;
}

.error[b-3qcl5q84ws] {
    font-family: 'Gilda Display', serif;
    color: red;
    font-size: 95px;
    font-style: italic;
    position: relative;
    animation: noise-b-3qcl5q84ws 2s linear infinite;
    text-shadow: 0 0 80px red, 0 0 30px FireBrick, 0 0 6px DarkRed;
}

    .error[b-3qcl5q84ws]:before, .error[b-3qcl5q84ws]:after {
        content: '404';
        font-family: 'Gilda Display', serif;
        font-size: 100px;
        font-style: italic;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
    }

    .error[b-3qcl5q84ws]:before {
        color: red;
        animation: noise-2-b-3qcl5q84ws 0.2s linear infinite;
    }

    .error[b-3qcl5q84ws]:after {
        color: blue;
        animation: noise-1-b-3qcl5q84ws 0.2s linear infinite;
    }

.info[b-3qcl5q84ws] {
    text-align: center;
    font-size: 16px;
    font-style: italic;
    animation: noise-3-b-3qcl5q84ws 1s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:-30px;
}

@keyframes noise-1-b-3qcl5q84ws {
    0%, 20%, 40%, 60%, 70%, 90% {
        opacity: 0;
        transform: translateX(0);
    }

    10% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
        transform: translateX(-4px);   
    }

    80% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.6;
        transform: translateX(2px);
    }
}

@keyframes noise-2-b-3qcl5q84ws {
    0%, 20%, 40%, 60%, 70%, 90% {
        opacity: 0;
        transform: translateX(0);
    }

    10% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
        transform: translateX(4px);   
    }

    80% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.6;
        transform: translateX(-2px);
    }
}

@keyframes noise-b-3qcl5q84ws {
    0%, 3%, 5%, 42%, 44%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }

    4.3% {
        opacity: 1;
        transform: scaleY(1.2);   
    }

    43% {
        opacity: 1;
        transform: scaleX(1.2);   
    }
}

@keyframes noise-3-b-3qcl5q84ws {
    0%, 3%, 5%, 42%, 44%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }

    4.3% {
        opacity: 1;
        transform: scaleY(2);   
    }

    43% {
        opacity: 1;
        transform: scaleX(5) rotate(10deg);   
    }
}

/* /Components/Pages/Filing.razor.rz.scp.css */
/* ===== 归档容器 ===== */
.filing-container[b-yox9ielmke] {
    margin-top: 12px;
    margin-bottom: 0rem;
}

/* ===== 时间线主轴 ===== */
.timeline[b-yox9ielmke] {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

/* 纵向时间线（已移除） */

/* ===== 年份节点 ===== */
.timeline-year[b-yox9ielmke] {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0.5rem 5rem 0 0.5rem;
}

    .timeline-year:first-child[b-yox9ielmke] {
        margin-top: 0.5rem;
    }

.year-dot[b-yox9ielmke] {
    position: absolute;
    left: -2rem;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--bs-emphasis-color);
    z-index: 1;
}

.year-label[b-yox9ielmke] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--bs-emphasis-color);
}

.year-count[b-yox9ielmke] {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--bs-secondary-color);
    margin-left: 0.6rem;
}

/* ===== 文章节点（阶梯式缩进） ===== */
.timeline-item[b-yox9ielmke] {
    position: relative;
    width: fit-content;
    margin-left: 3rem;
    padding: 0.55rem 0.8rem 0.55rem 1.4rem;
    margin-bottom: 2px;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: background-color 0.2s;
    animation: fadeSlideIn-b-yox9ielmke 0.35s ease both;
}

    .timeline-item:hover[b-yox9ielmke] {
        background-color: var(--bs-tertiary-bg);
    }

    .timeline-item:has(+ .timeline-year)[b-yox9ielmke],
    .timeline-item:has(+ .timeline-end)[b-yox9ielmke] {
        margin-bottom: 0;
    }

@keyframes fadeSlideIn-b-yox9ielmke {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== 文章圆点 ===== */
.timeline-dot[b-yox9ielmke] {
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--bs-border-color);
    z-index: 1;
    transition: transform 0.25s, background-color 0.25s, box-shadow 0.25s;
}

.timeline-item:hover .timeline-dot[b-yox9ielmke] {
    background-color: var(--bs-emphasis-color);
    transform: translateY(-50%) scale(1.6);
    box-shadow: 0 0 0 3px rgba(var(--bs-emphasis-color-rgb), 0.15);
}

/* ===== 内容 ===== */
.timeline-content[b-yox9ielmke] {
    min-width: 0;
}

.item-title[b-yox9ielmke] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-body-color);
    transition: color 0.2s;
    min-width: 0;
}

.item-title-text[b-yox9ielmke] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.item-title i[b-yox9ielmke] {
    flex-shrink: 0;
}

.timeline-item:hover .item-title[b-yox9ielmke] {
    color: var(--bs-emphasis-color);
}

.item-meta[b-yox9ielmke] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.8rem;
    margin-top: 0.2rem;
    font-size: 0.85rem;
    color: var(--bs-secondary-color);
}

/* ===== 底部终点 ===== */
.timeline-end[b-yox9ielmke] {
    display: none;
}

/* ===== 移动端适配 ===== */
@media (max-width: 576px) {
    .filing-container[b-yox9ielmke] {
        margin-top: 8px;
    }

    .timeline[b-yox9ielmke] {
        padding-left: 1.5rem;
    }

    .year-dot[b-yox9ielmke] {
        left: -1.5rem;
        width: 12px;
        height: 12px;
    }

    .timeline-item[b-yox9ielmke] {
        width: auto;
        max-width: 100%;
        margin-left: 1.5rem;
        padding-left: 1.2rem;
        margin-bottom: 0.4rem;
    }

    .item-title-text[b-yox9ielmke] {
        white-space: normal;
        word-break: break-word;
    }

    .item-meta[b-yox9ielmke] {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.about strong[b-3m7rmsbhh2] {
    margin-top: 1.3rem;
    margin-bottom: .3rem;
    font-size: 1.2rem
}

/* ===== 加载动画 ===== */
@keyframes fadeSlideIn-b-3m7rmsbhh2 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in[b-3m7rmsbhh2] {
    animation: fadeSlideIn-b-3m7rmsbhh2 0.35s ease both;
}

.avatar img[b-3m7rmsbhh2] {
    width: 7rem;
    height: auto;
    border-radius: 50%;
}

.top[b-3m7rmsbhh2] {
    height:250px;
    padding-top: 45px;
}

.top .card-body[b-3m7rmsbhh2] {
    margin: 0;
    padding: 0;
}



.click-effect:active[b-3m7rmsbhh2] {
    transform: scale(0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.link-style[b-3m7rmsbhh2] {
    background-size: cover; /* 使图片覆盖整个按钮 */
    background-position: center; /* 图片居中显示 */
    background-repeat: no-repeat; /* 不重复显示图片 */
    width: 48px;
    height: 48px;
}

@media (max-width: 992px) {

    .avatar img[b-3m7rmsbhh2] {
        width: 6rem
    }

    .top[b-3m7rmsbhh2] {
        height: 200px;
        padding-top: 25px;
    }

    .about strong[b-3m7rmsbhh2] {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.2rem;
        font-size: 1rem;
    }

    .about br[b-3m7rmsbhh2] {
        line-height: 0.5;
    }
}

/* 全局移除 a 标签的默认样式 */
a[b-3m7rmsbhh2] {
    text-decoration: none; /* 去除下划线 */
    color: inherit; /* 使链接颜色继承父元素的颜色 */
}

    a:hover[b-3m7rmsbhh2], a:focus[b-3m7rmsbhh2] {
        text-decoration: none; /* 移除悬停和聚焦时的下划线 */
        color: inherit; /* 悬停时保持颜色 */
    }

    a.glow-hover[b-3m7rmsbhh2] {
        text-decoration: none;
        color: #007bff;
        transition: box-shadow 0.3s ease-in-out;
    }

        a.glow-hover:hover[b-3m7rmsbhh2] {
            box-shadow: 0 0 10px #007bff, 0 0 20px #007bff, 0 0 30px #007bff;
        }

.page-link:focus[b-3m7rmsbhh2] {
    outline: none; /* 移除聚焦时的边框 */
    box-shadow: none; /* 移除聚焦时的阴影效果 */
}

[b-3m7rmsbhh2] .page-item.active > .page-link {
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


.list-group-item[b-3m7rmsbhh2], .modal-body[b-3m7rmsbhh2] {
    margin: 0;
    padding: 0;
}

.card-body[b-3m7rmsbhh2] {
    margin: 10px;
    padding: 0;
}

/* 列表中标题字号 */
.card-title[b-3m7rmsbhh2] {
    font-size: 0.9rem;
}

.card-body .row[b-3m7rmsbhh2] {
    font-size: 0.85rem;
}

/* 排行标题字号 */
.card-title.text-truncate .text-wrap[b-3m7rmsbhh2] {
    font-size: 0.85rem;
}

.text-wrap[b-3m7rmsbhh2] {
    /*word-break: keep-all;*/ /* 中文与英文整体性保留 */
    /*overflow-wrap: break-word;*/ /* 长单词接近边缘时自动换行 */
    min-width: 0;
    max-width: 100%;
}

/* 标签按钮字号 */
.card-body .btn[b-3m7rmsbhh2] {
    font-size: 0.8rem;
    font-weight: 500;
}

.card-body .badge[b-3m7rmsbhh2] {
    font-size: 0.7rem;
    
}


/* 去除焦点轮廓和阴影 */
.btn-close[b-3m7rmsbhh2],
.btn-close:focus[b-3m7rmsbhh2],
.btn-close:active[b-3m7rmsbhh2] {
    outline: none;
    box-shadow: none;
}


.form-control[b-3m7rmsbhh2],
.form-control:focus[b-3m7rmsbhh2],
.form-control:active[b-3m7rmsbhh2] {
    outline: none;
    box-shadow: none;
    border-color: var(--bs-border-color);
}
/* /Components/Pages/LeaveWord.razor.rz.scp.css */
.about strong[b-x3ejk8v3hx] {
    margin-top: 1.3rem;
    margin-bottom: .3rem;
    font-size: 1.2rem
}

/* ===== 加载动画 ===== */
@keyframes fadeSlideIn-b-x3ejk8v3hx {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in[b-x3ejk8v3hx] {
    animation: fadeSlideIn-b-x3ejk8v3hx 0.35s ease both;
}

.avatar img[b-x3ejk8v3hx] {
    width: 7rem;
    height: auto;
    border-radius: 50%;
}
.top[b-x3ejk8v3hx] {
    height: 250px;
    padding-top: 45px;
}

.top .card-body[b-x3ejk8v3hx] {
    margin: 0;
    padding: 0;
}
.i-link[b-x3ejk8v3hx] {
    margin-top: -2.5rem;
    margin-bottom: 0.45rem;
    text-align: center;
}

@media (max-width: 992px) {

    .avatar img[b-x3ejk8v3hx] {
        width: 6rem
    }
    .top[b-x3ejk8v3hx] {
        height: 200px;
        padding-top: 25px;
    }

    .about strong[b-x3ejk8v3hx] {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -0.8rem;
        font-size: 1rem;
    }

    .about br[b-x3ejk8v3hx] {
        line-height: 0.5;
    }
}

/* 信息卡片标签现代化 */
.card > .card-body > div[b-x3ejk8v3hx] {
    font-size: 0.85rem;
    line-height: 2;
}

.card > .card-body > div strong[b-x3ejk8v3hx] {
    font-weight: 500;
}

/* 留言区字体 */
.list-group-item .card-body[b-x3ejk8v3hx] {
    font-size: 0.85rem;
}

.list-group-item .card-body strong[b-x3ejk8v3hx] {
    font-weight: 500;
}

.list-group-item .card-body .card-text[b-x3ejk8v3hx] {
    font-size: 0.85rem;
}

.form-control[b-x3ejk8v3hx],
.form-control:focus[b-x3ejk8v3hx],
.form-control:active[b-x3ejk8v3hx] {
    outline: none;
    box-shadow: none;
    border-color: var(--bs-border-color);
}

.bi[b-x3ejk8v3hx],
.bi:focus[b-x3ejk8v3hx],
.bi:active[b-x3ejk8v3hx] {
    outline: none;
    box-shadow: none;
}

/* 去除焦点轮廓和阴影 */
.btn-close[b-x3ejk8v3hx],
.btn-close:focus[b-x3ejk8v3hx],
.btn-close:active[b-x3ejk8v3hx] {
    outline: none;
    box-shadow: none;
}

a[b-x3ejk8v3hx] {
    color: inherit;
    text-decoration: none;
}
