<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>名扬IT-国内动态/静态单窗口单IP-ROS软路由-工作室软路由IP</title><link>https://03qun.com/</link><description>静态独享IP，工作室网络环境搭建！</description><item><title>极致IP-使用教程</title><link>https://03qun.com/?id=53</link><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes&quot;&gt;
    &lt;title&gt;极致IP - 平台使用教程&lt;/title&gt;
    &lt;style&gt;
        /* ===== CSS 变量 ===== */
        :root {
            --blue-start: #4facfe;
            --blue-end: #00f2fe;
            --purple-start: #667eea;
            --purple-end: #764ba2;
            --green-start: #00b09b;
            --green-end: #96c93d;
            --pink-start: #f093fb;
            --pink-end: #f5576c;
            --orange-start: #f6d365;
            --orange-end: #fda085;
            --shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
            --radius: 8px;
            --bg-body: #f4f6f9;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
            background: var(--bg-body);
            padding: 20px 10px;
        }

        .container {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            border-radius: 12px;
        }

        /* ===== 模块标题 ===== */
        .module-header {
            padding: 8px 0 8px 16px;
            border-radius: var(--radius);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }
        .module-header h2 {
            font-size: 1.25rem;
            font-weight: 700;
            margin: 0;
            color: white;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        }
        .module-header .icon {
            font-size: 20px;
            margin-right: 5px;
        }
        .module-header .btn-link {
            margin-left: auto;
            margin-right: 10px;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            color: white;
            text-decoration: none;
            padding: 8px 22px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
            white-space: nowrap;
            transition: none !important;
        }
        .module-header .btn-link:hover {
            transform: none !important;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e) !important;
        }

        /* 标题与卡片间距（仅实名和合规特殊加宽） */
        .spaced-header {
            margin-bottom: 20px;
        }

        /* ===== 内容卡片 ===== */
        .card {
            background: #f8f9fa;
            padding: 18px;
            border-radius: var(--radius);
            border: 1px solid #e9ecef;
            position: relative;
        }
        .card p {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 10px;
        }
        .card p:last-child {
            margin-bottom: 0;
        }

        .card-white {
            background: white;
            padding: 12px;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            border: 1px solid #e0e0e0;
            text-align: center;
            margin-top: 12px;
        }
        .card-white img {
            max-width: 100%;
            border-radius: 6px;
            border: 1px solid #dee2e6;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card-white img:hover {
            transform: scale(1.015);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        }

        /* ===== 高亮关键词颜色 ===== */
        .hl-blue {
            color: #1890ff;
            font-weight: 700;
        }
        .hl-green {
            color: #28a745;
            font-weight: 700;
        }
        .hl-orange {
            color: #e67e00;
            font-weight: 700;
        }
        .hl-purple {
            color: #722ed1;
            font-weight: 700;
        }
        .hl-red {
            color: #d32f2f;
            font-weight: 700;
        }
        .hl-pink {
            color: #eb2f96;
            font-weight: 700;
        }
        .hl-teal {
            color: #00897b;
            font-weight: 700;
        }

        .tag-red {
            position: absolute;
            top: -10px;
            left: 20px;
            background: #ff6b6b;
            color: white;
            padding: 4px 16px;
            border-radius: 18px;
            font-size: 0.8rem;
            font-weight: 600;
            box-shadow: 0 3px 8px rgba(255, 107, 107, 0.25);
        }

        /* ===== 提示框 ===== */
        .note-yellow {
            margin-top: 10px;
            padding: 12px;
            background: #fff8e1;
            border-radius: 6px;
            border-left: 4px solid #ffc107;
        }
        .note-yellow p {
            margin: 0;
            font-size: 0.95rem;
            color: #856404;
            line-height: 1.6;
        }

        .note-red {
            margin-top: 10px;
            padding: 12px;
            background: #fff5f5;
            border-radius: 6px;
            border-left: 4px solid #e63946;
        }
        .note-red p {
            margin: 0;
            font-size: 0.95rem;
            color: #b71c1c;
            line-height: 1.6;
            font-weight: 600;
        }

        .note-orange {
            padding: 12px 16px;
            background: #fff8e1;
            border-radius: 6px;
            border-left: 4px solid #ff9800;
            margin-bottom: 16px;
        }
        .note-orange p {
            margin: 0;
            font-size: 0.95rem;
            color: #856404;
            line-height: 1.6;
        }

        .highlight-blue {
            color: #1890ff;
            font-weight: 600;
        }
        .highlight-red {
            color: #e63946;
            font-weight: 600;
        }

        /* ===== 价格表格 ===== */
        .price-table-wrap {
            overflow-x: auto;
            margin: 12px 0 16px 0;
        }
        .price-table-wrap table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #ddd;
            font-size: 0.95rem;
            table-layout: fixed;
        }
        .price-table-wrap table thead tr {
            background: linear-gradient(135deg, var(--blue-start), var(--blue-end));
        }
        .price-table-wrap table th {
            background: transparent;
            color: white;
            padding: 10px 12px;
            border: 1px solid #ddd;
            text-align: center;
            font-weight: 700;
        }
        .price-table-wrap table td {
            padding: 10px 12px;
            border: 1px solid #ddd;
            text-align: center;
            word-break: break-word;
        }
        .price-table-wrap table tbody tr:nth-child(even) {
            background: #f9f9f9;
        }
        .price-table-wrap table tbody tr:hover {
            background: #e3f2fd !important;
        }
        /* 固定列宽比例，两个表格完全对齐 */
        .price-table-wrap table colgroup .col-name { width: 28%; }
        .price-table-wrap table colgroup .col-bandwidth { width: 18%; }
        .price-table-wrap table colgroup .col-switch { width: 30%; }
        .price-table-wrap table colgroup .col-price { width: 24%; }

        .price-red {
            color: #FF0000;
            font-weight: 700;
        }

        /* ===== 合规卡片 ===== */
        .compliance-card {
            padding: 18px;
            border-radius: var(--radius);
            margin-bottom: 16px;
            position: relative;
        }
        .compliance-card .label {
            position: absolute;
            top: -10px;
            left: 20px;
            color: white;
            padding: 4px 16px;
            border-radius: 18px;
            font-size: 0.875rem;
            font-weight: 600;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
        }
        .compliance-card p {
            margin: 20px 0 0 0;
            font-size: 0.95rem;
            line-height: 1.5;
            font-weight: 600;
        }

        .compliance-red {
            background: linear-gradient(145deg, #fff5f5, #ffe6e6);
            border: 1px solid #ffcccc;
        }
        .compliance-red .label {
            background: #e63946;
        }
        .compliance-red p {
            color: #b71c1c;
        }

        .compliance-blue {
            background: linear-gradient(145deg, #f0f9ff, #e6f7ff);
            border: 1px solid #cce7ff;
        }
        .compliance-blue .label {
            background: #1890ff;
        }
        .compliance-blue p {
            color: #0056b3;
        }

        /* ===== 图片模态框 ===== */
        #image-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.92);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        #image-modal img {
            max-width: 92%;
            max-height: 92%;
            object-fit: contain;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
            cursor: pointer;
        }
        #image-modal .close-btn {
            position: absolute;
            top: 18px;
            right: 24px;
            color: white;
            font-size: 32px;
            cursor: pointer;
            font-weight: 300;
            opacity: 0.6;
            transition: opacity 0.2s;
            z-index: 10000;
        }
        #image-modal .close-btn:hover {
            opacity: 1;
        }

        @media (max-width: 600px) {
            .module-header .btn-link {
                font-size: 0.8rem;
                padding: 6px 14px;
            }
            .price-table-wrap table {
                font-size: 0.85rem;
                min-width: 480px;
            }
            .price-table-wrap table th,
            .price-table-wrap table td {
                padding: 6px 8px;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;div class=&quot;container&quot;&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 1. 账号注册 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--purple-start), var(--purple-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;📋&lt;/span&gt;
                &lt;h2&gt;账号注册&lt;/h2&gt;
                &lt;a href=&quot;https://u.jzipdl.com/users/register?invitation_code=53ZsOvV5&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;btn-link&quot;&gt;点击注册极致账号&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;打开注册页面，按提示设置 &lt;span class=&quot;hl-blue&quot;&gt;用户名&lt;/span&gt;、&lt;span class=&quot;hl-purple&quot;&gt;登录密码&lt;/span&gt;、&lt;span class=&quot;hl-orange&quot;&gt;手机号&lt;/span&gt;，获取并填写 &lt;span class=&quot;hl-red&quot;&gt;验证码&lt;/span&gt;，确认信息无误后点击 &lt;span class=&quot;hl-green&quot;&gt;提交注册&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;邀请码：&lt;span style=&quot;color:#e63946;background:#ffeaea;padding:2px 12px;border-radius:4px;border:1px solid #ffcccc;font-weight:700;&quot;&gt;53ZsOvV5&lt;/span&gt;&lt;/p&gt;
                &lt;div class=&quot;note-yellow&quot;&gt;
                    &lt;p&gt;&lt;strong&gt;注：&lt;/strong&gt;请务必牢记您的 &lt;span class=&quot;hl-purple&quot;&gt;用户名&lt;/span&gt; 和 &lt;span class=&quot;hl-blue&quot;&gt;密码&lt;/span&gt;，后续登录均需使用。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/jzjc1.png&quot; alt=&quot;注册页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 2. 实名认证 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header spaced-header&quot; style=&quot;background: linear-gradient(135deg, var(--green-start), var(--green-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;👤&lt;/span&gt;
                &lt;h2&gt;实名认证&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;span class=&quot;tag-red&quot;&gt;⚠️ 必须完成，仅需一次&lt;/span&gt;
                &lt;p style=&quot;margin-top: 20px;&quot;&gt;使用刚注册的账号登录 &lt;span class=&quot;hl-blue&quot;&gt;极致IP后台&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;登录成功后，会直接弹出 &lt;span class=&quot;hl-purple&quot;&gt;实名认证&lt;/span&gt; 界面。&lt;/p&gt;
                &lt;p&gt;按照页面要求提交真实身份信息（&lt;span class=&quot;hl-red&quot;&gt;姓名&lt;/span&gt;、&lt;span class=&quot;hl-teal&quot;&gt;身份证号&lt;/span&gt;），完成认证。&lt;/p&gt;
                &lt;div class=&quot;note-red&quot;&gt;
                    &lt;p&gt;🚨 重要：未完成实名认证将无法购买任何节点，请务必先完成此步骤。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/jzjc2.png&quot; alt=&quot;实名认证页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 3. 套餐购买 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--blue-start), var(--blue-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🛒&lt;/span&gt;
                &lt;h2&gt;套餐购买&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;极致平台提供多种套餐可选，支持提取 &lt;strong&gt;SK5&lt;/strong&gt; 和 &lt;strong&gt;L2TP&lt;/strong&gt; 线路。&lt;/p&gt;
                &lt;div class=&quot;note-orange&quot;&gt;
                    &lt;p&gt;&lt;strong&gt;注意：&lt;/strong&gt;暂不支持自助开通，需要找&lt;span class=&quot;highlight-red&quot;&gt;上级代理&lt;/span&gt;开通。开通后线路直接到对应的套餐里面，提取使用即可。&lt;span style=&quot;color:#d32f2f;font-weight:700;&quot;&gt;量大客户请联系客服享受折扣优惠！&lt;/span&gt;&lt;/p&gt;
                &lt;/div&gt;

                &lt;!-- SK5套餐 --&gt;
                &lt;div class=&quot;price-table-wrap&quot;&gt;
                    &lt;table&gt;
                        &lt;colgroup&gt;
                            &lt;col class=&quot;col-name&quot;&gt;
                            &lt;col class=&quot;col-bandwidth&quot;&gt;
                            &lt;col class=&quot;col-switch&quot;&gt;
                            &lt;col class=&quot;col-price&quot;&gt;
                        &lt;/colgroup&gt;
                        &lt;thead&gt;
                            &lt;tr&gt;&lt;th&gt;SK5套餐&lt;/th&gt;&lt;th&gt;带宽&lt;/th&gt;&lt;th&gt;节点切换次数/天&lt;/th&gt;&lt;th&gt;价格（月卡）&lt;/th&gt;&lt;/tr&gt;
                        &lt;/thead&gt;
                        &lt;tbody&gt;
                            &lt;tr&gt;&lt;td&gt;SD02-独享2M&lt;/td&gt;&lt;td&gt;2M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;12.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;SD03-独享5M&lt;/td&gt;&lt;td&gt;5M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;15.00元&lt;/td&gt;&lt;/tr&gt;
                        &lt;/tbody&gt;
                    &lt;/table&gt;
                &lt;/div&gt;

                &lt;!-- L2TP/PPTP套餐 --&gt;
                &lt;div class=&quot;price-table-wrap&quot;&gt;
                    &lt;table&gt;
                        &lt;colgroup&gt;
                            &lt;col class=&quot;col-name&quot;&gt;
                            &lt;col class=&quot;col-bandwidth&quot;&gt;
                            &lt;col class=&quot;col-switch&quot;&gt;
                            &lt;col class=&quot;col-price&quot;&gt;
                        &lt;/colgroup&gt;
                        &lt;thead&gt;
                            &lt;tr&gt;&lt;th&gt;L2TP/PPTP套餐&lt;/th&gt;&lt;th&gt;带宽&lt;/th&gt;&lt;th&gt;节点切换次数/天&lt;/th&gt;&lt;th&gt;价格（月卡）&lt;/th&gt;&lt;/tr&gt;
                        &lt;/thead&gt;
                        &lt;tbody&gt;
                            &lt;tr&gt;&lt;td&gt;PD02-独享2M&lt;/td&gt;&lt;td&gt;2M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;15.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;PD03-独享5M&lt;/td&gt;&lt;td&gt;5M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;18.00元&lt;/td&gt;&lt;/tr&gt;
                        &lt;/tbody&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 4. 节点导出 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🌐&lt;/span&gt;
                &lt;h2 style=&quot;color:#2d3748;text-shadow:0 2px 4px rgba(0,0,0,0.08);&quot;&gt;节点导出&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;在极致用户后台，&lt;span class=&quot;hl-blue&quot;&gt;订单&lt;/span&gt; 里面找到需要导出的套餐节点（&lt;span class=&quot;hl-purple&quot;&gt;SK5线路&lt;/span&gt; 或 &lt;span class=&quot;hl-pink&quot;&gt;PPTP/L2TP线路&lt;/span&gt;）。&lt;/p&gt;
                &lt;p&gt;勾选需要导出的节点，点击 &lt;span class=&quot;hl-blue&quot;&gt;“批量提取”&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;点击 &lt;span class=&quot;hl-red&quot;&gt;“一键复制”&lt;/span&gt; 或 &lt;span class=&quot;hl-orange&quot;&gt;“下载”&lt;/span&gt;，直接复制即可使用。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/jzjc3.png&quot; alt=&quot;节点导出页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 5. 节点更换 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--orange-start), var(--orange-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🔄&lt;/span&gt;
                &lt;h2&gt;节点更换&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;如需对已购线路进行管理调换，点击对应的套餐（&lt;span class=&quot;hl-purple&quot;&gt;SK5线路&lt;/span&gt; 或 &lt;span class=&quot;hl-pink&quot;&gt;PPTP/L2TP线路&lt;/span&gt;）。&lt;/p&gt;
                &lt;div style=&quot;padding: 12px 16px; background: white; border-radius: 6px; border-left: 4px solid #28a745; box-shadow: 0 2px 6px rgba(0,0,0,0.04); margin-bottom: 10px;&quot;&gt;
                    &lt;p style=&quot;margin:0;font-size:0.95rem;color:#333;line-height:1.6;&quot;&gt;&lt;strong style=&quot;color:#28a745;&quot;&gt;批量操作：&lt;/strong&gt;勾选多条线路后，点击 &lt;span class=&quot;highlight-blue&quot;&gt;“批量切换”&lt;/span&gt;，确认切换。切换方式可选择 &lt;span class=&quot;highlight-blue&quot;&gt;“同城切换”&lt;/span&gt; 或 &lt;span class=&quot;highlight-blue&quot;&gt;“批量切换”&lt;/span&gt;，选择对应的省份、城市、运营商，不选择则在全国范围内随机切换城市。&lt;/p&gt;
                &lt;/div&gt;
                &lt;div style=&quot;padding: 12px 16px; background: white; border-radius: 6px; border-left: 4px solid #6f42c1; box-shadow: 0 2px 6px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin:0;font-size:0.95rem;color:#333;line-height:1.6;&quot;&gt;&lt;strong style=&quot;color:#6f42c1;&quot;&gt;单条操作：&lt;/strong&gt;若只需要调整某一条线路，可在该线路右侧的功能按钮中点击 &lt;span class=&quot;highlight-blue&quot;&gt;“切换”&lt;/span&gt;，选择需要切换的省份和地区。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/jzjc4.png&quot; alt=&quot;节点更换页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 6. 节点暂停 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--purple-start), var(--purple-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;⏸️&lt;/span&gt;
                &lt;h2&gt;节点暂停&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;点击 &lt;span class=&quot;highlight-blue&quot;&gt;“订单”&lt;/span&gt;，进入 &lt;span class=&quot;highlight-blue&quot;&gt;“主订单”&lt;/span&gt;，找到需要暂停的订单。&lt;/p&gt;
                &lt;p&gt;点击 &lt;span class=&quot;highlight-blue&quot;&gt;“暂停计费”&lt;/span&gt; 即可。&lt;/p&gt;
                &lt;div class=&quot;note-yellow&quot;&gt;
                    &lt;p&gt;&lt;strong&gt;注意：&lt;/strong&gt;每暂停一次，整个订单时间将&lt;span class=&quot;highlight-red&quot;&gt;扣除2天&lt;/span&gt;时间，点击确定即可生效。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/jzjc5.png&quot; alt=&quot;节点暂停页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 7. 合规与售后保障 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 0;&quot;&gt;
            &lt;div class=&quot;module-header spaced-header&quot; style=&quot;background: linear-gradient(135deg, #30cfd0, #330867);&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🔔&lt;/span&gt;
                &lt;h2&gt;合规与售后保障&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;compliance-card compliance-red&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;合规声明&lt;/span&gt;
                &lt;p&gt;⚠️ 极致IP平台建立实时后台日志监控系统，严禁将IP用于非法用途。违规账号将立即封禁且不予退款，请严格遵守法律法规及平台使用协议。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;compliance-card compliance-blue&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;售后保障&lt;/span&gt;
                &lt;p&gt;✅ 提供7×24小时不间断IP供应与即时响应客服。用户可联系客服申请免费测试，满意后再付款，大幅降低决策风险。&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;!-- ===== 图片模态框 ===== --&gt;
    &lt;div id=&quot;image-modal&quot; onclick=&quot;closeImageModal()&quot;&gt;
        &lt;span class=&quot;close-btn&quot; onclick=&quot;event.stopPropagation(); closeImageModal();&quot;&gt;✕&lt;/span&gt;
        &lt;img id=&quot;modal-image&quot; src=&quot;&quot; alt=&quot;放大图片&quot; onclick=&quot;event.stopPropagation(); closeImageModal();&quot;&gt;
    &lt;/div&gt;

    &lt;!-- ============================================================ --&gt;
    &lt;!-- JavaScript --&gt;
    &lt;!-- ============================================================ --&gt;
    &lt;script&gt;
        function openImageModal(src) {
            document.getElementById(&#039;modal-image&#039;).src = src;
            document.getElementById(&#039;image-modal&#039;).style.display = &#039;flex&#039;;
            document.body.style.overflow = &#039;hidden&#039;;
        }

        function closeImageModal() {
            document.getElementById(&#039;image-modal&#039;).style.display = &#039;none&#039;;
            document.body.style.overflow = &#039;auto&#039;;
        }
        document.addEventListener(&#039;keydown&#039;, function(e) {
            if (e.key === &#039;Escape&#039;) closeImageModal();
        });

        document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
            var lastTouchEnd = 0;
            document.addEventListener(&#039;touchend&#039;, function(e) {
                var now = Date.now();
                if (now - lastTouchEnd &lt;= 300) e.preventDefault();
                lastTouchEnd = now;
            }, false);
        });
    &lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><pubDate>Fri, 07 Aug 2026 10:58:41 +0800</pubDate></item><item><title>优众IP-购买教程</title><link>https://03qun.com/?id=52</link><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes&quot;&gt;
    &lt;title&gt;优众IP - 平台使用教程&lt;/title&gt;
    &lt;style&gt;
        /* ===== CSS 变量 ===== */
        :root {
            --blue-start: #4facfe;
            --blue-end: #00f2fe;
            --purple-start: #667eea;
            --purple-end: #764ba2;
            --green-start: #00b09b;
            --green-end: #96c93d;
            --pink-start: #f093fb;
            --pink-end: #f5576c;
            --orange-start: #f6d365;
            --orange-end: #fda085;
            --shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
            --radius: 8px;
            --bg-body: #f4f6f9;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
            background: var(--bg-body);
            padding: 20px 10px;
        }

        .container {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            border-radius: 12px;
        }

        /* ===== 模块标题 ===== */
        .module-header {
            padding: 8px 0 8px 16px;
            border-radius: var(--radius);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }
        .module-header h2 {
            font-size: 1.25rem;
            font-weight: 700;
            margin: 0;
            color: white;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        }
        .module-header .icon {
            font-size: 20px;
            margin-right: 5px;
        }
        .module-header .btn-link {
            margin-left: auto;
            margin-right: 10px;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            color: white;
            text-decoration: none;
            padding: 8px 22px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
            white-space: nowrap;
            transition: none !important;
        }
        .module-header .btn-link:hover {
            transform: none !important;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e) !important;
        }

        /* 标题与卡片间距（仅实名和合规特殊加宽） */
        .spaced-header {
            margin-bottom: 20px;
        }

        /* ===== 内容卡片 ===== */
        .card {
            background: #f8f9fa;
            padding: 18px;
            border-radius: var(--radius);
            border: 1px solid #e9ecef;
            position: relative;
        }
        .card p {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 10px;
        }
        .card p:last-child {
            margin-bottom: 0;
        }

        .card-white {
            background: white;
            padding: 12px;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            border: 1px solid #e0e0e0;
            text-align: center;
            margin-top: 12px;
        }
        .card-white img {
            max-width: 100%;
            border-radius: 6px;
            border: 1px solid #dee2e6;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card-white img:hover {
            transform: scale(1.015);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        }

        /* ===== 高亮关键词颜色 ===== */
        .hl-blue {
            color: #1890ff;
            font-weight: 700;
        }
        .hl-green {
            color: #28a745;
            font-weight: 700;
        }
        .hl-orange {
            color: #e67e00;
            font-weight: 700;
        }
        .hl-purple {
            color: #722ed1;
            font-weight: 700;
        }
        .hl-red {
            color: #d32f2f;
            font-weight: 700;
        }
        .hl-pink {
            color: #eb2f96;
            font-weight: 700;
        }
        .hl-teal {
            color: #00897b;
            font-weight: 700;
        }

        .tag-red {
            position: absolute;
            top: -10px;
            left: 20px;
            background: #ff6b6b;
            color: white;
            padding: 4px 16px;
            border-radius: 18px;
            font-size: 0.8rem;
            font-weight: 600;
            box-shadow: 0 3px 8px rgba(255, 107, 107, 0.25);
        }

        /* ===== 提示框 ===== */
        .note-yellow {
            margin-top: 10px;
            padding: 12px;
            background: #fff8e1;
            border-radius: 6px;
            border-left: 4px solid #ffc107;
        }
        .note-yellow p {
            margin: 0;
            font-size: 0.95rem;
            color: #856404;
            line-height: 1.6;
        }

        .note-red {
            margin-top: 10px;
            padding: 12px;
            background: #fff5f5;
            border-radius: 6px;
            border-left: 4px solid #e63946;
        }
        .note-red p {
            margin: 0;
            font-size: 0.95rem;
            color: #b71c1c;
            line-height: 1.6;
            font-weight: 600;
        }

        .note-orange {
            padding: 12px 16px;
            background: #fff8e1;
            border-radius: 6px;
            border-left: 4px solid #ff9800;
            margin-bottom: 16px;
        }
        .note-orange p {
            margin: 0;
            font-size: 0.95rem;
            color: #856404;
            line-height: 1.6;
        }

        .highlight-blue {
            color: #1890ff;
            font-weight: 600;
        }
        .highlight-red {
            color: #e63946;
            font-weight: 600;
        }

        /* ===== 合规卡片 ===== */
        .compliance-card {
            padding: 18px;
            border-radius: var(--radius);
            margin-bottom: 16px;
            position: relative;
        }
        .compliance-card .label {
            position: absolute;
            top: -10px;
            left: 20px;
            color: white;
            padding: 4px 16px;
            border-radius: 18px;
            font-size: 0.875rem;
            font-weight: 600;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
        }
        .compliance-card p {
            margin: 20px 0 0 0;
            font-size: 0.95rem;
            line-height: 1.5;
            font-weight: 600;
        }

        .compliance-red {
            background: linear-gradient(145deg, #fff5f5, #ffe6e6);
            border: 1px solid #ffcccc;
        }
        .compliance-red .label {
            background: #e63946;
        }
        .compliance-red p {
            color: #b71c1c;
        }

        .compliance-blue {
            background: linear-gradient(145deg, #f0f9ff, #e6f7ff);
            border: 1px solid #cce7ff;
        }
        .compliance-blue .label {
            background: #1890ff;
        }
        .compliance-blue p {
            color: #0056b3;
        }

        /* ===== 图片模态框 ===== */
        #image-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.92);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        #image-modal img {
            max-width: 92%;
            max-height: 92%;
            object-fit: contain;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
            cursor: pointer;
        }
        #image-modal .close-btn {
            position: absolute;
            top: 18px;
            right: 24px;
            color: white;
            font-size: 32px;
            cursor: pointer;
            font-weight: 300;
            opacity: 0.6;
            transition: opacity 0.2s;
            z-index: 10000;
        }
        #image-modal .close-btn:hover {
            opacity: 1;
        }

        @media (max-width: 600px) {
            .module-header .btn-link {
                font-size: 0.8rem;
                padding: 6px 14px;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;div class=&quot;container&quot;&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 1. 账号注册 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--purple-start), var(--purple-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;📋&lt;/span&gt;
                &lt;h2&gt;账号注册&lt;/h2&gt;
                &lt;a href=&quot;https://sk5ip.cn/views/login.html#?promotionCode=D5107BF8A75143BB8C2E2F84BDE9E25E&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;btn-link&quot;&gt;点击注册优众账号&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;打开注册页面，按提示设置 &lt;span class=&quot;hl-blue&quot;&gt;用户名&lt;/span&gt;、&lt;span class=&quot;hl-purple&quot;&gt;登录密码&lt;/span&gt;、&lt;span class=&quot;hl-orange&quot;&gt;手机号&lt;/span&gt;，获取并填写 &lt;span class=&quot;hl-red&quot;&gt;验证码&lt;/span&gt;，确认信息无误后点击 &lt;span class=&quot;hl-green&quot;&gt;提交注册&lt;/span&gt;。&lt;/p&gt;
                &lt;div class=&quot;note-yellow&quot;&gt;
                    &lt;p&gt;&lt;strong&gt;注：&lt;/strong&gt;请务必牢记您的 &lt;span class=&quot;hl-purple&quot;&gt;用户名&lt;/span&gt; 和 &lt;span class=&quot;hl-blue&quot;&gt;密码&lt;/span&gt;，后续登录均需使用。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/yzjc1.png&quot; alt=&quot;注册页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 2. 实名认证 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header spaced-header&quot; style=&quot;background: linear-gradient(135deg, var(--green-start), var(--green-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;👤&lt;/span&gt;
                &lt;h2&gt;实名认证&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;span class=&quot;tag-red&quot;&gt;⚠️ 必须完成，仅需一次&lt;/span&gt;
                &lt;p style=&quot;margin-top: 20px;&quot;&gt;使用刚注册的账号登录 &lt;span class=&quot;hl-blue&quot;&gt;优众IP后台&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;登录成功后，点击导航栏中的 &lt;span class=&quot;hl-purple&quot;&gt;个人信息&lt;/span&gt; → &lt;span class=&quot;hl-orange&quot;&gt;实名认证&lt;/span&gt; → &lt;span class=&quot;hl-green&quot;&gt;去认证&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;按照页面要求提交真实身份信息（&lt;span class=&quot;hl-red&quot;&gt;姓名&lt;/span&gt;、&lt;span class=&quot;hl-teal&quot;&gt;身份证号&lt;/span&gt;），完成认证。&lt;/p&gt;
                &lt;div class=&quot;note-red&quot;&gt;
                    &lt;p&gt;🚨 重要：未完成实名认证将无法购买任何节点，请务必先完成此步骤。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/yzjc2.png&quot; alt=&quot;实名认证页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 3. 金币充值 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--pink-start), var(--pink-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;💰&lt;/span&gt;
                &lt;h2&gt;金币充值&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;点击 &lt;span class=&quot;hl-purple&quot;&gt;金币&lt;/span&gt; → &lt;span class=&quot;hl-orange&quot;&gt;充值&lt;/span&gt;，选择需要充值的 &lt;span class=&quot;hl-blue&quot;&gt;金额&lt;/span&gt; 或者 &lt;span class=&quot;hl-green&quot;&gt;自定义金额&lt;/span&gt;，选择 &lt;span class=&quot;hl-pink&quot;&gt;支付方式&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;&lt;span class=&quot;hl-red&quot;&gt;代理协议一定要注意不要选错&lt;/span&gt;，需要购买哪个协议就选哪个协议进行充值（两种协议金币 &lt;span class=&quot;hl-red&quot;&gt;不通用&lt;/span&gt;）。&lt;/p&gt;
                &lt;div class=&quot;note-yellow&quot;&gt;
                    &lt;p&gt;&lt;strong&gt;提示：&lt;/strong&gt;充值前请务必确认选择的 &lt;span class=&quot;hl-purple&quot;&gt;代理协议&lt;/span&gt; 与您将要购买节点的类型一致，避免造成不必要的损失。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/yzjc3.png&quot; alt=&quot;金币充值页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 4. 节点购买 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--blue-start), var(--blue-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🛒&lt;/span&gt;
                &lt;h2&gt;节点购买&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;点击 &lt;span class=&quot;hl-blue&quot;&gt;节点购买&lt;/span&gt;，选择需要购买的节点类型 &lt;span class=&quot;hl-green&quot;&gt;SK5/HTTP&lt;/span&gt; 或 &lt;span class=&quot;hl-orange&quot;&gt;L2TP&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;选择或输入要挂机的 &lt;span class=&quot;hl-purple&quot;&gt;项目名称&lt;/span&gt;（没有的找客服添加），点击搜索。&lt;/p&gt;
                &lt;p&gt;选择你需要的 &lt;span class=&quot;hl-pink&quot;&gt;地区&lt;/span&gt; 和 &lt;span class=&quot;hl-red&quot;&gt;节点数量&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;选择 &lt;span class=&quot;hl-teal&quot;&gt;购买时长&lt;/span&gt;（可以先领取测试节点进行测试）。&lt;/p&gt;
                &lt;p&gt;在 &lt;span class=&quot;hl-blue&quot;&gt;自动选择&lt;/span&gt; 里面可以直接输入需要购买的节点数量，点击确定选择，可以一键自动随机选择地区和节点数量。&lt;/p&gt;
                &lt;p&gt;点击 &lt;span class=&quot;hl-red&quot;&gt;提交订单&lt;/span&gt; 完成购买。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/yzjc4.png&quot; alt=&quot;节点购买页面截图1&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/yzjc5.png&quot; alt=&quot;节点购买页面截图2&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 5. 节点导出 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🌐&lt;/span&gt;
                &lt;h2 style=&quot;color:#2d3748;text-shadow:0 2px 4px rgba(0,0,0,0.08);&quot;&gt;节点导出&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;购买成功后 &lt;span class=&quot;hl-blue&quot;&gt;勾选&lt;/span&gt; 需要导出的节点，选择需要导出的 &lt;span class=&quot;hl-green&quot;&gt;格式&lt;/span&gt;，点击 &lt;span class=&quot;hl-red&quot;&gt;导出&lt;/span&gt; 或 &lt;span class=&quot;hl-orange&quot;&gt;复制到剪贴板&lt;/span&gt; 直接使用即可。&lt;/p&gt;
                &lt;p&gt;在 &lt;span class=&quot;hl-purple&quot;&gt;节点管理&lt;/span&gt; → &lt;span class=&quot;hl-pink&quot;&gt;所有节点&lt;/span&gt; 里面也可以对线路进行导出或复制。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/yzjc6.png&quot; alt=&quot;节点导出页面截图1&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/yzjc7.png&quot; alt=&quot;节点导出页面截图2&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 6. 续费调换 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--orange-start), var(--orange-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🔄&lt;/span&gt;
                &lt;h2&gt;续费调换&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;在 &lt;span class=&quot;hl-purple&quot;&gt;节点管理&lt;/span&gt; 点击 &lt;span class=&quot;hl-blue&quot;&gt;导入/续费/调换/退订&lt;/span&gt;，粘贴需要操作的节点。&lt;/p&gt;
                &lt;p&gt;点击 &lt;span class=&quot;hl-green&quot;&gt;匹配&lt;/span&gt;（&lt;span class=&quot;hl-red&quot;&gt;SK5/HTTP&lt;/span&gt; 直接点匹配）或 &lt;span class=&quot;hl-orange&quot;&gt;匹配L2TP&lt;/span&gt;（&lt;span class=&quot;hl-pink&quot;&gt;L2TP线路&lt;/span&gt; 点匹配L2TP），然后勾选需要操作的节点进行 &lt;span class=&quot;hl-teal&quot;&gt;续费&lt;/span&gt;、&lt;span class=&quot;hl-blue&quot;&gt;调换&lt;/span&gt;、&lt;span class=&quot;hl-purple&quot;&gt;改密&lt;/span&gt; 等操作！&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/08/yzjc8.png&quot; alt=&quot;续费调换页面截图&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 7. 合规与售后保障 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 0;&quot;&gt;
            &lt;div class=&quot;module-header spaced-header&quot; style=&quot;background: linear-gradient(135deg, #30cfd0, #330867);&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🔔&lt;/span&gt;
                &lt;h2&gt;合规与售后保障&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;compliance-card compliance-red&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;合规声明&lt;/span&gt;
                &lt;p&gt;⚠️ 优众IP平台建立实时后台日志监控系统，严禁将IP用于非法用途。违规账号将立即封禁且不予退款，请严格遵守法律法规及平台使用协议。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;compliance-card compliance-blue&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;售后保障&lt;/span&gt;
                &lt;p&gt;✅ 提供7×24小时不间断IP供应与即时响应客服。用户可联系客服申请免费测试，满意后再付款，大幅降低决策风险。&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;!-- ===== 图片模态框 ===== --&gt;
    &lt;div id=&quot;image-modal&quot; onclick=&quot;closeImageModal()&quot;&gt;
        &lt;span class=&quot;close-btn&quot; onclick=&quot;event.stopPropagation(); closeImageModal();&quot;&gt;✕&lt;/span&gt;
        &lt;img id=&quot;modal-image&quot; src=&quot;&quot; alt=&quot;放大图片&quot; onclick=&quot;event.stopPropagation(); closeImageModal();&quot;&gt;
    &lt;/div&gt;

    &lt;!-- ============================================================ --&gt;
    &lt;!-- JavaScript --&gt;
    &lt;!-- ============================================================ --&gt;
    &lt;script&gt;
        function openImageModal(src) {
            document.getElementById(&#039;modal-image&#039;).src = src;
            document.getElementById(&#039;image-modal&#039;).style.display = &#039;flex&#039;;
            document.body.style.overflow = &#039;hidden&#039;;
        }

        function closeImageModal() {
            document.getElementById(&#039;image-modal&#039;).style.display = &#039;none&#039;;
            document.body.style.overflow = &#039;auto&#039;;
        }
        document.addEventListener(&#039;keydown&#039;, function(e) {
            if (e.key === &#039;Escape&#039;) closeImageModal();
        });

        document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
            var lastTouchEnd = 0;
            document.addEventListener(&#039;touchend&#039;, function(e) {
                var now = Date.now();
                if (now - lastTouchEnd &lt;= 300) e.preventDefault();
                lastTouchEnd = now;
            }, false);
        });
    &lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><pubDate>Wed, 05 Aug 2026 14:59:25 +0800</pubDate></item><item><title>小猫IP-使用教程</title><link>https://03qun.com/?id=51</link><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes&quot;&gt;
    &lt;title&gt;小猫IP - 平台使用教程&lt;/title&gt;
    &lt;style&gt;
        /* ===== CSS 变量 ===== */
        :root {
            --blue-start: #4facfe;
            --blue-end: #00f2fe;
            --purple-start: #667eea;
            --purple-end: #764ba2;
            --green-start: #00b09b;
            --green-end: #96c93d;
            --pink-start: #f093fb;
            --pink-end: #f5576c;
            --orange-start: #f6d365;
            --orange-end: #fda085;
            --shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
            --radius: 8px;
            --bg-body: #f4f6f9;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
            background: var(--bg-body);
            padding: 20px 10px;
        }

        /* ===== 容器 ===== */
        .container {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            border-radius: 12px;
        }

        /* ===== 模块标题 ===== */
        .module-header {
            padding: 8px 0 8px 16px;
            border-radius: var(--radius);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }
        .module-header h2 {
            font-size: 1.25rem;
            font-weight: 700;
            margin: 0;
            color: white;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        }
        .module-header .icon {
            font-size: 20px;
            margin-right: 5px;
        }
        .module-header .btn-link {
            margin-left: auto;
            margin-right: 10px;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            color: white;
            text-decoration: none;
            padding: 8px 22px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
            white-space: nowrap;
            transition: none !important;
        }
        .module-header .btn-link:hover {
            transform: none !important;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e) !important;
        }

        /* 标题与卡片间距加宽（仅指定模块） */
        .spaced-header {
            margin-bottom: 20px;
        }

        /* ===== 内容卡片 ===== */
        .card {
            background: #f8f9fa;
            padding: 18px;
            border-radius: var(--radius);
            border: 1px solid #e9ecef;
            position: relative;
        }
        .card p {
            font-size: 1rem;
            color: #555;
            line-height: 1.7;
            margin-bottom: 10px;
        }
        .card p:last-child { margin-bottom: 0; }

        .card-white {
            background: white;
            padding: 12px;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            border: 1px solid #e0e0e0;
            text-align: center;
            margin-top: 12px;
        }
        .card-white img {
            max-width: 100%;
            border-radius: 6px;
            border: 1px solid #dee2e6;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        /* 图片悬停：放大1.5%，阴影略微加深 */
        .card-white img:hover {
            transform: scale(1.015);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
        }

        /* ===== 标签 ===== */
        .tag-red {
            position: absolute;
            top: -10px;
            left: 20px;
            background: #ff6b6b;
            color: white;
            padding: 4px 16px;
            border-radius: 18px;
            font-size: 0.8rem;
            font-weight: 600;
            box-shadow: 0 3px 8px rgba(255, 107, 107, 0.25);
        }
        .tag-free {
            position: absolute;
            top: -10px;
            left: 20px;
            background: #ff6b6b;
            color: white;
            padding: 4px 16px;
            border-radius: 18px;
            font-size: 0.8rem;
            font-weight: 600;
            box-shadow: 0 3px 8px rgba(255, 107, 107, 0.25);
        }

        /* ===== 提示框 ===== */
        .note-yellow {
            margin-top: 10px;
            padding: 12px;
            background: #fff8e1;
            border-radius: 6px;
            border-left: 4px solid #ffc107;
        }
        .note-yellow p { margin: 0; font-size: 0.95rem; color: #856404; line-height: 1.6; }

        .note-red {
            margin-top: 10px;
            padding: 12px;
            background: #fff5f5;
            border-radius: 6px;
            border-left: 4px solid #e63946;
        }
        .note-red p { margin: 0; font-size: 0.95rem; color: #b71c1c; line-height: 1.6; font-weight: 600; }

        .note-orange {
            padding: 12px 16px;
            background: #fff8e1;
            border-radius: 6px;
            border-left: 4px solid #ff9800;
            margin-bottom: 16px;
        }
        .note-orange p { margin: 0; font-size: 0.95rem; color: #856404; line-height: 1.6; }

        .invite-code {
            color: #e63946;
            background: #ffeaea;
            padding: 2px 10px;
            border-radius: 4px;
            border: 1px solid #ffcccc;
        }
        .highlight-blue { color: #1890ff; font-weight: 600; }
        .highlight-red { color: #e63946; font-weight: 600; }

        /* ===== 价格表格（强制对齐 + 优化宽度） ===== */
        .price-table-wrap {
            overflow-x: auto;
            margin: 12px 0 16px 0;
        }
        .price-table-wrap table {
            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
            border: 1px solid #ddd;
            font-size: 0.95rem;
            min-width: 600px;
        }
        .price-table-wrap table thead tr {
            background: linear-gradient(135deg, var(--blue-start), var(--blue-end));
        }
        .price-table-wrap table th {
            background: transparent;
            color: white;
            padding: 10px 12px;
            border: 1px solid #ddd;
            text-align: center;
            font-weight: 700;
        }
        .price-table-wrap table td {
            padding: 10px 12px;
            border: 1px solid #ddd;
            text-align: center;
            word-break: keep-all; /* 防止长词换行 */
        }
        .price-table-wrap table tbody tr:nth-child(even) { background: #f9f9f9; }
        .price-table-wrap table tbody tr:hover { background: #e3f2fd !important; }
        .price-red { color: #FF0000; font-weight: 700; }

        /* ===== 操作卡片（节点更换用） ===== */
        .action-card {
            padding: 12px 16px;
            background: white;
            border-radius: 6px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
            margin-bottom: 10px;
        }
        .action-card p { margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6; }
        .action-card:last-child { margin-bottom: 0; }

        .border-green { border-left: 4px solid #28a745; }
        .border-blue { border-left: 4px solid #17a2b8; }
        .border-purple { border-left: 4px solid #6f42c1; }

        /* ===== 合规卡片 ===== */
        .compliance-card {
            padding: 18px;
            border-radius: var(--radius);
            margin-bottom: 16px;
            position: relative;
        }
        .compliance-card .label {
            position: absolute;
            top: -10px;
            left: 20px;
            color: white;
            padding: 4px 16px;
            border-radius: 18px;
            font-size: 0.875rem;
            font-weight: 600;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
        }
        .compliance-card p {
            margin: 20px 0 0 0;
            font-size: 0.95rem;
            line-height: 1.5;
            font-weight: 600;
        }

        .compliance-red {
            background: linear-gradient(145deg, #fff5f5, #ffe6e6);
            border: 1px solid #ffcccc;
        }
        .compliance-red .label { background: #e63946; }
        .compliance-red p { color: #b71c1c; }

        .compliance-blue {
            background: linear-gradient(145deg, #f0f9ff, #e6f7ff);
            border: 1px solid #cce7ff;
        }
        .compliance-blue .label { background: #1890ff; }
        .compliance-blue p { color: #0056b3; }

        /* ===== 图片模态框 ===== */
        #image-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.92);
            z-index: 9999;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        #image-modal img {
            max-width: 92%;
            max-height: 92%;
            object-fit: contain;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
            cursor: pointer;
        }
        #image-modal .close-btn {
            position: absolute;
            top: 18px;
            right: 24px;
            color: white;
            font-size: 32px;
            cursor: pointer;
            font-weight: 300;
            opacity: 0.6;
            transition: opacity 0.2s;
            z-index: 10000;
        }
        #image-modal .close-btn:hover { opacity: 1; }

        /* ===== 响应式 ===== */
        @media (max-width: 600px) {
            .module-header .btn-link {
                font-size: 0.8rem;
                padding: 6px 14px;
            }
            .price-table-wrap table {
                font-size: 0.85rem;
                min-width: 480px;
            }
            .price-table-wrap table th,
            .price-table-wrap table td {
                padding: 6px 8px;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;div class=&quot;container&quot;&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 1. 账号注册 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--purple-start), var(--purple-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;📋&lt;/span&gt;
                &lt;h2&gt;账号注册&lt;/h2&gt;
                &lt;a href=&quot;https://user.xpptp.com/register?invitation_code=e6q3Vipw&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;btn-link&quot;&gt;点击注册小猫账号&lt;/a&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;打开注册页面，按提示输入用户名、登录密码、验证码，点击注册。&lt;/p&gt;
                &lt;p&gt;邀请码：&lt;strong class=&quot;invite-code&quot;&gt;e6q3Vipw&lt;/strong&gt;&lt;/p&gt;
                &lt;div class=&quot;note-yellow&quot;&gt;&lt;p&gt;&lt;strong&gt;注：&lt;/strong&gt;请务必牢记您的账号密码，后续登录均需使用。&lt;/p&gt;&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/xmjc1.png&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 2. 实名认证 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header spaced-header&quot; style=&quot;background: linear-gradient(135deg, var(--green-start), var(--green-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;👤&lt;/span&gt;
                &lt;h2&gt;实名认证&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;span class=&quot;tag-red&quot;&gt;⚠️ 必须完成，仅需一次&lt;/span&gt;
                &lt;p style=&quot;margin-top:20px;&quot;&gt;注册成功后会自动跳转到小猫用户登录后台，使用刚注册的账号点击登录。&lt;/p&gt;
                &lt;p&gt;登录成功后，点击 &lt;span class=&quot;highlight-blue&quot;&gt;“个人实名”&lt;/span&gt; 去认证。&lt;/p&gt;
                &lt;p&gt;按照页面要求提交真实身份信息（姓名、身份证号），完成认证。&lt;/p&gt;
                &lt;div class=&quot;note-red&quot;&gt;&lt;p&gt;🚨 重要：未完成实名认证将无法领取测试线路或购买套餐，请务必先完成此步骤。&lt;/p&gt;&lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/xmjc2.png&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 3. 领取测试 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header spaced-header&quot; style=&quot;background: linear-gradient(135deg, var(--pink-start), var(--pink-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🎁&lt;/span&gt;
                &lt;h2&gt;领取测试&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;span class=&quot;tag-free&quot;&gt;💡 免费测试&lt;/span&gt;
                &lt;p style=&quot;margin-top:20px;&quot;&gt;小猫平台暂不支持自助开通线路服务，平台提供&lt;span class=&quot;highlight-red&quot;&gt;免费线路测试&lt;/span&gt;，测试满意后再找客服开通。&lt;/p&gt;
                &lt;p&gt;点击 &lt;span class=&quot;highlight-blue&quot;&gt;“账户信息”&lt;/span&gt; 下方的 &lt;span class=&quot;highlight-blue&quot;&gt;“立即领取”&lt;/span&gt;，选择需要测试的套餐，点击领取。&lt;/p&gt;
                &lt;p&gt;领取成功后，在对应的 &lt;span class=&quot;highlight-blue&quot;&gt;SOCKS5节点&lt;/span&gt; 或 &lt;span class=&quot;highlight-blue&quot;&gt;PPTP/L2TP节点&lt;/span&gt; 里面勾选需要提取的线路。&lt;/p&gt;
                &lt;p&gt;点击 &lt;span class=&quot;highlight-blue&quot;&gt;“更多操作”&lt;/span&gt; → &lt;span class=&quot;highlight-blue&quot;&gt;“批量提取”&lt;/span&gt;，选择需要导出的格式，点击一键复制或下载TXT文本直接使用即可。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/xmjc3.png&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 4. 套餐购买 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--blue-start), var(--blue-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🛒&lt;/span&gt;
                &lt;h2&gt;套餐购买&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;小猫平台提供多种套餐可选，支持提取 &lt;strong&gt;SK5&lt;/strong&gt; 和 &lt;strong&gt;L2TP&lt;/strong&gt; 线路。&lt;/p&gt;
                &lt;div class=&quot;note-orange&quot;&gt;
                    &lt;p&gt;&lt;strong&gt;注意：&lt;/strong&gt;暂不支持自助开通，需要找&lt;span class=&quot;highlight-red&quot;&gt;上级代理&lt;/span&gt;开通。开通后线路直接到对应的套餐里面，提取使用即可。&lt;span style=&quot;color:#d32f2f;font-weight:700;&quot;&gt;量大客户请联系客服享受折扣优惠！&lt;/span&gt;&lt;/p&gt;
                &lt;/div&gt;

                &lt;!-- SOCKS5套餐 --&gt;
                &lt;div class=&quot;price-table-wrap&quot;&gt;
                    &lt;table&gt;
                        &lt;colgroup&gt;
                            &lt;col style=&quot;width:30%&quot;&gt;
                            &lt;col style=&quot;width:15%&quot;&gt;
                            &lt;col style=&quot;width:35%&quot;&gt;
                            &lt;col style=&quot;width:20%&quot;&gt;
                        &lt;/colgroup&gt;
                        &lt;thead&gt;&lt;tr&gt;&lt;th&gt;SOCKS5套餐&lt;/th&gt;&lt;th&gt;带宽&lt;/th&gt;&lt;th&gt;节点切换次数/天&lt;/th&gt;&lt;th&gt;价格（月卡）&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
                        &lt;tbody&gt;
                            &lt;tr&gt;&lt;td&gt;S1020-特价20M共享&lt;/td&gt;&lt;td&gt;20M&lt;/td&gt;&lt;td&gt;5次/天（不支持大流量）&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;7.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;S003-住宅5M&lt;/td&gt;&lt;td&gt;5M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;15.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;S105-独享5M&lt;/td&gt;&lt;td&gt;5M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;20.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;S007-独享10M&lt;/td&gt;&lt;td&gt;10M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;25.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;S201-独享20M&lt;/td&gt;&lt;td&gt;20M&lt;/td&gt;&lt;td&gt;30次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;40.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;S008-隧道10M&lt;/td&gt;&lt;td&gt;10M&lt;/td&gt;&lt;td&gt;无限制切换&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;50.00元&lt;/td&gt;&lt;/tr&gt;
                        &lt;/tbody&gt;
                    &lt;/table&gt;
                &lt;/div&gt;

                &lt;!-- L2TP/PPTP套餐 --&gt;
                &lt;div class=&quot;price-table-wrap&quot;&gt;
                    &lt;table&gt;
                        &lt;colgroup&gt;
                            &lt;col style=&quot;width:30%&quot;&gt;
                            &lt;col style=&quot;width:15%&quot;&gt;
                            &lt;col style=&quot;width:35%&quot;&gt;
                            &lt;col style=&quot;width:20%&quot;&gt;
                        &lt;/colgroup&gt;
                        &lt;thead&gt;&lt;tr&gt;&lt;th&gt;L2TP/PPTP套餐&lt;/th&gt;&lt;th&gt;带宽&lt;/th&gt;&lt;th&gt;节点切换次数/天&lt;/th&gt;&lt;th&gt;价格（月卡）&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
                        &lt;tbody&gt;
                            &lt;tr&gt;&lt;td&gt;SP1020-特价20M共享&lt;/td&gt;&lt;td&gt;20M&lt;/td&gt;&lt;td&gt;5次/天（不支持大流量）&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;7.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;B001-住宅1M&lt;/td&gt;&lt;td&gt;1M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;8.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;P002-住宅5M&lt;/td&gt;&lt;td&gt;5M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;18.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;B100-独享5M&lt;/td&gt;&lt;td&gt;5M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;25.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;P008-独享10M&lt;/td&gt;&lt;td&gt;10M&lt;/td&gt;&lt;td&gt;20次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;28.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;B102-独享20M&lt;/td&gt;&lt;td&gt;20M&lt;/td&gt;&lt;td&gt;300次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;40.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;DY008-隧道10M&lt;/td&gt;&lt;td&gt;10M&lt;/td&gt;&lt;td&gt;无限制切换&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;70.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;DY002-动态2M&lt;/td&gt;&lt;td&gt;2M&lt;/td&gt;&lt;td&gt;无限制切换&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;20.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;DY005-动态5M&lt;/td&gt;&lt;td&gt;5M&lt;/td&gt;&lt;td&gt;无限制切换&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;30.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;DY010-动态10M&lt;/td&gt;&lt;td&gt;10M&lt;/td&gt;&lt;td&gt;无限制切换&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;50.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;DY020-动态20M&lt;/td&gt;&lt;td&gt;20M&lt;/td&gt;&lt;td&gt;无限制切换&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;70.00元&lt;/td&gt;&lt;/tr&gt;
                        &lt;/tbody&gt;
                    &lt;/table&gt;
                &lt;/div&gt;

                &lt;!-- 小猫APP套餐 --&gt;
                &lt;div class=&quot;price-table-wrap&quot;&gt;
                    &lt;table&gt;
                        &lt;colgroup&gt;
                            &lt;col style=&quot;width:30%&quot;&gt;
                            &lt;col style=&quot;width:15%&quot;&gt;
                            &lt;col style=&quot;width:35%&quot;&gt;
                            &lt;col style=&quot;width:20%&quot;&gt;
                        &lt;/colgroup&gt;
                        &lt;thead&gt;&lt;tr&gt;&lt;th&gt;小猫APP套餐&lt;/th&gt;&lt;th&gt;带宽&lt;/th&gt;&lt;th&gt;节点切换次数/天&lt;/th&gt;&lt;th&gt;价格（月卡）&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;
                        &lt;tbody&gt;
                            &lt;tr&gt;&lt;td&gt;A100-静态标准版&lt;/td&gt;&lt;td&gt;3M-5M&lt;/td&gt;&lt;td&gt;10次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;12.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;A102-静态高速版&lt;/td&gt;&lt;td&gt;5M-10M&lt;/td&gt;&lt;td&gt;25次/天&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;35.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;A101-动态标准版&lt;/td&gt;&lt;td&gt;3M-5M&lt;/td&gt;&lt;td&gt;无限制切换&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;25.00元&lt;/td&gt;&lt;/tr&gt;
                            &lt;tr&gt;&lt;td&gt;A200-动态高速版&lt;/td&gt;&lt;td&gt;5M-10M&lt;/td&gt;&lt;td&gt;无限制切换&lt;/td&gt;&lt;td class=&quot;price-red&quot;&gt;40.00元&lt;/td&gt;&lt;/tr&gt;
                        &lt;/tbody&gt;
                    &lt;/table&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 5. 节点导出 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, #a8edea, #fed6e3);&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🌐&lt;/span&gt;
                &lt;h2 style=&quot;color:#2d3748;text-shadow:0 2px 4px rgba(0,0,0,0.08);&quot;&gt;节点导出&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;在小猫用户后台，&lt;span class=&quot;highlight-blue&quot;&gt;套餐管理&lt;/span&gt; 找到需要导出的套餐节点（SOCKS5节点或PPTP/L2TP节点）。&lt;/p&gt;
                &lt;p&gt;勾选需要导出的节点，点击 &lt;span class=&quot;highlight-blue&quot;&gt;“更多操作”&lt;/span&gt;，点击 &lt;span class=&quot;highlight-blue&quot;&gt;“批量提取”&lt;/span&gt;。&lt;/p&gt;
                &lt;p&gt;选择需要导出的格式（通常保持默认即可），点击 &lt;span class=&quot;highlight-blue&quot;&gt;“一键复制”&lt;/span&gt; 或 &lt;span class=&quot;highlight-blue&quot;&gt;“下载TXT文本”&lt;/span&gt;，直接复制即可使用。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/xmjc4.png&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 6. 节点更换 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--orange-start), var(--orange-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🔄&lt;/span&gt;
                &lt;h2&gt;节点更换&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;如需对已购线路进行管理调换，点击对应的套餐（SOCKS5节点或PPTP/L2TP节点）。&lt;/p&gt;
                &lt;div class=&quot;action-card border-green&quot;&gt;
                    &lt;p&gt;&lt;strong style=&quot;color:#28a745;&quot;&gt;批量操作：&lt;/strong&gt;勾选多条线路后，点击 &lt;span class=&quot;highlight-blue&quot;&gt;“批量切换”&lt;/span&gt;，开始批量切换。切换方式可选择 &lt;span class=&quot;highlight-blue&quot;&gt;“变更城市”&lt;/span&gt; 或 &lt;span class=&quot;highlight-blue&quot;&gt;“变更节点”&lt;/span&gt;（同城切换），选择对应的省份、城市、运营商，不选择则在全国范围内随机切换城市。&lt;/p&gt;
                &lt;/div&gt;
                &lt;div class=&quot;action-card border-blue&quot;&gt;
                    &lt;p&gt;&lt;strong style=&quot;color:#17a2b8;&quot;&gt;更多操作：&lt;/strong&gt;批量更换服务器、批量提取线路、批量改密、批量设置/修改项目。&lt;/p&gt;
                &lt;/div&gt;
                &lt;div class=&quot;action-card border-purple&quot;&gt;
                    &lt;p&gt;&lt;strong style=&quot;color:#6f42c1;&quot;&gt;单条操作：&lt;/strong&gt;若只需要调整某一条线路，可在该线路右侧的功能按钮中选择对应操作（如切换地区、换服务器、改密等）。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/xmjc5.png&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 7. 节点暂停 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div class=&quot;module-header&quot; style=&quot;background: linear-gradient(135deg, var(--purple-start), var(--purple-end));&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;⏸️&lt;/span&gt;
                &lt;h2&gt;节点暂停&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card&quot;&gt;
                &lt;p&gt;点击 &lt;span class=&quot;highlight-blue&quot;&gt;“套餐管理”&lt;/span&gt;，进入 &lt;span class=&quot;highlight-blue&quot;&gt;“订单管理”&lt;/span&gt;，找到需要暂停的订单。&lt;/p&gt;
                &lt;p&gt;点击 &lt;span class=&quot;highlight-blue&quot;&gt;“更多”&lt;/span&gt;，选择 &lt;span class=&quot;highlight-blue&quot;&gt;“暂停计费”&lt;/span&gt;。&lt;/p&gt;
                &lt;div class=&quot;note-yellow&quot;&gt;
                    &lt;p&gt;&lt;strong&gt;注意：&lt;/strong&gt;每暂停一次，整个订单时间将&lt;span class=&quot;highlight-red&quot;&gt;扣除2天&lt;/span&gt;时间，点击确定即可生效。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div class=&quot;card-white&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/xmjc6.png&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ============================================================ --&gt;
        &lt;!-- 8. 合规与售后保障 --&gt;
        &lt;!-- ============================================================ --&gt;
        &lt;div style=&quot;margin-bottom: 0;&quot;&gt;
            &lt;div class=&quot;module-header spaced-header&quot; style=&quot;background: linear-gradient(135deg, #30cfd0, #330867);&quot;&gt;
                &lt;span class=&quot;icon&quot;&gt;🔔&lt;/span&gt;
                &lt;h2&gt;合规与售后保障&lt;/h2&gt;
            &lt;/div&gt;
            &lt;div class=&quot;compliance-card compliance-red&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;合规声明&lt;/span&gt;
                &lt;p&gt;⚠️ 小猫IP平台建立实时后台日志监控系统，严禁将IP用于非法用途。违规账号将立即封禁且不予退款，请严格遵守法律法规及平台使用协议。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div class=&quot;compliance-card compliance-blue&quot;&gt;
                &lt;span class=&quot;label&quot;&gt;售后保障&lt;/span&gt;
                &lt;p&gt;✅ 提供免费线路测试服务，用户可联系客服申请测试，满意后再开通付费套餐，大幅降低决策风险。7×24小时即时响应客服，随时为您解决问题。&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;!-- ===== 图片模态框 ===== --&gt;
    &lt;div id=&quot;image-modal&quot; onclick=&quot;closeImageModal()&quot;&gt;
        &lt;span class=&quot;close-btn&quot; onclick=&quot;event.stopPropagation(); closeImageModal();&quot;&gt;✕&lt;/span&gt;
        &lt;img id=&quot;modal-image&quot; src=&quot;&quot; alt=&quot;放大图片&quot; onclick=&quot;event.stopPropagation(); closeImageModal();&quot;&gt;
    &lt;/div&gt;

    &lt;!-- ============================================================ --&gt;
    &lt;!-- JavaScript --&gt;
    &lt;!-- ============================================================ --&gt;
    &lt;script&gt;
        // ----- 图片放大（预置模态框，性能更好） -----
        function openImageModal(src) {
            document.getElementById(&#039;modal-image&#039;).src = src;
            document.getElementById(&#039;image-modal&#039;).style.display = &#039;flex&#039;;
            document.body.style.overflow = &#039;hidden&#039;;
        }
        function closeImageModal() {
            document.getElementById(&#039;image-modal&#039;).style.display = &#039;none&#039;;
            document.body.style.overflow = &#039;auto&#039;;
        }
        document.addEventListener(&#039;keydown&#039;, function(e) {
            if (e.key === &#039;Escape&#039;) closeImageModal();
        });

        // ----- 移动端防双击缩放 -----
        document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
            var lastTouchEnd = 0;
            document.addEventListener(&#039;touchend&#039;, function(e) {
                var now = Date.now();
                if (now - lastTouchEnd &lt;= 300) e.preventDefault();
                lastTouchEnd = now;
            }, false);
        });
    &lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><pubDate>Fri, 31 Jul 2026 18:46:13 +0800</pubDate></item><item><title>鲸云IP-使用教程</title><link>https://03qun.com/?id=50</link><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes&quot;&gt;
    &lt;title&gt;鲸云IP-平台使用教程&lt;/title&gt;
    &lt;style&gt;
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
            background: #f4f6f9;
            padding: 20px 10px;
        }
        .step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            color: white;
            font-weight: 700;
            font-size: 0.95rem;
            flex-shrink: 0;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
        }
        @media (max-width: 600px) {
            .feature-grid {
                grid-template-columns: 1fr !important;
            }
        }

        /* 图片悬停动画 */
        .tutorial-img {
            transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1), 
                        box-shadow 0.3s ease;
            cursor: pointer;
        }
        .tutorial-img:hover {
            transform: scale(1.03);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
        }

        /* 按钮禁用悬停动画 */
        .btn-no-hover {
            transition: none !important;
        }
        .btn-no-hover:hover {
            transform: none !important;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e) !important;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;div style=&quot;width: 100%; max-width: 800px; margin: 0 auto; border-radius: 12px;&quot;&gt;

        &lt;!-- ===================================================== --&gt;
        &lt;!-- 账号注册 --&gt;
        &lt;!-- ===================================================== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;📋&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;账号注册&lt;/h2&gt;
                    &lt;a href=&quot;https://console.51tcp.com/auth/register?i=8512&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;btn-no-hover&quot; style=&quot;margin-left: auto; margin-right: 10px; background: linear-gradient(45deg, #ff6b6b, #ff8e8e); color: white; text-decoration: none; padding: 8px 22px; border-radius: 50px; font-weight: 600; font-size: 1rem; box-shadow: 0 4px 15px rgba(255,107,107,0.3); white-space: nowrap; transition: none;&quot;&gt;点击注册鲸云IP账号&lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;打开注册页面，按提示输入手机号点击继续，获取并填写验证码，设置登录密码，点击立即注册即可完成。&lt;/p&gt;
                &lt;div style=&quot;margin: 10px 0 0; padding: 12px 16px; background: linear-gradient(135deg, #ffebee, #ffcdd2); border-radius: 8px; border: 1px solid #ef5350; border-left: 4px solid #d32f2f;&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 1rem; color: #b71c1c; font-weight: 700; line-height: 1.6;&quot;&gt;🎁 注册成功后请联系客服领取优惠福利！&lt;/p&gt;
                &lt;/div&gt;
                &lt;div style=&quot;margin-top: 10px; padding: 12px; background: #fff8e1; border-radius: 6px; border-left: 4px solid #ffc107;&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #856404; line-height: 1.6;&quot;&gt;&lt;strong&gt;📌 注：&lt;/strong&gt;请务必牢记您的账号密码，后续登录均需使用。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc1.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc2.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ===================================================== --&gt;
        &lt;!-- 实名认证 --&gt;
        &lt;!-- ===================================================== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;👤&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;实名认证&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #ff6b6b; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.8rem; font-weight: 600; box-shadow: 0 3px 8px rgba(255,107,107,0.25);&quot;&gt;⚠️ 必须完成，仅需一次&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;使用刚注册的鲸云账号登录鲸云后台。&lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;登录成功后，点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;身份认证-立即认证&lt;/strong&gt;。&lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;按照页面要求提交真实身份信息（姓名、身份证号），完成认证。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding: 12px; background: #fff5f5; border-radius: 6px; border-left: 4px solid #e63946;&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #b71c1c; line-height: 1.6; font-weight: 600;&quot;&gt;🚨 重要：未完成实名认证将无法购买任何节点，请务必先完成此步骤。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc3.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ===================================================== --&gt;
        &lt;!-- 账户充值 --&gt;
        &lt;!-- ===================================================== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;💰&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;账户充值&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;在用户中心点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“支付”&lt;/strong&gt;。&lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;输入您需要充值的金额（&lt;strong style=&quot;color: #e63946;&quot;&gt;1鲸币 = 1元&lt;/strong&gt;）。&lt;/p&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;点击立即支付完成充值。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding: 12px; background: #fff8e1; border-radius: 6px; border-left: 4px solid #ff9800;&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #856404; line-height: 1.6;&quot;&gt;&lt;strong&gt;💡 注意：&lt;/strong&gt;充值后余额仅限平台内消费，请根据实际需求合理充值。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc4.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ===================================================== --&gt;
        &lt;!-- 购买节点 --&gt;
        &lt;!-- ===================================================== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;🛒&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;购买节点&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef; margin-bottom: 12px;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 12px; font-size: 1rem; color: #555; font-weight: 600;&quot;&gt;选择需要购买的套餐：&lt;/p&gt;

                &lt;div style=&quot;background: white; padding: 14px 16px; border-radius: 8px; margin-bottom: 10px; border-left: 4px solid #1890ff; box-shadow: 0 2px 8px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6;&quot;&gt;&lt;strong style=&quot;color: #1890ff;&quot;&gt;🏢 机房节点&lt;/strong&gt; — 长效静态节点，带宽3M-5M，单条线路每月可切换次数 30 次，节点项目独享使用，支持提取 SK5/HTTP 协议线路。&lt;/p&gt;
                &lt;/div&gt;

                &lt;div style=&quot;background: white; padding: 14px 16px; border-radius: 8px; margin-bottom: 10px; border-left: 4px solid #52c41a; box-shadow: 0 2px 8px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6;&quot;&gt;&lt;strong style=&quot;color: #52c41a;&quot;&gt;🏠 家庭A区&lt;/strong&gt; — 真实家庭住宅节点，带宽 3M-5M，单条线路每月可切换次数 30 次，节点项目独享使用，支持提取 SK5/HTTP/L2TP 协议线路。&lt;/p&gt;
                &lt;/div&gt;

                &lt;div style=&quot;background: white; padding: 14px 16px; border-radius: 8px; margin-bottom: 10px; border-left: 4px solid #faad14; box-shadow: 0 2px 8px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6;&quot;&gt;&lt;strong style=&quot;color: #faad14;&quot;&gt;🏠 家庭B区&lt;/strong&gt; — 真实家庭住宅节点，带宽 3M-5M，单条线路每月可切换次数 30 次，节点项目独享使用，支持提取 SK5/HTTP/L2TP 协议线路。&lt;/p&gt;
                &lt;/div&gt;

                &lt;div style=&quot;background: white; padding: 14px 16px; border-radius: 8px; margin-bottom: 10px; border-left: 4px solid #eb2f96; box-shadow: 0 2px 8px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6;&quot;&gt;&lt;strong style=&quot;color: #eb2f96;&quot;&gt;⭐ 定制A区&lt;/strong&gt; — 真实家庭住宅节点，带宽 5M-50M，单条线路每月可切换次数 500 次，节点纯独享，支持提取 SK5/HTTP/L2TP 协议线路。&lt;/p&gt;
                &lt;/div&gt;

                &lt;div style=&quot;background: white; padding: 14px 16px; border-radius: 8px; margin-bottom: 10px; border-left: 4px solid #722ed1; box-shadow: 0 2px 8px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6;&quot;&gt;&lt;strong style=&quot;color: #722ed1;&quot;&gt;⭐ 定制B区&lt;/strong&gt; — 真实家庭住宅节点，带宽 5M-50M，单条线路每月可切换次数 500 次，节点纯独享，支持提取 SK5/HTTP/L2TP 协议线路。&lt;/p&gt;
                &lt;/div&gt;

                &lt;div style=&quot;margin-top: 12px; padding: 12px 16px; background: #e6f7ff; border-radius: 6px; border-left: 3px solid #1890ff;&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #0056b3; line-height: 1.6;&quot;&gt;&lt;strong&gt;📌 购买说明：&lt;/strong&gt;机房节点、家庭AB区需要选择项目来进行购买；定制AB区直接输入购买数量，点击立即购买，创建定制账户即可。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;display: flex; flex-direction: column; gap: 12px; margin-top: 12px;&quot;&gt;
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                    &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc5.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc6.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc7.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ===================================================== --&gt;
        &lt;!-- 节点导出 --&gt;
        &lt;!-- ===================================================== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;🌐&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: #2d3748; text-shadow: 0 2px 4px rgba(0,0,0,0.1);&quot;&gt;节点导出&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;

                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;账户&lt;/strong&gt;，勾选需要导出的节点，点击后面 &lt;strong style=&quot;color: #1890ff;&quot;&gt;导出数据&lt;/strong&gt;，选择需要导出的线路格式（常用的是万安和斜杠两种），点击生成数据，选择需要的协议 SK5、HTTP、L2TP，直接复制或下载文件即可。&lt;/p&gt;

                &lt;div style=&quot;margin: 12px 0; padding: 12px 16px; background: #e6f7ff; border-radius: 6px; border-left: 3px solid #1890ff;&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #0056b3; line-height: 1.6;&quot;&gt;&lt;strong&gt;💡 提示：&lt;/strong&gt;常用格式为“万安”和“斜杠”两种，根据您的使用场景选择即可。&lt;/p&gt;
                &lt;/div&gt;

                &lt;div style=&quot;margin-top: 14px; padding: 14px 16px; background: white; border-radius: 8px; border: 1px solid #e0e0e0; position: relative;&quot;&gt;
                    &lt;div style=&quot;position: absolute; top: -10px; left: 16px; background: linear-gradient(45deg, #fa709a, #fee140); color: #333; padding: 2px 14px; border-radius: 12px; font-size: 0.75rem; font-weight: 700;&quot;&gt;🔑 L2TP 开启教程&lt;/div&gt;
                    &lt;p style=&quot;margin: 14px 0 8px; font-size: 0.95rem; color: #444; line-height: 1.7;&quot;&gt;&lt;strong style=&quot;color: #eb2f96;&quot;&gt;开启 L2TP 协议的方法：&lt;/strong&gt;&lt;/p&gt;
                    &lt;p style=&quot;margin: 0 0 6px; font-size: 0.95rem; color: #555; line-height: 1.7;&quot;&gt;家庭AB区和定制AB区支持导出 L2TP 协议线路。点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;账户&lt;/strong&gt;，找到需要开启的线路，点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;编辑/续费&lt;/strong&gt;，勾选要开启 L2TP 协议的节点，点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;开启 L2TP&lt;/strong&gt;，提示 L2TP 开启成功，返回导出数据即可。&lt;/p&gt;
                    &lt;div style=&quot;margin-top: 8px; padding: 10px 14px; background: #f0f9ff; border-radius: 6px;&quot;&gt;
                        &lt;p style=&quot;margin: 0 0 4px; font-size: 0.9rem; color: #0056b3; line-height: 1.6;&quot;&gt;&lt;strong&gt;L2TP 端口：&lt;/strong&gt;1701&lt;/p&gt;
                        &lt;p style=&quot;margin: 0 0 4px; font-size: 0.9rem; color: #0056b3; line-height: 1.6;&quot;&gt;&lt;strong&gt;秘钥：&lt;/strong&gt;666666（带秘钥和不带秘钥同步兼容，一般默认不使用秘钥）&lt;/p&gt;
                        &lt;p style=&quot;margin: 0; font-size: 0.9rem; color: #ff6b6b; line-height: 1.6;&quot;&gt;&lt;strong&gt;⚠️ L2TP 状态检测：&lt;/strong&gt;离线表示线路未使用，并不是线路不可用。&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc8.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc9.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ===================================================== --&gt;
        &lt;!-- 节点续费和调换 --&gt;
        &lt;!-- ===================================================== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #f6d365 0%, #fda085 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;🔄&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;节点续费和调换&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 12px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;账户&lt;/strong&gt;，勾选需要批量续费和调换的线路：&lt;/p&gt;
                &lt;div style=&quot;margin: 0 0 10px; padding: 12px 16px; background: white; border-radius: 6px; border-left: 4px solid #28a745; box-shadow: 0 2px 6px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6;&quot;&gt;&lt;strong style=&quot;color: #28a745;&quot;&gt;📦 续费：&lt;/strong&gt;点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;续费选中账户&lt;/strong&gt; 来进行续费。&lt;/p&gt;
                &lt;/div&gt;
                &lt;div style=&quot;margin: 0 0 10px; padding: 12px 16px; background: white; border-radius: 6px; border-left: 4px solid #17a2b8; box-shadow: 0 2px 6px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6;&quot;&gt;&lt;strong style=&quot;color: #17a2b8;&quot;&gt;🔄 调换：&lt;/strong&gt;点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;本地区调换&lt;/strong&gt; 或 &lt;strong style=&quot;color: #1890ff;&quot;&gt;随机调换&lt;/strong&gt; 来进行更换。&lt;/p&gt;
                &lt;/div&gt;
                &lt;div style=&quot;padding: 12px 16px; background: white; border-radius: 6px; border-left: 4px solid #6f42c1; box-shadow: 0 2px 6px rgba(0,0,0,0.04);&quot;&gt;
                    &lt;p style=&quot;margin: 0; font-size: 0.95rem; color: #333; line-height: 1.6;&quot;&gt;&lt;strong style=&quot;color: #6f42c1;&quot;&gt;🔧 单条操作：&lt;/strong&gt;如果需要对单条线路进行调换和续费，可以点击线路后面的 &lt;strong style=&quot;color: #1890ff;&quot;&gt;编辑/续费&lt;/strong&gt; 来完成操作。&lt;/p&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc10.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/jyjc11.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ===================================================== --&gt;
        &lt;!-- 合规与售后保障 --&gt;
        &lt;!-- ===================================================== --&gt;
        &lt;div style=&quot;margin-bottom: 0;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 16px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;🔔&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;合规与售后保障&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #fff5f5, #ffe6e6); padding: 18px; border-radius: 8px; margin-bottom: 16px; border: 1px solid #ffcccc; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #e63946; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(230,57,70,0.25);&quot;&gt;合规声明&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 0.95rem; color: #b71c1c; line-height: 1.5; font-weight: 600;&quot;&gt;⚠️ 鲸云平台建立实时后台日志监控系统，严禁将IP用于非法用途。违规账号将立即封禁且不予退款，请严格遵守法律法规及平台使用协议。&lt;/p&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #f0f9ff, #e6f7ff); padding: 18px; border-radius: 8px; border: 1px solid #cce7ff; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #1890ff; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(24,144,255,0.25);&quot;&gt;售后保障&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 0.95rem; color: #0056b3; line-height: 1.5; font-weight: 600;&quot;&gt;✅ 提供7×24小时不间断IP供应与即时响应客服。用户可联系客服申请免费测试，测试满意后再付款，大幅降低决策风险。&lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;!-- ===================================================== --&gt;
    &lt;!-- JavaScript：图片点击放大（单击图片关闭） --&gt;
    &lt;!-- ===================================================== --&gt;
    &lt;script&gt;
        function openImageModal(src) {
            var modal = document.createElement(&#039;div&#039;);
            modal.style.cssText = &#039;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.92);z-index:9999;display:flex;align-items:center;justify-content:center;cursor:pointer;&#039;;

            var img = document.createElement(&#039;img&#039;);
            img.src = src;
            img.style.cssText = &#039;max-width:92%;max-height:92%;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,0.6);cursor:pointer;&#039;;

            function closeModal() {
                if (document.body.contains(modal)) {
                    document.body.removeChild(modal);
                    document.body.style.overflow = &#039;auto&#039;;
                }
            }

            img.onclick = function(e) {
                e.stopPropagation();
                closeModal();
            };

            modal.onclick = function(e) {
                if (e.target === modal) {
                    closeModal();
                }
            };

            var closeBtn = document.createElement(&#039;div&#039;);
            closeBtn.innerHTML = &#039;✕&#039;;
            closeBtn.style.cssText = &#039;position:absolute;top:18px;right:24px;color:white;font-size:32px;cursor:pointer;font-weight:300;z-index:10000;opacity:0.6;transition:opacity 0.2s;&#039;;
            closeBtn.onmouseover = function() { this.style.opacity = &#039;1&#039;; };
            closeBtn.onmouseout = function() { this.style.opacity = &#039;0.6&#039;; };
            closeBtn.onclick = function(e) {
                e.stopPropagation();
                closeModal();
            };

            modal.appendChild(img);
            modal.appendChild(closeBtn);
            document.body.appendChild(modal);
            document.body.style.overflow = &#039;hidden&#039;;

            document.addEventListener(&#039;keydown&#039;, function closeOnEsc(e) {
                if (e.key === &#039;Escape&#039;) {
                    if (document.body.contains(modal)) {
                        closeModal();
                    }
                    document.removeEventListener(&#039;keydown&#039;, closeOnEsc);
                }
            });
        }

        document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
            var lastTouchEnd = 0;
            document.addEventListener(&#039;touchend&#039;, function(event) {
                var now = (new Date()).getTime();
                if (now - lastTouchEnd &lt;= 300) {
                    event.preventDefault();
                }
                lastTouchEnd = now;
            }, false);
        });
    &lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><pubDate>Mon, 13 Jul 2026 15:24:30 +0800</pubDate></item><item><title>奔富IP-奔富加速器-使用教程</title><link>https://03qun.com/?id=49</link><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes&quot;&gt;
    &lt;title&gt;平台使用教程&lt;/title&gt;
    &lt;style&gt;
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif;
            background: #f4f6f9;
            padding: 20px 10px;
        }
        .step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            color: white;
            font-weight: 700;
            font-size: 0.95rem;
            flex-shrink: 0;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
        }
        @media (max-width: 600px) {
            .feature-grid {
                grid-template-columns: 1fr !important;
            }
        }

        /* 图片悬停动画 */
        .tutorial-img {
            transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1), 
                        box-shadow 0.3s ease;
            cursor: pointer;
        }
        .tutorial-img:hover {
            transform: scale(1.03);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
        }

        /* ---------- 按钮禁用悬停动画 ---------- */
        .btn-no-hover {
            transition: none !important;
        }
        .btn-no-hover:hover {
            /* 保持与默认完全一致，无任何变化 */
            transform: none !important;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3) !important;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e) !important;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;div style=&quot;width: 100%; max-width: 800px; margin: 0 auto; border-radius: 12px;&quot;&gt;

        &lt;!-- ========== 1. 注册账号 ========== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;📋&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;账号注册&lt;/h2&gt;
                    &lt;!-- 按钮添加了类 btn-no-hover 和 style=&quot;transition: none;&quot; 双重保险 --&gt;
                    &lt;a href=&quot;https://user.benfuip.com/main/register?aff=1025&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;btn-no-hover&quot; style=&quot;margin-left: auto; margin-right: 10px; background: linear-gradient(45deg, #ff6b6b, #ff8e8e); color: white; text-decoration: none; padding: 8px 22px; border-radius: 50px; font-weight: 600; font-size: 1rem; box-shadow: 0 4px 15px rgba(255,107,107,0.3); white-space: nowrap; transition: none;&quot;&gt;点击注册奔富IP账号&lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    打开注册页面，按提示输入手机号，获取并填写验证码。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    填写推荐人ID&lt;strong style=&quot;color: #e63946; background: #ffeaea; padding: 2px 8px; border-radius: 4px;&quot;&gt;1025&lt;/strong&gt;、自定义用户ID、设置登录密码，并填写您的QQ号。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    确认信息无误后，点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“注册”&lt;/strong&gt; 按钮即可完成。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6; background: #fff3cd; padding: 10px; border-radius: 6px; border-left: 3px solid #ffc107;&quot;&gt;
                    &lt;strong&gt;注：&lt;/strong&gt;请务必牢记您的用户ID和密码，后续登录均需使用。
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://03qun.com/zb_users/upload/2026/07/bfjc1.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ========== 2. 实名认证 ========== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;👤&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;实名认证&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    使用刚注册的账号登录奔富加速器-用户控制台。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    登录成功后，点击导航栏中的 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“实名认证”&lt;/strong&gt;。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    按照页面要求提交真实身份信息（姓名、身份证号），完成认证。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #e63946; font-weight: 600; background: #fff5f5; padding: 10px; border-radius: 6px; border-left: 3px solid #e63946;&quot;&gt;
                    &lt;strong&gt;重要：&lt;/strong&gt;未完成实名认证将无法购买任何节点，请务必先完成此步骤。
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc2.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ========== 3. 账号充值 ========== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;💰&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;账号充值&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    在用户中心点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“账号充值”&lt;/strong&gt;。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    输入您需要充值的金额。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    提交订单完成付款。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #ff9800; font-weight: 600; background: #fff8e1; padding: 10px; border-radius: 6px; border-left: 3px solid #ff9800;&quot;&gt;
                    &lt;strong&gt;注意：&lt;/strong&gt;充值后的余额仅限平台内消费，&lt;strong&gt;不支持提现&lt;/strong&gt;，请根据实际需求合理充值。
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc3.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ========== 4. 购买节点 ========== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;🛒&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;购买节点&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 8px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    进入 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“业务管理”&lt;/strong&gt; 页面。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 8px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    选择节点类型：&lt;strong&gt;SK5线路&lt;/strong&gt; 或 &lt;strong&gt;L2TP线路&lt;/strong&gt;（根据您的需求）。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 8px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    选择所需套餐，类型默认选 &lt;strong&gt;“电脑静态”&lt;/strong&gt; 即可。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 8px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    在“选择游戏”下拉框中，选择您要挂机的项目。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 8px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“下一步”&lt;/strong&gt;，进入地区和节点数量选择界面。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 8px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    按需选择地区、节点类型（如T节点/P节点/G节点）、购买时长。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 8px; font-size: 1rem; color: #555; line-height: 1.6; background: #e6f7ff; padding: 8px; border-radius: 4px; border-left: 3px solid #1890ff;&quot;&gt;
                    &lt;strong&gt;建议：&lt;/strong&gt;首次购买时可先开通测试线路，以验证网络质量。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    确认所有选项后，点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“提交”&lt;/strong&gt; 完成购买。
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div style=&quot;display: flex; flex-direction: column; gap: 12px; margin-top: 15px;&quot;&gt;
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                    &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc4.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
                &lt;/div&gt;
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                    &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc5.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
                &lt;/div&gt;
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                    &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc7.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
                &lt;/div&gt;
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                    &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc5.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ========== 5. 导出线路（地球图标） ========== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;🌐&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: #2d3748; text-shadow: 0 2px 4px rgba(0,0,0,0.1);&quot;&gt;线路导出&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    购买成功后，根据您选择的线路类型，点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“SK5线路管理”&lt;/strong&gt; 或 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“L2TP拨号线路管理”&lt;/strong&gt;。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    在列表中勾选您需要导出的线路（可多选）。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“导出”&lt;/strong&gt; 按钮，选择导出格式和协议（通常保持默认即可）。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“提取”&lt;/strong&gt;，系统将生成连接信息，直接复制即可使用。
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc6.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
            &lt;div style=&quot;display: flex; flex-direction: column; gap: 12px; margin-top: 15px;&quot;&gt;
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                    &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc8.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ========== 6. 续费与调换 ========== --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #f6d365 0%, #fda085 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;🔄&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;续费与调换&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 12px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    如需对已购线路进行管理，请进入对应的线路管理页面（SK5线路管理或L2TP线路管理）：
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0 0 10px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    &lt;strong style=&quot;color: #28a745;&quot;&gt;批量操作：&lt;/strong&gt;勾选多条线路后，点击 &lt;strong style=&quot;color: #1890ff;&quot;&gt;“批量操作”&lt;/strong&gt;，可同时进行续费、修改密码、升级套餐、更换地区、更换项目、设置分组等。
                &lt;/p&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    &lt;strong style=&quot;color: #17a2b8;&quot;&gt;单条操作：&lt;/strong&gt;若只需调整某一条线路，可在该线路右侧的功能按钮中选择对应操作（如续费、换地区等）。
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-top: 12px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; text-align: center;&quot;&gt;
                &lt;img class=&quot;tutorial-img&quot; src=&quot;https://zimoip.com/my/benfu/bfjc9.png&quot; style=&quot;max-width:100%; border-radius:6px; border:1px solid #dee2e6;&quot; onclick=&quot;openImageModal(this.src)&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- ========== 合规与售后保障 ========== --&gt;
        &lt;div style=&quot;margin-bottom: 0;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 16px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;span style=&quot;font-size: 20px; margin-right: 5px;&quot;&gt;🔔&lt;/span&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;合规与售后保障&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #fff5f5, #ffe6e6); padding: 18px; border-radius: 8px; margin-bottom: 16px; border: 1px solid #ffcccc; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #e63946; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(230,57,70,0.25);&quot;&gt;合规声明&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 0.95rem; color: #b71c1c; line-height: 1.5; font-weight: 600;&quot;&gt;
                    ⚠️ 奔富加速器平台建立实时后台日志监控系统，严禁将IP用于非法用途。违规账号将立即封禁且不予退款，请严格遵守法律法规及平台使用协议。
                &lt;/p&gt;
            &lt;/div&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #f0f9ff, #e6f7ff); padding: 18px; border-radius: 8px; border: 1px solid #cce7ff; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #1890ff; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(24,144,255,0.25);&quot;&gt;售后保障&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 0.95rem; color: #0056b3; line-height: 1.5; font-weight: 600;&quot;&gt;
                    ✅ 提供7×24小时不间断IP供应与即时响应客服。用户可在线自助申请免费测试线路，测试满意后再充值购买，大幅降低决策风险。
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;!-- ========== 图片点击放大 JavaScript（单击图片关闭） ========== --&gt;
    &lt;script&gt;
        function openImageModal(src) {
            var modal = document.createElement(&#039;div&#039;);
            modal.style.cssText = &#039;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.92);z-index:9999;display:flex;align-items:center;justify-content:center;cursor:pointer;&#039;;

            var img = document.createElement(&#039;img&#039;);
            img.src = src;
            img.style.cssText = &#039;max-width:92%;max-height:92%;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,0.6);cursor:pointer;&#039;;

            function closeModal() {
                if (document.body.contains(modal)) {
                    document.body.removeChild(modal);
                    document.body.style.overflow = &#039;auto&#039;;
                }
            }

            img.onclick = function(e) {
                e.stopPropagation();
                closeModal();
            };

            modal.onclick = function(e) {
                if (e.target === modal) {
                    closeModal();
                }
            };

            var closeBtn = document.createElement(&#039;div&#039;);
            closeBtn.innerHTML = &#039;✕&#039;;
            closeBtn.style.cssText = &#039;position:absolute;top:18px;right:24px;color:white;font-size:32px;cursor:pointer;font-weight:300;z-index:10000;opacity:0.6;transition:opacity 0.2s;&#039;;
            closeBtn.onmouseover = function() { this.style.opacity = &#039;1&#039;; };
            closeBtn.onmouseout = function() { this.style.opacity = &#039;0.6&#039;; };
            closeBtn.onclick = function(e) {
                e.stopPropagation();
                closeModal();
            };

            modal.appendChild(img);
            modal.appendChild(closeBtn);
            document.body.appendChild(modal);
            document.body.style.overflow = &#039;hidden&#039;;

            document.addEventListener(&#039;keydown&#039;, function closeOnEsc(e) {
                if (e.key === &#039;Escape&#039;) {
                    if (document.body.contains(modal)) {
                        closeModal();
                    }
                    document.removeEventListener(&#039;keydown&#039;, closeOnEsc);
                }
            });
        }

        document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
            var lastTouchEnd = 0;
            document.addEventListener(&#039;touchend&#039;, function(event) {
                var now = (new Date()).getTime();
                if (now - lastTouchEnd &lt;= 300) {
                    event.preventDefault();
                }
                lastTouchEnd = now;
            }, false);
        });
    &lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><pubDate>Fri, 10 Jul 2026 16:48:40 +0800</pubDate></item><item><title>ROS软路由1拖50性能版+全新大洲D1C无线AP+全协议系统+超高性价比</title><link>https://03qun.com/?id=48</link><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;1拖50性能版&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ===== 顶部按钮 ===== --&gt;
&lt;div style=&quot;display: flex; flex-wrap: wrap; gap: 15px; margin: 20px 0;&quot;&gt;
    &lt;!-- 套餐配置 --&gt;
    &lt;label for=&quot;price-modal&quot; class=&quot;animated-button&quot; style=&quot;flex: 1; min-width: 250px; display: flex; align-items: center; padding: 25px; background: linear-gradient(135deg, #4CAF50, #66BB6A); color: white; text-decoration: none; border-radius: 15px; font-weight: bold; font-size: 16px; box-shadow: 0 8px 25px rgba(76,175,80,0.4); cursor: pointer; margin: 0; position: relative; overflow: hidden; transition: all 0.3s ease;&quot;&gt;
        &lt;div style=&quot;position: relative; width: 50px; height: 50px; background: rgba(255,255,255,0.3); border-radius: 12px; margin-right: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;&quot;&gt;
            &lt;div style=&quot;width: 24px; height: 24px; background: white; border-radius: 50%; position: relative; transition: all 0.3s ease;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: 6px; left: 11px; width: 2px; height: 12px; background: #4CAF50; transition: all 0.3s ease;&quot;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;flex: 1; position: relative; z-index: 2;&quot;&gt;
            &lt;div style=&quot;font-size: 18px; font-weight: 700; transition: all 0.3s ease;&quot;&gt;查看配置&lt;/div&gt;
            &lt;div style=&quot;font-size: 12px; opacity: 0.9; margin-top: 5px; transition: all 0.3s ease;&quot;&gt;查看详细配置参数&lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s ease;&quot;&gt;&lt;/div&gt;
    &lt;/label&gt;

    &lt;!-- 视频教程 --&gt;
    &lt;a href=&quot;https://www.bilibili.com/video/BV177L96sEYD/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;animated-button&quot; style=&quot;flex: 1; min-width: 250px; display: flex; align-items: center; padding: 25px; background: linear-gradient(135deg, #9C27B0, #AB47BC); color: white; text-decoration: none; border-radius: 15px; font-weight: bold; font-size: 16px; box-shadow: 0 8px 25px rgba(156,39,176,0.4); cursor: pointer; margin: 0; position: relative; overflow: hidden; transition: all 0.3s ease;&quot;&gt;
        &lt;div style=&quot;position: relative; width: 50px; height: 50px; background: rgba(255,255,255,0.3); border-radius: 12px; margin-right: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;&quot;&gt;
            &lt;div style=&quot;width: 24px; height: 16px; background: white; border-radius: 4px; position: relative; transition: all 0.3s ease;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: 3px; left: 8px; width: 8px; height: 10px; border-left: 4px solid #9C27B0; border-right: 4px solid #9C27B0; transition: all 0.3s ease;&quot;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;flex: 1; position: relative; z-index: 2;&quot;&gt;
            &lt;div style=&quot;font-size: 18px; font-weight: 700; transition: all 0.3s ease;&quot;&gt;使用教程&lt;/div&gt;
            &lt;div style=&quot;font-size: 12px; opacity: 0.9; margin-top: 5px; transition: all 0.3s ease;&quot;&gt;快速上手使用教程&lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s ease;&quot;&gt;&lt;/div&gt;
    &lt;/a&gt;
&lt;/div&gt;

&lt;!-- ===== 套餐配置模态框 ===== --&gt;
&lt;input type=&quot;checkbox&quot; id=&quot;price-modal&quot; style=&quot;display: none;&quot;&gt;

&lt;div id=&quot;price-modal-content&quot; style=&quot;display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 1000; align-items: center; justify-content: center;&quot;&gt;
    &lt;div style=&quot;background: white; padding: 30px; border-radius: 15px; max-width: 800px; width: 90%; max-height: 80vh; overflow-y: auto; position: relative;&quot;&gt;
        &lt;label for=&quot;price-modal&quot; style=&quot;position: absolute; top: 15px; right: 15px; font-size: 24px; cursor: pointer; color: #666;&quot;&gt;×&lt;/label&gt;
        &lt;h3 style=&quot;color: #4CAF50; text-align: center; margin-bottom: 25px; font-weight: bold;&quot;&gt;🖥️ 1拖50性能版配置清单&lt;/h3&gt;

        &lt;table style=&quot;width: 100%; border-collapse: collapse; border: 1px solid #ddd; margin-bottom: 25px; font-size: 16px;&quot;&gt;
            &lt;thead&gt;
                &lt;tr style=&quot;background: #4CAF50; color: white;&quot;&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;配置&lt;/th&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;型号&lt;/th&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;备注&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;CPU&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;J1800&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;二核二线程&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;内存&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;标配2G&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;DDR3/DDR3L/4G可选配&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;硬盘&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;标配8G&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;16G、32G、64G可选配&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;无线AP&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;大洲D1C&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;高并发性能/双频千兆/AC1300兆&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;系统&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;全协议支持&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;SK5/HTTP/L2TP/PPTP等主流协议&lt;/td&gt;
                &lt;/tr&gt;
            &lt;/tbody&gt;
        &lt;/table&gt;

        &lt;div style=&quot;text-align: center;&quot;&gt;
            &lt;a href=&quot;https://www.bilibili.com/video/BV177L96sEYD/&quot; target=&quot;_blank&quot; style=&quot;display: inline-block; padding: 12px 30px; background: #4CAF50; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; margin: 10px;&quot;&gt;视频教程&lt;/a&gt;
            &lt;label for=&quot;price-modal&quot; style=&quot;display: inline-block; padding: 12px 30px; background: #6c757d; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; cursor: pointer; margin: 10px;&quot;&gt;关闭&lt;/label&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 样式 ===== --&gt;
&lt;style&gt;
#price-modal:checked ~ #price-modal-content {
    display: flex !important;
}

.animated-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25) !important;
}
.animated-button:hover &gt; div:first-child {
    transform: scale(1.1) !important;
}
.animated-button:hover &gt; div:first-child &gt; div {
    transform: scale(1.1) !important;
}
.animated-button:hover &gt; div:nth-child(2) &gt; div:first-child {
    transform: translateX(5px) !important;
}
.animated-button:hover &gt; div:last-child {
    left: 100% !important;
}

/* 表格悬停效果 */
table tbody tr {
    transition: all 0.3s ease;
}
table tbody tr:hover {
    background-color: #e3f2fd !important;
    transform: scale(1.01);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 图片悬停效果 */
img[onclick*=&quot;toggleImageModal&quot;] {
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}
img[onclick*=&quot;toggleImageModal&quot;]:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
}
#image-modal {
    cursor: pointer;
}
#image-modal img {
    cursor: pointer;
}
&lt;/style&gt;

&lt;!-- ===== 页面内容 ===== --&gt;

&lt;!-- 标题1 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    ⭐ MingYang OS 原创 ● 非克隆
&lt;/h2&gt;

&lt;p style=&quot;margin: 0px 0px 6px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    不是克隆，不是换皮，更不是开源代码的缝合怪。
&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 6px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    MingYang OS 基于 ROS 底层协议栈，&lt;strong&gt;逐行手工编写核心代码&lt;/strong&gt;，专为工作室场景深度重构。
&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 20px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    不为快，只为稳。一套真正为效率而生的原创系统。
&lt;/p&gt;

&lt;!-- 标题2 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🎯 为什么选择 MingYang OS
&lt;/h2&gt;
&lt;p style=&quot;margin: 0px 0px 20px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    十年工作室实战经验沉淀，我们深知每一位用户的真实需求。MingYang OS 专为工作室场景量身定制，彻底告别繁琐的脚本操作——从代理IP批量导入到设备一键智能绑定，&lt;strong&gt;全程仅需三分钟&lt;/strong&gt;。纯中文后台界面，零门槛上手，小白也能轻松驾驭。我们拥有专业的技术团队持续护航，同时欢迎您随时反馈宝贵建议，每一次更新都为解决您的真实痛点。
&lt;/p&gt;

&lt;!-- 标题3 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    ⚡ MingYang OS 系统亮点
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🌐&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;全协议兼容&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;支持 SOCKS5、HTTP、L2TP、PPTP 等主流协议，适配各类代理资源，无需额外转换。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📦&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;全流程批量管理&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;一键导入/导出线路，批量检测节点有效性、延迟与归属地，全流程自动化。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🔁&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;一键网络切换&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;本地网络与代理网络一键切换，灵活调度，无需繁琐配置，秒级响应。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📱&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;智能设备绑定&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;一键智能绑定设备，手机端与电脑端双端操作，三分钟完成全设备部署。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;💾&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;数据安全与自动化&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;设备信息一键备份，一键解绑/释放所有设备，L2TP 定时重播自动值守。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🔄&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;持续进化&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;你的需求驱动每一次迭代，功能随时添加，系统定期更新，越用越顺手。&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 适用业务场景 · 卡片样式 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🎮 适用业务场景
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🎬&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;短视频运营&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;抖音、小红书、西瓜、快手等业务&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🎮&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;游戏工作室&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;手游、端游批量起号、挂机等项目&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📲&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;模拟器多开&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;雷电/逍遥/蓝叠/MuMu/夜神/VM等&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🛒&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;电商批量运营&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;电商多账号运营安全管理&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 后台截图 · 点击放大/缩小切换 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🖼️ MingYang OS 后台截图 &lt;span style=&quot;color: #FF0000; font-weight: 400;&quot;&gt;（点击图片可放大/缩小）&lt;/span&gt;
&lt;/h2&gt;

&lt;div style=&quot;display: flex; flex-direction: column; gap: 15px; margin: 0px 0px 20px 0px; align-items: center;&quot;&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/50.png&quot; alt=&quot;设备图片&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/SK5.png&quot; alt=&quot;SK5协议截图&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/L2TP.png&quot; alt=&quot;L2TP协议截图&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 图片放大模态框 ===== --&gt;
&lt;div id=&quot;image-modal&quot; style=&quot;display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 2000; align-items: center; justify-content: center;&quot;&gt;
    &lt;div style=&quot;position: relative; max-width: 90%; max-height: 90%;&quot;&gt;
        &lt;img id=&quot;modal-image&quot; src=&quot;&quot; alt=&quot;放大图片&quot; style=&quot;max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; cursor: pointer;&quot; onclick=&quot;closeImageModal()&quot;&gt;
        &lt;button onclick=&quot;closeImageModal()&quot; style=&quot;position: absolute; top: -40px; right: 0; background: none; border: none; color: white; font-size: 30px; cursor: pointer;&quot;&gt;×&lt;/button&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 发货与售后政策 · 全卡片样式 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    📦 发货与售后政策
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 16px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;🚚&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;所有设备均调试好后发货，开箱即用。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;💡&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;设备不包含代理IP费用，需自行购买。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;🎓&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;提供一对一售后教学，全程指导。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;📦&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;默认包邮京东快递，快速送达。&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 售后政策两个卡片 --&gt;
&lt;div style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;✅&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #166534; line-height: 1.6;&quot;&gt;
            &lt;strong&gt;因设备问题造成无法使用&lt;/strong&gt;&lt;br&gt;
            我们承担运费，包退包换
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;❌&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #991b1b; line-height: 1.6;&quot;&gt;
            &lt;strong&gt;非设备质量问题&lt;/strong&gt;&lt;br&gt;
            恕不退换，敬请谅解
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 底部 · 版本一：加背景框+装饰线 ===== --&gt;
&lt;div style=&quot;background: #f8faff; border-radius: 12px; padding: 30px 20px 20px; margin-top: 20px; border: 1px solid #eef2f6; text-align: center;&quot;&gt;
    &lt;div style=&quot;font-size: 14px; color: #999; margin-bottom: 6px;&quot;&gt;💬 如有疑问，欢迎联系&lt;/div&gt;
    &lt;p style=&quot;font-size: 22px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;📞 立即咨询&lt;/p&gt;
    &lt;p style=&quot;font-size: 15px; color: #556b82; margin-bottom: 16px;&quot;&gt;获取专属部署方案 · 一对一技术支持&lt;/p&gt;
    &lt;div style=&quot;display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; font-size: 16px; color: #2c3e50; padding-top: 12px; border-top: 1px solid #e8ecf0;&quot;&gt;
        &lt;span&gt;🐧 QQ：21002806&lt;/span&gt;
        &lt;span&gt;💚 微信：MingYang-IT&lt;/span&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== JS ===== --&gt;
&lt;script&gt;
var imageModal = document.getElementById(&#039;image-modal&#039;);
var modalImage = document.getElementById(&#039;modal-image&#039;);

function toggleImageModal(src) {
    if (imageModal.style.display === &#039;flex&#039;) {
        closeImageModal();
    } else {
        modalImage.src = src;
        imageModal.style.display = &#039;flex&#039;;
        document.body.style.overflow = &#039;hidden&#039;;
    }
}

function closeImageModal() {
    imageModal.style.display = &#039;none&#039;;
    document.body.style.overflow = &#039;auto&#039;;
}

imageModal.addEventListener(&#039;click&#039;, function(e) {
    if (e.target === imageModal) closeImageModal();
});

document.addEventListener(&#039;keydown&#039;, function(e) {
    if (e.key === &#039;Escape&#039;) closeImageModal();
});
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><pubDate>Wed, 08 Jul 2026 20:27:05 +0800</pubDate></item><item><title>ROS软路由1拖100尊享版+全新大洲X3无线AP+全协议系统+超高性价比</title><link>https://03qun.com/?id=47</link><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;1拖100尊享版&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ===== 顶部按钮 ===== --&gt;
&lt;div style=&quot;display: flex; flex-wrap: wrap; gap: 15px; margin: 20px 0;&quot;&gt;
    &lt;!-- 套餐配置 --&gt;
    &lt;label for=&quot;price-modal&quot; class=&quot;animated-button&quot; style=&quot;flex: 1; min-width: 250px; display: flex; align-items: center; padding: 25px; background: linear-gradient(135deg, #4CAF50, #66BB6A); color: white; text-decoration: none; border-radius: 15px; font-weight: bold; font-size: 16px; box-shadow: 0 8px 25px rgba(76,175,80,0.4); cursor: pointer; margin: 0; position: relative; overflow: hidden; transition: all 0.3s ease;&quot;&gt;
        &lt;div style=&quot;position: relative; width: 50px; height: 50px; background: rgba(255,255,255,0.3); border-radius: 12px; margin-right: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;&quot;&gt;
            &lt;div style=&quot;width: 24px; height: 24px; background: white; border-radius: 50%; position: relative; transition: all 0.3s ease;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: 6px; left: 11px; width: 2px; height: 12px; background: #4CAF50; transition: all 0.3s ease;&quot;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;flex: 1; position: relative; z-index: 2;&quot;&gt;
            &lt;div style=&quot;font-size: 18px; font-weight: 700; transition: all 0.3s ease;&quot;&gt;查看配置&lt;/div&gt;
            &lt;div style=&quot;font-size: 12px; opacity: 0.9; margin-top: 5px; transition: all 0.3s ease;&quot;&gt;查看详细配置参数&lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s ease;&quot;&gt;&lt;/div&gt;
    &lt;/label&gt;

    &lt;!-- 视频教程 --&gt;
    &lt;a href=&quot;https://www.bilibili.com/video/BV177L96sEYD/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;animated-button&quot; style=&quot;flex: 1; min-width: 250px; display: flex; align-items: center; padding: 25px; background: linear-gradient(135deg, #9C27B0, #AB47BC); color: white; text-decoration: none; border-radius: 15px; font-weight: bold; font-size: 16px; box-shadow: 0 8px 25px rgba(156,39,176,0.4); cursor: pointer; margin: 0; position: relative; overflow: hidden; transition: all 0.3s ease;&quot;&gt;
        &lt;div style=&quot;position: relative; width: 50px; height: 50px; background: rgba(255,255,255,0.3); border-radius: 12px; margin-right: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;&quot;&gt;
            &lt;div style=&quot;width: 24px; height: 16px; background: white; border-radius: 4px; position: relative; transition: all 0.3s ease;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: 3px; left: 8px; width: 8px; height: 10px; border-left: 4px solid #9C27B0; border-right: 4px solid #9C27B0; transition: all 0.3s ease;&quot;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;flex: 1; position: relative; z-index: 2;&quot;&gt;
            &lt;div style=&quot;font-size: 18px; font-weight: 700; transition: all 0.3s ease;&quot;&gt;使用教程&lt;/div&gt;
            &lt;div style=&quot;font-size: 12px; opacity: 0.9; margin-top: 5px; transition: all 0.3s ease;&quot;&gt;快速上手使用教程&lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s ease;&quot;&gt;&lt;/div&gt;
    &lt;/a&gt;
&lt;/div&gt;

&lt;!-- ===== 套餐配置模态框 ===== --&gt;
&lt;input type=&quot;checkbox&quot; id=&quot;price-modal&quot; style=&quot;display: none;&quot;&gt;

&lt;div id=&quot;price-modal-content&quot; style=&quot;display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 1000; align-items: center; justify-content: center;&quot;&gt;
    &lt;div style=&quot;background: white; padding: 30px; border-radius: 15px; max-width: 800px; width: 90%; max-height: 80vh; overflow-y: auto; position: relative;&quot;&gt;
        &lt;label for=&quot;price-modal&quot; style=&quot;position: absolute; top: 15px; right: 15px; font-size: 24px; cursor: pointer; color: #666;&quot;&gt;×&lt;/label&gt;
        &lt;h3 style=&quot;color: #4CAF50; text-align: center; margin-bottom: 25px; font-weight: bold;&quot;&gt;🖥️ 1拖100尊享版配置清单&lt;/h3&gt;

        &lt;table style=&quot;width: 100%; border-collapse: collapse; border: 1px solid #ddd; margin-bottom: 25px; font-size: 16px;&quot;&gt;
            &lt;thead&gt;
                &lt;tr style=&quot;background: #4CAF50; color: white;&quot;&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;配置&lt;/th&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;型号&lt;/th&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;备注&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;CPU&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;J1900&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;四核四线程&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;内存&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;标配2G&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;DDR3/DDR3L/4G可选配&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;硬盘&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;标配8G&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;16G、32G、64G可选配&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;无线AP&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;大洲X3&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;高并发性能/WiFi6/AX1800Mbps&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;系统&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;全协议支持&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;SK5/HTTP/L2TP/PPTP等主流协议&lt;/td&gt;
                &lt;/tr&gt;
            &lt;/tbody&gt;
        &lt;/table&gt;

        &lt;div style=&quot;text-align: center;&quot;&gt;
            &lt;a href=&quot;https://www.bilibili.com/video/BV177L96sEYD/&quot; target=&quot;_blank&quot; style=&quot;display: inline-block; padding: 12px 30px; background: #4CAF50; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; margin: 10px;&quot;&gt;视频教程&lt;/a&gt;
            &lt;label for=&quot;price-modal&quot; style=&quot;display: inline-block; padding: 12px 30px; background: #6c757d; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; cursor: pointer; margin: 10px;&quot;&gt;关闭&lt;/label&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 样式 ===== --&gt;
&lt;style&gt;
#price-modal:checked ~ #price-modal-content {
    display: flex !important;
}

.animated-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25) !important;
}
.animated-button:hover &gt; div:first-child {
    transform: scale(1.1) !important;
}
.animated-button:hover &gt; div:first-child &gt; div {
    transform: scale(1.1) !important;
}
.animated-button:hover &gt; div:nth-child(2) &gt; div:first-child {
    transform: translateX(5px) !important;
}
.animated-button:hover &gt; div:last-child {
    left: 100% !important;
}

/* 表格悬停效果 */
table tbody tr {
    transition: all 0.3s ease;
}
table tbody tr:hover {
    background-color: #e3f2fd !important;
    transform: scale(1.01);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 图片悬停效果 */
img[onclick*=&quot;toggleImageModal&quot;] {
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}
img[onclick*=&quot;toggleImageModal&quot;]:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
}
#image-modal {
    cursor: pointer;
}
#image-modal img {
    cursor: pointer;
}
&lt;/style&gt;

&lt;!-- ===== 页面内容 ===== --&gt;

&lt;!-- 标题1 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    ⭐ MingYang OS 原创 ● 非克隆
&lt;/h2&gt;

&lt;p style=&quot;margin: 0px 0px 6px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    不是克隆，不是换皮，更不是开源代码的缝合怪。
&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 6px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    MingYang OS 基于 ROS 底层协议栈，&lt;strong&gt;逐行手工编写核心代码&lt;/strong&gt;，专为工作室场景深度重构。
&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 20px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    不为快，只为稳。一套真正为效率而生的原创系统。
&lt;/p&gt;

&lt;!-- 标题2 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🎯 为什么选择 MingYang OS
&lt;/h2&gt;
&lt;p style=&quot;margin: 0px 0px 20px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    十年工作室实战经验沉淀，我们深知每一位用户的真实需求。MingYang OS 专为工作室场景量身定制，彻底告别繁琐的脚本操作——从代理IP批量导入到设备一键智能绑定，&lt;strong&gt;全程仅需三分钟&lt;/strong&gt;。纯中文后台界面，零门槛上手，小白也能轻松驾驭。我们拥有专业的技术团队持续护航，同时欢迎您随时反馈宝贵建议，每一次更新都为解决您的真实痛点。
&lt;/p&gt;

&lt;!-- 标题3 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    ⚡ MingYang OS 系统亮点
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🌐&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;全协议兼容&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;支持 SOCKS5、HTTP、L2TP、PPTP 等主流协议，适配各类代理资源，无需额外转换。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📦&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;全流程批量管理&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;一键导入/导出线路，批量检测节点有效性、延迟与归属地，全流程自动化。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🔁&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;一键网络切换&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;本地网络与代理网络一键切换，灵活调度，无需繁琐配置，秒级响应。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📱&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;智能设备绑定&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;一键智能绑定设备，手机端与电脑端双端操作，三分钟完成全设备部署。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;💾&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;数据安全与自动化&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;设备信息一键备份，一键解绑/释放所有设备，L2TP 定时重播自动值守。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🔄&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;持续进化&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;你的需求驱动每一次迭代，功能随时添加，系统定期更新，越用越顺手。&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 适用业务场景 · 卡片样式 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🎮 适用业务场景
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🎬&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;短视频运营&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;抖音、小红书、西瓜、快手等业务&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🎮&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;游戏工作室&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;手游、端游批量起号、挂机等项目&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📲&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;模拟器多开&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;雷电/逍遥/蓝叠/MuMu/夜神/VM等&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🛒&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;电商批量运营&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;电商多账号运营安全管理&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 后台截图 · 点击放大/缩小切换 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🖼️ MingYang OS 后台截图 &lt;span style=&quot;color: #FF0000; font-weight: 400;&quot;&gt;（点击图片可放大/缩小）&lt;/span&gt;
&lt;/h2&gt;

&lt;div style=&quot;display: flex; flex-direction: column; gap: 15px; margin: 0px 0px 20px 0px; align-items: center;&quot;&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/100.png&quot; alt=&quot;设备图片&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/SK5.png&quot; alt=&quot;SK5协议截图&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/L2TP.png&quot; alt=&quot;L2TP协议截图&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 图片放大模态框 ===== --&gt;
&lt;div id=&quot;image-modal&quot; style=&quot;display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 2000; align-items: center; justify-content: center;&quot;&gt;
    &lt;div style=&quot;position: relative; max-width: 90%; max-height: 90%;&quot;&gt;
        &lt;img id=&quot;modal-image&quot; src=&quot;&quot; alt=&quot;放大图片&quot; style=&quot;max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; cursor: pointer;&quot; onclick=&quot;closeImageModal()&quot;&gt;
        &lt;button onclick=&quot;closeImageModal()&quot; style=&quot;position: absolute; top: -40px; right: 0; background: none; border: none; color: white; font-size: 30px; cursor: pointer;&quot;&gt;×&lt;/button&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 发货与售后政策 · 全卡片样式 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    📦 发货与售后政策
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 16px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;🚚&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;所有设备均调试好后发货，开箱即用。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;💡&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;设备不包含代理IP费用，需自行购买。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;🎓&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;提供一对一售后教学，全程指导。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;📦&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;默认包邮京东快递，快速送达。&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 售后政策两个卡片 --&gt;
&lt;div style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;✅&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #166534; line-height: 1.6;&quot;&gt;
            &lt;strong&gt;因设备问题造成无法使用&lt;/strong&gt;&lt;br&gt;
            我们承担运费，包退包换
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;❌&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #991b1b; line-height: 1.6;&quot;&gt;
            &lt;strong&gt;非设备质量问题&lt;/strong&gt;&lt;br&gt;
            恕不退换，敬请谅解
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 底部 · 版本一：加背景框+装饰线 ===== --&gt;
&lt;div style=&quot;background: #f8faff; border-radius: 12px; padding: 30px 20px 20px; margin-top: 20px; border: 1px solid #eef2f6; text-align: center;&quot;&gt;
    &lt;div style=&quot;font-size: 14px; color: #999; margin-bottom: 6px;&quot;&gt;💬 如有疑问，欢迎联系&lt;/div&gt;
    &lt;p style=&quot;font-size: 22px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;📞 立即咨询&lt;/p&gt;
    &lt;p style=&quot;font-size: 15px; color: #556b82; margin-bottom: 16px;&quot;&gt;获取专属部署方案 · 一对一技术支持&lt;/p&gt;
    &lt;div style=&quot;display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; font-size: 16px; color: #2c3e50; padding-top: 12px; border-top: 1px solid #e8ecf0;&quot;&gt;
        &lt;span&gt;🐧 QQ：21002806&lt;/span&gt;
        &lt;span&gt;💚 微信：MingYang-IT&lt;/span&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== JS ===== --&gt;
&lt;script&gt;
var imageModal = document.getElementById(&#039;image-modal&#039;);
var modalImage = document.getElementById(&#039;modal-image&#039;);

function toggleImageModal(src) {
    if (imageModal.style.display === &#039;flex&#039;) {
        closeImageModal();
    } else {
        modalImage.src = src;
        imageModal.style.display = &#039;flex&#039;;
        document.body.style.overflow = &#039;hidden&#039;;
    }
}

function closeImageModal() {
    imageModal.style.display = &#039;none&#039;;
    document.body.style.overflow = &#039;auto&#039;;
}

imageModal.addEventListener(&#039;click&#039;, function(e) {
    if (e.target === imageModal) closeImageModal();
});

document.addEventListener(&#039;keydown&#039;, function(e) {
    if (e.key === &#039;Escape&#039;) closeImageModal();
});
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><pubDate>Wed, 08 Jul 2026 20:09:30 +0800</pubDate></item><item><title>ROS软路由1拖150MAX版+全新大洲D9C无线AP+全协议系统+稳定无干扰</title><link>https://03qun.com/?id=46</link><description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;1拖150MAX版&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;!-- ===== 顶部按钮 ===== --&gt;
&lt;div style=&quot;display: flex; flex-wrap: wrap; gap: 15px; margin: 20px 0;&quot;&gt;
    &lt;!-- 套餐配置 --&gt;
    &lt;label for=&quot;price-modal&quot; class=&quot;animated-button&quot; style=&quot;flex: 1; min-width: 250px; display: flex; align-items: center; padding: 25px; background: linear-gradient(135deg, #4CAF50, #66BB6A); color: white; text-decoration: none; border-radius: 15px; font-weight: bold; font-size: 16px; box-shadow: 0 8px 25px rgba(76,175,80,0.4); cursor: pointer; margin: 0; position: relative; overflow: hidden; transition: all 0.3s ease;&quot;&gt;
        &lt;div style=&quot;position: relative; width: 50px; height: 50px; background: rgba(255,255,255,0.3); border-radius: 12px; margin-right: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;&quot;&gt;
            &lt;div style=&quot;width: 24px; height: 24px; background: white; border-radius: 50%; position: relative; transition: all 0.3s ease;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: 6px; left: 11px; width: 2px; height: 12px; background: #4CAF50; transition: all 0.3s ease;&quot;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;flex: 1; position: relative; z-index: 2;&quot;&gt;
            &lt;div style=&quot;font-size: 18px; font-weight: 700; transition: all 0.3s ease;&quot;&gt;查看配置&lt;/div&gt;
            &lt;div style=&quot;font-size: 12px; opacity: 0.9; margin-top: 5px; transition: all 0.3s ease;&quot;&gt;查看详细配置参数&lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s ease;&quot;&gt;&lt;/div&gt;
    &lt;/label&gt;

    &lt;!-- 视频教程 --&gt;
    &lt;a href=&quot;https://www.bilibili.com/video/BV177L96sEYD/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;animated-button&quot; style=&quot;flex: 1; min-width: 250px; display: flex; align-items: center; padding: 25px; background: linear-gradient(135deg, #9C27B0, #AB47BC); color: white; text-decoration: none; border-radius: 15px; font-weight: bold; font-size: 16px; box-shadow: 0 8px 25px rgba(156,39,176,0.4); cursor: pointer; margin: 0; position: relative; overflow: hidden; transition: all 0.3s ease;&quot;&gt;
        &lt;div style=&quot;position: relative; width: 50px; height: 50px; background: rgba(255,255,255,0.3); border-radius: 12px; margin-right: 20px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;&quot;&gt;
            &lt;div style=&quot;width: 24px; height: 16px; background: white; border-radius: 4px; position: relative; transition: all 0.3s ease;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: 3px; left: 8px; width: 8px; height: 10px; border-left: 4px solid #9C27B0; border-right: 4px solid #9C27B0; transition: all 0.3s ease;&quot;&gt;&lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;flex: 1; position: relative; z-index: 2;&quot;&gt;
            &lt;div style=&quot;font-size: 18px; font-weight: 700; transition: all 0.3s ease;&quot;&gt;使用教程&lt;/div&gt;
            &lt;div style=&quot;font-size: 12px; opacity: 0.9; margin-top: 5px; transition: all 0.3s ease;&quot;&gt;快速上手使用教程&lt;/div&gt;
        &lt;/div&gt;
        &lt;div style=&quot;position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s ease;&quot;&gt;&lt;/div&gt;
    &lt;/a&gt;
&lt;/div&gt;

&lt;!-- ===== 套餐配置模态框 ===== --&gt;
&lt;input type=&quot;checkbox&quot; id=&quot;price-modal&quot; style=&quot;display: none;&quot;&gt;

&lt;div id=&quot;price-modal-content&quot; style=&quot;display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 1000; align-items: center; justify-content: center;&quot;&gt;
    &lt;div style=&quot;background: white; padding: 30px; border-radius: 15px; max-width: 800px; width: 90%; max-height: 80vh; overflow-y: auto; position: relative;&quot;&gt;
        &lt;label for=&quot;price-modal&quot; style=&quot;position: absolute; top: 15px; right: 15px; font-size: 24px; cursor: pointer; color: #666;&quot;&gt;×&lt;/label&gt;
        &lt;h3 style=&quot;color: #4CAF50; text-align: center; margin-bottom: 25px; font-weight: bold;&quot;&gt;🖥️ 1拖150MAX版配置清单&lt;/h3&gt;

        &lt;table style=&quot;width: 100%; border-collapse: collapse; border: 1px solid #ddd; margin-bottom: 25px; font-size: 16px;&quot;&gt;
            &lt;thead&gt;
                &lt;tr style=&quot;background: #4CAF50; color: white;&quot;&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;配置&lt;/th&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;型号&lt;/th&gt;
                    &lt;th style=&quot;padding: 12px; border: 1px solid #ddd; text-align: left; font-weight: bold;&quot;&gt;备注&lt;/th&gt;
                &lt;/tr&gt;
            &lt;/thead&gt;
            &lt;tbody&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;CPU&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;J1900&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;四核四线程&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;内存&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;4G&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;DDR3/DDR3L&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;硬盘&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;标配8G&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;16G、32G、64G可选配&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;无线AP&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;大洲X3&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;高并发性能/三频5G/AC3000兆&lt;/td&gt;
                &lt;/tr&gt;
                &lt;tr style=&quot;background: #f9f9f9;&quot;&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;系统&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;全协议支持&lt;/td&gt;
                    &lt;td style=&quot;padding: 12px; border: 1px solid #ddd;&quot;&gt;SK5/HTTP/L2TP/PPTP等主流协议&lt;/td&gt;
                &lt;/tr&gt;
            &lt;/tbody&gt;
        &lt;/table&gt;

        &lt;div style=&quot;text-align: center;&quot;&gt;
            &lt;a href=&quot;https://www.bilibili.com/video/BV177L96sEYD/&quot; target=&quot;_blank&quot; style=&quot;display: inline-block; padding: 12px 30px; background: #4CAF50; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; margin: 10px;&quot;&gt;视频教程&lt;/a&gt;
            &lt;label for=&quot;price-modal&quot; style=&quot;display: inline-block; padding: 12px 30px; background: #6c757d; color: white; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 16px; cursor: pointer; margin: 10px;&quot;&gt;关闭&lt;/label&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 样式 ===== --&gt;
&lt;style&gt;
#price-modal:checked ~ #price-modal-content {
    display: flex !important;
}

.animated-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25) !important;
}
.animated-button:hover &gt; div:first-child {
    transform: scale(1.1) !important;
}
.animated-button:hover &gt; div:first-child &gt; div {
    transform: scale(1.1) !important;
}
.animated-button:hover &gt; div:nth-child(2) &gt; div:first-child {
    transform: translateX(5px) !important;
}
.animated-button:hover &gt; div:last-child {
    left: 100% !important;
}

/* 表格悬停效果 */
table tbody tr {
    transition: all 0.3s ease;
}
table tbody tr:hover {
    background-color: #e3f2fd !important;
    transform: scale(1.01);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 图片悬停效果 */
img[onclick*=&quot;toggleImageModal&quot;] {
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}
img[onclick*=&quot;toggleImageModal&quot;]:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2) !important;
}
#image-modal {
    cursor: pointer;
}
#image-modal img {
    cursor: pointer;
}
&lt;/style&gt;

&lt;!-- ===== 页面内容 ===== --&gt;

&lt;!-- 标题1 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    ⭐ MingYang OS 原创 ● 非克隆
&lt;/h2&gt;

&lt;p style=&quot;margin: 0px 0px 6px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    不是克隆，不是换皮，更不是开源代码的缝合怪。
&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 6px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    MingYang OS 基于 ROS 底层协议栈，&lt;strong&gt;逐行手工编写核心代码&lt;/strong&gt;，专为工作室场景深度重构。
&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 20px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    不为快，只为稳。一套真正为效率而生的原创系统。
&lt;/p&gt;

&lt;!-- 标题2 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🎯 为什么选择 MingYang OS
&lt;/h2&gt;
&lt;p style=&quot;margin: 0px 0px 20px 0px; padding: 0px; font-size: 17px; text-align: justify; text-justify: inter-ideograph; line-height: 1.8; word-break: break-word; overflow-wrap: break-word; letter-spacing: 0.5px;&quot;&gt;
    十年工作室实战经验沉淀，我们深知每一位用户的真实需求。MingYang OS 专为工作室场景量身定制，彻底告别繁琐的脚本操作——从代理IP批量导入到设备一键智能绑定，&lt;strong&gt;全程仅需三分钟&lt;/strong&gt;。纯中文后台界面，零门槛上手，小白也能轻松驾驭。我们拥有专业的技术团队持续护航，同时欢迎您随时反馈宝贵建议，每一次更新都为解决您的真实痛点。
&lt;/p&gt;

&lt;!-- 标题3 --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    ⚡ MingYang OS 系统亮点
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🌐&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;全协议兼容&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;支持 SOCKS5、HTTP、L2TP、PPTP 等主流协议，适配各类代理资源，无需额外转换。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📦&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;全流程批量管理&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;一键导入/导出线路，批量检测节点有效性、延迟与归属地，全流程自动化。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🔁&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;一键网络切换&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;本地网络与代理网络一键切换，灵活调度，无需繁琐配置，秒级响应。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📱&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;智能设备绑定&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;一键智能绑定设备，手机端与电脑端双端操作，三分钟完成全设备部署。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;💾&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;数据安全与自动化&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;设备信息一键备份，一键解绑/释放所有设备，L2TP 定时重播自动值守。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🔄&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;持续进化&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;你的需求驱动每一次迭代，功能随时添加，系统定期更新，越用越顺手。&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 适用业务场景 · 卡片样式 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🎮 适用业务场景
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🎬&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;短视频运营&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;抖音、小红书、西瓜、快手等业务&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🎮&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;游戏工作室&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;手游、端游批量起号、挂机等项目&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;📲&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;模拟器多开&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;雷电/逍遥/蓝叠/MuMu/夜神/VM等&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 20px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 30px; margin-bottom: 4px;&quot;&gt;🛒&lt;/div&gt;
        &lt;div style=&quot;font-size: 16px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;电商批量运营&lt;/div&gt;
        &lt;div style=&quot;font-size: 14px; color: #3d5166; line-height: 1.7;&quot;&gt;电商多账号运营安全管理&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 后台截图 · 点击放大/缩小切换 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    🖼️ MingYang OS 后台截图 &lt;span style=&quot;color: #FF0000; font-weight: 400;&quot;&gt;（点击图片可放大/缩小）&lt;/span&gt;
&lt;/h2&gt;

&lt;div style=&quot;display: flex; flex-direction: column; gap: 15px; margin: 0px 0px 20px 0px; align-items: center;&quot;&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/150.png&quot; alt=&quot;设备图片&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/SK5.png&quot; alt=&quot;SK5协议截图&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
    &lt;div style=&quot;text-align: center; cursor: pointer; width: 100%; max-width: 750px;&quot;&gt;
        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/07/L2TP.png&quot; alt=&quot;L2TP协议截图&quot; style=&quot;width: 100%; height: auto; object-fit: contain; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: 1px solid #e0e0e0;&quot; onclick=&quot;toggleImageModal(this.src)&quot;&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 图片放大模态框 ===== --&gt;
&lt;div id=&quot;image-modal&quot; style=&quot;display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 2000; align-items: center; justify-content: center;&quot;&gt;
    &lt;div style=&quot;position: relative; max-width: 90%; max-height: 90%;&quot;&gt;
        &lt;img id=&quot;modal-image&quot; src=&quot;&quot; alt=&quot;放大图片&quot; style=&quot;max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 8px; cursor: pointer;&quot; onclick=&quot;closeImageModal()&quot;&gt;
        &lt;button onclick=&quot;closeImageModal()&quot; style=&quot;position: absolute; top: -40px; right: 0; background: none; border: none; color: white; font-size: 30px; cursor: pointer;&quot;&gt;×&lt;/button&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 发货与售后政策 · 全卡片样式 ===== --&gt;
&lt;h2 style=&quot;font-size: 18px; font-weight: 600; margin: 15px 0px 10px; padding: 8px 0px 8px 12px; border-left: 4px solid rgb(106, 17, 203); background-color: rgba(0, 0, 0, 0.02); color: rgb(44, 62, 80);&quot;&gt;
    📦 发货与售后政策
&lt;/h2&gt;

&lt;div style=&quot;display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0px 0px 16px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;🚚&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;所有设备均调试好后发货，开箱即用。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;💡&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;设备不包含代理IP费用，需自行购买。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;🎓&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;提供一对一售后教学，全程指导。&lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #f8fafc; border: 1px solid #e8ecf0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;📦&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #0b1a2f; line-height: 1.6;&quot;&gt;默认包邮京东快递，快速送达。&lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- 售后政策两个卡片 --&gt;
&lt;div style=&quot;display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0px 0px 20px 0px;&quot;&gt;
    &lt;div style=&quot;background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;✅&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #166534; line-height: 1.6;&quot;&gt;
            &lt;strong&gt;因设备问题造成无法使用&lt;/strong&gt;&lt;br&gt;
            我们承担运费，包退包换
        &lt;/div&gt;
    &lt;/div&gt;
    &lt;div style=&quot;background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; padding: 16px 18px; text-align: center;&quot;&gt;
        &lt;div style=&quot;font-size: 28px; margin-bottom: 2px;&quot;&gt;❌&lt;/div&gt;
        &lt;div style=&quot;font-size: 15px; color: #991b1b; line-height: 1.6;&quot;&gt;
            &lt;strong&gt;非设备质量问题&lt;/strong&gt;&lt;br&gt;
            恕不退换，敬请谅解
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== 底部 · 版本一：加背景框+装饰线 ===== --&gt;
&lt;div style=&quot;background: #f8faff; border-radius: 12px; padding: 30px 20px 20px; margin-top: 20px; border: 1px solid #eef2f6; text-align: center;&quot;&gt;
    &lt;div style=&quot;font-size: 14px; color: #999; margin-bottom: 6px;&quot;&gt;💬 如有疑问，欢迎联系&lt;/div&gt;
    &lt;p style=&quot;font-size: 22px; font-weight: 700; color: #0b1a2f; margin-bottom: 4px;&quot;&gt;📞 立即咨询&lt;/p&gt;
    &lt;p style=&quot;font-size: 15px; color: #556b82; margin-bottom: 16px;&quot;&gt;获取专属部署方案 · 一对一技术支持&lt;/p&gt;
    &lt;div style=&quot;display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; font-size: 16px; color: #2c3e50; padding-top: 12px; border-top: 1px solid #e8ecf0;&quot;&gt;
        &lt;span&gt;🐧 QQ：21002806&lt;/span&gt;
        &lt;span&gt;💚 微信：MingYang-IT&lt;/span&gt;
    &lt;/div&gt;
&lt;/div&gt;

&lt;!-- ===== JS ===== --&gt;
&lt;script&gt;
var imageModal = document.getElementById(&#039;image-modal&#039;);
var modalImage = document.getElementById(&#039;modal-image&#039;);

function toggleImageModal(src) {
    if (imageModal.style.display === &#039;flex&#039;) {
        closeImageModal();
    } else {
        modalImage.src = src;
        imageModal.style.display = &#039;flex&#039;;
        document.body.style.overflow = &#039;hidden&#039;;
    }
}

function closeImageModal() {
    imageModal.style.display = &#039;none&#039;;
    document.body.style.overflow = &#039;auto&#039;;
}

imageModal.addEventListener(&#039;click&#039;, function(e) {
    if (e.target === imageModal) closeImageModal();
});

document.addEventListener(&#039;keydown&#039;, function(e) {
    if (e.key === &#039;Escape&#039;) closeImageModal();
});
&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;</description><pubDate>Wed, 08 Jul 2026 20:03:31 +0800</pubDate></item><item><title>光子IP-使用教程</title><link>https://03qun.com/?id=38</link><description>    &lt;div style=&quot;width: 100%; max-width: 800px; margin: 0 auto; border-radius: 12px;&quot;&gt;

        &lt;!-- 账号注册 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px; position: relative; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #6a11cb; transform: translateY(1px);&quot;&gt;📋&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;账号注册&lt;/h2&gt;
                    &lt;a href=&quot;http://www.gzsk5.com/#/register?invitation=admin01&amp;shareid=614&quot; 
                       target=&quot;_blank&quot; 
                       style=&quot;margin-left: auto; margin-right: 10px; background: linear-gradient(45deg, #ff6b6b, #ff8e8e); color: white; text-decoration: none; padding: 8px 20px; border-radius: 50px; font-weight: 600; display: inline-block; box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); transition: all 0.3s ease; border: none; font-size: 0.95rem; white-space: nowrap;&quot;&gt;
                       点击注册光子IP账号
                    &lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #e9ecef; position: relative;&quot;&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    根据要求设置用户名、密码、QQ号、微信号、手机号、验证码、邀请码
                    &lt;strong style=&quot;color: #e63946; background: #ffeaea; padding: 3px 10px; border-radius: 5px; margin: 0 4px; border: 1px solid #ffcccc; font-size: 1rem; display: inline-block; margin-bottom: 4px;&quot;&gt;admin01&lt;/strong&gt;
                    点击注册。
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                    &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc1.png &quot; 
                         style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                         onclick=&quot;openImageModal(this.src)&quot;
                         onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                         onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 实名认证 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 16px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #00b09b; transform: translateY(1px);&quot;&gt;👤&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;实名认证&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #e9ecef; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #ff6b6b; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(255, 107, 107, 0.25);&quot;&gt;重要步骤&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    账号注册成功后会提示您登录，输入刚注册的账号密码点击登录，点击&lt;strong style=&quot;color: #1890ff;&quot;&gt;个人中心→实名认证&lt;/strong&gt;，根据要求完成实名操作。
                    &lt;span style=&quot;color: #e63946; font-weight: 600; display: block; margin-top: 10px; padding: 10px; background: #fff5f5; border-radius: 6px; border-left: 3px solid #e63946; font-size: 0.95rem;&quot;&gt;
                        ⚠️ 重要提示：不完成实名认证无法购买任何节点产品
                    &lt;/span&gt;
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                    &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc2.png&quot; 
                         style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                         onclick=&quot;openImageModal(this.src)&quot;
                         onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                         onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 金币充值 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #f5576c; transform: translateY(1px);&quot;&gt;💰&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;金币充值&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    点击&lt;strong style=&quot;color: #1890ff;&quot;&gt;充值管理 → 在线充值 → 输入金额 → 选择支付方式 → 确认充值&lt;/strong&gt;。
                    &lt;span style=&quot;color: #ff9800; font-weight: 600; display: block; margin-top: 10px; padding: 10px; background: #fff8e1; border-radius: 6px; border-left: 3px solid #ff9800; font-size: 0.95rem;&quot;&gt;
                        💡 注意：金币只能购买本平台产品，金币不支持提现，请根据实际需求充值
                    &lt;/span&gt;
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                    &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc3.png&quot; 
                         style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                         onclick=&quot;openImageModal(this.src)&quot;
                         onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                         onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 节点类型介绍 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
    &lt;div style=&quot;background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
        &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
            &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                &lt;span style=&quot;font-size: 20px; color: #4facfe; transform: translateY(1px);&quot;&gt;🌐&lt;/span&gt;
            &lt;/div&gt;
            &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;节点类型介绍&lt;/h2&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;div style=&quot;background: white; padding: 18px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0;&quot;&gt;
        &lt;div style=&quot;display: flex; flex-direction: column; gap: 12px;&quot;&gt;
            &lt;!-- 长效静态IP --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #f0f9ff, #e6f7ff); padding: 15px; border-radius: 8px; border-left: 4px solid #1890ff; box-shadow: 0 3px 10px rgba(24, 144, 255, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #1890ff; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;📶&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #1890ff; font-size: 1.1rem; font-weight: 700;&quot;&gt;A:旗舰200兆大带宽&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;IP固定不变化，以IDC机房和各大云服务商为主，适合需要长期不变更的IP业务场景。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #cce7ff;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #d4ebff; color: #1890ff; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;50M-100M大带宽&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d4ebff; color: #1890ff; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;130+城市地区&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d4ebff; color: #1890ff; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;稳定性高&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d4ebff; color: #1890ff; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;SK5/HTTP协议&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;!-- 新增：特惠5-10兆 --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #fff7e6, #fff2d6); padding: 15px; border-radius: 8px; border-left: 4px solid #ff9800; box-shadow: 0 3px 10px rgba(255, 152, 0, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #ff9800; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;💰&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #ff9800; font-size: 1.1rem; font-weight: 700;&quot;&gt;B:特惠5-10兆&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;长效静态节点，IP固定不变，带宽较小，适合小流量业务使用。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ffe0b2;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffecb3; color: #ff9800; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;5M-10M&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffecb3; color: #ff9800; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;超低价格&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffecb3; color: #ff9800; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;SK5/HTTP协议&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;!-- 家庭住宅J/N区 --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #f9f0ff, #f4e6ff); padding: 15px; border-radius: 8px; border-left: 4px solid #9d4edd; box-shadow: 0 3px 10px rgba(157, 78, 221, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #9d4edd; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;🏠&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #9d4edd; font-size: 1.1rem; font-weight: 700;&quot;&gt;家庭住宅C/D区&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;真实家庭住宅线路，IP 3-30不等自动更换（不跨市），适合对纯净度要求高的业务。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #e6d6f7;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #ebd6ff; color: #9d4edd; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;5M-50M带宽&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ebd6ff; color: #9d4edd; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;300+城市地区&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ebd6ff; color: #9d4edd; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;纯净度高&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ebd6ff; color: #9d4edd; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;SK5/HTTP协议&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
                      
            &lt;!-- 安卓APP静态 --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #f0fff4, #e6ffe6); padding: 15px; border-radius: 8px; border-left: 4px solid #38b000; box-shadow: 0 3px 10px rgba(56, 176, 0, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #38b000; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;📱&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #38b000; font-size: 1.1rem; font-weight: 700;&quot;&gt;G:安卓APP独享&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;官方APP使用简单，一键操作，手动切换IP，不限制切换次数，适合安卓设备使用。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #c6ffc6;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #d6ffd6; color: #38b000; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;5M-100M带宽&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d6ffd6; color: #38b000; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;300+城市地区&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d6ffd6; color: #38b000; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;无线切换&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d6ffd6; color: #38b000; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;安卓APP&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;!-- L2TP/PPTP --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #fff0f0, #ffe6e6); padding: 15px; border-radius: 8px; border-left: 4px solid #ff6b6b; box-shadow: 0 3px 10px rgba(255, 107, 107, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #ff6b6b; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;🔄&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #ff6b6b; font-size: 1.1rem; font-weight: 700;&quot;&gt;E:L2TP/PPTP&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;长效静态节点、家庭住宅线路，更注重安全性和稳定性，适合软路由设备使用。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ffd6d6;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffd6d6; color: #ff6b6b; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;5M-100M带宽&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffd6d6; color: #ff6b6b; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;100+城市地区&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffd6d6; color: #ff6b6b; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;软路由专用&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

        &lt;!-- 购买详细步骤 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #fa709a; transform: translateY(1px);&quot;&gt;🛒&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;购买详细步骤&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 12px rgba(0,0,0,0.06); margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;padding: 15px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #667eea, #764ba2); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(102, 126, 234, 0.35);&quot;&gt;1&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;选择套餐&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;点击您需要的套餐下的&lt;strong style=&quot;color: #667eea;&quot;&gt;&quot;购买节点&quot;&lt;/strong&gt;按钮进入购买页面&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;padding: 15px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #00b09b, #96c93d); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(0, 176, 155, 0.35);&quot;&gt;2&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;搜索项目&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;在页面中输入您的项目名称进行搜索，找到对应项目&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;padding: 15px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #ff6b6b, #ff8e8e); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(255, 107, 107, 0.35);&quot;&gt;3&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;配置节点&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;选择对应的项目，然后按需选择地区、节点数量和购买时长&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;padding: 15px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #4facfe, #00f2fe); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(79, 172, 254, 0.35);&quot;&gt;4&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;确认订单&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;确认信息无误后，点击&lt;strong style=&quot;color: #4facfe;&quot;&gt;&quot;确认购买&quot;&lt;/strong&gt;并完成支付购买&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;padding: 15px; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #fa709a, #fee140); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(250, 112, 154, 0.35);&quot;&gt;5&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;导出使用&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;购买成功后，选择您需要的格式，点击&lt;strong style=&quot;color: #fa709a;&quot;&gt;&quot;导出&quot;&lt;/strong&gt;或&lt;strong style=&quot;color: #fa709a;&quot;&gt;&quot;复制&quot;&lt;/strong&gt;即可使用&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;display: flex; flex-direction: column; gap: 12px; margin-top: 15px;&quot;&gt;
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                    &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc4.png&quot; 
                             style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                             onclick=&quot;openImageModal(this.src)&quot;
                             onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                             onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                    &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc5.png&quot; 
                             style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                             onclick=&quot;openImageModal(this.src)&quot;
                             onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                             onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                    &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc6.png&quot; 
                             style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                             onclick=&quot;openImageModal(this.src)&quot;
                             onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                             onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                    &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc7.png&quot; 
                             style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                             onclick=&quot;openImageModal(this.src)&quot;
                             onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                             onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 线路管理 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #36d1dc; transform: translateY(1px);&quot;&gt;📊&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: #2d3748; text-shadow: 0 2px 4px rgba(0,0,0,0.1);&quot;&gt;线路管理&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 12px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    找到&lt;strong style=&quot;color: #1890ff;&quot;&gt;已购套餐&lt;/strong&gt; → 点击&lt;strong style=&quot;color: #1890ff;&quot;&gt;导入操作&lt;/strong&gt; → 粘贴节点信息 → 点击&lt;strong style=&quot;color: #1890ff;&quot;&gt;查询&lt;/strong&gt; → 勾选目标节点 → 选择续费/调换/改密等 → 完成操作。
                &lt;/p&gt;
                
                &lt;div style=&quot;display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; margin-top: 12px;&quot;&gt;
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #28a745; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;1&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点续费&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要续费的节点，点击续费，可以给节点进行续费&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #17a2b8; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;2&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点过户&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要过户的节点，点击过户，可以给节点过户给你代理名下客户&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #ffc107; color: #333; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;3&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;平均时间&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要平均时间的节点，点击平均时间，可以给不同时间到期的节点统一时间&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #6f42c1; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;4&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点改密&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要改密的节点，点击改密，可以对节点线路修改密码&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #e83e8c; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;5&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;修改项目&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要修改项目的节点，点击修改项目，可以更换新的项目&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #fd7e14; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;6&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点调换&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要调换的节点，点击调换IP，可以随机或指定更换节点或地区&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                    &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc8.png&quot; 
                         style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                         onclick=&quot;openImageModal(this.src)&quot;
                         onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                         onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 第9张图片 --&gt;
        &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 25px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
            &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/gzjc9.png&quot; 
                     style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                     onclick=&quot;openImageModal(this.src)&quot;
                     onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                     onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 合规与售后保障 --&gt;
        &lt;div style=&quot;margin-bottom: 0;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 16px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #330867; transform: translateY(1px);&quot;&gt;🔔&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;合规与售后保障&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: linear-gradient(145deg, #fff5f5, #ffe6e6); padding: 18px; border-radius: 8px; margin-bottom: 16px; border: 1px solid #ffcccc; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #e63946; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(230, 57, 70, 0.25);&quot;&gt;合规声明&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 0.95rem; color: #b71c1c; line-height: 1.5; font-weight: 600;&quot;&gt;
                    ⚠️ 光子IP平台建立实时后台日志监控系统，严禁将IP用于非法用途，违规账号将立即封禁且不予退款，确保服务合规性。
                &lt;/p&gt;
            &lt;/div&gt;
            
            &lt;div style=&quot;background: linear-gradient(145deg, #f0f9ff, #e6f7ff); padding: 18px; border-radius: 8px; margin-bottom: 0; border: 1px solid #cce7ff; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #1890ff; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(24, 144, 255, 0.25);&quot;&gt;售后保障&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 0.95rem; color: #0056b3; line-height: 1.5; font-weight: 600;&quot;&gt;
                    ✅ 提供7×24小时不间断IP供应与即时响应客服，用户可联系客服申请免费测试，满意后再付款，大幅降低决策风险。
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;script&gt;
    function openImageModal(src) {
        var modal = document.createElement(&#039;div&#039;);
        modal.style.cssText = &#039;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.95);z-index:9999;display:flex;align-items:center;justify-content:center;cursor:zoom-out;&#039;;
        
        var img = document.createElement(&#039;img&#039;);
        img.src = src;
        img.style.cssText = &#039;max-width:95%;max-height:95%;object-fit:contain;border-radius:8px;box-shadow:0 15px 50px rgba(0,0,0,0.7);transition: transform 0.3s ease;&#039;;
        
        var closeBtn = document.createElement(&#039;div&#039;);
        closeBtn.innerHTML = &#039;✕&#039;;
        closeBtn.style.cssText = &#039;position:absolute;top:15px;right:20px;color:white;font-size:30px;cursor:pointer;font-weight:bold;z-index:10000;transition:color 0.3s ease;&#039;;
        closeBtn.onmouseover = function() { this.style.color = &#039;#ff6b6b&#039;; };
        closeBtn.onmouseout = function() { this.style.color = &#039;white&#039;; };
        closeBtn.onclick = function() { 
            document.body.removeChild(modal);
            document.body.style.overflow = &#039;auto&#039;;
        };
        
        modal.onclick = function(e) {
            if (e.target === modal) {
                document.body.removeChild(modal);
                document.body.style.overflow = &#039;auto&#039;;
            }
        };
        
        modal.appendChild(img);
        modal.appendChild(closeBtn);
        document.body.appendChild(modal);
        
        document.body.style.overflow = &#039;hidden&#039;;
        
        document.addEventListener(&#039;keydown&#039;, function closeOnEsc(e) {
            if (e.key === &#039;Escape&#039;) {
                if (document.body.contains(modal)) {
                    document.body.removeChild(modal);
                    document.body.style.overflow = &#039;auto&#039;;
                }
                document.removeEventListener(&#039;keydown&#039;, closeOnEsc);
            }
        });
    }
    
    // 移动端优化：增加touch事件支持
    document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
        // 防止双击缩放
        var lastTouchEnd = 0;
        document.addEventListener(&#039;touchend&#039;, function(event) {
            var now = (new Date()).getTime();
            if (now - lastTouchEnd &lt;= 300) {
                event.preventDefault();
            }
            lastTouchEnd = now;
        }, false);
    });
    &lt;/script&gt;</description><pubDate>Fri, 06 Feb 2026 11:26:41 +0800</pubDate></item><item><title>天行IP-使用教程</title><link>https://03qun.com/?id=37</link><description>    &lt;div style=&quot;width: 100%; max-width: 800px; margin: 0 auto; border-radius: 12px;&quot;&gt;

        &lt;!-- 账号注册 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px; position: relative; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #6a11cb; transform: translateY(1px);&quot;&gt;📋&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;账号注册&lt;/h2&gt;
                    &lt;a href=&quot;http://www.tianxingip.com/proxy/index/index/code/29160391/p/3070.html&quot; 
                       target=&quot;_blank&quot; 
                       style=&quot;margin-left: auto; margin-right: 10px; background: linear-gradient(45deg, #ff6b6b, #ff8e8e); color: white; text-decoration: none; padding: 8px 20px; border-radius: 50px; font-weight: 600; display: inline-block; box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); transition: all 0.3s ease; border: none; font-size: 0.95rem; white-space: nowrap;&quot;&gt;
                       点击注册天行IP账号
                    &lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #e9ecef; position: relative;&quot;&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    根据提示设置用户名、密码、邮箱、QQ号、手机号、验证码、邀请码
                    &lt;strong style=&quot;color: #e63946; background: #ffeaea; padding: 3px 10px; border-radius: 5px; margin: 0 4px; border: 1px solid #ffcccc; font-size: 1rem; display: inline-block; margin-bottom: 4px;&quot;&gt;29160391&lt;/strong&gt;
                    点击注册。
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                    &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc1.png&quot; 
                         style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                         onclick=&quot;openImageModal(this.src)&quot;
                         onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                         onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 实名认证 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 16px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #00b09b; transform: translateY(1px);&quot;&gt;👤&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;实名认证&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #e9ecef; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #ff6b6b; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(255, 107, 107, 0.25);&quot;&gt;重要步骤&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    账号注册成功会自动跳转到用户后台，点击&lt;strong style=&quot;color: #1890ff;&quot;&gt;我的信息→实名认证&lt;/strong&gt;，根据提示完成实名认证。
                    &lt;span style=&quot;color: #e63946; font-weight: 600; display: block; margin-top: 10px; padding: 10px; background: #fff5f5; border-radius: 6px; border-left: 3px solid #e63946; font-size: 0.95rem;&quot;&gt;
                        ⚠️ 重要提示：不完成实名认证无法购买任何节点产品
                    &lt;/span&gt;
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                    &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc2.png&quot; 
                         style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                         onclick=&quot;openImageModal(this.src)&quot;
                         onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                         onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 金币充值 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #f5576c; transform: translateY(1px);&quot;&gt;💰&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;金币充值&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    点击&lt;strong style=&quot;color: #1890ff;&quot;&gt;金币信息 → 在线充值 → 选择套餐 → 输入金额 → 选择支付方式 → 确认充值&lt;/strong&gt;。
                    &lt;span style=&quot;color: #ff9800; font-weight: 600; display: block; margin-top: 10px; padding: 10px; background: #fff8e1; border-radius: 6px; border-left: 3px solid #ff9800; font-size: 0.95rem;&quot;&gt;
                        💡 注意：套餐金币不通用，金币不支持提现，请根据实际需求充值
                    &lt;/span&gt;
                &lt;/p&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                    &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc3.png&quot; 
                         style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                         onclick=&quot;openImageModal(this.src)&quot;
                         onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                         onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 节点类型介绍 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
    &lt;div style=&quot;background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
        &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
            &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                &lt;span style=&quot;font-size: 20px; color: #4facfe; transform: translateY(1px);&quot;&gt;🌐&lt;/span&gt;
            &lt;/div&gt;
            &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;节点类型介绍&lt;/h2&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;div style=&quot;background: white; padding: 18px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 12px rgba(0,0,0,0.06); border: 1px solid #e0e0e0;&quot;&gt;
        &lt;div style=&quot;display: flex; flex-direction: column; gap: 12px;&quot;&gt;
            &lt;!-- 长效静态IP --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #f0f9ff, #e6f7ff); padding: 15px; border-radius: 8px; border-left: 4px solid #1890ff; box-shadow: 0 3px 10px rgba(24, 144, 255, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #1890ff; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;📶&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #1890ff; font-size: 1.1rem; font-weight: 700;&quot;&gt;长效静态IP&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;IP固定不变化，以IDC机房和各大云服务商为主，适合需要长期不变更的IP业务场景。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #cce7ff;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #d4ebff; color: #1890ff; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;50M-100M大带宽&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d4ebff; color: #1890ff; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;130+城市地区&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d4ebff; color: #1890ff; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;稳定性高&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d4ebff; color: #1890ff; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;SK5/HTTP协议&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;!-- 家庭住宅J/N区 --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #f9f0ff, #f4e6ff); padding: 15px; border-radius: 8px; border-left: 4px solid #9d4edd; box-shadow: 0 3px 10px rgba(157, 78, 221, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #9d4edd; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;🏠&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #9d4edd; font-size: 1.1rem; font-weight: 700;&quot;&gt;家庭住宅J/N区&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;真实家庭住宅线路，IP 3-30不等自动更换（不跨市），适合对纯净度要求高的业务。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #e6d6f7;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #ebd6ff; color: #9d4edd; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;5M-50M带宽&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ebd6ff; color: #9d4edd; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;300+城市地区&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ebd6ff; color: #9d4edd; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;纯净度高&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ebd6ff; color: #9d4edd; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;SK5/HTTP协议&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;!-- L2TP/PPTP --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #fff0f0, #ffe6e6); padding: 15px; border-radius: 8px; border-left: 4px solid #ff6b6b; box-shadow: 0 3px 10px rgba(255, 107, 107, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #ff6b6b; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;🔄&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #ff6b6b; font-size: 1.1rem; font-weight: 700;&quot;&gt;L2TP/PPTP&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;长效静态节点、家庭住宅线路，更注重安全性和稳定性，适合软路由设备使用。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #ffd6d6;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffd6d6; color: #ff6b6b; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;5M-100M带宽&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffd6d6; color: #ff6b6b; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;100+城市地区&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #ffd6d6; color: #ff6b6b; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;软路由专用&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
            
            &lt;!-- 安卓APP静态 --&gt;
            &lt;div style=&quot;background: linear-gradient(145deg, #f0fff4, #e6ffe6); padding: 15px; border-radius: 8px; border-left: 4px solid #38b000; box-shadow: 0 3px 10px rgba(56, 176, 0, 0.12);&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 8px; flex-wrap: wrap;&quot;&gt;
                    &lt;div style=&quot;background: #38b000; color: white; width: 32px; height: 32px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 10px; font-weight: 600; flex-shrink: 0;&quot;&gt;
                        &lt;span style=&quot;font-size: 16px; transform: translateY(1px);&quot;&gt;📱&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h3 style=&quot;margin: 0; color: #38b000; font-size: 1.1rem; font-weight: 700;&quot;&gt;安卓APP静态&lt;/h3&gt;
                &lt;/div&gt;
                &lt;p style=&quot;margin: 0; color: #555; font-size: 0.95rem; line-height: 1.5;&quot;&gt;官方APP使用简单，一键操作，手动切换IP，不限制切换次数，适合安卓设备使用。&lt;/p&gt;
                &lt;div style=&quot;margin-top: 10px; padding-top: 8px; border-top: 1px dashed #c6ffc6;&quot;&gt;
                    &lt;span style=&quot;display: inline-block; background: #d6ffd6; color: #38b000; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;5M-100M带宽&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d6ffd6; color: #38b000; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;300+城市地区&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d6ffd6; color: #38b000; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-right: 6px; margin-bottom: 5px;&quot;&gt;无线切换&lt;/span&gt;
                    &lt;span style=&quot;display: inline-block; background: #d6ffd6; color: #38b000; padding: 3px 8px; border-radius: 16px; font-size: 0.85rem; font-weight: 600; margin-bottom: 5px;&quot;&gt;安卓APP&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;

        &lt;!-- 购买详细步骤 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #fa709a; transform: translateY(1px);&quot;&gt;🛒&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;购买详细步骤&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 12px rgba(0,0,0,0.06); margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;padding: 15px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #667eea, #764ba2); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(102, 126, 234, 0.35);&quot;&gt;1&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;选择套餐&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;点击您需要的套餐下的&lt;strong style=&quot;color: #667eea;&quot;&gt;&quot;购买节点&quot;&lt;/strong&gt;按钮进入购买页面&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;padding: 15px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #00b09b, #96c93d); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(0, 176, 155, 0.35);&quot;&gt;2&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;搜索项目&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;在页面中输入您的项目名称进行搜索，找到对应项目&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;padding: 15px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #ff6b6b, #ff8e8e); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(255, 107, 107, 0.35);&quot;&gt;3&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;配置节点&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;选择对应的项目，然后按需选择地区、节点数量和购买时长&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;padding: 15px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #4facfe, #00f2fe); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(79, 172, 254, 0.35);&quot;&gt;4&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;确认订单&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;确认信息无误后，点击&lt;strong style=&quot;color: #4facfe;&quot;&gt;&quot;订单确认&quot;&lt;/strong&gt;并完成支付购买&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;padding: 15px; display: flex; align-items: flex-start;&quot;&gt;
                    &lt;div style=&quot;background: linear-gradient(45deg, #fa709a, #fee140); color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 12px; font-weight: 700; font-size: 0.95rem; flex-shrink: 0; box-shadow: 0 3px 8px rgba(250, 112, 154, 0.35);&quot;&gt;5&lt;/div&gt;
                    &lt;div style=&quot;flex: 1;&quot;&gt;
                        &lt;h3 style=&quot;margin: 0 0 5px; color: #333; font-size: 1.05rem; font-weight: 700;&quot;&gt;导出使用&lt;/h3&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.95rem; line-height: 1.5;&quot;&gt;购买成功后，选择您需要的格式，点击&lt;strong style=&quot;color: #fa709a;&quot;&gt;&quot;复制&quot;&lt;/strong&gt;或&lt;strong style=&quot;color: #fa709a;&quot;&gt;&quot;导出&quot;&lt;/strong&gt;即可使用&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;display: flex; flex-direction: column; gap: 12px; margin-top: 15px;&quot;&gt;
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                    &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc4.png&quot; 
                             style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                             onclick=&quot;openImageModal(this.src)&quot;
                             onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                             onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                    &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc5.png&quot; 
                             style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                             onclick=&quot;openImageModal(this.src)&quot;
                             onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                             onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                    &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc6.png&quot; 
                             style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                             onclick=&quot;openImageModal(this.src)&quot;
                             onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                             onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
                
                &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                    &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                        &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc7.png&quot; 
                             style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                             onclick=&quot;openImageModal(this.src)&quot;
                             onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                             onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 线路管理 --&gt;
        &lt;div style=&quot;margin-bottom: 25px;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 12px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #36d1dc; transform: translateY(1px);&quot;&gt;📊&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: #2d3748; text-shadow: 0 2px 4px rgba(0,0,0,0.1);&quot;&gt;线路管理&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: #f8f9fa; padding: 18px; border-radius: 8px; margin-bottom: 12px; border: 1px solid #e9ecef;&quot;&gt;
                &lt;p style=&quot;margin: 0 0 12px; font-size: 1rem; color: #555; line-height: 1.6;&quot;&gt;
                    找到&lt;strong style=&quot;color: #1890ff;&quot;&gt;已购套餐&lt;/strong&gt; → 点击&lt;strong style=&quot;color: #1890ff;&quot;&gt;导入IP&lt;/strong&gt; → 粘贴节点信息 → 点击&lt;strong style=&quot;color: #1890ff;&quot;&gt;匹配&lt;/strong&gt; → 勾选目标节点 → 选择续费/更换/改密等 → 完成操作。
                &lt;/p&gt;
                
                &lt;div style=&quot;display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; margin-top: 12px;&quot;&gt;
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #28a745; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;1&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点续费&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要续费的节点，点击续费选中节点，可以给节点进行续费&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #17a2b8; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;2&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点改密&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要改密的节点，点击选中改密，可以更改线路密码&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #ffc107; color: #333; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;3&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点调换&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要调换的节点，点击选中调换，可以更换节点和地区&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #6f42c1; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;4&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点过户&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要过户的节点，点击选中过户可以给节点过户给你代理名下客户&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #e83e8c; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;5&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;节点解锁&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要解锁的节点，点击选中解锁可以解除异常锁定的节点&lt;/p&gt;
                    &lt;/div&gt;
                    
                    &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; box-shadow: 0 3px 8px rgba(0,0,0,0.05);&quot;&gt;
                        &lt;div style=&quot;display: flex; align-items: center; margin-bottom: 6px;&quot;&gt;
                            &lt;div style=&quot;background: #fd7e14; color: white; width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 8px; font-weight: 600; font-size: 0.85rem; flex-shrink: 0;&quot;&gt;6&lt;/div&gt;
                            &lt;h3 style=&quot;margin: 0; color: #333; font-size: 0.95rem; font-weight: 700;&quot;&gt;更换项目&lt;/h3&gt;
                        &lt;/div&gt;
                        &lt;p style=&quot;margin: 0; color: #666; font-size: 0.85rem; line-height: 1.4;&quot;&gt;选中需要更换项目的节点，点击选中更换项目，可以更换新的项目&lt;/p&gt;
                    &lt;/div&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
                &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                    &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc8.png&quot; 
                         style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                         onclick=&quot;openImageModal(this.src)&quot;
                         onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                         onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 第9张图片 --&gt;
        &lt;div style=&quot;background: white; padding: 12px; border-radius: 8px; margin-bottom: 25px; box-shadow: 0 3px 10px rgba(0,0,0,0.06); border: 1px solid #e0e0e0; overflow: hidden;&quot;&gt;
            &lt;div style=&quot;text-align: center; cursor: pointer;&quot;&gt;
                &lt;img src=&quot;https://03qun.com/zb_users/upload/2026/02/txjc9.png&quot; 
                     style=&quot;max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #dee2e6; transition: transform 0.3s ease; display: block; margin: 0 auto;&quot;
                     onclick=&quot;openImageModal(this.src)&quot;
                     onmouseover=&quot;this.style.transform=&#039;scale(1.01)&#039;&quot; 
                     onmouseout=&quot;this.style.transform=&#039;scale(1)&#039;&quot;&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- 合规与售后保障 --&gt;
        &lt;div style=&quot;margin-bottom: 0;&quot;&gt;
            &lt;div style=&quot;background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); padding: 8px 0 8px 16px; border-radius: 8px; margin-bottom: 16px;&quot;&gt;
                &lt;div style=&quot;display: flex; align-items: center;&quot;&gt;
                    &lt;div style=&quot;margin-right: 5px;&quot;&gt;
                        &lt;span style=&quot;font-size: 20px; color: #330867; transform: translateY(1px);&quot;&gt;🔔&lt;/span&gt;
                    &lt;/div&gt;
                    &lt;h2 style=&quot;font-size: 1.25rem; font-weight: 700; margin: 0; color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.25);&quot;&gt;合规与售后保障&lt;/h2&gt;
                &lt;/div&gt;
            &lt;/div&gt;

            &lt;div style=&quot;background: linear-gradient(145deg, #fff5f5, #ffe6e6); padding: 18px; border-radius: 8px; margin-bottom: 16px; border: 1px solid #ffcccc; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #e63946; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(230, 57, 70, 0.25);&quot;&gt;合规声明&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 0.95rem; color: #b71c1c; line-height: 1.5; font-weight: 600;&quot;&gt;
                    ⚠️ 天行IP平台建立实时后台日志监控系统，严禁将IP用于非法用途，违规账号将立即封禁且不予退款，确保服务合规性。
                &lt;/p&gt;
            &lt;/div&gt;
            
            &lt;div style=&quot;background: linear-gradient(145deg, #f0f9ff, #e6f7ff); padding: 18px; border-radius: 8px; margin-bottom: 0; border: 1px solid #cce7ff; position: relative;&quot;&gt;
                &lt;div style=&quot;position: absolute; top: -10px; left: 20px; background: #1890ff; color: white; padding: 4px 16px; border-radius: 18px; font-size: 0.875rem; font-weight: 600; box-shadow: 0 3px 8px rgba(24, 144, 255, 0.25);&quot;&gt;售后保障&lt;/div&gt;
                &lt;p style=&quot;margin: 20px 0 0; font-size: 0.95rem; color: #0056b3; line-height: 1.5; font-weight: 600;&quot;&gt;
                    ✅ 提供7×24小时不间断IP供应与即时响应客服，用户可联系客服申请免费测试，满意后再付款，大幅降低决策风险。
                &lt;/p&gt;
            &lt;/div&gt;
        &lt;/div&gt;

    &lt;/div&gt;

    &lt;script&gt;
    function openImageModal(src) {
        var modal = document.createElement(&#039;div&#039;);
        modal.style.cssText = &#039;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.95);z-index:9999;display:flex;align-items:center;justify-content:center;cursor:zoom-out;&#039;;
        
        var img = document.createElement(&#039;img&#039;);
        img.src = src;
        img.style.cssText = &#039;max-width:95%;max-height:95%;object-fit:contain;border-radius:8px;box-shadow:0 15px 50px rgba(0,0,0,0.7);transition: transform 0.3s ease;&#039;;
        
        var closeBtn = document.createElement(&#039;div&#039;);
        closeBtn.innerHTML = &#039;✕&#039;;
        closeBtn.style.cssText = &#039;position:absolute;top:15px;right:20px;color:white;font-size:30px;cursor:pointer;font-weight:bold;z-index:10000;transition:color 0.3s ease;&#039;;
        closeBtn.onmouseover = function() { this.style.color = &#039;#ff6b6b&#039;; };
        closeBtn.onmouseout = function() { this.style.color = &#039;white&#039;; };
        closeBtn.onclick = function() { 
            document.body.removeChild(modal);
            document.body.style.overflow = &#039;auto&#039;;
        };
        
        modal.onclick = function(e) {
            if (e.target === modal) {
                document.body.removeChild(modal);
                document.body.style.overflow = &#039;auto&#039;;
            }
        };
        
        modal.appendChild(img);
        modal.appendChild(closeBtn);
        document.body.appendChild(modal);
        
        document.body.style.overflow = &#039;hidden&#039;;
        
        document.addEventListener(&#039;keydown&#039;, function closeOnEsc(e) {
            if (e.key === &#039;Escape&#039;) {
                if (document.body.contains(modal)) {
                    document.body.removeChild(modal);
                    document.body.style.overflow = &#039;auto&#039;;
                }
                document.removeEventListener(&#039;keydown&#039;, closeOnEsc);
            }
        });
    }
    
    // 移动端优化：增加touch事件支持
    document.addEventListener(&#039;DOMContentLoaded&#039;, function() {
        // 防止双击缩放
        var lastTouchEnd = 0;
        document.addEventListener(&#039;touchend&#039;, function(event) {
            var now = (new Date()).getTime();
            if (now - lastTouchEnd &lt;= 300) {
                event.preventDefault();
            }
            lastTouchEnd = now;
        }, false);
    });
    &lt;/script&gt;</description><pubDate>Sun, 01 Feb 2026 11:49:52 +0800</pubDate></item></channel></rss>