* {
    font-size: 16px;
    font-family: "PingFang SC", "Helvetica Neue", "Arial", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "宋体", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', 'SimHei', 'Arial', sans-serif;
    min-width: 1900px;
}

input,
button,
select,
div {
    outline: none;
}

a {
    text-decoration: none !important;
    transition: color 0.3s;
    font-size: 15px;
    color: var(--jh--text-1);
}

a:hover {
    color: #0080ff;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

em {
    font-style: normal;
    padding: 5px;
}

p {
    padding: 0;
    margin: 0;
}

.jh-card-body table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
h4 {
    color: #141414;
    font-size: 18px;
    margin: 20px 0;
    padding-left: 22px;
    position: relative;
}
h4:before {
    border: 2px solid #06f;
    border-radius: 12px;
    box-shadow: 3px 0 6px -1px #06f;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}
thead th {
    padding: 12px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #ddd;
}

tbody td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}


.tips-box {
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #e0f2fe;
    border-left: 4px solid var(--jh-blue);
}
pre code.hljs{display:block;overflow-x:auto;padding:1em}
    code.hljs{padding:3px 5px}
    .hljs{color:#abb2bf;background: #272822;}
    .hljs-comment,.hljs-quote{color: #8292a2;}
    .hljs-doctag,.hljs-formula,.hljs-keyword{color: #ae81ff;}
    .hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}
    .hljs-literal{color:#56b6c2}
    .hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color: #a6e22e;}
    .hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color: #e6db74;}
    .hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color: #66d9ef;}
    .hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}
    .hljs-emphasis{font-style:italic}
    .hljs-strong{font-weight:700}
    .hljs-link{text-decoration:underline}
    pre {
        background-color: #272822;
        color: #abb2bf;
        padding: 16px;
        border-radius: 6px;
        overflow-x: auto;
        font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
        font-size: 14px;
        line-height: 1.5;
        margin: 10px 0;
        width: 800px;
        height: 500px;
        overflow-y: auto;
    }
:root {
    --jh-blue: #1677ff;
    --jh-indigo: #6610f2;
    --jh-purple: #6f42c1;
    --jh-pink: #d63384;
    --jh-red: #dc3545;
    --jh-orange: #fd7e14;
    --jh-yellow: #ffc107;
    --jh-green: #198754;
    --jh-teal: #20c997;
    --jh-cyan: #0dcaf0;
    --jh-white: #fff;
    --jh-gray: #6c757d;
    --jh-gray-dark: #343a40;
    --jh-gray-100: #f8f9fa;
    --jh-gray-200: #e9ecef;
    --jh-gray-300: #dee2e6;
    --jh-gray-400: #ced4da;
    --jh-gray-500: #adb5bd;
    --jh-gray-600: #6c757d;
    --jh-gray-700: #495057;
    --jh-gray-800: #343a40;
    --jh-gray-900: #212529;
    --jh-primary: #59f;
    --jh-secondary: #6c757d;
    --jh-success: #198754;
    --jh-info: #0dcaf0;
    --jh-warning: #ffc107;
    --jh-danger: #dc3545;
    --jh-light: #f8f9fa;
    --jh-dark: #212529;
    --jh-primary-rgb: 85, 153, 255;
    --jh-secondary-rgb: 108, 117, 125;
    --jh-success-rgb: 76, 175, 80;
    --jh-info-rgb: 13, 202, 240;
    --jh-warning-rgb: 255, 193, 7;
    --jh-danger-rgb: 220, 53, 69;
    --jh-light-rgb: 248, 249, 250;
    --jh-dark-rgb: 33, 37, 41;
    --jh-white-rgb: 255, 255, 255;
    --jh-black-rgb: 0, 0, 0;
    --jh-body-color-rgb: 33, 37, 41;
    --jh-body-bg-rgb: 255, 255, 255;
    --jh-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --jh-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --jh-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --jh-body-font-family: var(--jh-font-sans-serif);
    --jh-body-font-size: 1rem;
    --jh-body-font-weight: 400;
    --jh-body-line-height: 1.5;
    --jh-body-color: #212529;
    --jh-body-bg: #fff;
}
        /* 底部核心样式 */
        .public-footer {
            background-color: #f8f9fa;
            padding: 40px 0 20px;
            color: #666;
            border-top: 1px solid #eee;
        }
        .public-footer .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* 服务保障栏 */
        .public-footer .serve {
            display: flex;
            justify-content: space-around;
            padding-bottom: 30px;
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            flex-wrap: wrap;
        }
        .public-footer .serve .item {
            display: flex;
            align-items: center;
            margin: 10px 20px;
        }
        .public-footer .serve .item i {
            font-size: 24px;
            color: #007bff;
            margin-right: 10px;
        }
        .public-footer .serve .item em {
            font-size: 16px;
            color: #333;
        }

        /* 入口链接栏 */
        .public-footer .entrance {
            display: flex;
            justify-content: space-between;
            padding-bottom: 30px;
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            flex-wrap: wrap;
        }
        .public-footer .entrance .item {
            flex: 1;
            min-width: 150px;
            margin: 0 15px 20px;
        }
        .public-footer .entrance .item .title {
            font-size: 18px;
            color: #333;
            margin-bottom: 15px;
            font-weight: 600;
        }
        .public-footer .entrance .item .links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .public-footer .entrance .qrcode {
            display: flex;
            gap: 20px;
        }
        .public-footer .entrance .qrcode_content {
            text-align: center;
        }
        .public-footer .entrance .qrcode_content_img {
            width: 100px;
            height: 100px;
            margin-bottom: 5px;
        }
        .public-footer .entrance .footerContact {
            margin-top: 10px;
            font-size: 14px;
        }

        /* 版权信息栏 */
        .public-footer .state {
            text-align: center;
            font-size: 14px;
            color: #999;
        }
        .public-footer .state .links {
            margin-bottom: 10px;
        }

        /* 侧边客服按钮 - 核心修复 */
        .side-contact {
            position: fixed;
            bottom: 80px;
            right: 15px;
            z-index: 999;
        }
        .side-contact .contact-wrap {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background-color: #ffffff;
            color: #165dff;
            border-radius: 6px;
            margin-bottom: 10px;
            cursor: pointer;
            position: relative;
            border: 1px solid #559cff;
            transition: opacity 0.3s;
        }
        /* 修复hover消失问题：把hover绑定到外层容器 */
        .side-contact .contact-wrap:hover {
            opacity: 1;
        }
        .side-contact .contact-wrap:hover .popover {
            display: block;
        }
        .side-contact .contact-wrap .popover {
            position: absolute;
            right: 65px;
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            padding: 15px;
            min-width: 180px;
            display: none;
            z-index: 1000;
            /* 关键：让popover也能触发hover，防止消失 */
            pointer-events: auto;
        }
        /* 鼠标移到popover上也保持显示 */
        .side-contact .contact-wrap .popover:hover {
            display: block;
        }
        .side-contact .contact-wrap .popover::after {
            content: '';
            position: absolute;
            right: -5px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-left: 8px solid #fff;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
        }
        .side-contact .contact-wrap .popover .title {
            font-size: 14px;
            color: #333;
            margin-bottom: 10px;
            text-align: center;
        }
        .side-contact .contact-wrap .popover .qrcode {
            width: 120px;
            height: 120px;
            display: block;
            margin: 0 auto;
        }
        .side-contact .contact-wrap .popover .qq-number {
            font-size: 16px;
            color: #333;
            text-align: center;
            font-weight: 600;
            user-select: text;
        }
        .side-contact .contact-wrap .popover .join-group {
            display: block;
            text-align: center;
            color: #007bff;
            text-decoration: none;
            margin-top: 10px;
            padding: 5px 10px;
            border-radius: 4px;
            transition: background-color 0.2s;
        }
        .side-contact .contact-wrap .popover .join-group:hover {
            background-color: #f0f7ff;
        }

        /* 返回顶部按钮 */
        #scroll-top {
            position: fixed;
            bottom: 20px;
            right: 15px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background-color: #ffffff;
            color: #165dff;
            border-radius: 6px;
            opacity: 0.8;
            display: none;
            border: 1px solid #1677ff;
        }
        #scroll-top:hover {
            opacity: 1;
        }

        /* 暂无搜索结果样式 */
        .search-placeholder {
            width: 100%;
            padding: 60px 20px;
            text-align: center;
            color: #999;
            font-size: 16px;
            background-color: #fafafa;
            border-radius: 8px;
            margin: 20px 0;
        }
        .search-placeholder::before {
            content: "🔍";
            display: block;
            font-size: 40px;
            margin-bottom: 15px;
            opacity: 0.5;
        }