{"product_id":"clip-on-food-cooling-fan","title":"🍼 Clip-On Voedselkoeler Ventilator – Laat Warm Eten Razendsnel Afkoelen! 🌬️✨","description":"\u003cstyle\u003e  .fcf-page {    --fcf-orange: #f47b20;  \/* 温暖高光橙 *\/    --fcf-dark: #2d2a26;    \/* 钛钢极夜黑 *\/    --fcf-light: #fffaf3;   \/* 空气感暖麦白底 *\/    --fcf-border: #eadfce;    --fcf-text: #2d2a26;    --fcf-muted: #6f6962;    --fcf-white: #ffffff;    max-width: 760px; \/* 锁定移动端黄金宽度 *\/    margin: 0 auto;    padding: 10px;    box-sizing: border-box;    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;    color: var(--fcf-text);    line-height: 1.65;    background: var(--fcf-white);  }  .fcf-page * {    box-sizing: border-box;  }  \/* 移动端字号瘦身与高转化字体 *\/  .fcf-page h1,  .fcf-page h2,  .fcf-page h3,  .fcf-page p {    margin-top: 0;  }  .fcf-page h1 {    margin-bottom: 8px;    font-family: Georgia, \"Times New Roman\", serif;    font-size: 24px;    line-height: 1.25;    font-weight: 900;    color: var(--fcf-dark);  }  .fcf-page h2 {    margin-bottom: 12px;    font-family: Georgia, \"Times New Roman\", serif;    font-size: 19.5px;    line-height: 1.35;    font-weight: 800;    color: var(--fcf-dark);  }  .fcf-page h3 {    margin-bottom: 4px;    font-size: 15px;    line-height: 1.4;    font-weight: 800;    color: var(--fcf-orange);  }  .fcf-page p {    margin-bottom: 0;    font-size: 13.5px;    line-height: 1.55;    color: var(--fcf-muted);  }  .fcf-page img {    display: block;    width: 100%;    height: auto;    border-radius: 14px;    box-shadow: 0 4px 14px rgba(244,123,32,.08);  }  \/* 结构布局模块 *\/  .fcf-section {    margin-bottom: 26px;  }  .fcf-section--soft {    padding: 16px;    background: var(--fcf-light);    border: 1px solid var(--fcf-border);    border-radius: 16px;  }  .fcf-section--dark {    padding: 22px 16px;    background: linear-gradient(135deg, var(--fcf-dark), #4a3319);    border-radius: 16px;    color: #ffffff;  }  .fcf-section--dark h2, .fcf-section--dark p {    color: #ffffff !important;  }  .fcf-hero {    padding: 16px 8px;    text-align: center;    background: var(--fcf-light);    border: 1px solid var(--fcf-border);    border-radius: 16px;  }  .fcf-kicker {    display: inline-block;    margin-bottom: 6px;    color: var(--fcf-orange);    font-size: 11px;    font-weight: 800;    letter-spacing: 1.5px;    text-transform: uppercase;  }  .fcf-section--dark .fcf-kicker {    color: #fde047;  }  \/* 核心优势 2列网格卡片 *\/  .fcf-benefits-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 8px;    margin-top: 14px;  }  .fcf-benefit-card {    padding: 12px 10px;    background: var(--fcf-white);    border: 1px solid var(--fcf-border);    border-radius: 10px;    box-shadow: 0 2px 6px rgba(0,0,0,.01);  }  .fcf-benefit-card strong {    display: block;    font-size: 13.5px;    color: var(--fcf-dark);    margin-bottom: 2px;  }  .fcf-benefit-card p {    font-size: 12px;    line-height: 1.4;  }  \/* 场景平铺网格 *\/  .fcf-zone-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 8px;    margin-top: 14px;    text-align: center;  }  .fcf-zone-item {    padding: 10px 4px;    background: rgba(255, 255, 255, 0.1);    border: 1px solid rgba(255, 255, 255, 0.18);    border-radius: 8px;    font-size: 12.5px;    font-weight: 700;    color: #fde047 !important;  }  \/* 纵向步骤引导 *\/  .fcf-steps-list {    display: grid;    gap: 10px;    margin-top: 14px;  }  .fcf-step-row {    display: flex;    align-items: flex-start;    padding: 14px 16px;    background: var(--fcf-white);    border: 1px solid var(--fcf-border);    border-radius: 12px;  }  .fcf-step-circle {    display: flex;    align-items: center;    justify-content: center;    flex-shrink: 0;    width: 24px;    height: 24px;    margin-right: 12px;    background: var(--fcf-orange);    color: #ffffff !important;    font-size: 12px;    font-weight: 800;    border-radius: 50%;    margin-top: 2px;  }  .fcf-step-content {    flex: 1;    font-size: 13.5px;    line-height: 1.5;    color: var(--fcf-muted);  }  .fcf-step-content strong {    color: var(--fcf-dark);  }  \/* ⚙️ 左右极致工整对齐的技术参数面板 *\/  .fcf-table-box {    margin-top: 14px;    border: 1px solid var(--fcf-border);    border-radius: 12px;    overflow: hidden;  }  .fcf-spec-row {    display: flex;    justify-content: space-between; \/* 左边靠左，右边靠右 *\/    align-items: center;    padding: 12px 16px;    font-size: 13px;    border-bottom: 1px solid var(--fcf-light);    background: #ffffff;    gap: 12px;  }  .fcf-spec-row:last-child {    border-bottom: none;  }  .fcf-spec-row:nth-child(even) {    background: #fafafa;  }  .fcf-spec-label {    font-weight: 800;    color: var(--fcf-dark);    white-space: nowrap;  }  .fcf-spec-value {    text-align: right;    color: var(--fcf-muted);    font-weight: 500;  }  \/* 强转化促单收尾大暗框 *\/  .fcf-cta-banner {    padding: 22px 16px;    background: linear-gradient(135deg, var(--fcf-dark), var(--fcf-orange));    border-radius: 12px;    text-align: center;    box-shadow: 0 4px 14px rgba(244,123,32,.25);  }  .fcf-cta-banner h2 {    color: #ffffff !important;    font-size: 16.5px;    margin-bottom: 4px;    font-weight: 800;    letter-spacing: 0.5px;  }  .fcf-cta-banner p {    color: #fde047;    font-size: 13px;    margin-bottom: 14px;  }  .fcf-cta-trust-line {    margin-top: 12px;    padding-top: 12px;    border-top: 1px solid rgba(255,255,255,0.15);    display: flex;    justify-content: center;    gap: 14px;    flex-wrap: wrap;  }  .fcf-trust-badge {    display: inline-flex;    align-items: center;    gap: 4px;    font-size: 11.5px !important;    font-weight: 800 !important;    color: #ffffff !important; \/* 锁死纯白高亮 *\/    text-shadow: 0 1px 2px rgba(0,0,0,0.2);  }  \/* 底部4列高质感信托徽章 *\/  .fcf-trust-grid {    display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 6px;    margin-top: 14px;    text-align: center;  }  .fcf-trust-item {    padding: 8px 4px;    background: var(--fcf-light);    border: 1px solid var(--fcf-border);    border-radius: 8px;    font-size: 11px;    font-weight: 700;    color: var(--fcf-muted);  }  @media (min-width: 600px) {    .fcf-benefits-grid { grid-template-columns: repeat(3, 1fr); }    .fcf-zone-grid { grid-template-columns: repeat(4, 1fr); }  }\u003c\/style\u003e\u003cdiv class=\"fcf-page\"\u003e  \u003c!-- Hero Banner 头部区域 --\u003e  \u003csection class=\"fcf-section\"\u003e    \u003cdiv class=\"fcf-hero\"\u003e      \u003cspan class=\"fcf-kicker\"\u003e🍼 CLIP-ON FOOD COOLING FAN • 3 AIRFLOW SPEEDS 🥣\u003c\/span\u003e      \u003ch1\u003eCool Every Bite, Hands-Free\u003c\/h1\u003e            \u003c!-- 彻底解耦平铺：首屏主图平铺 (原 7_899a) --\u003e      \u003cdiv style=\"margin-top: 14px; margin-bottom: 14px;\"\u003e        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/7_899a28b0-6dd0-4241-a231-4617a6f5c632.png?v=1785385526\" alt=\"Cute elephant clip-on food cooling fan main product profile view\"\u003e      \u003c\/div\u003e      \u003cp style=\"font-size: 14.5px; color: var(--fcf-text); font-weight: 500; padding: 0 4px; margin-top: 14px;\"\u003eClip it onto a bowl or mug and let steady airflow cool hot porridge, soup, or noodles to a safe temperature instantly—no more endless mouth-blowing!\u003c\/p\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 独立大图平铺一：全功能概述（下接原图 6_cda4...，彻底解耦连贴大图漏洞） --\u003e  \u003csection class=\"fcf-section\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e🥣 Fast \u0026amp; Hygienic Food Cooling Solution 🍼\u003c\/h2\u003e    \u003c\/div\u003e    \u003c!-- 顶格大方全屏平铺大图 1 (原 6_cda4) --\u003e    \u003cdiv style=\"margin-bottom: 14px;\"\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/6_cda46391-2bf9-4892-be57-07d1430bf0c3.png?v=1785385527\" alt=\"Clip-on food fan attached to bowl cooling hot soup\"\u003e    \u003c\/div\u003e    \u003cdiv class=\"fcf-benefits-grid\"\u003e      \u003cdiv class=\"fcf-benefit-card\"\u003e        \u003cstrong\u003e🌬️ 3 Airflow Speeds\u003c\/strong\u003e        \u003cp\u003eSwitch between gentle, medium, and strong speeds based on food heat.\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-benefit-card\"\u003e        \u003cstrong\u003e📎 Hands-Free Clip-On\u003c\/strong\u003e        \u003cp\u003eSturdy clip grips bowl and mug rims tightly while you feed or eat.\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-benefit-card\"\u003e        \u003cstrong\u003e🧼 Hygienic Meal Times\u003c\/strong\u003e        \u003cp\u003eAvoids direct mouth-blowing over baby food to keep meals clean and safe.\u003c\/p\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-benefit-card\"\u003e        \u003cstrong\u003e🐘 Cute Animal Design\u003c\/strong\u003e        \u003cp\u003eAdorable elephant and dinosaur shapes make mealtime fun for kids.\u003c\/p\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 独立大图平铺二：3档风速调节与按键特写（下接原图 9_1ff6） --\u003e  \u003csection class=\"fcf-section fcf-section--soft\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e🌬️ 3 Adjustable Cooling Airflow Settings\u003c\/h2\u003e    \u003c\/div\u003e    \u003c!-- 顶格大方全屏平铺大图 2 (原 9_1ff6) --\u003e    \u003cdiv style=\"margin-bottom: 14px;\"\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/9_1ff6a48d-95f7-408d-83fd-50d5a303415b.png?v=1785385526\" alt=\"3 speed airflow button and indicator close up\"\u003e    \u003c\/div\u003e    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--fcf-muted);\"\u003eOne-button control toggles between Low for delicate baby porridge, Medium for warm meals, and High for piping-hot soups and drinks.\u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- 独立大图平铺三：避免口吹卫生安全（下接原图 1_69f2） --\u003e  \u003csection class=\"fcf-section\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e🧼 Cleaner Feeding — No Saliva Exposure\u003c\/h2\u003e    \u003c\/div\u003e    \u003c!-- 顶格大方全屏平铺大图 3 (原 1_69f2) --\u003e    \u003cdiv style=\"margin-bottom: 14px;\"\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/1_69f25c85-e29e-4e8b-9f4b-d4ec4c6fbb6c.png?v=1785385526\" alt=\"Mother using clip-on fan to cool baby porridge cleanly\"\u003e    \u003c\/div\u003e    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eProtects toddlers by eliminating mouth-blowing over bowls, reducing saliva transfer while cooling hot meals to perfection.\u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- 独立大图平铺四：热饮与咖啡杯夹取使用（下接原图 3_bb08） --\u003e  \u003csection class=\"fcf-section fcf-section--soft\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e☕ Great For Hot Coffee, Tea \u0026amp; Office Lunches\u003c\/h2\u003e    \u003c\/div\u003e    \u003c!-- 顶格大方全屏平铺大图 4 (原 3_bb08) --\u003e    \u003cdiv style=\"margin-bottom: 14px;\"\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/3_bb08b694-ddf9-4f62-9f26-6d92767aa25b.png?v=1785385526\" alt=\"Clip-on fan attached to coffee mug at desk\"\u003e    \u003c\/div\u003e    \u003cp style=\"text-align: center; padding: 0 4px; color: var(--fcf-muted);\"\u003eClips onto coffee mugs or lunch containers at your desk, allowing hot drinks to cool while you work without constant watching.\u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- 独立大图平铺五：便携小巧与挂绳携带（下接原图 4_d2f8） --\u003e  \u003csection class=\"fcf-section\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e👜 Compact \u0026amp; Portable For Dining \u0026amp; Outings\u003c\/h2\u003e    \u003c\/div\u003e    \u003c!-- 顶格大方全屏平铺大图 5 (原 4_d2f8) --\u003e    \u003cdiv style=\"margin-bottom: 14px;\"\u003e      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/4_d2f88dfd-af95-4b76-875d-52d3c62e16e3.png?v=1785385526\" alt=\"Portable food fan with lanyard for easy carrying\"\u003e    \u003c\/div\u003e    \u003cp style=\"text-align: center; padding: 0 4px;\"\u003eLightweight body fits into diaper bags, purses, or lunchboxes effortlessly for restaurant dining and family trips.\u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- 广泛适用多场景大暗框区域 --\u003e  \u003csection class=\"fcf-section fcf-section--dark\"\u003e    \u003cdiv class=\"fcf-section--dark\"\u003e      \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e        \u003cspan class=\"fcf-kicker\"\u003eUniversal Meal Companion\u003c\/span\u003e        \u003ch2\u003e🥣 Perfect For Baby Food, Soups, Coffee \u0026amp; Office Lunches ☕\u003c\/h2\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-zone-grid\"\u003e        \u003cdiv class=\"fcf-zone-item\"\u003e🥣 Baby Porridge \u0026amp; Purees\u003c\/div\u003e        \u003cdiv class=\"fcf-zone-item\"\u003e🍜 Hot Soups \u0026amp; Noodles\u003c\/div\u003e        \u003cdiv class=\"fcf-zone-item\"\u003e☕ Morning Coffee \u0026amp; Tea\u003c\/div\u003e        \u003cdiv class=\"fcf-zone-item\"\u003e🍽️ Restaurant Dining Outings\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 极简四步使用图解指南 --\u003e  \u003csection class=\"fcf-section\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e      \u003ch2\u003e🚀 Simple 4-Step Cooling Protocol\u003c\/h2\u003e    \u003c\/div\u003e    \u003cdiv class=\"fcf-steps-list\"\u003e      \u003cdiv class=\"fcf-step-row\"\u003e        \u003cdiv class=\"fcf-step-circle\"\u003e1\u003c\/div\u003e        \u003cdiv class=\"fcf-step-content\"\u003e\n\u003cstrong\u003eClip On:\u003c\/strong\u003e Attach the spring clip firmly onto your bowl or mug rim.\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-step-row\"\u003e        \u003cdiv class=\"fcf-step-circle\"\u003e2\u003c\/div\u003e        \u003cdiv class=\"fcf-step-content\"\u003e\n\u003cstrong\u003eAim Airflow:\u003c\/strong\u003e Position the air outlet directly toward the hot food surface.\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-step-row\"\u003e        \u003cdiv class=\"fcf-step-circle\"\u003e3\u003c\/div\u003e        \u003cdiv class=\"fcf-step-content\"\u003e\n\u003cstrong\u003eSelect Speed:\u003c\/strong\u003e Press the button to choose Low, Medium, or High cooling speed.\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-step-row\"\u003e        \u003cdiv class=\"fcf-step-circle\"\u003e4\u003c\/div\u003e        \u003cdiv class=\"fcf-step-content\"\u003e\n\u003cstrong\u003eEnjoy Safely:\u003c\/strong\u003e Stir occasionally and test temperature before feeding!\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/section\u003e  \u003c!-- 📋 开箱清单与技术参数面板：左右极致工整齐平对齐 --\u003e  \u003csection class=\"fcf-section fcf-section--soft\"\u003e    \u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e      \u003ch2\u003e📋 Product Specifications Profile\u003c\/h2\u003e    \u003c\/div\u003e    \u003cdiv class=\"fcf-table-box\"\u003e      \u003cdiv class=\"fcf-spec-row\"\u003e        \u003cdiv class=\"fcf-spec-label\"\u003eProduct Archetype\u003c\/div\u003e        \u003cdiv class=\"fcf-spec-value\" style=\"font-weight: 800; color: var(--fcf-dark);\"\u003eClip-On Food Cooling Fan\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-spec-row\"\u003e        \u003cdiv class=\"fcf-spec-label\"\u003eAirflow Settings\u003c\/div\u003e        \u003cdiv class=\"fcf-spec-value\"\u003e3 Speeds (Low, Medium, High)\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-spec-row\"\u003e        \u003cdiv class=\"fcf-spec-label\"\u003eAttachment Type\u003c\/div\u003e        \u003cdiv class=\"fcf-spec-value\"\u003eUniversal Rim Spring Clip\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-spec-row\"\u003e        \u003cdiv class=\"fcf-spec-label\"\u003eDesign Animal Styles\u003c\/div\u003e        \u003cdiv class=\"fcf-spec-value\"\u003eElephant \u0026amp; Dinosaur Shapes\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-spec-row\"\u003e        \u003cdiv class=\"fcf-spec-label\"\u003eSuggested Uses\u003c\/div\u003e        \u003cdiv class=\"fcf-spec-value\"\u003ePorridge, Soup, Noodles, Baby Food, Coffee\u003c\/div\u003e      \u003c\/div\u003e      \u003cdiv class=\"fcf-spec-row\" style=\"background:#fff7ed;\"\u003e        \u003cdiv class=\"fcf-spec-label\" style=\"color:var(--fcf-orange);\"\u003ePackage Inventory\u003c\/div\u003e        \u003cdiv class=\"fcf-spec-value\" style=\"font-weight:bold; color:var(--fcf-dark);\"\u003e1 × Clip-On Fan (Selected Style\/Color)\u003c\/div\u003e      \u003c\/div\u003e    \u003c\/div\u003e    \u003cp style=\"margin: 12px 0 0; color: var(--fcf-muted); font-size: 11.5px; line-height: 1.4; padding: 0 4px;\"\u003e* Safety Directives: Always test food temperature before feeding children. Wipe clean with a soft damp cloth.\u003c\/p\u003e  \u003c\/section\u003e  \u003c!-- 强转化促单收尾大暗框 --\u003e  \u003cdiv class=\"fcf-cta-banner\"\u003e    \u003ch2\u003e🥣 COOL HOT MEALS SAFELY \u0026amp; ENJOY EASY FEEDING TODAY! 🍼\u003c\/h2\u003e    \u003cp\u003eSelect your favorite cute animal style options above and welcome a clip-on food cooling fan to your dining table tonight.\u003c\/p\u003e        \u003cdiv class=\"fcf-cta-trust-line\"\u003e      \u003cspan class=\"fcf-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e      \u003cspan class=\"fcf-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e      \u003cspan class=\"fcf-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003c!-- 底部四列高质感信托徽章 --\u003e  \u003cdiv class=\"fcf-trust-grid\"\u003e    \u003cdiv class=\"fcf-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e    \u003cdiv class=\"fcf-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e    \u003cdiv class=\"fcf-trust-item\"\u003e🥣 Hands-Free\u003c\/div\u003e    \u003cdiv class=\"fcf-trust-item\"\u003e🌬️ 3 Speeds\u003c\/div\u003e  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"💚 Groene dinosaurus","offer_id":58613537636736,"sku":"JC260801032-lskl-1","price":22.98,"currency_code":"EUR","in_stock":true},{"title":"💜 Paarse dinosaurus","offer_id":58613537669504,"sku":"JC260801032-zskl-1","price":22.98,"currency_code":"EUR","in_stock":true},{"title":"🩶 Grijze olifant","offer_id":58613537702272,"sku":"JC260801032-dx-1","price":22.98,"currency_code":"EUR","in_stock":true},{"title":"🚚🎁 3-delige set (alle modellen) – 30% korting \u0026 gratis verzending 💨","offer_id":58613537735040,"sku":"JC260801032-sjt-1","price":54.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/0764\/8339\/files\/1_69f25c85-e29e-4e8b-9f4b-d4ec4c6fbb6c.png?v=1785567783","url":"https:\/\/www.superideahome.com\/products\/clip-on-food-cooling-fan","provider":"superideahome","version":"1.0","type":"link"}