地中海航线
埃及
约10天亚历山大从汉堡出发的运输时间
约14天达米埃塔从汉堡出发的运输时间
约14天塞得港从汉堡出发的运输时间
阿尔及利亚
约12天阿尔及尔从汉堡出发的运输时间
希腊
约13天比雷埃夫斯从汉堡出发的运输时间
以色列
约15天海法从汉堡出发的运输时间
约15天阿什杜德从汉堡出发的运输时间
意大利
约9天热那亚从汉堡出发的运输时间
约10天那不勒斯从汉堡出发的运输时间
黎巴嫩
约15天贝鲁特从汉堡出发的运输时间
利比亚
约13天班加西从汉堡出发的运输时间
约12天米苏拉塔从汉堡出发的运输时间
约12天的黎波里从汉堡出发的运输时间
突尼斯
约11天斯法克斯从汉堡出发的运输时间
约10天突尼斯从汉堡出发的运输时间
土耳其
约12天伊斯坦布尔从汉堡出发的运输时间
约11天伊兹密尔从汉堡出发的运输时间
约14天梅尔辛从汉堡出发的运输时间
西班牙
约8天阿尔赫西拉斯从汉堡出发的运输时间
约9天巴塞罗那从汉堡出发的运输时间
约9天瓦伦西亚从汉堡出发的运输时间
叙利亚
约15天拉塔基亚从汉堡出发的运输时间
* 运输时间可能因承运人和航线而异。数据不作保证。
<script> (function(){ function animateCounter(el, duration){ if (!el.dataset.counterText) { el.dataset.counterText = el.textContent; } var match = /^(.*?)(\d+)(.*)$/.exec(el.dataset.counterText); if (!match) { return; } var prefix = match[1], target = parseInt(match[2], 10), suffix = match[3]; if (el._counterRAF) { cancelAnimationFrame(el._counterRAF); } var start = null; function step(ts){ if (!start) { start = ts; } var progress = Math.min((ts - start) / duration, 1); var value = Math.round(progress * target); el.textContent = prefix + value + suffix; if (progress < 1) { el._counterRAF = requestAnimationFrame(step); } } el._counterRAF = requestAnimationFrame(step); } document.querySelectorAll('.hmgl-country').forEach(function(details){ details.addEventListener('toggle', function(){ if (details.open) { details.querySelectorAll('.hmgl-days').forEach(function(el){ animateCounter(el, 800); }); } }); }); })(); </script>