{"product_id":"toyota-lc200-lexus-lx570-or6-front-wheel-6-piston-big-brake-kit","title":"豐田LC200 \u0026 雷克薩斯LX570 OR6前輪6活塞大制動套件","description":"\u003cstyle\u003e\n  :root {\n    --tt-brand-red: #FF170C;\n    --tt-border-color: #e5e5e5;\n    --tt-background-color-light: #f9f9f9;\n    --tt-header-height: 80px;\n  }\n  html { scroll-padding-top: var(--tt-header-height, 80px); }\n\n  \/* ====== Base Blocks \u0026 Typography ====== *\/\n  .tt-product-description { text-align: left; }\n  .tt-block { border: 1px solid var(--tt-border-color); border-radius: 0; padding: 18px; margin-bottom: 24px; }\n  .tt-title { color: var(--tt-brand-red); margin: 0 0 16px 0; font-weight: 600; }\n  .tt-product-description p { margin: 0 0 12px 0; line-height: 1.6; }\n  .tt-product-description p:last-child { margin-bottom: 0; }\n\n  \/* ====== Specifications Table ====== *\/\n  .tt-table-scroll-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 16px; }\n  .spec-table { width: 100%; border-collapse: collapse; white-space: nowrap; }\n  .spec-table th, .spec-table td { padding: 12px; border: 1px solid var(--tt-border-color); text-align: left; vertical-align: top; }\n  .spec-table th.section-header { color: var(--tt-brand-red); background-color: var(--tt-background-color-light); font-weight: 600; }\n  .spec-table td.spec-label { font-weight: bold; min-width: 150px; white-space: normal; }\n\n  \/* ====== Fitment Checklist ====== *\/\n  .fitment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }\n  .fitment-item { display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid var(--tt-border-color); padding: 12px; }\n  .fitment-item img { width: 100%; max-width: 200px; height: auto; aspect-ratio: 1 \/ 1; object-fit: contain; display: block; margin-bottom: 10px; }\n  .fitment-item .step-title { color: var(--tt-brand-red); font-weight: bold; display: block; margin-bottom: 4px; }\n\n  \/* ====== Vehicle Compatibility ====== *\/\n  .veh-controls { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-bottom: 16px; }\n  .veh-controls input, .veh-controls select { border: 1px solid var(--tt-border-color); background: #fff; padding: 10px; min-width: 200px; flex-grow: 1; }\n  .veh-note { border: 1px dashed var(--tt-border-color); padding: 12px; margin: 16px 0; background-color: #fef9f8; }\n  .veh-details-group details { border-top: 1px solid var(--tt-border-color); margin-bottom: 0; }\n  .veh-details-group details:last-of-type { border-bottom: 1px solid var(--tt-border-color); }\n  .veh-details-group summary { cursor: pointer; padding: 12px 6px; font-weight: bold; list-style: none; }\n  .veh-details-group summary::-webkit-details-marker { display: none; }\n  .veh-details-group summary:hover { background-color: var(--tt-background-color-light); }\n  .veh-table-wrapper { overflow-x: auto; }\n  .veh-table { width: 100%; border-collapse: collapse; margin-bottom: 12px; }\n  .veh-table th, .veh-table td { border: 1px solid var(--tt-border-color); padding: 12px; text-align: left; }\n  .veh-table th { background-color: var(--tt-background-color-light); color: var(--tt-brand-red); }\n  .brand-hidden { display: none; }\n  .tt-brand-toggle { background: none; border: none; padding: 0; font-family: inherit; font-size: inherit; color: var(--tt-brand-red); text-decoration: underline; cursor: pointer; font-weight: 600; }\n\n  \/* ====== FAQ ====== *\/\n  .faq-list details { border-top: 1px solid var(--tt-border-color); padding: 16px 0; }\n  .faq-list details:last-of-type { border-bottom: 1px solid var(--tt-border-color); }\n  .faq-list summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; font-weight: bold; }\n  .faq-list summary::-webkit-details-marker { display: none; }\n  .faq-list .faq-a { padding-top: 12px; }\n  .faq-list .faq-kits { margin: 8px 0 0 0; padding-left: 20px; }\n  .faq-list .faq-kits li { margin-bottom: 4px; }\n  .faq-list summary::after { content: '+'; transition: transform 0.2s; line-height: 1; font-size: 1.5em; font-weight: normal; }\n  .faq-list details[open] summary::after { content: '−'; }\n\n  \/* ====== CTA Button ====== *\/\n  .tt-cta-button { display: inline-block; background-color: var(--tt-brand-red); color: #fff !important; padding: 12px 24px; text-decoration: none; font-weight: bold; border: 2px solid transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s; cursor: pointer; }\n  .tt-cta-button:hover { background-color: #fff; color: var(--tt-brand-red) !important; border-color: var(--tt-brand-red); }\n\n  \/* ====== Responsive Design ====== *\/\n  @media (max-width: 768px) {\n    .tt-block { padding: 12px; }\n    .veh-table { border: 0; }\n    .veh-table thead {\n      border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;\n    }\n    .veh-table tr { display: block; margin-bottom: .625em; border: 1px solid var(--tt-border-color); }\n    .veh-table td { display: block; text-align: right; border-bottom: 1px solid var(--tt-border-color); }\n    .veh-table td::before { content: attr(data-label); float: left; font-weight: bold; }\n    .veh-table td:last-child { border-bottom: 0; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"tt-product-description\"\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"tt-block\" id=\"or6-intro\"\u003e\n\u003ch2 class=\"tt-title\"\u003eTTSPORT OR6 越野大制動套件，適用於豐田Land Cruiser 200和雷克薩斯LX570\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eLC200和LX570的改裝已不再是“輕型”車輛。\u003c\/strong\u003e GVM升級、長途油箱、鋼製保險桿、滑板、車頂載荷、抽屜和冰箱，讓它們成為重型長途旅行車和拖曳車。原裝前制動器的尺寸從未考慮過這種持續的重量。\u003c\/p\u003e\n\u003cp\u003eOR6前端套件正是為這種情況設計：鍛造六活塞卡鉗，活塞面積79平方厘米（12.25平方英寸），高碳鋼32毫米厚的轉子，為沉重的LC200或LX570提供應有的制動餘地。\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e專為LC200和LX570設計的結構：\u003c\/strong\u003e 安裝於Land Cruiser 200和Lexus LX570前輪轂的工廠式安裝點。無需切割底盤，無需定制焊接。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e堅固的鍛造卡鉗，帶橋梁：\u003c\/strong\u003e 卡鉗設計能在高溫和高壓下保持剛性，這也是為什麼在長時間載重下的下坡行駛中，踏板仍能保持一致感的原因。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e越野內部油路設計：\u003c\/strong\u003e 活塞和液壓布局旨在保持壓力分佈均勻，排氣簡便，因此在顛簸和崎嶇道路上，踏板不會變得難以控制。\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e高負荷活塞調校：\u003c\/strong\u003e OR6適用於承載真正遠征重量的LC200和LX570改裝，而非空的展示車。這額外的活塞面積讓你在長長的坡道上控制速度，而不必只為了保護制動器而緩行。\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e如果您的LC200或LX570是為穿越國家而非僅僅是郊區而改裝，OR6是讓您充分利用性能和續航的制動基礎，無需擔心制動器是否能跟上。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Specs --\u003e\n\u003csection class=\"tt-block\" id=\"or6-specs\"\u003e\n\u003ch2 class=\"tt-title\"\u003e技術規格與套件選項\u003c\/h2\u003e\n\u003cp\u003eLC200和LX570的OR6套件採用我們的越野硬件，並在其最艱難的工作角色中發揮作用。以下規格將一台沉重、改裝過的200\/LX從“最終能停下來”轉變為“在山口中途仍感覺良好”。\u003c\/p\u003e\n\u003cdiv class=\"tt-table-scroll-wrapper\"\u003e\n\u003ctable class=\"spec-table\" aria-label=\"TTSPORT OR6 Off-Road Big Brake Kit Specifications for LC200 \u0026 LX570\"\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\u003e卡鉗工程\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e系列\u003c\/td\u003e\n\u003ctd\u003e車輛專用系列\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e應用範圍\u003c\/td\u003e\n\u003ctd\u003eOR6 – 豐田LC200和雷克薩斯LX570\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e安裝位置\u003c\/td\u003e\n\u003ctd\u003e前軸\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e活塞數量\u003c\/td\u003e\n\u003ctd\u003e6活塞，交錯排列\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e活塞類型\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e一體式通風設計帶防塵罩\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e活塞直徑\u003c\/td\u003e\n\u003ctd\u003e\u003cspan\u003e40毫米（1.57英寸）×4，43毫米（1.7英寸）×2\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e總活塞面積\u003c\/td\u003e\n\u003ctd\u003e79平方厘米（12.25平方英寸）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e結構\u003c\/td\u003e\n\u003ctd\u003e雙片鍛造鋁合金\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e淨重\u003c\/td\u003e\n\u003ctd\u003e4 公斤 (8.8 磅) (單卡鉗，無墊片)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e表面處理\u003c\/td\u003e\n\u003ctd\u003e高溫亮光塗層\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e最小輪圈尺寸\u003c\/td\u003e\n\u003ctd\u003e建議17英寸以上輪圈\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\u003e轉子規格\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e材質\u003c\/td\u003e\n\u003ctd\u003e高碳鋼\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e尺寸\u003c\/td\u003e\n\u003ctd\u003e⌀335 \/ 345 \/ 355 毫米 × 32 毫米厚\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e結構\u003c\/td\u003e\n\u003ctd\u003e一片式通風\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e表面圖案\u003c\/td\u003e\n\u003ctd\u003e波浪槽式\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\u003e制動片材料\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e合金款\u003c\/td\u003e\n\u003ctd\u003eM-01街道性能\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e工作溫度\u003c\/td\u003e\n\u003ctd\u003e最高600°C（1112°F）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e摩擦係數\u003c\/td\u003e\n\u003ctd\u003e0.38 μ\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003ctbody role=\"rowgroup\"\u003e\n\u003ctr\u003e\n\u003cth class=\"section-header\" colspan=\"2\"\u003e支援硬體（車輛專用）\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003e制動軟管\u003c\/td\u003e\n\u003ctd\u003e三層不銹鋼編織（PTFE核心，SUS304編織，PVC護套）\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Fitment Checklist --\u003e\n\u003csection class=\"tt-block\" id=\"fitment-checklist\"\u003e\n\u003ch2 class=\"tt-title\"\u003e是否適合？您的三步檢查\u003c\/h2\u003e\n\u003cdiv class=\"fitment-grid\" role=\"list\" aria-label=\"Fitment Checklist\"\u003e\n\u003cdiv class=\"fitment-item\" role=\"listitem\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Wheel_Compatibility.png?v=1755589978\" alt=\"Step 1: TTSPORT OR6 LC200 \u0026 LX570 brake kit requires 17-inch or larger wheels.\" width=\"300\" height=\"300\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e1. 輪圈直徑\u003c\/span\u003e\n\u003cp\u003e確認您的LC200或LX570配備17英寸或更大尺寸的輪圈，且輪圈形狀適合大制動套件。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fitment-item\" role=\"listitem\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Rim_Compatibility.png?v=1755590057\" alt=\"Step 2: Measure spoke clearance for the TTSPORT OR6 LC200 \u0026 LX570 kit.\" width=\"300\" height=\"300\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e2. 輪輻間隙\u003c\/span\u003e\n\u003cp\u003e\u003cspan\u003e測量從轉子安裝面到輪圈辐條背面。您至少需要91毫米（3.58英寸）的空隙。\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fitment-item\" role=\"listitem\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Logo_TTSPORT_Product_Car_Compatibility.png?v=1755589960\" alt=\"Step 3: Check your LC200 or LX570 model year and trim against the application list.\" width=\"300\" height=\"300\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"step-title\"\u003e3. 車輛型號\u003c\/span\u003e\n\u003cp\u003e檢查您的LC200或LX570年份、引擎和制動套件。如有疑問，請提供您的車輛識別碼（VIN）、輪圈規格和常用載重，我們將協助您確認是否適配。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin-top: 16px;\"\u003e\u003cstrong\u003e需要可列印的適配模板嗎？\u003c\/strong\u003e \u003ca href=\"https:\/\/ttsport-brake.com\/pages\/contact-us\" title=\"Contact TTSPORT for a fitment template\"\u003e聯繫我們\u003c\/a\u003e 我們將通過電子郵件發送一份專為您的LC200或LX570輪胎和輪圈配置量身定制的1:1清關模板。\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"tt-block\" id=\"faq\"\u003e\n\u003ch2 class=\"tt-title\"\u003e常見問題\u003c\/h2\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e我的LC200\/LX570已經升級了GVM和長途油箱。僅用OR6是否足夠？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003eOR6專為此類改裝設計。鍛造多活塞卡鉗加上32毫米厚的高碳轉子，較原廠有顯著提升。對於極端用途，我們還可以建議後輪和液壓系統升級，但OR6是大多數重型200\/LX改裝的基礎配件。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill OR6 會讓剎車在市區感覺過於“抓”嗎？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e不會。你會感受到更堅實、更積極的踏板，但初始咬合點經過調整，保持平滑且易於控制。目標是在高速公路和越野路段提供信心，而非讓你感受到像賽道車般的銳利反應，在交通中也不會疲憊。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e這套套件適用於我的原廠17吋輪圈嗎？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e許多原廠輪圈可以通過，但並非全部。輪圈的桶形和辐條設計比直徑更為重要。我們強烈建議在訂購前，先參考我們的間隙模板或提供您的輪圈照片和規格，以便確認是否適用。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eLC200 和 LX570 OR6 前端套件包含哪些內容？\u003c\/summary\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003cp\u003e您將獲得一套完整的前軸剎車系統，適用於 Land Cruiser 200 和 Lexus LX570：\u003c\/p\u003e\n\u003cul class=\"faq-kits\"\u003e\n\u003cli\u003e2个TTSPORT OR6 6活塞锻造越野卡钳\u003c\/li\u003e\n\u003cli\u003e2個 TTSPORT 單片高碳旋轉盤（直徑 335 \/ 345 \/ 355 毫米 × 32 毫米，適用於 LC200\/LX570 配置）\u003c\/li\u003e\n\u003cli\u003e1套TTSPORT M-01街道性能刹车片\u003c\/li\u003e\n\u003cli\u003e2條不銹鋼編織剎車軟管 (車輛專用)\u003c\/li\u003e\n\u003cli\u003e车辆专用安装硬件和安装说明\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Customer Cases --\u003e\n\u003csection id=\"customer-cases\" class=\"tt-block\"\u003e\n\u003ch2 class=\"tt-title\"\u003e觀看此套件的實際運作\u003c\/h2\u003e\n\u003cp\u003e看看 Land Cruiser 200 和 LX570 車主如何結合長距離行駛和載重能力，配備強大的制動系統。真正的探險、實際的重量、真實的成果。\u003c\/p\u003e\n\u003ca class=\"tt-cta-button\" href=\"https:\/\/ttsport-brake.com\/blogs\/customer-cases\"\u003e查看客戶改裝案例\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"TTSPORT","offers":[{"title":"標準顏色（如圖所示） \/ 335x32mm（輪圈 ≥ 17″） \/ 鋼材 - 弧形開槽","offer_id":43678444126294,"sku":"LC-Front","price":6256.0,"currency_code":"AED","in_stock":true},{"title":"標準顏色（如圖所示） \/ 345x32mm（輪圈≥18吋） \/ 鋼材 - 弧形開槽","offer_id":43678444159062,"sku":null,"price":6256.0,"currency_code":"AED","in_stock":true},{"title":"標準顏色（如圖所示） \/ 355x32mm（輪圈 ≥ 18″） \/ 鋼材 - 弧形開槽","offer_id":43678444191830,"sku":null,"price":6256.0,"currency_code":"AED","in_stock":true},{"title":"自訂顏色（需提供色碼） \/ 335x32mm（輪圈 ≥ 17″） \/ 鋼材 - 弧形開槽","offer_id":43678444224598,"sku":"LC-Front","price":6406.0,"currency_code":"AED","in_stock":true},{"title":"自訂顏色（需提供色碼） \/ 345x32mm（輪圈≥18吋） \/ 鋼材 - 弧形開槽","offer_id":43678444257366,"sku":null,"price":6406.0,"currency_code":"AED","in_stock":true},{"title":"自訂顏色（需提供色碼） \/ 355x32mm（輪圈 ≥ 18″） \/ 鋼材 - 弧形開槽","offer_id":43678444290134,"sku":null,"price":6406.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0589\/8833\/1094\/files\/Product_TTSPORT_Brake_Kit_Toyota_LC200_Lexus_LX570_OR6_7.jpg?v=1764227775","url":"https:\/\/ttsport-brake.com\/zh\/products\/%e8%b1%90%e7%94%b0lc200%e9%9b%b7%e5%85%8b%e8%96%a9%e6%96%aflx570-or6%e5%89%8d%e8%bc%aa6%e6%b4%bb%e5%a1%9e%e5%a4%a7%e5%88%b6%e5%8b%95%e5%a5%97%e4%bb%b6","provider":"TTSPORT","version":"1.0","type":"link"}