
        :root {
            --i_v9rhf6-primary: #D44333;
            --i_v9rhf6-primary-dark: #B33429;
            --i_v9rhf6-bg-light: #F8F9FA;
            --i_v9rhf6-text-main: #1D1D1F;
            --i_v9rhf6-text-sub: #86868B;
            --i_v9rhf6-white: #FFFFFF;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            color: var(--i_v9rhf6-text-main);
            line-height: 1.6;
            background-color: var(--i_v9rhf6-white);
            overflow-x: hidden;
            word-break: keep-all;
        }

        /* 统一导航栏复用 */
        .i_v9rhf6-bajic {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            width: 100%;
        }
        .i_v9rhf6-nojipur {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 64px;
        }
        .i_v9rhf6-logo img {
            height: 32px;
            display: block;
        }
        .i_v9rhf6-avixi {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .i_v9rhf6-avixi a {
            text-decoration: none;
            color: #333;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.3s;
        }
        .i_v9rhf6-avixi a:hover, .i_v9rhf6-avixi a.active {
            color: var(--i_v9rhf6-primary);
        }

        /* 创意视觉展示区 */
        .i_v9rhf6-patifut {
            padding: 96px 24px 64px;
            background: radial-gradient(circle at top right, #FFF5F4, #FFFFFF);
            text-align: center;
        }
        .i_v9rhf6-kaqiti {
            max-width: 900px;
            margin: 0 auto;
        }
        .i_v9rhf6-patifut h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 800;
            margin-bottom: 24px;
            letter-spacing: -0.02em;
            line-height: 1.1;
        }
        .i_v9rhf6-patifut p {
            font-size: clamp(1.1rem, 2vw, 1.4rem);
            color: var(--i_v9rhf6-text-sub);
            max-width: 700px;
            margin: 0 auto 48px;
            word-break: break-word;
        }

        /* 筛选区 */
        .i_v9rhf6-ifike {
            background-color: var(--i_v9rhf6-bg-light);
            padding: 24px;
            border-radius: 24px;
            margin-bottom: 64px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
        }
        .i_v9rhf6-ajekadu {
            padding: 12px 28px;
            border-radius: 50px;
            background: var(--i_v9rhf6-white);
            color: var(--i_v9rhf6-text-main);
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(0, 0, 0, 0.05);
            min-width: 0;
        }
        .i_v9rhf6-ajekadu:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            background: var(--i_v9rhf6-primary);
            color: var(--i_v9rhf6-white);
        }
        .i_v9rhf6-ajekadu.active {
            background: var(--i_v9rhf6-primary);
            color: var(--i_v9rhf6-white);
        }

        /* 模版网格 */
        .i_v9rhf6-hahip {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px 96px;
        }
        .i_v9rhf6-ufap {
            background: var(--i_v9rhf6-white);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            border: 1px solid rgba(0,0,0,0.03);
            display: flex;
            flex-direction: column;
            min-width: 0;
        }
        .i_v9rhf6-ufap:hover {
            transform: scale(1.02);
            box-shadow: 0 20px 40px rgba(0,0,0,0.06);
        }
        .i_v9rhf6-ufap-img-box {
            aspect-ratio: 16/10;
            background: #EEEEEE;
            position: relative;
            overflow: hidden;
        }
        .i_v9rhf6-ufap-img-box::after {
            content: "PREVIEW";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
            color: #AAA;
            font-weight: bold;
        }
        .i_v9rhf6-ufap-info {
            padding: 24px;
        }
        .i_v9rhf6-ufap-info h3 {
            font-size: 18px;
            margin-bottom: 8px;
            white-space: normal;
        }
        .i_v9rhf6-ufap-info p {
            font-size: 14px;
            color: var(--i_v9rhf6-text-sub);
            margin-bottom: 16px;
        }
        .i_v9rhf6-ileco {
            display: inline-block;
            color: var(--i_v9rhf6-primary);
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
        }

        /* 文本详情区 */
        .i_v9rhf6-uher {
            background-color: var(--i_v9rhf6-bg-light);
            padding: 96px 24px;
        }
        .i_v9rhf6-uher-wrap {
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 64px;
            align-items: center;
        }
        .i_v9rhf6-uher-text {
            flex: 1;
            min-width: 320px;
        }
        .i_v9rhf6-uher-text h2 {
            font-size: 32px;
            margin-bottom: 24px;
        }
        .i_v9rhf6-uher-text p {
            margin-bottom: 20px;
            font-size: 17px;
            line-height: 1.8;
            color: #444;
        }
        .i_v9rhf6-sefaq {
            flex: 1;
            min-width: 320px;
            background: var(--i_v9rhf6-white);
            padding: 40px;
            border-radius: 32px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
        }
        .i_v9rhf6-sefaq-item {
            margin-bottom: 32px;
        }
        .i_v9rhf6-sefaq-item h4 {
            font-size: 18px;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .i_v9rhf6-sefaq-item h4::before {
            content: "";
            width: 8px;
            height: 8px;
            background: var(--i_v9rhf6-primary);
            border-radius: 50%;
        }

        /* 页脚 */
        .i_v9rhf6-afob {
            background: #111;
            color: #AAA;
            padding: 80px 24px 40px;
        }
        .i_v9rhf6-codine {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
            border-bottom: 1px solid #333;
            padding-bottom: 60px;
            margin-bottom: 40px;
        }
        .i_v9rhf6-codine-group {
            flex: 1;
            min-width: 200px;
        }
        .i_v9rhf6-codine-group h5 {
            color: #FFF;
            margin-bottom: 24px;
            font-size: 16px;
        }
        .i_v9rhf6-codine-group a {
            display: block;
            color: #888;
            text-decoration: none;
            margin-bottom: 12px;
            font-size: 14px;
            transition: color 0.3s;
        }
        .i_v9rhf6-codine-group a:hover {
            color: #FFF;
        }
        .i_v9rhf6-afob-bottom {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            font-size: 13px;
        }
        .i_v9rhf6-afob-brand {
            font-weight: 700;
            color: #FFF;
            font-size: 18px;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .i_v9rhf6-nojipur {
                height: auto;
                padding: 16px 24px;
                flex-direction: column;
                gap: 16px;
            }
            .i_v9rhf6-avixi {
                justify-content: center;
                gap: 12px;
            }
            .i_v9rhf6-patifut {
                padding-top: 64px;
            }
            .i_v9rhf6-hahip {
                grid-template-columns: 1fr;
            }
            .i_v9rhf6-uher-wrap {
                flex-direction: column;
            }
        }
    