@charset "utf-8";

/* 自定义53客服样式 */
        #icon_menu_module {
            /*background:var(--primary)!important;*/
            border-radius:8px
        }
        #_53dk_center__53dk__centerBox {
            transform:none!important;
            will-change:unset!important
        }

        /* ===== 全局样式 - 清秀版 ===== */
		 html {
            scroll-behavior: auto !important;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', 'Noto Sans', sans-serif;
            background-color: #faf9fc;
            color: #2c3e4e;
            line-height: 1.65;
        }
        h1, h2, h3, h4, h5, h6 {
            color: #1a2c3e;
            font-weight: 600;
            letter-spacing: -0.01em;
        }
        a {
            color: #3b82f6;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #2563eb;
        }
        /* 导航栏 - 完全不透明 */
        .navbar {
            background: white !important;
            box-shadow: 0 1px 0 rgba(0,0,0,0.05);
            padding: 0.6rem 0;
        }
        .navbar-brand {
            font-weight: 700;
            font-size: 1.5rem;
            background: linear-gradient(135deg, #2c3e50, #3b82f6);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .nav-link {
            color: #4a627a !important;
            font-weight: 450;
            font-size: 0.9rem;
        }
        .nav-link:hover {
            color: #3b82f6 !important;
        }
        .navbar-toggler {
            border: 1px solid #e2e8f0;
            background: white;
            padding: 0.25rem 0.5rem;
        }
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        @media (max-width: 991.98px) {
            .navbar-collapse {
                background: white;
                padding: 1rem;
                border-radius: 0 0 1rem 1rem;
                box-shadow: 0 4px 12px rgba(0,0,0,0.03);
            }
			.navbar {
        position: relative;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        border-radius: 0 0 1rem 1rem;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        z-index: 1050;
        max-height: 80vh;
        overflow-y: auto;
    }
        }
        /* 面包屑 - 修复对齐问题 */
        .breadcrumb {
            background: transparent;
            padding: 0;
            margin-bottom: 1.8rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        .breadcrumb-item {
            display: inline-flex;
            align-items: center;
            line-height: 1.4;
        }
        .breadcrumb-item a {
            color: #7f8c9a;
            font-size: 0.8rem;
            line-height: inherit;
        }
        .breadcrumb-item.active {
            color: #2c3e4e;
            font-weight: 500;
            font-size: 0.8rem;
            line-height: inherit;
        }
        /* 两栏布局 */
        .article-layout {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }
        .sidebar {
            flex: 1.2;
            min-width: 240px;
        }
        .content-main {
            flex: 2.8;
            min-width: 0;
        }
        .sidebar-card {
            background: #ffffff;
            border-radius: 1rem;
            border: 1px solid #edf2f0;
            padding: 1.5rem;
        }
        .sidebar-title {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 1.2rem;
            padding-bottom: 0.4rem;
            border-bottom: 1px solid #eef2f0;
            display: inline-block;
            color: #4a627a;
        }
        .sidebar-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-list li {
            margin-bottom: 1rem;
            padding-bottom: 0.7rem;
            border-bottom: 1px solid #f0f3f0;
        }
        .sidebar-list li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .sidebar-list .list-title {
            font-weight: 450;
            font-size: 0.85rem;
            line-height: 1.4;
            margin-bottom: 0.2rem;
        }
        .sidebar-list .list-title a {
            color: #2c3e4e;
        }
        .sidebar-list .list-title a:hover {
            color: #3b82f6;
        }
        .sidebar-list .list-date {
            font-size: 0.65rem;
            color: #9aaebf;
        }
        .article-card {
            background: white;
            border-radius: 1.25rem;
            border: 1px solid #edf2f0;
            padding: 2rem;
        }
        .article-header {
            margin-bottom: 1.5rem;
        }
        .article-title {
            font-size: 1.7rem;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 0.75rem;
            color: #1a2c3e;
        }
        .article-meta {
            font-size: 0.75rem;
            color: #8ba0b2;
            border-bottom: 1px solid #f0f3f0;
            padding-bottom: 0.8rem;
            margin-bottom: 1.5rem;
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .article-meta span i {
            margin-right: 0.2rem;
            font-size: 0.7rem;
        }
        .article-content {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #2c3e4e;
        }
        .article-content p {
            margin-bottom: 1.2rem;
        }
        .article-content h3 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.6rem 0 0.8rem;
            padding-left: 0.5rem;
            border-left: 3px solid #3b82f6;
            color: #1a2c3e;
        }
        @media (max-width: 768px) {
            .article-layout { flex-direction: column; }
            .sidebar { order: 2; }
            .content-main { order: 1; }
            .article-title { font-size: 1.4rem; }
            .article-card { padding: 1.2rem; }
            .sidebar-card { padding: 1rem; }
			.article-content img {
        width: 100%;
        height: auto;
        display: block;
    }
        }
        footer {
            background: #f8fafc;
            color: #8ba0b2;
            margin-top: 3rem;
            padding: 1.5rem 0;
            text-align: center;
            border-top: 1px solid #eef2f0;
            font-size: 0.75rem;
        }
        footer a { color: #7f8c9a; }
        footer a:hover { color: #3b82f6; }