﻿        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }

        /* 左侧栏水印效果 - 使用图片 */
        .left-column {
            position: relative;
        }

        .left-column::before {
            content: "";
            position: fixed;
            top: 50%;
            left: 25%;
            transform: translate(-50%, -50%) rotate(0deg);
            width: 600px;
            height: 300px;
            background-image: url('/watermark/water_bg.png');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            opacity: 0.09;
            z-index: -1;
            pointer-events: none;
            user-select: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

        /* ubb to html 对齐用 begin - 修改部分 */
        .align-left { 
            text-align: left !important; 
            display: block !important;
        }
        .align-center { 
            text-align: center !important; 
            display: block !important;
        }
        .align-right { 
            text-align: right !important; 
            display: block !important;
        }
        .image-container { 
            margin: 10px 0 !important; 
            display: block !important;
        }
        .image-container img { 
            max-width: 100% !important; 
            height: auto !important;
            display: inline-block !important;
        }

        /* 确保图片在居中容器中居中 */
        .align-center .image-container {
            text-align: center !important;
        }
        .align-center .image-container img {
            display: inline-block !important;
        }

        /* 文章内容所有文本缩进 - 修改这里 */
        .left-column {
            text-indent: 2em !important;
            line-height: 1.8 !important;
        }

        /* 确保对齐容器内的文本也继承缩进 */
        .align-left,
        .align-center, 
        .align-right {
            text-indent: 2em !important;
        }

        /* 段落间距 */
        .left-column p {
            margin-bottom: 1em !important;
            word-wrap: break-word;
        }

        /* 重置不需要缩进的元素 */
        .left-column .image-container,
        .left-column img,
        .left-column .card,
        .left-column .card-header,
        .left-column .loan-product,
        .left-column .loan-info,
        .left-column .stat-item,
        .left-column pre,
        .left-column code,
        .left-column blockquote {
            text-indent: 0 !important;
        }
        /* ubb to html 对齐用 end */
        
        /* 导航栏样式 */
        .navbar {
            background-color: #1a365d;
            padding: 0 2rem;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 1000;
        }
        
        .nav-container {
            max-width: 1400px;
            margin: 0 auto;
        }
        
        ul.topnav {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            display: flex;
            align-items: center;
        }
        
        .logo {
            font-size: 1.8rem;
            font-weight: bold;
            color: white;
            padding: 1rem 1.5rem;
            display: block;
            text-decoration: none;
            margin-right: 2rem;
        }
        
        .logo i {
            color: #4ade80;
            margin-right: 8px;
        }
        
        ul.topnav li {
            float: left;
            position: relative;
        }
        
        ul.topnav li a {
            display: flex;
            align-items: center;
            color: white;
            text-align: center;
            padding: 1.2rem 1.5rem;
            text-decoration: none;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        ul.topnav li a i {
            margin-right: 8px;
            font-size: 1.1rem;
        }
        
        ul.topnav li a:hover:not(.active) {
            background-color: #2c5282;
            transform: translateY(-2px);
        }
        
        ul.topnav li a.active {
            background-color: #4ade80;
            color: #1a365d;
            font-weight: 500;
        }
        
        ul.topnav li.right {
            margin-left: auto;
        }
        
        /* 主要内容区 */
        .container {
            max-width: 1400px;
            margin: 2rem auto;
            padding: 0 2rem;
            display: flex;
            gap: 2rem;
            position: relative;
            z-index: 1;
        }
        
        /* 左侧栏 */
        .left-column {
            flex: 3;
            position: relative;
        }
        
        /* 右侧栏 */
        .right-column {
            flex: 1;
        }



        
        /* 卡片样式 */
        .card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            padding: 1.5rem;
            margin-bottom: 2rem;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            z-index: 2;
        }
        
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
        }
        
        .card-header {
            border-bottom: 1px solid #f1f1f1;
            padding-bottom: 1rem;
            margin-bottom: 1.5rem;
        }
        
        .card-header h2 {
            color: #1a365d;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
        }
        
        .card-header h2 i {
            color: #4ade80;
            margin-right: 10px;
        }











        
        /* 贷款产品样式 */
        .loan-product {
            display: flex;
            align-items: center;
            padding: 1rem 0;
            border-bottom: 1px dashed #f1f1f1;
        }
        
        .loan-product:last-child {
            border-bottom: none;
        }
        
        .loan-icon {
            width: 60px;
            height: 60px;
            background-color: #ebf8ff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1.2rem;
            flex-shrink: 0;
        }
        
        .loan-icon i {
            font-size: 1.5rem;
            color: #3182ce;
        }
        
        .loan-info h3 {
            font-size: 1.1rem;
            margin-bottom: 5px;
            color: #1a365d;
        }
        
        .loan-info p {
            color: #718096;
            font-size: 0.9rem;
        }
        
        .loan-features {
            margin-top: 0.5rem;
            display: flex;
            gap: 1rem;
        }
        
        .loan-feature {
            font-size: 0.8rem;
            color: #38b2ac;
            background-color: #e6fffa;
            padding: 3px 10px;
            border-radius: 20px;
        }
        
