html, body {
    overflow-x: hidden;
}

/* 全屏搜索横幅容器 - 完美全屏无溢出 */
.full-search-banner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #2563eb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    left: 0;
    right: 0;
    /* 防止内部元素溢出 */
    overflow: hidden;
}

/* 主标题 */
.search-main-title {
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    /* 防止文字换行 */
    white-space: nowrap;
}

/* 副标题 */
.search-sub-title {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 40px 0;
    text-align: center;
}

/* 搜索表单容器 */
.search-form-wrap {
    width: 100%;
    max-width: 750px;
    display: flex;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

/* 搜索输入框 */
.search-input {
    flex: 1;
    height: 58px;
    padding: 0 24px;
    font-size: 18px;
    color: #333333;
    border: none;
    outline: none;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: inherit;
    /* 清除浏览器默认样式 */
    -webkit-appearance: none;
    appearance: none;
}

/* 输入框占位符样式 */
.search-input::placeholder {
    color: #999999;
}

/* 搜索按钮 - 彻底修复显示不全问题 */
.search-btn {
    width: 140px !important; /* 强制宽度，覆盖所有冲突样式 */
    height: 58px !important;
    background-color: #1e40af !important;
    background-image: none !important; /* 清除网站默认按钮背景图 */
    color: #ffffff !important;
    border: none !important;
    font-size: 20px !important;
    font-weight: bold !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin: 0 !important;
    /* 清除浏览器默认样式 */
    -webkit-appearance: none;
    appearance: none;
}

/* 搜索按钮悬停效果 */
.search-btn:hover {
    background-color: #1e3a8a !important;
}

/* 热搜标签 */
.search-hot-tags {
    margin-top: 32px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.search-hot-tags a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    margin: 0 12px;
    transition: all 0.2s ease;
}

.search-hot-tags a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* 响应式适配 */
@media (max-width: 768px) {
    .full-search-banner {
        min-height: 350px;
        padding: 30px 15px;
    }
    .search-main-title {
        font-size: 28px;
        white-space: normal;
    }
    .search-sub-title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .search-input {
        height: 50px;
        font-size: 16px;
        padding: 0 16px;
    }
    .search-btn {
        width: 100px !important;
        height: 50px !important;
        font-size: 16px !important;
    }
}
/* 双栏文章列表容器 */
.policy-list-wrap {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}

/* 单栏通用样式 */
.policy-list-box {
    flex: 1;
    padding: 30px;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
}

/* 左边-最新政策 */
.policy-list-box.left {
    background: linear-gradient(135deg, #5865f2 0%, #7289da 100%);
}

/* 右边-热门政策 */
.policy-list-box.right {
    background: linear-gradient(135deg, #e74c3c 0%, #f37c72 100%);
}

/* 标题样式 */
.policy-list-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-list-title::before {
    content: "";
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* 左边标题图标 */
.policy-list-box.left .policy-list-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z'/%3E%3C/svg%3E");
}

/* 右边标题图标 */
.policy-list-box.right .policy-list-title::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z'/%3E%3C/svg%3E");
}

/* 列表样式 */
.policy-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy-list li {
    margin: 15px 0;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

/* 列表圆点 */
.policy-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 1;
}

/* 链接样式 */
.policy-list a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    transition: all 0.25s ease;
}

/* 鼠标经过样式 */
.policy-list a:hover {
    color: #fff;
    text-decoration: underline;
    padding-left: 8px;
    opacity: 0.9;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .policy-list-wrap {
        flex-direction: column;
    }
    .policy-list-box {
        width: 100%;
    }
}
/* 强制全局盒模型 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 整体容器 - 强制左右分栏 */
.city-module-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 30px auto !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
    clear: both !important;
}

/* 左侧主内容区 - 占3份 */
.city-main-content {
    flex: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    min-width: 0 !important;
}

/* 右侧侧边栏 - 占1份 */
.city-sidebar {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    min-width: 280px !important;
}

/* 通用模块盒子 */
.city-box {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

/* 模块标题 */
.city-box-title {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 0 0 20px 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #eee !important;
}

.city-box-title.red {
    color: #c00 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
}

/* --------------------------
   1. 热门城市模块（带彩色渐变图标）
--------------------------- */
.hot-city-tabs {
    display: flex !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #eee !important;
}

.hot-city-tab {
    padding: 10px 20px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -1px !important;
}

.hot-city-tab.active {
    color: #c00 !important;
    border-bottom-color: #c00 !important;
    font-weight: bold !important;
}

.hot-city-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 15px !important;
}

.hot-city-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 8px 0 !important;
}

/* 热门城市彩色渐变图标 */
.hot-city-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    flex-shrink: 0 !important;
}

