Fiido D11 250W Torque-Sensor Folding Light E-bike
⚡ Limited Stock Available: Stock levels are running very low for this batch. Please contact our team via WhatsApp or email to double-check stock before checking out! Why Buy From E cocycle Hub? 🎁 100% FREE Assembly & Delivery – We professionally build and test your bike, then deliver it fully assembled to your door. No setup, no unboxing – just ride. Official Authorized Dealer: All e-bikes come with a genuine manufacturer's warranty. Bike-to-Work Approved: Save up to 52% through tax savings! We handle the paperwork and issue your HR-ready invoice within 24 hours. 🇮🇪 Local Support: Dedicated Ireland-based customer care and remote after-sales support. Fiido D11 250W Folding E-bike One-Liner for Top of Page The Fiido D11 — a 17.5kg folding e-bike that folds in 5 seconds, delivers 100km range, and fits under your desk. Light enough to carry, smart enough to replace your commute. /* ===== 弹窗按钮 ===== */ .spec-btn, .boxsize-btn { background: #1a1a2e; color: #fff; border: none; padding: 12px 28px; font-size: 16px; font-weight: 600; border-radius: 40px; cursor: pointer; transition: 0.3s; box-shadow: 0 4px 14px rgba(0,0,0,0.15); display: inline-block; margin: 6px 6px; letter-spacing: 0.5px; } .spec-btn:hover, .boxsize-btn:hover { background: #16213e; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.25); } /* ===== 弹窗遮罩 ===== */ .spec-modal, .boxsize-modal { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.65); backdrop-filter: blur(4px); justify-content: center; align-items: center; animation: fadeIn 0.25s ease; } .spec-modal.show, .boxsize-modal.show { display: flex; } /* ===== 弹窗卡片 ===== */ .spec-modal-content, .boxsize-modal-content { background: #ffffff; width: 92%; max-width: 820px; max-height: 88vh; border-radius: 20px; padding: 28px 32px 24px; overflow-y: auto; position: relative; box-shadow: 0 30px 60px rgba(0,0,0,0.4); animation: slideUp 0.3s ease; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } /* ===== 关闭按钮 ===== */ .spec-close, .boxsize-close { position: sticky; top: 0; float: right; font-size: 28px; font-weight: 300; color: #888; cursor: pointer; background: none; border: none; padding: 0 6px; transition: 0.2s; line-height: 1; margin-top: -4px; } .spec-close:hover, .boxsize-close:hover { color: #000; transform: rotate(90deg); } /* ===== 弹窗标题 ===== */ .spec-modal-content h2, .boxsize-modal-content h2 { font-size: 24px; font-weight: 700; color: #1a1a2e; margin: 0 0 4px 0; padding-right: 40px; border-bottom: 3px solid #e8e8e8; padding-bottom: 12px; } .spec-modal-content .sub, .boxsize-modal-content .sub { font-size: 14px; color: #888; margin-top: -6px; margin-bottom: 16px; } /* ===== 规格表格 ===== */ .spec-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.6; } .spec-table tr { border-bottom: 1px solid #f0f0f0; } .spec-table tr:last-child { border-bottom: none; } .spec-table td { padding: 7px 6px 7px 0; vertical-align: top; } .spec-table .label { font-weight: 600; color: #1a1a2e; width: 35%; } .spec-table .value { color: #333; width: 65%; } .spec-table .group-row td { padding-top: 14px; padding-bottom: 4px; font-weight: 700; font-size: 15px; color: #e8491d; border-bottom: 2px solid #e8491d; } .spec-table .group-row:first-child td { padding-top: 2px; } /* ===== Box & Size 表格 ===== */ .boxsize-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.6; margin-bottom: 10px; } .boxsize-table tr { border-bottom: 1px solid #f0f0f0; } .boxsize-table tr:last-child { border-bottom: none; } .boxsize-table td { padding: 6px 6px 6px 0; vertical-align: top; } .boxsize-table .label { font-weight: 600; color: #1a1a2e; width: 40%; } .boxsize-table .value { color: #333; width: 60%; } .boxsize-table .group-row td { padding-top: 14px; padding-bottom: 4px; font-weight: 700; font-size: 15px; color: #e8491d; border-bottom: 2px solid #e8491d; } .boxsize-table .group-row:first-child td { padding-top: 2px; } .boxsize-table .note-row td { padding-top: 10px; padding-bottom: 6px; font-style: italic; color: #888; font-size: 13px; border-bottom: 2px solid #eee; } /* ===== 分割标题(弹窗内小标题) ===== */ .section-title { font-size: 18px; font-weight: 700; color: #1a1a2e; margin: 18px 0 6px 0; padding-bottom: 6px; border-bottom: 2px solid #e8491d; } /* ===== 尺寸图 ===== */ .boxsize-modal-content .size-image { width: 100%; max-width: 600px; display: block; margin: 0 auto 16px; border-radius: 8px; background: #f8f8f8; padding: 10px; border: 1px solid #eee; box-sizing: border-box; } /* ===== 滚动条 ===== */ .spec-modal-content::-webkit-scrollbar, .boxsize-modal-content::-webkit-scrollbar { width: 5px; } .spec-modal-content::-webkit-scrollbar-track, .boxsize-modal-content::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; } .spec-modal-content::-webkit-scrollbar-thumb, .boxsize-modal-content::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; } .spec-modal-content::-webkit-scrollbar-thumb:hover, .boxsize-modal-content::-webkit-scrollbar-thumb:hover { background: #aaa; } /* ===== 动画 ===== */ @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } /* ===== 移动端 ===== */ @media (max-width: 600px) { .spec-modal-content, .boxsize-modal-content { padding: 18px 14px 16px; width: 96%; max-height: 92vh; } .spec-modal-content h2, .boxsize-modal-content h2 { font-size: 19px; padding-bottom: 8px; } .spec-table td, .boxsize-table td { padding: 5px 3px 5px 0; font-size: 13px; } .spec-btn, .boxsize-btn { padding: 10px 20px; font-size: 14px; width: 88%; text-align: center; } .boxsize-modal-content .size-image { padding: 6px; } } 📋 Specifications 📦 Box & Size ✕ Specifications Fiido D11 — Full Technical Details 📋 DETAILS Model Name D11 2025 Model Code D11 2025 Net Weight 19.5 kg Payload 120 kg 🚲 FRAMESET Frame 20-inch aluminum alloy folding frame Fork Magnesium alloy fork with 100mm opening width Headset Ball bearing limit bowl set ⚡ E‑SYSTEM Drive Unit 250W Battery DMEGC 417.6Wh Charger 36V2A Display LCD 1.47 inch 🔧 DRIVETRAIN Rear Derailleur SHIMANO TY300D Shifters 7-speed Chain KMC Z7 Crank Aluminum alloy 52T Rear Cogs 7-speed (11-28T) Sensor Torque sensor 🛑 BRAKES Brakes Hydraulic disc brake Brake Levers Aluminum alloy three-finger brake lever ⚙️ WHEELS Front Hub Aluminum alloy double-layer hub Rims Aluminum alloy double-layer rim Spokes Stainless steel spokes with brass nipples Tires CST 20*1.75 🪑 COMPONENTS Handlebar Aluminum alloy (Length: 560mm, Max Ø: 25.4mm, Min Ø: 22.2mm) Stem Aluminum alloy stem Grips TPR non-slip handle grip (~130mm) Saddle VELO vacuum full-fit saddle Seatpost Aluminum alloy battery seat tube Specifications subject to change without prior notice. ✕ Box & Size Fiido D11 — What's Inside & Frame Dimensions 📐 Geometry & Size All measurements provided in mm unless otherwise noted. Rider heights 5'1" (155cm) – 6'5" (195cm) Wheel size CST 20*1.75 A – Seat tube 415 B – Seat tube angle 74.5° C – Head tube 100 D – Head angle 72° E – Top tube length 546 F – Standover height 628 G – BB drop -40 H – Rear Center 425 I – Wheelbase 975 J – Reach 392 K – Stack 350 L – Maximum seat height 1240 M – Minimum seat height 810 N – Total length 1480 O – Handlebar height 1240 P – Handlebar length 580 Q – Folding length 840 R – Folding height 740 S – Folding width 400 📦 What's in the Box? Fiido D11 Folding E-bike ×1 417.6Wh Battery ×1 36V2A Charger ×1 Pedals ×2 Assembly Tools ×1 User Manual ×1 Please note: The product you receive is based on the option you selected to order. Measurements are approximate and may vary slightly between units. // ===== Specifications 弹窗 ===== function openSpec() { document.getElementById('specModal').classList.add('show'); document.body.style.overflow = 'hidden'; } function closeSpec() { document.getElementById('specModal').classList.remove('show'); document.body.style.overflow = ''; } function closeSpecOutside(e) { if (e.target === document.getElementById('specModal')) { closeSpec(); } } // ===== Box + Size 弹窗 ===== function openBoxSize() { document.getElementById('boxsizeModal').classList.add('show'); document.body.style.overflow = 'hidden'; } function closeBoxSize() { document.getElementById('boxsizeModal').classList.remove('show'); document.body.style.overflow = ''; } function closeBoxSizeOutside(e) { if (e.target === document.getElementById('boxsizeModal')) { closeBoxSize(); } } // ===== ESC 键关闭所有弹窗 ===== document.addEventListener('keydown', function(e) { if (e.key === 'Escape') { closeSpec(); closeBoxSize(); } }); Core Selling Points Ultra-Lightweight – Only 17.5kg (38.6 lbs) One of the lightest folding e-bikes in its class. The battery is removable from the seatpost, reducing the bike's weight to just 12.9kg (28.4 lbs) for easier carrying. Folds in 5 Seconds – Compact Storage Folds down in just 5 seconds. Folded dimensions: 840 × 400 × 740 mm — small enough to fit under a desk, in a car trunk, or take on public transport. Folding footprint is less than 0.3 sqm. Up to 100km Range (62 miles) 36V 11.6Ah battery delivers up to 100km in pedal-assist mode. In throttle-only mode, range extends to 80-100km (50-62 miles). 250W Motor – 35Nm Torque 250W brushless geared hub motor with 35Nm torque. Responsive acceleration for city commuting and flat terrain. 3 Riding Modes * Pedal-assist mode – motor assists as you pedal * Throttle mode – pure electric, no pedaling required * Manual mode – ride like a regular bike with power off Built Around Your Needs Lightweight DesignWeighs just 43.0 lbs (19.5kg), making it easy to carry and handle in tight spaces. Smart LCD DisplayClear display to track speed, distance, and battery power while you ride. Brushless Geared MotorSmooth and quiet acceleration for your daily rides. Removable BatteryEasily remove the battery and charge it indoors without moving the entire bike. 7-Speed Gear SystemAdjust gears to suit your ride—whether you’re climbing a hill or cruising on flat roads. Adjustable SeatCustomize the seat height for a comfortable and enjoyable ride. Customer review