{"id":200,"date":"2026-08-20T05:04:55","date_gmt":"2026-08-20T05:04:55","guid":{"rendered":"https:\/\/bailianauto.com\/vehicles\/volkswagen-viloran-mpv-export\/"},"modified":"2026-08-26T09:31:24","modified_gmt":"2026-08-26T09:31:24","slug":"volkswagen-viloran-mpv-export","status":"publish","type":"vehicle","link":"https:\/\/bailianauto.com\/zh\/vehicles\/volkswagen-viloran-mpv-export\/","title":{"rendered":"Volkswagen Viloran MPV Export"},"content":{"rendered":"<p>Volkswagen Viloran is a premium business MPV designed for executive transportation and family comfort. With spacious interior, premium materials and advanced features, it delivers a first-class travel experience.<\/p>\n<p>Key Features:<br \/>\n&#8211; Premium business MPV with captain seats<br \/>\n&#8211; Dual power sliding doors for easy access<br \/>\n&#8211; Luxury brown leather interior with diamond quilting<br \/>\n&#8211; Ambient lighting system<br \/>\n&#8211; Electric seats with memory function<br \/>\n&#8211; Volkswagen Certified Pre-owned vehicle<br \/>\n&#8211; Ready for export from Shanghai<\/p>\n<p>.bailian-lightbox-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.92);z-index:99999;display:none;justify-content:center;align-items:center;cursor:zoom-out}<br \/>\n.bailian-lightbox-mask.active{display:flex}<br \/>\n.bailian-lightbox-img{max-width:92vw;max-height:90vh;object-fit:contain;box-shadow:0 10px 60px rgba(0,0,0,0.5);border-radius:6px}<br \/>\n.bailian-lightbox-close{position:fixed;top:20px;right:30px;color:#fff;font-size:40px;font-weight:300;z-index:100000;cursor:pointer;line-height:1;user-select:none;font-family:Arial,sans-serif}<br \/>\n.bailian-lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);color:#fff;font-size:40px;font-weight:300;cursor:pointer;z-index:100000;user-select:none;font-family:Arial,sans-serif;background:rgba(255,255,255,0.1);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background 0.2s}<br \/>\n.bailian-lightbox-nav:hover{background:rgba(255,255,255,0.25)}<br \/>\n.bailian-lightbox-prev{left:20px}<br \/>\n.bailian-lightbox-next{right:20px}<br \/>\n.bailian-lightbox-counter{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);color:#aaa;font-size:14px;z-index:100000;font-family:Arial,sans-serif}<br \/>\n.vehicle-gallery__main img{cursor:zoom-in}<br \/>\n.vehicle-gallery__thumb{cursor:pointer}<\/p>\n<div class=\"bailian-lightbox-mask\" id=\"blLightbox\">\n  <span class=\"bailian-lightbox-close\">&times;<\/span><br \/>\n  <span class=\"bailian-lightbox-nav bailian-lightbox-prev\">&#8249;<\/span><br \/>\n  <img decoding=\"async\" class=\"bailian-lightbox-img\" id=\"blLightboxImg\" src=\"\" alt=\"\"><br \/>\n  <span class=\"bailian-lightbox-nav bailian-lightbox-next\">&#8250;<\/span><\/p>\n<div class=\"bailian-lightbox-counter\" id=\"blLightboxCounter\"><\/div>\n<\/div>\n<p>(function(){<br \/>\n  var imgs = [];<br \/>\n  function collectImages(){<br \/>\n    var main = document.querySelector(&#8216;.vehicle-gallery__main img&#8217;);<br \/>\n    var thumbs = document.querySelectorAll(&#8216;.vehicle-gallery__thumb&#8217;);<br \/>\n    imgs = [];<br \/>\n    if(main){<br \/>\n      var src = main.src.replace(\/-d+xd+.(jpg|jpeg|png|webp)$\/i, &#8216;.$1&#8217;);<br \/>\n      imgs.push(src);<br \/>\n    }<br \/>\n    thumbs.forEach(function(t){<br \/>\n      var ds = t.getAttribute(&#8216;data-gallery-image&#8217;);<br \/>\n      if(ds){<br \/>\n        var full = ds.replace(\/-d+xd+.(jpg|jpeg|png|webp)$\/i, &#8216;.$1&#8217;);<br \/>\n        if(imgs.indexOf(full) === -1) imgs.push(full);<br \/>\n      }<br \/>\n    });<br \/>\n  }<br \/>\n  function openBlLightbox(idx){<br \/>\n    collectImages();<br \/>\n    if(!imgs.length) return;<br \/>\n    window._blCurrentIdx = idx;<br \/>\n    document.getElementById(&#8216;blLightboxImg&#8217;).src = imgs[idx];<br \/>\n    document.getElementById(&#8216;blLightboxCounter&#8217;).innerText = (idx+1) + &#8216; \/ &#8216; + imgs.length;<br \/>\n    document.getElementById(&#8216;blLightbox&#8217;).classList.add(&#8216;active&#8217;);<br \/>\n    document.body.style.overflow = &#8216;hidden&#8217;;<br \/>\n  }<br \/>\n  window.closeBlLightbox = function(){<br \/>\n    document.getElementById(&#8216;blLightbox&#8217;).classList.remove(&#8216;active&#8217;);<br \/>\n    document.body.style.overflow = &#8221;;<br \/>\n  }<br \/>\n  window.navBlLightbox = function(dir){<br \/>\n    if(!imgs.length) return;<br \/>\n    window._blCurrentIdx = (window._blCurrentIdx + dir + imgs.length) % imgs.length;<br \/>\n    document.getElementById(&#8216;blLightboxImg&#8217;).src = imgs[window._blCurrentIdx];<br \/>\n    document.getElementById(&#8216;blLightboxCounter&#8217;).innerText = (window._blCurrentIdx+1) + &#8216; \/ &#8216; + imgs.length;<br \/>\n  }<br \/>\n  function bind(){<br \/>\n    var main = document.querySelector(&#8216;.vehicle-gallery__main img&#8217;);<br \/>\n    if(main){<br \/>\n      main.style.cursor = &#8216;zoom-in&#8217;;<br \/>\n      main.addEventListener(&#8216;click&#8217;, function(){ openBlLightbox(0); });<br \/>\n    }<br \/>\n    var thumbs = document.querySelectorAll(&#8216;.vehicle-gallery__thumb&#8217;);<br \/>\n    thumbs.forEach(function(t, i){<br \/>\n      t.style.cursor = &#8216;pointer&#8217;;<br \/>\n      t.addEventListener(&#8216;click&#8217;, function(){<br \/>\n        var ds = t.getAttribute(&#8216;data-gallery-image&#8217;);<br \/>\n        collectImages();<br \/>\n        var full = ds ? ds.replace(\/-d+xd+.(jpg|jpeg|png|webp)$\/i, &#8216;.$1&#8217;) : &#8221;;<br \/>\n        var idx = imgs.indexOf(full);<br \/>\n        if(idx === -1) idx = i+1;<br \/>\n        openBlLightbox(idx);<br \/>\n      });<br \/>\n    });<br \/>\n    document.addEventListener(&#8216;keydown&#8217;, function(e){<br \/>\n      if(!document.getElementById(&#8216;blLightbox&#8217;).classList.contains(&#8216;active&#8217;)) return;<br \/>\n      if(e.key === &#8216;Escape&#8217;) closeBlLightbox();<br \/>\n      if(e.key === &#8216;ArrowLeft&#8217;) navBlLightbox(-1);<br \/>\n      if(e.key === &#8216;ArrowRight&#8217;) navBlLightbox(1);<br \/>\n    });<br \/>\n    document.getElementById(&#8216;blLightbox&#8217;).addEventListener(&#8216;click&#8217;, function(e){<br \/>\n      if(e.target.id === &#8216;blLightbox&#8217;) closeBlLightbox();<br \/>\n    });<br \/>\n  }<br \/>\n  if(document.readyState === &#8216;loading&#8217;){<br \/>\n    document.addEventListener(&#8216;DOMContentLoaded&#8217;, bind);<br \/>\n  } else {<br \/>\n    setTimeout(bind, 500);<br \/>\n  }<br \/>\n})();<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Premium Volkswagen Viloran MPV for export. Business-class interior, dual electric sliding doors, certified pre-owned vehicle available in Shanghai.<\/p>","protected":false},"featured_media":528,"template":"","vehicle_brand":[18],"energy_type":[13],"body_type":[27],"class_list":["post-200","vehicle","type-vehicle","status-publish","has-post-thumbnail","hentry","vehicle_brand-volkswagen","energy_type-gasoline","body_type-mpv"],"_links":{"self":[{"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/vehicle\/200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/vehicle"}],"about":[{"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/types\/vehicle"}],"version-history":[{"count":1,"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/vehicle\/200\/revisions"}],"predecessor-version":[{"id":334,"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/vehicle\/200\/revisions\/334"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/media\/528"}],"wp:attachment":[{"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/media?parent=200"}],"wp:term":[{"taxonomy":"vehicle_brand","embeddable":true,"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/vehicle_brand?post=200"},{"taxonomy":"energy_type","embeddable":true,"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/energy_type?post=200"},{"taxonomy":"body_type","embeddable":true,"href":"https:\/\/bailianauto.com\/zh\/wp-json\/wp\/v2\/body_type?post=200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}