{"product_id":"carbon-fiber-steering-wheel-cover","title":"Carbon Fiber Steering Wheel Cover","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Accessory (Steering Wheel Cover)\nTarget Audience: Car owners looking for interior upgrades, better grip, and protection.\nVisual Style: Sporty, Modern, High-Contrast\nColor Strategy: Carbon Black (--bg-card) \u0026 Sporty Purple (--primary) accent matching the product\nShape Strategy: Radius 12px (Sporty, aerodynamic, yet refined)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 34-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, Flex layout with data-labels)\nImage Mapping: Hero=image_1, Material=image_2, Function=image_3, Fit=image_4, Install=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color Palette *\/\n      --primary: #7B4397; \/* Sporty Deep Purple *\/\n      --text-main: #1A1A1A;\n      --text-sub: #4A4A4A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-accent: #F4EEF7;\n      --border-color: #E2E8F0;\n      \n      \/* Typography *\/\n      --font-stack: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      --text-h1: clamp(32px, 4vw, 44px);\n      --text-h2: clamp(24px, 3.5vw, 32px);\n      --text-h3: clamp(20px, 2.5vw, 24px);\n      --text-p: clamp(18px, 2vw, 20px);\n      --text-sm: clamp(16px, 1.5vw, 18px);\n      \n      \/* Spacing \u0026 Layout *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.08);\n    }\n\n    \/* Global Resets within Container *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: var(--font-stack);\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      line-height: 1.7;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Styles *\/\n    .pd-h1 { font-size: var(--text-h1); font-weight: 800; line-height: 1.2; margin: 0 0 1rem 0; letter-spacing: -0.02em; }\n    .pd-h2 { font-size: var(--text-h2); font-weight: 700; line-height: 1.3; margin: 0 0 1rem 0; }\n    .pd-h3 { font-size: var(--text-h3); font-weight: 600; line-height: 1.4; margin: 0 0 0.5rem 0; }\n    .pd-p { font-size: var(--text-p); color: var(--text-sub); margin: 0 0 1.5rem 0; }\n    .pd-p:last-child { margin-bottom: 0; }\n\n    \/* Visual Badges (Non-clickable) *\/\n    .pd-badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 1.5rem;\n    }\n    .pd-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-accent);\n      color: var(--primary);\n      font-size: var(--text-sm);\n      font-weight: 600;\n      border-radius: 50px;\n      border: 1px solid rgba(123, 67, 151, 0.2);\n    }\n\n    \/* Image Protocol *\/\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    \n    .pd-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: #EDF2F7;\n      border: 2px dashed #CBD5E1;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #64748B;\n      font-size: var(--text-sm);\n      font-weight: 600;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      padding: var(--spacing-section) 0;\n      text-align: center;\n    }\n    .pd-hero-content {\n      max-width: 800px;\n      margin: 0 auto var(--spacing-element) auto;\n    }\n    .pd-social-proof {\n      font-size: var(--text-sm);\n      color: var(--text-sub);\n      font-weight: 500;\n      margin-top: 1rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    \/* Features Layout (Mobile Ordering Lock Built-in) *\/\n    .pd-features {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      padding: var(--spacing-section) 0;\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(1.5rem, 4vw, 3rem);\n      align-items: center;\n    }\n\n    .pd-feature-media {\n      width: 100%;\n      position: relative;\n    }\n\n    .pd-feature-content {\n      width: 100%;\n    }\n\n    .pd-feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 1.5rem 0 0 0;\n    }\n    .pd-feature-list li {\n      font-size: var(--text-p);\n      color: var(--text-sub);\n      margin-bottom: 0.75rem;\n      padding-left: 2rem;\n      position: relative;\n    }\n    .pd-feature-list li::before {\n      content: '✓';\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--primary);\n      font-weight: bold;\n    }\n\n    \/* Desktop Enhancement (Z-Pattern) *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n      }\n      .pd-feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media,\n      .pd-feature-content {\n        flex: 1;\n      }\n      .pd-hero-media {\n        max-width: 80%;\n        margin: 0 auto;\n      }\n    }\n\n    \/* Specs Table Layout (Card-based on Mobile) *\/\n    .pd-specs-section {\n      padding: var(--spacing-section) 0;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin: var(--spacing-section) 0;\n      padding: var(--spacing-element);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .pd-table th, \n    .pd-table td {\n      padding: 1.25rem;\n      font-size: var(--text-sm);\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Card Strategy *\/\n      .pd-table, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tr {\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        box-shadow: var(--shadow-sm);\n        padding: 0.5rem 1rem;\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        text-align: left;\n        padding-right: 1rem;\n        flex-shrink: 0;\n      }\n    }\n\n    @media (min-width: 768px) {\n      \/* Desktop Table Strategy *\/\n      .pd-table th {\n        background-color: var(--border-color);\n        font-weight: 600;\n        color: var(--text-main);\n      }\n      .pd-table tr:nth-child(even) {\n        background-color: rgba(0,0,0,0.02);\n      }\n      .pd-table tr {\n        border-bottom: 1px solid var(--border-color);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq {\n      padding: var(--spacing-section) 0;\n    }\n    .pd-faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n    .pd-faq-item {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n    .pd-faq-question {\n      font-size: var(--text-h3);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n    .pd-faq-answer {\n      font-size: var(--text-p);\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge-container\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"pd-badge\"\u003eSport Premium Design\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eAll-Season Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eRevitalize Your Steering Wheel in Seconds\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eDitch the peeling, uncomfortable grip. Add sporty charm and ultimate driving comfort with our premium carbon fiber leather steering wheel cover.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e★★★★★ Trusted by 10,000+ Drivers Worldwide\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311173601\/174da7b919d5732fd131a81929104fd3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311173601\/c732b297fe67c9f863a93a9e9242e0b0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003ePremium Carbon Fiber Leather\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eCrafted from top-tier carbon fiber leather, this cover offers an exceptional tactile experience. It breathes easily, resists daily wear and tear, and features a waterproof surface that laughs off spills.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eWear-Resistant:\u003c\/strong\u003e Built for long-term daily commutes.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eWaterproof \u0026amp; Easy Clean:\u003c\/strong\u003e Simply wipe it down to maintain the fresh look.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eUltimate Hand Feel:\u003c\/strong\u003e Luxurious texture that reduces driving fatigue.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Function (Img Left, Text Right on Desktop) --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311173601\/011c03a170c5a34a051ecc2a061af09d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eEnhanced Grip, Elevated Safety\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eA worn-out steering wheel is more than an eyesore—it's a slipping hazard. Our specialized anti-slip interior lining ensures maximum traction between your hands, the cover, and the wheel.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStop Slipping:\u003c\/strong\u003e Gain precise control over your vehicle.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eHide the Damage:\u003c\/strong\u003e Instantly covers fading, peeling, and sun damage.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eSporty Aesthetic:\u003c\/strong\u003e The carbon fiber texture adds an aggressive, cool personality to any cabin.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Fit (Text Left, Img Right on Desktop) --\u003e\n\n\u003cdiv class=\"pd-feature-item reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311173601\/286d92720e7bfcf24a8958692553e601.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eUniversal Compatibility\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eDesigned to fit 98% of vehicle models on the road today. Whether you drive a compact sedan, a heavy-duty pickup, or a family SUV, this cover will seamlessly conform to your wheel.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003ePrecision Sizing:\u003c\/strong\u003e Fits standard 14.5 to 15-inch steering wheels.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eVersatile Use:\u003c\/strong\u003e Perfect for Cars, SUVs, Trucks, and Vans.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eSnug Fit:\u003c\/strong\u003e Will not slide or shift while turning.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Install (Img Left, Text Right on Desktop) --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311173601\/e3fed3ae5b35f8c10abb20562ff6be0e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eEffortless, Tool-Free Installation\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eSkip the frustrating, rigid covers. Our innovative design eliminates the stiff inner ring, allowing for a highly flexible and remarkably simple installation process.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Align the top of the cover with the top of the steering wheel.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Stretch and pull down both sides simultaneously.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStep 3:\u003c\/strong\u003e Slip the bottom edge over and adjust for a perfect, seamless fit.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Table --\u003e\n\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMaterial Base\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCarbon Fiber Texture \u0026amp; PU Leather\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eSteering Wheel Fit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e14.5 - 15.0 in (36.8 - 38.1 cm) diameter\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eItem Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eapprox. 8.0 oz (226.8 g)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eProfile Thickness\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0.12 in (0.3 cm) - Slim profile design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eInner Ring Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eRingless \/ Stretch-fit for easy installation\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMaintenance\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eWipe clean with a damp microfiber cloth\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-grid\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWill this fit a D-shaped (flat-bottom) steering wheel?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eBecause our cover is designed without a rigid inner ring, it is highly flexible. While optimized for standard round wheels (14.5\" - 15\"), the stretchable material can often conform tightly to mildly D-shaped wheels of the same diameter.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eDoes it have a strong chemical smell?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eNo. We use premium, eco-friendly PU leather and carbon fiber materials that are virtually odorless out of the box, ensuring your car interior remains fresh.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWill it damage my original leather steering wheel?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eNot at all. The inner lining is designed to be anti-slip yet entirely smooth and safe for original factory leather or synthetic wheels. It acts as a protective shield against UV rays, sweat, and friction.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black","offer_id":43320613142587,"sku":"0327-11484197","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":43320613175355,"sku":"0327-11484509","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Coffee","offer_id":43320613208123,"sku":"0327-11485946","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":43320613240891,"sku":"0327-11489032","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":43320613273659,"sku":"0327-11486810","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":43320613306427,"sku":"0327-11481103","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/62f459837ece0a341e9078f9f4f10b5d.jpg?v=1774583372","url":"https:\/\/autoyunn.com\/products\/carbon-fiber-steering-wheel-cover","provider":"AutoYunn","version":"1.0","type":"link"}