
        body {
            background-color: #0b0d10;
   
 
 
            align-items: center;
            justify-content: center;
            padding: 2rem 1.5rem;
        }
/* 两列网格 */
        .\33 qfyy-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.8rem;
            max-width: 1300px;
            width: 100%;
            margin: 10% auto;
        }

        /* 卡片模块 — 暗色玻璃质感 */
        .\33 qfyy-card {
            background: #171a1f;
            border-radius: 2rem;
            padding: 2rem 1.8rem 2.2rem 1.8rem;
            display: flex;
            flex-direction: column;
            backdrop-filter: blur(2px);
            box-shadow: 0 18px 30px -10px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(75, 130, 200, 0.1) inset;
            transition: transform 0.25s ease, box-shadow 0.3s;
            position: relative;
            isolation: isolate;
            height: 100%;
            min-height: 380px;
            border: 1px solid rgba(255, 255, 255, 0.02);
        }

        /* 动态亮色环绕 (伪元素) */
        .\33 qfyy-card::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 2px;
            background: radial-gradient(800px circle at var(--x, 50%) var(--y, 50%), rgba(0, 255, 255, 0.4), rgba(160, 100, 255, 0.2), transparent 70%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: exclude;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.4s;
            z-index: 1;
        }

        .\33 qfyy-card:hover::before {
            opacity: 1;
            animation: 3qfyy-shimmer 3s infinite alternate;
        }

        @keyframes 3qfyy-shimmer {
            0% { background: radial-gradient(600px circle at 20% 30%, rgba(0, 255, 255, 0.5), rgba(200, 0, 255, 0.2), transparent 70%); }
            50% { background: radial-gradient(700px circle at 80% 70%, rgba(100, 255, 200, 0.6), rgba(0, 180, 255, 0.25), transparent 75%); }
            100% { background: radial-gradient(650px circle at 30% 80%, rgba(255, 160, 0, 0.4), rgba(0, 255, 200, 0.3), transparent 70%); }
        }

        .\33 qfyy-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 25px 40px -12px #00e0ff80, 0 0 0 1px rgba(0, 255, 255, 0.2) inset;
            border-color: transparent;
        }

        /* 标题区域 flex 对称布局 */
        .\33 qfyy-title-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 100%;
            z-index: 2;
            position: relative;
            gap: 0.5rem;
        }

        .\33 qfyy-card:hover .\33 qfyy-title-wrap {
            justify-content: space-between;
        }

        .\33 qfyy-main-title {
            display: inline-block;
            text-align: left;
            font-weight: 500;
            line-height: 1.3;
            color: #f0f3f8;
            letter-spacing: 0.5px;
        }

        .\33 qfyy-main-title strong {
            display: block;
            font-size: 2.1rem;
            font-weight: 600;
            background: linear-gradient(130deg, #ffffff, #b0f0ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 0.25rem;
            letter-spacing: 1px;
        }

        .\33 qfyy-main-title span {
            display: block;
            font-size: 1rem;
            font-weight: 400;
            color: #99b8d4;
            text-transform: uppercase;
            letter-spacing: 2px;
            word-break: keep-all;
        }

        .\33 qfyy-more-link {
            display: none;
            vertical-align: middle;
            padding: 0.35rem 1rem 0.35rem 1.2rem;
            background: rgba(20, 40, 50, 0.7);
            backdrop-filter: blur(4px);
            border-radius: 60px;
            border: 1px solid rgba(0, 255, 255, 0.3);
            color: #b6f0ff;
            font-size: 1rem;
            font-weight: 500;
            text-decoration: none;
            transition: background 0.2s, border-color 0.2s, transform 0.15s;
            white-space: nowrap;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            margin: 0;
            flex-shrink: 0;
        }

        .\33 qfyy-card:hover .\33 qfyy-more-link {
            display: inline-block;
            animation: 3qfyy-fadeIn 0.25s;
        }

        .\33 qfyy-more-link:hover {
            background: rgba(0, 255, 255, 0.15);
            border-color: #0ff;
            color: #fff;
            transform: scale(1.02);
        }

        .\33 qfyy-arrow-svg {
            width: 1.1em;
            height: 1.1em;
            margin-left: 6px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2.5;
            stroke-linecap: round;
            stroke-linejoin: round;
            vertical-align: -0.15em;
            transition: transform 0.2s;
        }

        .\33 qfyy-more-link:hover .\33 qfyy-arrow-svg {
            transform: translateX(4px);
        }

        /* 图片容器 — 真实图片版本 */
        .\33 qfyy-image {
            margin-top: 2rem;
            width: 100%;
            border-radius: 1.5rem;
            overflow: hidden;
            transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.1);
            transform: scale(1);
            z-index: 2;
            position: relative;
            background: #0f1318;
            box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.8);
            aspect-ratio: 16 / 9;
        }

        .\33 qfyy-image img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            background: #1e2a36;
        }

        .\33 qfyy-card:hover .\33 qfyy-image {
            transform: scale(1.04);
        }

        @keyframes 3qfyy-fadeIn {
            0% { opacity: 0; transform: translateX(-8px); }
            100% { opacity: 1; transform: translateX(0); }
        }

        /* 移动端适配 */
        @media screen and (max-width: 680px) {
            .\33 qfyy-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            body { padding: 1.2rem; }
            .\33 qfyy-card { min-height: 360px; }
            .\33 qfyy-main-title strong { font-size: 1.8rem; }
            .\33 qfyy-title-wrap { gap: 0.3rem; }
            .\33 qfyy-more-link { white-space: normal; font-size: 0.9rem; padding: 0.25rem 1rem; }
        }

        @media screen and (max-width: 420px) {
            .\33 qfyy-card { padding: 1.5rem 1.2rem; }
        }