
        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap'); 
        
        body {
            font-family: 'Noto Sans SC', sans-serif;
        }
 
        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        ::-webkit-scrollbar-thumb {
            background: #dc2626;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #b91c1c;
        }
 
        .fade-in-up {
            animation: fadeInUp 0.8s ease-out forwards;
            opacity: 0;
            transform: translateY(20px);
        }
 
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
 
        .hero-gradient {
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        }
 
        /* Map Animation Dots */
        .map-dot {
            animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        }
        @keyframes pulse-ring {
            0% { transform: scale(0.33); opacity: 1; }
            80%, 100% { transform: scale(2); opacity: 0; }
        }
     .pt-3 .lineheigt18{
        line-height:  1.8rem;
     }
  .h600{
        height:600px
         }
.container .space-y-8 li{
    margin-top:1.5rem;
}
.mt-3rem {
    margin-top: 3rem;
}
.border-t .margt20px{
    margin-top:21px;
}
.morelink{
     float: right;
    margin-top: 8px;
}

/* 调整space-y-16的间距为2rem（原来是4rem） */
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.logocss{
    height: 80px;
}
.active{
    color:rgba(220, 38, 38, var(--tw-bg-opacity));
    font-weight: 700;
}
.textlarge{
    font-size: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
    line-height: 2rem;
}

/* ESG 观察模块的上下内边距 */
.esg-padding {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
