﻿/* ===== 首页模块区域 ===== */
        .section-area { padding: 13px 0; position: relative; }
        .section-area.bg-light { background: linear-gradient(135deg, #faf7f2 0%, #f5f0e8 100%); }
        .section-area.bg-white { background: #fff; }
        .section-area.bg-dark { 
            background: linear-gradient(135deg, #6b3410 0%, #8B4513 50%, #A0522D 100%); 
        }

        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
            padding-bottom: 18px;
            border-bottom: 2px solid rgba(212, 165, 116, 0.3);
            position: relative;
        }
        .section-header::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100px;
            height: 2px;
            background: linear-gradient(90deg, #FFD700, #ff8c00);
        }
        .section-title {
            font-size: 26px;
            color: #fff;
            margin: 0;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 12px;
            text-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        .section-title i { 
            color: #FFD700; 
            font-size: 20px;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, rgba(255,215,0,0.2), rgba(255,140,0,0.2));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255,215,0,0.3);
        }
        .more-link {
            color: #FFD700;
            text-decoration: none;
            font-size: 14px;
            padding: 8px 20px;
            border: 1px solid rgba(255,215,0,0.4);
            border-radius: 25px;
            transition: all 0.3s;
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(5px);
        }
        .more-link:hover { 
            background: linear-gradient(135deg, #FFD700, #ff8c00);
            color: #5a3a1a;
            border-color: #FFD700;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(255, 165, 0, 0.3);
        }
        .more-link i { margin-left: 4px; }

        /* ===== 黄历+时空邮箱 双栏布局 - 深色背景 ===== */
        .calendar-mailbox-section {
            background: linear-gradient(135deg, #5a2d0c 0%, #8B4513 50%, #A0522D 100%);
            padding: 13px 0;
            position: relative;
            overflow: hidden;
        }
        .calendar-mailbox-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></svg>');
            background-size: 80px 80px;
        }
        .calendar-mailbox-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 13px;
            position: relative;
            z-index: 1;
        }

        /* 黄历卡片 - 深色背景白色标题 */
        .calendar-card {
            background: rgba(255,255,255,0.08);
            border-radius: 20px;
            padding: 13px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.2);
            border: 1px solid rgba(255,215,0,0.15);
            backdrop-filter: blur(5px);
            height: 420px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        .calendar-card .section-header {
            border-bottom-color: rgba(255,255,255,0.2);
            margin-bottom: 8px;
            flex-shrink: 0;
        }
        .calendar-card .section-header::after {
            background: linear-gradient(90deg, #FFD700, #FFA500);
        }
        .calendar-card .section-title {
            color: #fff;
            font-size: 18px;
        }
        .calendar-card .section-title i {
            background: rgba(255,215,0,0.15);
            color: #FFD700;
            border-color: rgba(255,215,0,0.3);
        }
        .calendar-card .more-link {
            color: #FFD700;
            border-color: rgba(255,215,0,0.4);
            background: rgba(255,255,255,0.1);
        }
        .calendar-card .more-link:hover {
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #5a3a1a;
            border-color: #FFD700;
        }

        /* 今日黄历内容优化 */
        .wannianli-content {
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex: 1;
            overflow: hidden;
        }
        .wl-date-box {
            text-align: center;
            padding: 15px;
            background: rgba(255,255,255,0.05);
            border-radius: 16px;
            border: 1px solid rgba(255,215,0,0.1);
            flex-shrink: 0;
        }
        .wl-weekday {
            font-size: 16px;
            color: #FFD700;
            font-weight: 600;
            margin-bottom: 6px;
            letter-spacing: 4px;
        }
        .wl-date { 
            font-size: 28px; 
            color: #fff; 
            margin-bottom: 6px;
            font-weight: 700;
            letter-spacing: 2px;
        }
        .wl-lunar { 
            font-size: 16px; 
            color: #FFD700;
            font-weight: 600;
            margin-top: 3px;
        }
        .wl-yiji-box {
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
            overflow: hidden;
        }
        .wl-yi, .wl-ji { 
            padding: 12px 16px; 
            font-size: 14px;
            background: rgba(255,255,255,0.05);
            border-radius: 12px;
            border: 1px solid rgba(255,255,255,0.1);
            flex: 1;
            overflow: hidden;
        }
        .wl-yi { 
            border-left: 4px solid #FFD700;
        }
        .wl-ji { 
            border-left: 4px solid #ff6b6b;
        }
        .wl-yi-header, .wl-ji-header {
            display: flex;
            align-items: center;
            margin-bottom: 6px;
        }
        .wl-yi .label { 
            color: #FFD700; 
            font-weight: bold; 
            margin-right: 10px;
            font-size: 16px;
            min-width: 30px;
        }
        .wl-ji .label { 
            color: #ff6b6b; 
            font-weight: bold; 
            margin-right: 10px;
            font-size: 16px;
            min-width: 30px;
        }
        .wl-yi .content, .wl-ji .content {
            color: rgba(255,255,255,0.9);
            line-height: 1.5;
        }

        /* 时空邮箱卡片 - 深色背景白色标题 */
        .mailbox-card {
            background: rgba(255,255,255,0.08);
            border-radius: 20px;
            padding: 13px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.2);
            border: 1px solid rgba(255,215,0,0.15);
            backdrop-filter: blur(5px);
            height: 420px;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        .mailbox-card .section-header {
            border-bottom-color: rgba(255,255,255,0.2);
            margin-bottom: 8px;
            flex-shrink: 0;
        }
        .mailbox-card .section-header::after {
            background: linear-gradient(90deg, #FFD700, #FFA500);
        }
        .mailbox-card .section-title {
            color: #fff;
            font-size: 18px;
        }
        .mailbox-card .section-title i {
            background: rgba(255,215,0,0.15);
            color: #FFD700;
            border-color: rgba(255,215,0,0.3);
        }
        .mailbox-card .more-link {
            color: #FFD700;
            border-color: rgba(255,215,0,0.4);
            background: rgba(255,255,255,0.1);
        }
        .mailbox-card .more-link:hover {
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #5a3a1a;
            border-color: #FFD700;
        }

        /* 时空邮箱滚动 - 缓慢平滑 */
        .mailbox-scroll-wrapper {
            overflow: hidden;
            position: relative;
            flex: 1;
            mask-image: linear-gradient(to bottom, transparent, black 8%, black 92%, transparent);
            -webkit-mask-image: linear-gradient(to bottom, transparent, black 8%, black 92%, transparent);
        }
        .mailbox-scroll {
            animation: scrollUp 100s linear infinite;
            will-change: transform;
        }
        .mailbox-scroll:hover {
            animation-play-state: paused;
        }
        }

        /* 时空邮箱内容项 */
        .mailbox-item {
            padding: 6px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            transition: all 0.3s;
        }
        .mailbox-item:last-child {
            border-bottom: none;
        }
        .mailbox-item:hover {
            background: rgba(255,255,255,0.05);
            margin: 0 -10px;
            padding: 14px 10px;
            border-radius: 8px;
        }
        .mailbox-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 4px;
        }
        .mailbox-icon {
            width: 32px;
            height: 32px;
            background: rgba(255,215,0,0.15);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFD700;
            font-size: 12px;
            flex-shrink: 0;
            border: 1px solid rgba(255,215,0,0.2);
        }
        .mailbox-user {
            font-size: 13px;
            color: #FFD700;
            font-weight: 600;
        }
        .mailbox-action {
            font-size: 12px;
            color: rgba(255,255,255,0.8);
        }
        .mailbox-action strong {
            color: #fff;
            font-weight: 600;
        }
        .mailbox-msg {
            font-size: 12px;
            color: rgba(255,255,255,0.6);
            line-height: 1.5;
            padding-left: 42px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .mailbox-time {
            font-size: 11px;
            color: rgba(255,255,255,0.4);
            padding-left: 42px;
            margin-top: 3px;
        }

        /* ===== 墓园模块特殊样式 - 深色背景 ===== */
        .muyuan-section {
            background: linear-gradient(135deg, #5a2d0c 0%, #8B4513 50%, #A0522D 100%);
            padding: 13px 0;
            position: relative;
            overflow: hidden;
        }
        .muyuan-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></svg>');
            background-size: 80px 80px;
        }
        .muyuan-section .section-header {
            border-bottom-color: rgba(255,255,255,0.2);
            position: relative;
            z-index: 1;
        }
        .muyuan-section .section-header::after {
            background: linear-gradient(90deg, #FFD700, #FFA500);
        }
        .muyuan-section .section-title {
            color: #fff;
        }
        .muyuan-section .section-title i {
            background: rgba(255,215,0,0.15);
            color: #FFD700;
            border-color: rgba(255,215,0,0.3);
        }
        .muyuan-section .more-link {
            background: rgba(255,255,255,0.1);
            color: #FFD700;
            border-color: rgba(255,215,0,0.4);
        }
        .muyuan-section .more-link:hover {
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #5a3a1a;
            border-color: #FFD700;
        }

        /* ===== 墓园滚动容器 ===== */
        .muyuan-scroll-wrapper {
            overflow: hidden;
            position: relative;
            z-index: 1;
            mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
            -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
        }
        .muyuan-scroll {
            display: flex;
            gap: 13px;
            animation: scrollLeft 50s linear infinite;
            width: max-content;
        }
        .muyuan-scroll:hover {
            animation-play-state: paused;
        }
        @keyframes scrollLeft {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* ===== 墓园卡片 ===== */
        .muyuan-card {
            background: rgba(255,255,255,0.95);
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.2);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(255,215,0,0.15);
            width: 300px;
            flex-shrink: 0;
        }
        .muyuan-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
            border-color: #FFD700;
        }
        .muyuan-photo { 
            height: 220px; 
            overflow: hidden;
            position: relative;
            display: block;
            text-decoration: none;
        }
        .muyuan-photo::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 50%;
            background: linear-gradient(transparent, rgba(0,0,0,0.5));
        }
        .muyuan-photo img { 
            width: 100%; 
            height: 100%; 
            object-fit: cover;
            transition: transform 0.6s;
        }
        .muyuan-card:hover .muyuan-photo img {
            transform: scale(1.15);
        }
        .muyuan-info { padding: 13px; text-align: center; }
        .muyuan-info h3 { 
            font-size: 17px; 
            margin: 0 0 10px 0;
            font-weight: 600;
        }
        .muyuan-info h3 a { 
            color: #5a3a1a; 
            text-decoration: none;
            transition: color 0.3s;
        }
        .muyuan-info h3 a:hover { color: #ff8c00; }
        .muyuan-info .meta { 
            color: #888; 
            font-size: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            margin-bottom: 15px;
            font-weight: 500;
        }
        .muyuan-info .meta i { color: #c4621a; }

        /* ===== 祭拜按钮 ===== */
        .btn-jibai {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 32px;
            background: linear-gradient(135deg, #c4621a, #ff8c00);
            color: #fff;
            text-decoration: none;
            border-radius: 25px;
            font-size: 15px;
            font-weight: 600;
            transition: all 0.4s;
            box-shadow: 0 4px 15px rgba(196, 98, 26, 0.4);
            border: none;
            cursor: pointer;
            letter-spacing: 1px;
        }
        .btn-jibai:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(196, 98, 26, 0.5);
            background: linear-gradient(135deg, #d4732a, #ffa500);
        }
        .btn-jibai i {
            font-size: 16px;
        }

        /* ===== 许愿卡片 ===== */
        .xuyuan-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 13px;
        }
        .xuyuan-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(212, 165, 116, 0.15);
            transition: all 0.4s;
        }
        .xuyuan-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(139, 69, 19, 0.12);
            border-color: rgba(212, 165, 116, 0.4);
        }
        .xuyuan-thumb {
            height: 160px;
            overflow: hidden;
            position: relative;
            background: linear-gradient(135deg, #faf7f2, #f5f0e8);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .xuyuan-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 10px;
            transition: transform 0.5s;
        }
        .xuyuan-card:hover .xuyuan-thumb img {
            transform: scale(1.05);
        }
        .xuyuan-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #FFD700, #FFA500);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
            flex-shrink: 0;
            box-shadow: 0 4px 12px rgba(255, 165, 0, 0.3);
        }
        .xuyuan-content { padding: 13px; flex: 1; }
        .xuyuan-content .wish { 
            color: #666; 
            font-size: 14px; 
            line-height: 1.7; 
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .xuyuan-content .wish-type {
            color: #5a3a1a;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 6px;
        }
        .xuyuan-content .wish-user { 
            color: #c4621a; 
            font-size: 13px; 
            margin-right: 12px;
            font-weight: 500;
        }
        .xuyuan-content .wish-time { 
            color: #aaa; 
            font-size: 12px;
        }

                .lifo-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 13px;
        }
        .lifo-card {
            display: block;
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
            transition: all 0.4s;
            border: 1px solid rgba(212, 165, 116, 0.15);
            text-decoration: none;
            color: inherit;
        }
        .lifo-card:hover { 
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(139, 69, 19, 0.15);
        }
        .lifo-thumb { 
            height: 200px; 
            overflow: hidden;
            position: relative;
            background: linear-gradient(135deg, #faf7f2, #f5f0e8);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .lifo-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            padding: 8px;
            transition: transform 0.5s;
        }
        .lifo-card:hover .lifo-thumb img {
            transform: scale(1.05);
        }
        .lifo-thumb .lifo-buddha-icon {
            font-size: 56px;
            color: #c4621a;
            opacity: 0.6;
        }

        .lifo-info { padding: 13px; }
        .lifo-info h3 { 
            font-size: 16px; 
            margin: 0 0 8px 0;
            font-weight: 600;
            line-height: 1.5;
        }
        .lifo-info h3 { 
            color: #5a3a1a; 
            transition: color 0.3s;
        }
        .lifo-card:hover .lifo-info h3 { color: #ff8c00; }
        .lifo-user { 
            color: #c4621a; 
            font-size: 13px; 
            margin-bottom: 6px;
            font-weight: 500;
        }
        .lifo-user i { margin-right: 4px; }
        .lifo-content { 
            color: #888; 
            font-size: 13px; 
            line-height: 1.6; 
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .lifo-wish {
            color: #c4621a;
            font-size: 12px;
            line-height: 1.5;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-style: italic;
        }
        .lifo-wish i {
            color: #ff6b6b;
            margin-right: 4px;
        }
        .lifo-time { 
            color: #bbb; 
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .lifo-time i { color: #d4a574; }

        /* ===== 最新礼佛 & 捐赠列表 ===== */
 & 捐赠列表 ===== */
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 13px;
        }
        .lifo-list, .juanzeng-list {
            background: #fff;
            border-radius: 16px;
            padding: 13px;
            box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
        }
        .lifo-item, .juanzeng-item {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 8px 0;
            border-bottom: 1px solid rgba(212, 165, 116, 0.12);
            transition: all 0.3s;
        }
        .lifo-item:last-child, .juanzeng-item:last-child {
            border-bottom: none;
        }
        .lifo-item:hover, .juanzeng-item:hover {
            background: rgba(212, 165, 116, 0.05);
            margin: 0 -12px;
            padding: 16px 12px;
            border-radius: 10px;
        }
        .item-icon {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #fff5e6, #ffe4c4);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ff8c00;
            font-size: 18px;
            flex-shrink: 0;
        }
        .item-content { flex: 1; }
        .item-content h3 {
            font-size: 15px;
            margin: 0 0 5px 0;
            font-weight: 500;
        }
        .item-content h3 a {
            color: #5a3a1a;
            text-decoration: none;
        }
        .item-content h3 a:hover { color: #ff8c00; }
        .item-content .meta {
            color: #aaa;
            font-size: 12px;
        }
        .juanzeng-item .name {
            color: #5a3a1a;
            font-weight: 500;
            font-size: 15px;
        }
        .juanzeng-item .amount {
            color: #c4621a;
            font-weight: 300;
            font-size: 16px;
            margin: 0 10px;
        }
        .juanzeng-item .time {
            color: #aaa;
            font-size: 12px;
        }

        
        

        /* ===== 最新资讯列表 ===== */
        .wenzhang-list {
            background: #fff;
            border-radius: 16px;
            padding: 13px;
            box-shadow: 0 4px 20px rgba(139, 69, 19, 0.08);
        }
        .wenzhang-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
            border-bottom: 1px solid rgba(212, 165, 116, 0.12);
            transition: all 0.3s;
        }
        .wenzhang-item:last-child {
            border-bottom: none;
        }
        .wenzhang-item:hover {
            background: rgba(212, 165, 116, 0.05);
            margin: 0 -12px;
            padding: 10px 12px;
            border-radius: 10px;
        }
        .wenzhang-item .item-num {
            width: 28px;
            height: 28px;
            background: linear-gradient(135deg, #FFD700, #FFA500);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            flex-shrink: 0;
        }
        .wenzhang-item .item-content { flex: 1; }
        .wenzhang-item h3 {
            font-size: 14px;
            margin: 0 0 5px 0;
            font-weight: 500;
            line-height: 1.5;
        }
        .wenzhang-item h3 a {
            color: #5a3a1a;
            text-decoration: none;
        }
        .wenzhang-item h3 a:hover { color: #ff8c00; }
        .wenzhang-item .meta {
            color: #aaa;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .wenzhang-item .meta .cat {
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #fff;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 11px;
        }
        .wenzhang-item .meta i { color: #d4a574; }

        
        }
        .juanzeng-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 8px 0;
            border-bottom: 1px solid rgba(212, 165, 116, 0.12);
            transition: all 0.3s;
            text-decoration: none;
            color: inherit;
        }
        .juanzeng-item:last-child {
            border-bottom: none;
        }
        .juanzeng-item:hover {
            background: rgba(212, 165, 116, 0.05);
            margin: 0 -12px;
            padding: 8px 12px;
            border-radius: 10px;
        }
        .juanzeng-item .item-icon {
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, #fff5e6, #ffe4c4);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ff8c00;
            font-size: 14px;
            flex-shrink: 0;
        }
        .juanzeng-item .item-content {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .juanzeng-item .name {
            color: #5a3a1a;
            font-weight: 500;
            font-size: 14px;
        }
        .juanzeng-item .action {
            color: #c4621a;
            font-size: 13px;
        }
        .juanzeng-item .count {
            color: #666;
            font-size: 12px;
            background: #f5f5f5;
            padding: 2px 8px;
            border-radius: 10px;
        }
        .juanzeng-item .amount {
            color: #ff6f27;
            font-weight: 600;
            font-size: 15px;
        }
        .juanzeng-item .time {
            color: #aaa;
            font-size: 12px;
        }

        /* ===== 响应式 ===== */

        /* ===== 随喜布施卡片 ===== */
        .entry-juanzeng .entry-icon {
            background: linear-gradient(135deg, rgba(255,105,180,0.15), rgba(255,20,147,0.15));
            border-color: rgba(255,105,180,0.3);
            color: #FF69B4;
        }
        .entry-card:hover .entry-icon {
            background: linear-gradient(135deg, rgba(255,105,180,0.25), rgba(255,20,147,0.25));
            box-shadow: 0 0 25px rgba(255,105,180,0.3);
        }
        .entry-juanzeng .entry-title {
            color: #FF69B4;
        }
        .entry-juanzeng .entry-btn {
            background: linear-gradient(135deg, #FF69B4, #FF1493);
            color: #fff;
        }
        .entry-card:hover .entry-btn {
            box-shadow: 0 6px 20px rgba(255, 105, 180, 0.5);
        }

        @media (max-width: 1200px) {
            .lifo-grid { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 992px) {
            .calendar-mailbox-grid { grid-template-columns: 1fr; }
            .calendar-card, .mailbox-card { height: auto; min-height: 420px; }
            .xuyuan-grid { grid-template-columns: repeat(2, 1fr); }
            .lifo-grid { grid-template-columns: repeat(2, 1fr); }
            .content-grid { grid-template-columns: 1fr; }
            }
        @media (max-width: 768px) {
            .xuyuan-grid { grid-template-columns: 1fr; }
            .lifo-grid { grid-template-columns: 1fr; }
            .stats { flex-wrap: wrap; gap: 25px; }
            .stat-item { flex: 1 1 40%; }
            .banner-btns { flex-direction: column; align-items: center; }
            .muyuan-card { width: 260px; }
            .section-title { font-size: 18px; }
        }

        /* ===== 大屏功能入口 - 三卡片 ===== */
        .hero-entries {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: stretch;
            gap: 13px;
            padding: 13px 20px;
            background: linear-gradient(135deg, #5a2d0c 0%, #8B4513 50%, #A0522D 100%);
            overflow: hidden;
            min-height: 320px;
        }
        .hero-entries-bg {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: 
                radial-gradient(circle at 20% 50%, rgba(255,215,0,0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(255,140,0,0.06) 0%, transparent 50%),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.02)" stroke-width="0.5"/></svg>');
            background-size: cover, cover, 60px 60px;
            animation: bgShift 15s ease-in-out infinite alternate;
        }
        @keyframes bgShift {
            0% { transform: scale(1) translate(0, 0); }
            100% { transform: scale(1.05) translate(-10px, -5px); }
        }

        .entry-card {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 13px;
            background: rgba(255,255,255,0.06);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            border: 1px solid rgba(255,215,0,0.15);
            text-decoration: none;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            flex: 1;
            max-width: 320px;
            overflow: hidden;
            z-index: 1;
        }
        .entry-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: linear-gradient(135deg, rgba(255,215,0,0.05) 0%, transparent 50%, rgba(255,140,0,0.03) 100%);
            opacity: 0;
            transition: opacity 0.5s;
            border-radius: 20px;
        }
        .entry-card:hover::before { opacity: 1; }
        .entry-card:hover {
            transform: translateY(-12px);
            border-color: rgba(255,215,0,0.4);
            box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 30px rgba(255,165,0,0.1);
        }

        .entry-glow {
            position: absolute;
            top: 50%; left: 50%;
            width: 150px; height: 150px;
            background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, transparent 70%);
            transform: translate(-50%, -50%);
            opacity: 0;
            transition: opacity 0.5s;
            pointer-events: none;
            z-index: 0;
        }
        .entry-card:hover .entry-glow {
            opacity: 1;
            animation: glowPulse 2s ease infinite;
        }
        @keyframes glowPulse {
            0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
            50% { transform: translate(-50%, -50%) scale(1.3); opacity: 1; }
        }

        .entry-shine {
            position: absolute;
            top: 0; left: -100%;
            width: 50%; height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            transform: skewX(-20deg);
            transition: left 0.8s;
            pointer-events: none;
            z-index: 2;
        }
        .entry-card:hover .entry-shine { left: 150%; }

        .entry-icon {
            position: relative;
            z-index: 3;
            width: 70px; height: 70px;
            background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(255,140,0,0.15));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
            border: 2px solid rgba(255,215,0,0.3);
            font-size: 28px;
            color: #FFD700;
            transition: all 0.4s;
            animation: iconFloat 3s ease-in-out infinite;
        }
        .entry-card:hover .entry-icon {
            transform: scale(1.15);
            background: linear-gradient(135deg, rgba(255,215,0,0.25), rgba(255,140,0,0.25));
            box-shadow: 0 0 25px rgba(255,215,0,0.3);
            animation: none;
        }
        @keyframes iconFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }

        .entry-title {
            position: relative;
            z-index: 3;
            font-size: 22px;
            color: #FFD700;
            margin: 0 0 8px 0;
            font-weight: 700;
            letter-spacing: 3px;
            text-shadow: 0 2px 8px rgba(0,0,0,0.2);
        }
        .entry-slogan {
            position: relative;
            z-index: 3;
            font-size: 15px;
            color: #fff;
            margin: 0 0 6px 0;
            font-weight: 500;
            letter-spacing: 1px;
        }
        .entry-desc {
            position: relative;
            z-index: 3;
            font-size: 13px;
            color: rgba(255,255,255,0.6);
            margin: 0 0 20px 0;
            line-height: 1.5;
        }
        .entry-btn {
            position: relative;
            z-index: 3;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 28px;
            background: linear-gradient(135deg, #FFD700, #ff8c00);
            color: #5a3a1a;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            transition: all 0.4s;
            box-shadow: 0 4px 15px rgba(255, 165, 0, 0.3);
        }
        .entry-card:hover .entry-btn {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(255, 165, 0, 0.5);
        }
        .entry-btn i { font-size: 14px; }

        /* ===== 随喜布施卡片 ===== */
        .entry-juanzeng .entry-icon {
            background: linear-gradient(135deg, rgba(255,105,180,0.15), rgba(255,20,147,0.15));
            border-color: rgba(255,105,180,0.3);
            color: #FF69B4;
        }
        .entry-card:hover .entry-icon {
            background: linear-gradient(135deg, rgba(255,105,180,0.25), rgba(255,20,147,0.25));
            box-shadow: 0 0 25px rgba(255,105,180,0.3);
        }
        .entry-juanzeng .entry-title {
            color: #FF69B4;
        }
        .entry-juanzeng .entry-btn {
            background: linear-gradient(135deg, #FF69B4, #FF1493);
            color: #fff;
        }
        .entry-card:hover .entry-btn {
            box-shadow: 0 6px 20px rgba(255, 105, 180, 0.5);
        }

        @media (max-width: 992px) {
            .hero-entries {
                flex-wrap: wrap;
                padding: 13px 20px;
            }
            .entry-card {
                flex: 1 1 45%;
                max-width: none;
                padding: 13px;
            }
        }
        @media (max-width: 1100px) and (min-width: 993px) {
            .entry-card {
                max-width: 240px;
            }
        }
        @media (max-width: 768px) {
            .hero-entries {
                flex-direction: column;
                padding: 13px 20px;
                gap: 13px;
            }
            .entry-card {
                flex: 1 1 100%;
                padding: 13px;
            }
            .entry-icon {
                width: 55px; height: 55px;
                font-size: 22px;
            }
            .entry-title { font-size: 18px; }
            .entry-slogan { font-size: 13px; }
            .entry-desc { font-size: 12px; }
        }

 
        /* ===== 喜布施功 - 10条显示，不间断往上滚动 ===== */
        .juanzeng-scroll-wrapper {
            overflow: hidden;
            position: relative;
            height: 680px;
            min-height: 0;
            mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
            -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
        }
        .juanzeng-scroll {
            animation: scrollUpJuanzeng 30s linear infinite;
        }
        .juanzeng-scroll:hover {
            animation-play-state: paused;
        }
        @keyframes scrollUpJuanzeng {
            0% { transform: translateY(0); }
            100% { transform: translateY(-50%); }
        }
        @keyframes scrollUp {
            0% { transform: translateY(0); }
            100% { transform: translateY(-50%); }
        }