KS9 Electric Bike 48V 17.5AH Battery 1000W Motor 20*4.0inch Tires 65KM Max Mileage 200KG Max Load Folding Electric Bike

48 sold
$1,220.67
$1,617.73
-$397.06
Color:- Black Red
Quantity
Free shipping
Sustainably made
Secure payments
Vendor by:
Description

Main Features

The 20-inch unisex KS9 1000W 17.5Ah 48V Battery Folding Electric Bike comes with premium accessories tailored to your needs. These include 4.0 oil tires, hydraulic brakes, adjustable forks, and improved LED head/indicator/rear and brake lights. In addition, the e-bike comes with integrated cables for easy accessory replacement and Shimano 7-speed shifters.

Brushless 1000 W high speed motor

The KS9 e-bike is equipped with a powerful 1000 W rear brushless motor that produces 60-70 Nm of torque, allowing you to experience optimal performance. The bike can easily conquer inclines of up to 30 degrees and can reach a top speed of 30-50 km/h.

48 V / 17.5 Ah battery

Equipped with a 1000W motor and a built-in 17.5Ah high-capacity lithium battery. In electric support mode, the bike has a range of 60-85 kilometers and the battery is removable for easy charging and long-lasting riding. Charging time is approximately 5-7 hours, allowing for long periods of use without prolonged downtime.

Three riding modes

City e-bikes have three riding modes:
Electric-only mode, electric-supported mode and manual-only mode.

Service

The warranty of the e-bike is one year, and we will replace the parts free of charge for any damage caused by non-human reasons (excluding tyres, brake pads and other wearable parts). The bike is 90% pre-assembled at the factory. If you experience any problems, please send us an email. 

Specifications:

Model

KS9( 20 Fat E-Bike)

Frame

6061 Aluminum Alloy Frame

Fork

Aluminum Alloy Suspension Fork

Motor

48V 1000W Brushless Rear Hub Motor

Max Speed

around 45km/h

Battery

48V 17.5Ah hidden Lithium Battery

Range

Fully Electric Mode Range: around 35~40km

Pedal Assist Mode Range: around 70km

Brake

Hydraulic brake with power off function

Gear

Shimano 7-Speed

Display

Smart LCD display that shows speed, battery status, pedal assist level, etc.

Throttle

Twist Throttle on the Right side of Handlebar

Headlight

LED Headlight powered by battery

Tire

20"x4.0" inch Fat Tire

Packing size

143*29*77 cm

Net weight

34KG

Gross weight

39KG

You may also like

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.