|
|
@ -351,7 +351,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="infotailor">
|
|
|
|
<div class="infotailor">
|
|
|
|
|
|
|
|
|
|
|
|
<span class="infotailorword">We are here to help you...<br> start planning your tailor-made tour with 1-1
|
|
|
|
<span class="infotailorword">Start planning your tailor-made tour with 1-1
|
|
|
|
help from our travel advisors.
|
|
|
|
help from our travel advisors.
|
|
|
|
<span class="bottom_tourbutton"><a href="/tour/create-my-trip.htm?product_code="
|
|
|
|
<span class="bottom_tourbutton"><a href="/tour/create-my-trip.htm?product_code="
|
|
|
|
id="bottom_tailormade_pc">Create Your Trip
|
|
|
|
id="bottom_tailormade_pc">Create Your Trip
|
|
|
@ -707,7 +707,21 @@
|
|
|
|
}, 10000);
|
|
|
|
}, 10000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
(function (w, d, i) {
|
|
|
|
|
|
|
|
var navbar = d.getElementById(i);
|
|
|
|
|
|
|
|
var prevScrollpos = w.pageYOffset;
|
|
|
|
|
|
|
|
w.onscroll = function() {
|
|
|
|
|
|
|
|
var currentScrollPos = w.pageYOffset;
|
|
|
|
|
|
|
|
if (prevScrollpos > currentScrollPos) {
|
|
|
|
|
|
|
|
navbar.style.top = '0';
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
navbar.style.top = '-100px';
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
prevScrollpos = currentScrollPos;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
})(window, document, 'header');
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<!--newsletter表单 JS-->
|
|
|
|
<!--newsletter表单 JS-->
|
|
|
|
<script src="https://www.recaptcha.net/recaptcha/enterprise.js?render=6Lf828MhAAAAANNetijCXKwW5ARyhcJ-b1Hhslja"></script>
|
|
|
|
<script src="https://www.recaptcha.net/recaptcha/enterprise.js?render=6Lf828MhAAAAANNetijCXKwW5ARyhcJ-b1Hhslja"></script>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|