/* 15个城市不同的渐变颜色 */
.hot-city-icon.icon-1 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.hot-city-icon.icon-2 { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.hot-city-icon.icon-3 { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
.hot-city-icon.icon-4 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.hot-city-icon.icon-5 { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.hot-city-icon.icon-6 { background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); }
.hot-city-icon.icon-7 { background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%); }
.hot-city-icon.icon-8 { background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); }
.hot-city-icon.icon-9 { background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%); }
.hot-city-icon.icon-10 { background: linear-gradient(135deg, #d299c2 0%, #fef9d7 100%); }
.hot-city-icon.icon-11 { background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%); }
.hot-city-icon.icon-12 { background: linear-gradient(135deg, #fddb92 0%, #d1fdff 100%); }
.hot-city-icon.icon-13 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.hot-city-icon.icon-14 { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.hot-city-icon.icon-15 { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }

.hot-city-info {
    flex: 1 !important;
}

.hot-city-name {
    font-size: 16px !important;
    color: #333 !important;
    margin: 0 0 3px 0 !important;
}

.hot-city-desc {
    font-size: 12px !important;
    color: #999 !important;
    margin: 0 !important;
}

.hot-city-item a {
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    transition: all 0.2s ease !important;
}

.hot-city-item a:hover .hot-city-name {
    color: #0066cc !important;
}

/* --------------------------
   2. 其它省市社保查询（终极交互优化版）
--------------------------- */
.province-query-box {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.province-query-title {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 0 0 24px 0 !important;
}

/* 省份行容器 */
.province-row {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
    position: relative !important;
}

.province-btn {
    padding: 14px 10px !important;
    background: #fafafa !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #666 !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    position: relative !important;
}

.province-btn:hover {
    background: #f0f7ff !important;
    border-color: #b3d8ff !important;
}

/* 选中省份样式（缺口连接效果） */
.province-btn.active {
    background: #f0f7ff !important;
    border-color: #b3d8ff !important;
    color: #333 !important;
    font-weight: bold !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    z-index: 10 !important;
}

/* 城市行容器（跟随省份行显示） */
.city-row {
    background: #f0f7ff !important;
    border: 1px solid #b3d8ff !important;
    border-radius: 4px !important;
    border-top-left-radius: 0 !important;
    padding: 18px 24px !important;
    margin-top: 8px !important; /* 1. 增加顶部间距，与省份线隔开 */
    margin-bottom: 12px !important;
    display: none !important;
    justify-content: space-between !important;
    align-items: flex-start !important; /* 改为顶部对齐 */
    flex-wrap: wrap !important;
    gap: 10px !important;
    min-height: 72px !important; /* 2. 固定两行城市的高度 */
    height: 72px !important;     /* 强制固定高度 */
    overflow: hidden !important;  /* 超出部分隐藏，避免高度跳动 */
}

.city-row.active {
    display: flex !important;
}

.city-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    flex: 1 !important;
    align-content: flex-start !important; /* 城市从顶部开始排列 */
}

.city-list a {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    transition: all 0.2s ease !important;
}

.city-list a:hover {
    color: #0066cc !important;
    text-decoration: underline !important;
}

.more-cities-link {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    white-space: nowrap !important;
}

.more-cities-link:hover {
    color: #0066cc !important;
    text-decoration: underline !important;
}

/* --------------------------
   3. 右侧侧边栏模块
--------------------------- */
.sidebar-box {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

.sidebar-box-title {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 0 0 15px 0 !important;
}

.sidebar-box-title.blue {
    color: #0066cc !important;
}

/* 社保查询电话 */
.phone-number {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #c00 !important;
    margin: 10px 0 !important;
}

.phone-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.6 !important;
}

/* 热线区块优化 */
.hotline-box {
    padding: 15px 20px !important;
}

.hotline-box .phone-number {
    margin: 0 0 5px 0 !important;
    font-size: 22px !important;
}

.hotline-box .phone-desc {
    margin: 0 !important;
    font-size: 13px !important;
}

.hotline-note {
    padding: 12px 20px !important;
    background: #f8f9fa !important;
    border: 1px dashed #e5e5e5 !important;
}

/* 社保工具 */
.tool-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
}

.tool-item a {
    display: block !important;
    padding: 8px 0 !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
}

.tool-item a:hover {
    color: #0066cc !important;
}

/* 最近更新 */
.latest-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.latest-item {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px dashed #eee !important;
}

.latest-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.latest-title {
    font-size: 16px !important;
    color: #333 !important;
    margin: 0 0 8px 0 !important;
}

.latest-title a {
    color: #333 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.latest-title a:hover {
    color: #0066cc !important;
}

.latest-desc {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .city-module-container {
        flex-direction: column !important;
    }
    .province-row {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .hot-city-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* 财务百科整体容器 - 和之前的社保模块完美对齐 */
.finance-encyclopedia-wrap {
    width: 100%;
    box-sizing: border-box;
}

/* 大标题样式 */
.finance-main-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 财务百科图标（SVG，不用额外图片） */
.finance-icon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'%3E%3Cpath d='M11 17h2v-1h1c.55 0 1-.45 1-1v-3c0-.55-.45-1-1-1h-3v-1h4v-2h-4V7h-2v1h-1c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1h3v1H9v2h2v1zm9-13H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4V6h16v12z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* 三栏网格布局 */
.finance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* 单个卡片样式 */
.finance-card {
    background: #fff;
    border: 1px solid #e5e5e5; /* 新增：和其他模块一样的浅灰色边框 */
    border-radius: 6px; /* 调整为和其他模块一致的6px圆角 */
    padding: 20px;
    box-sizing: border-box;
}

/* 栏目标题样式（带彩色竖线） */
.finance-card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-left: 8px;
    border-left: 4px solid;
}

/* 三个栏目标题不同颜色 */
.finance-card-title.blue { border-left-color: #3b82f6; color: #3b82f6; }
.finance-card-title.red { border-left-color: #ef4444; color: #ef4444; }
.finance-card-title.green { border-left-color: #10b981; color: #10b981; }

/* 文章列表 */
.finance-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.finance-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.finance-list-item:last-child {
    border-bottom: none;
}

/* 排名数字样式 */
.rank-number {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-right: 12px;
    flex-shrink: 0;
}

/* 前三名不同颜色 */
.rank-1 { background: #f87171; }
.rank-2 { background: #fdba74; }
.rank-3 { background: #fde047; color: #333; }
.rank-4, .rank-5, .rank-6, .rank-7, .rank-8, .rank-9, .rank-10 { background: #e5e7eb; color: #6b7280; }

/* 文章标题 */
.finance-article-title {
    flex: 1;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.finance-article-title:hover {
    color: #2563eb;
}

/* 点击数 */
.click-count {
    font-size: 12px;
    color: #999;
    margin-left: 10px;
    flex-shrink: 0;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .finance-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* 社保资讯整体容器 - 和之前所有模块完美对齐 */
.ss-info-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    box-sizing: border-box;
}

/* 两栏网格布局：五险分类占2/3，政务系统占1/3 */
.ss-info-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: start; /* 强制顶部对齐 */
}

/* 通用卡片样式（和其他模块完全一致） */
.ss-info-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

/* 社保百科大标题 - 和财务百科样式100%一致 */
.ss-main-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 社保百科图标（和财务百科图标风格统一） */
.ss-icon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'%3E%3Cpath d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 14l-5-5 1.41-1.41L12 14.17l7.59-7.59L21 8l-9 9z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* 标签页导航 */
.ss-tab-nav {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    border-bottom: none;
}

.ss-tab-item {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ss-tab-item.active {
    color: #c00;
}

/* 标签页内容 */
.ss-tab-content {
    display: none;
}

.ss-tab-content.active {
    display: block;
}

/* 文章列表 */
.ss-article-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ss-article-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.ss-article-title {
    flex: 1;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease;
    padding-left: 12px;
    position: relative;
}

/* 圆点前缀 */
.ss-article-title::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.ss-article-title:hover {
    color: #0066cc;
}

.ss-article-date {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    flex-shrink: 0;
}

/* 右边栏省份列表 */
.ss-province-title {
    font-size: 22px;
    font-weight: bold;
    color: #c00;
    margin: 0 0 20px 0;
}

.ss-province-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.ss-province-item a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ss-province-item a:hover {
    color: #0066cc;
    text-decoration: underline;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .ss-info-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .ss-province-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* 友情链接整体容器 - 对齐全站模块 */
.friend-link-wrap {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* 极简卡片：窄内边距，降低高度 */
.friend-link-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 极简标题：缩小字体，紧凑布局 */
.friend-link-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* 小图标 */
.friend-link-icon {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232563eb'%3E%3Cpath d='M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* 隐藏分隔线，更简约 */
.friend-link-divider {
    display: none;
}

/* 链接列表：紧凑横向排列 */
.friend-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    flex: 1;
}

/* 链接文字：小字体，紧凑 */
.friend-link-item a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.friend-link-item a:hover {
    color: #2563eb;
}

/* 申请友链：小字体 */
.apply-friend-link {
    font-size: 14px;
    color: #2563eb;
    text-decoration: none;
    white-space: nowrap;
}
.apply-friend-link:hover {
    text-decoration: underline;
}

/* 手机端适配 */
@media (max-width: 992px) {
    .friend-link-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .friend-link-list {
        gap: 15px;
        width: 100%;
    }
}