        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: "Segoe UI", "Roboto", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
            background: #eef2f7;
            color: #1f2f2a;
            line-height: 1.45;
            padding: 24px 20px;
        }
        
        .container {
            max-width: 1400px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 32px;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            padding: 32px 28px 18px;
            transition: all 0.2s;
            position: relative;
        }
		
       .header {
            text-align: center;
            border-bottom: 2px solid #dce5ef;
            margin-bottom: 36px;
            padding-bottom: 22px;
            position: relative;       }
        .header h1 {
            font-size: 2rem;
            font-weight: 600;
            color: #1e6f9f;
            letter-spacing: -0.3px;
            margin-bottom: 10px;
            word-break: break-word;
        }
		.imgh1{width: 8rem;height: auto;vertical-align: middle;margin-top: -5px;}
        .header .sub {
            color: #4f6f8a;
            font-size: 1rem;
            background: #f0f5fb;
            display: inline-block;
            padding: 5px 18px;
            border-radius: 40px;
        }
        
       .mobile-home-btn, .mobile-close-btn {
            position: absolute;
            top: 16px;
            width: 44px;
            height: 44px;
            border-radius: 40px;
            background: rgba(255, 255, 255, 0.96);
            backdrop-filter: blur(2px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0,0,0,0.05);
            display: none;         
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 1.6rem;
            font-weight: 500;
            color: #1e6f9f;
            border: 1px solid #d9e4f0;
            transition: all 0.2s ease;
            cursor: pointer;
            z-index: 20;
            line-height: 1;
            font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
        }
        .mobile-home-btn:hover, .mobile-close-btn:hover {
            background: #ffffff;
            transform: scale(0.96);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }
        .mobile-home-btn:active, .mobile-close-btn:active {
            transform: scale(0.94);
            background: #f0f7fe;
        }
        .mobile-home-btn {
            left: 16px;
        }
        .mobile-close-btn {
            right: 16px;
            font-size: 1.8rem;
            font-weight: 400;
            padding-bottom: 2px;
        }
        @media (max-width: 768px) {
            .mobile-home-btn, .mobile-close-btn {
                display: flex;   
            }
            .header {
                padding-top: 56px;padding-left: 8px;
                padding-right: 8px;
            }
            .header h1 {
                font-size: 1.6rem;
                margin-top: 20px;
                padding: 0 8px;
            }
            .header .sub {
                font-size: 0.8rem;
                padding: 4px 14px;
            }
            .container {
                padding: 0px 16px 16px;
            }
        }
       
        @media (max-width: 480px) {
            .header h1 {
                font-size: 1.4rem;
            }
            .mobile-home-btn, .mobile-close-btn {
                width: 40px;
                height: 40px;
                top: 12px;
                font-size: 1.4rem;
            }
            .mobile-close-btn {
                font-size: 1.6rem;
            }
            .header {
                padding-top: 52px;
            }
        }

        .highlight-tools {
            background: #f0f7fe;
            border-radius: 60px;
            margin-bottom: 36px;
            padding: 12px 24px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 16px;
            border: 1px solid #d9e4f0;
        }
        .tool-item {
            background: white;
            border-radius: 40px;
            padding: 6px 20px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.2s;
            box-shadow: 0 1px 3px rgba(0,0,0,0.03);
        }
        .tool-item a {
            text-decoration: none;
            color: #2c6f8f;
        }
        .tool-item a:hover {
            color: #0c4e73;
        }
        @media (max-width: 640px) {
            .highlight-tools {
                border-radius: 28px;
                flex-direction: column;
                align-items: stretch;
                text-align: center;
            }
			.header h1{display:none}
        }

       .sitemap-grid {
            margin: 0 -14px;
            overflow: hidden; 
        }
        .category {
            float: left;
            width: 33.333%;
            padding: 0 14px 32px;
        }
        
        @media (max-width: 900px) {
            .category {
                width: 50%;
            }
        }
        @media (max-width: 600px) {
            .category {
                width: 100%;
                float: none;
            }
        }

        /* 卡片样式 (统一设计，整齐美观) */
        .cat-card {
            background: #eef2f7;
            border-radius: 28px;
            border: 1px solid #e3ecf3;
            overflow: hidden;
            transition: all 0.25s ease;
            height: 100%;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
        }
        .cat-card:hover {
            border-color: #bfdaa8;
            box-shadow: 0 14px 28px -10px rgba(30, 80, 110, 0.12);
            background: #ffffff;
        }
        .cat-title {
            background: #f2f8ff;
            padding: 16px 20px;
            font-size: 1.28rem;
            font-weight: 600;
            color: #1f6390;
            border-left: 6px solid #4895c7;
            letter-spacing: -0.2px;
        }
        .link-list {
            padding: 16px 12px 20px 22px;
            list-style: none;
        }
        .link-list li {
            margin-bottom: 14px;
            line-height: 1.4;
            break-inside: avoid;
            page-break-inside: avoid;
        }
        .link-list a {
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            color: #2c5e6b;
            display: inline-block;
            transition: color 0.2s, transform 0.1s;
            border-bottom: 1px dotted transparent;
        }
        .link-list a:hover {
            color: #3282b0;
            border-bottom-color: #88bce6;
        }
        .link-desc {
            display: block;
            font-size: 0.73rem;
            color: #7b92a3;
            margin-top: 4px;
            line-height: 1.35;
        }

        /* 底部 */
        .footer-note {
            text-align: center;
            font-size: 0.8rem;
            border-top: 1px solid #e2ebd6;
            padding-top: 28px;
            color: #658098;
        }
        .footer-note a {
            color: #2c7fb8;
            text-decoration: none;
            margin: 0 8px;
        }
        .footer-note a:hover {
            text-decoration: underline;
        }
        .clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }
        .clearfix {
            zoom: 1;
        }

        @supports (display: grid) {
            .sitemap-grid {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
                gap: 28px;
                margin: 0;
            }
            .category {
                float: none;
                width: auto;
                padding: 0;
            }
           
            @media (min-width: 1280px) {
                .sitemap-grid {
                    grid-template-columns: repeat(4, 1fr);
                }
            }
            
            @media (min-width: 860px) and (max-width: 1279px) {
                .sitemap-grid {
                    grid-template-columns: repeat(3, 1fr);
                }
            }
            
            @media (min-width: 600px) and (max-width: 859px) {
                .sitemap-grid {
                    grid-template-columns: repeat(2, 1fr);
                }
            }
            
            @media (max-width: 599px) {
                .sitemap-grid {
                    grid-template-columns: 1fr;
                }
            }
          
            .cat-card {
                height: 100%;
                display: flex;
                flex-direction: column;
            }
            .link-list {
                flex: 1;
            }
        }

        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
           
            .sitemap-grid {
                display: block;
            }
        }
        .cat-card {
            transition-property: border-color, box-shadow;
        }
        hr {
            display: none;
        }
        
        .mobile-home-btn, .mobile-close-btn {
            -webkit-tap-highlight-color: transparent;
        }