/* 右侧栏样式 */
.sidebar-menu {
    list-style: none;
    padding: 0; /* 清除默认内边距，避免额外间距 */
    margin: 0;  /* 清除默认外边距，排除干扰 */
}

.sidebar-menu li {
    margin-bottom: 0.02rem; /* 大幅减小列表项之间的外部间距 */
    line-height: 1; /* 行高设为1，贴近文字本身高度 */
}

.sidebar-menu li a {
    line-height: 1.9; /* 确保链接行高与列表项一致 */
}

.sidebar-menu a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #4a5568;
    padding: 0.08rem 0.2rem; /* 减小上下内边距，压缩垂直空间 */
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sidebar-menu a:hover {
    background-color: #ebf8ff;
    color: #2c5282;
}

.sidebar-menu a i {
    margin-right: 10px;
    color: #3182ce;
    width: 20px;
    text-align: center;
}     
        .sidebar-banner {
            background: linear-gradient(135deg, #3182ce, #2c5282);
            color: white;
            border-radius: 10px;
            padding: 1.5rem;
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .sidebar-banner h3 {
            margin-bottom: 0.5rem;
            font-size: 1.3rem;
        }
        
        .sidebar-banner p {
            margin-bottom: 0.5rem;
            opacity: 0.9;
        }
        
        .btn {
            display: inline-block;
            background-color: white;
            color: #2c5282;
            padding: 0.8rem 1.5rem;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 1rem;
        }
        
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
        
        .stat-item {
            background-color: #f7fafc;
            padding: 1rem;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-item i {
            color: #3182ce;
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
        
        .stat-value {
            font-size: 1.5rem;
            font-weight: bold;
            color: #1a365d;
        }
        
        .stat-label {
            font-size: 0.8rem;
            color: #718096;
        }
        
        /* 页脚样式 - 保留原有样式 */
        footer {
            background-color: #1a365d;
            color: white;
            padding: 3rem 2rem;
            margin-top: 3rem;
            position: relative;
            z-index: 1000;
        }
        
        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 2rem;
        }
        
        .footer-column {
            flex: 1;
            min-width: 200px;
        }
        
        .footer-column h3 {
            margin-bottom: 1.5rem;
            font-size: 1.2rem;
            position: relative;
            padding-bottom: 0.5rem;
        }
        
        .footer-column h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background-color: #4ade80;
        }
        
        .footer-column ul {
            list-style: none;
        }
        
        .footer-column ul li {
            margin-bottom: 0.8rem;
        }
        
        .footer-column ul li a {
            color: #e2e8f0;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .footer-column ul li a:hover {
            color: #4ade80;
        }
        
        .copyright {
            text-align: center;
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 0.9rem;
            color: #a0aec0;
        }
        
        /* 响应式设计 */
        @media screen and (max-width: 992px) {
            .container {
                flex-direction: column;
            }
            
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            /* 移动端调整水印位置和大小 */
            .left-column::before {
                left: 50%;
                width: 400px;
                height: 200px;
            }
        }
        
        @media screen and (max-width: 768px) {
            .navbar {
                padding: 0 1rem;
            }
            
            ul.topnav {
                flex-wrap: wrap;
            }
            
            .logo {
                margin-right: 0;
                width: 100%;
                text-align: center;
                padding: 1rem;
            }
            
            ul.topnav li {
                float: none;
                width: 50%;
                text-align: center;
            }
            
            ul.topnav li a {
                justify-content: center;
                padding: 1rem;
            }
            
            ul.topnav li.right {
                margin-left: 0;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            /* 移动端调整水印 */
            .left-column::before {
                width: 300px;
                height: 150px;
                transform: translate(-50%, -50%) rotate(-30deg);
            }
        }
        
        @media screen and (max-width: 480px) {
            ul.topnav li {
                width: 100%;
            }
            
            .loan-product {
                flex-direction: column;
                text-align: center;
            }
            
            .loan-icon {
                margin-right: 0;
                margin-bottom: 1rem;
            }
            
            .loan-features {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            /* 小屏幕隐藏水印或进一步缩小 */
            .left-column::before {
                width: 200px;
                height: 100px;
                opacity: 0.1;
            }
        }

.loan-apply-btn {
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #F8CECC;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none; /* 清除默认链接下划线 */
  transition: all 0.3s ease;
}
.loan-apply-btn:hover {
  background-color: #E60000;
  transform: scale(1.03);
}



/* === 移动端导航适配 - 新增CSS开始 === */

/* 移动端汉堡菜单按钮 */
.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 15px;
    margin-left: auto;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.mobile-nav-toggle:hover {
    background-color: #2c5282;
}

/* 移动端导航菜单 */
.mobile-nav {
    display: none;
    width: 100%;
    background-color: #1a365d;
    border-top: 1px solid #2c5282;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1001;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mobile-nav.active {
    display: block;
}

.mobile-nav a {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #2c5282;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.mobile-nav a:last-child {
    border-bottom: none;
}

.mobile-nav a i {
    margin-right: 12px;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.mobile-nav a:hover,
.mobile-nav a.active {
    background-color: #4ade80;
    color: #1a365d;
}

/* 响应式设计 - 导航栏适配 */
@media screen and (max-width: 992px) {
    /* 隐藏桌面导航项，保留logo */
    .topnav li:not(:first-child) {
        display: none;
    }
    
    /* 显示移动菜单按钮 */
    .mobile-nav-toggle {
        display: block;
    }
    
    /* 调整logo位置 */
    .logo {
        margin-right: auto;
    }
    
    /* 确保导航容器flex布局正确 */
    .topnav {
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .mobile-nav a {
        padding: 0.9rem 1.2rem;
        font-size: 0.95rem;
    }
    
    .mobile-nav-toggle {
        padding: 12px 15px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-nav-toggle {
        padding: 10px 12px;
        font-size: 20px;
    }
    
    .mobile-nav a {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }
    
    .mobile-nav a i {
        margin-right: 10px;
        font-size: 1rem;
    }
}

/* 防止移动端点击延迟 */
* {
    touch-action: manipulation;
}

/* === 移动端导航适配 - 新增CSS结束 === */


/* --专用，右端热点词列出--  */

/* 标签容器：一行三列，自动换行 */
.tag-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 每行3列，平均分配宽度 */
  gap: 8px; /* 标签之间的间距（可调整） */
  padding: 10px; /* 容器内边距（可调整） */
}

/* 单个标签样式：灰色边框、文字居中 */
.tag-item {
  border: 1px solid #ccc; /* 灰色边框 */
  border-radius: 4px; /* 轻微圆角（可选，若需要直角可删除） */
  padding: 6px 10px; /* 标签内边距（可调整） */
  font-size: 14px; /* 字体大小（可调整） */
  color: #333; /* 文字颜色（可调整） */
  text-align: left; /* 文字居中 */
  white-space: nowrap; /* 防止文字换行 */
  overflow: hidden; /* 超出部分隐藏 */
 /* text-overflow: ellipsis;  超出显示省略号 */
}

