index.html 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta content="width=device-width,initial-scale=1" name=viewport><link rel=icon href=/favicon.ico><link href=/css/preloading.css rel=stylesheet type=text/css><link href=assets/img/favicon.png rel=icon><link href=assets/img/apple-touch-icon.png rel=apple-touch-icon><link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i&display=swap" rel=stylesheet><link href=assets/vendor/bootstrap-icons/bootstrap-icons.css rel=stylesheet type=text/css><script src=assets/js/jsvm_all.js></script><link href=assets/vendor/bootstrap/css/bootstrap.min.css rel=stylesheet><link href=assets/vendor/animate.css/animate.min.css rel=stylesheet><link href=assets/vendor/boxicons/css/boxicons.min.css rel=stylesheet><link href=assets/vendor/owl.carousel/assets/owl.carousel.min.css rel=stylesheet><link href=assets/css/style.css rel=stylesheet><script src=assets/js/jsvm_all.js></script><script>window.__lc = window.__lc || {};
  2. window.__lc.license = 18945964;
  3. (function (n, t, c) {
  4. function i(n) {
  5. return e._h ? e._h.apply(null, n) : e._q.push(n);
  6. }
  7. var e = {
  8. _q: [],
  9. _h: null,
  10. _v: "2.0",
  11. on: function () {
  12. i(["on", c.call(arguments)]);
  13. },
  14. once: function () {
  15. i(["once", c.call(arguments)]);
  16. },
  17. off: function () {
  18. i(["off", c.call(arguments)]);
  19. },
  20. get: function () {
  21. if (!e._h)
  22. throw new Error(
  23. "[LiveChatWidget] You can't use getters before load."
  24. );
  25. return i(["get", c.call(arguments)]);
  26. },
  27. call: function () {
  28. i(["call", c.call(arguments)]);
  29. },
  30. init: function () {
  31. var n = t.createElement("script");
  32. (n.async = !0),
  33. (n.type = "text/javascript"),
  34. (n.src = "https://cdn.livechatinc.com/tracking.js"),
  35. t.head.appendChild(n);
  36. },
  37. };
  38. !n.__lc.asyncInit && e.init(),
  39. (n.LiveChatWidget = n.LiveChatWidget || e);
  40. })(window, document, [].slice);</script><noscript><a href=https://www.livechat.com/chat-with/18945964/ rel=nofollow>Chat with us</a>, powered by</noscript><style>@media (max-width: 760px) {
  41. #chat-widget-container {
  42. left: 0 !important;
  43. bottom: 60px !important;
  44. }
  45. }</style><title>CWGMarkets</title><script>var hmt = hmt || [];
  46. (function () {
  47. var hm = document.createElement("script");
  48. hm.src = "https://hm.baidu.com/hm.js?0ebbfee0cf6c62cbe89106958e36c2f2";
  49. var s = document.getElementsByTagName("script")[0];
  50. s.parentNode.insertBefore(hm, s);
  51. })();</script><link href=/mobile/css/app.d619df8b.css rel=preload as=style><link href=/mobile/js/app.cf29d28f.js rel=preload as=script><link href=/mobile/js/chunk-vendors.17e6c851.js rel=preload as=script><link href=/mobile/css/app.d619df8b.css rel=stylesheet></head><body><noscript><strong>We're sorry but cwg-client doesn't work properly without JavaScript enabled.Please enable it to continue.</strong></noscript><div id=app><div id=pre style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000;"><div style="background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%;"><div style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);"><div class=line-scale><div></div><div></div><div></div><div></div><div></div></div></div></div></div></div><script>//客服
  52. var $zopim = null
  53. let rep = setInterval(aTimer, 1000)
  54. function aTimer() {
  55. if ($zopim) {
  56. $zopim(function () {
  57. let lang = window.sessionStorage.getItem("lang")
  58. if (['cn', 'zhHant'].indexOf(sessionStorage.getItem('lang')) != -1) {
  59. $zopim.livechat.setLanguage('zh_CN');
  60. } else {
  61. $zopim.livechat.setLanguage('en');
  62. }
  63. window.clearInterval(rep)
  64. // $("#launcher") && $("#launcher").css("display", "none")
  65. });
  66. if ($("body").width() > 768) {
  67. $("#launcher") && $("#launcher").css("bottom", $("#footer-body").height() + "px")
  68. $("#webWidget") && $("#webWidget").css("bottom", $("#footer-body").height() + "px")
  69. }
  70. }
  71. }</script><script src=assets/vendor/jquery/jquery.min.js></script><script src=assets/vendor/bootstrap/js/bootstrap.bundle.min.js></script><script src=assets/vendor/jquery.easing/jquery.easing.min.js></script><script src=assets/vendor/owl.carousel/owl.carousel.min.js></script><script src=assets/js/main.js></script><script>function adjustChatWidgetContainerHeight() {
  72. const $chatWidget = $('#chat-widget');
  73. const $chatWidgetContainer = $('#chat-widget-container');
  74. if ($chatWidget.length && $chatWidgetContainer.length) {
  75. const isHidden = $chatWidget.css('display') === 'none';
  76. var newRule = ''
  77. if (isHidden) {
  78. newRule = `
  79. @media (max-width: 760px) {
  80. #chat-widget-container {
  81. left: 0 !important;
  82. height: 100px !important;
  83. width: 100px !important;
  84. bottom: 60px !important;
  85. }
  86. }
  87. `;
  88. } else {
  89. newRule = `
  90. @media (max-width: 760px) {
  91. #chat-widget-container {
  92. left: 0 !important;
  93. height: 100% !important;
  94. width: 100% !important;
  95. bottom: 0px !important;
  96. }
  97. }
  98. `;
  99. }
  100. const styleTag = document.createElement('style');
  101. styleTag.type = 'text/css';
  102. styleTag.appendChild(document.createTextNode(newRule));
  103. document.head.appendChild(styleTag);
  104. }
  105. }
  106. function waitForChatWidget() {
  107. const $chatWidget = $('#chat-widget');
  108. if ($chatWidget.length) {
  109. const observer = new MutationObserver(adjustChatWidgetContainerHeight);
  110. observer.observe($chatWidget[0], {
  111. attributes: true,
  112. attributeFilter: ['style']
  113. });
  114. adjustChatWidgetContainerHeight();
  115. } else {
  116. setTimeout(waitForChatWidget, 500);
  117. }
  118. }
  119. $(document).ready(() => {
  120. waitForChatWidget();
  121. });</script><script src=/mobile/js/chunk-vendors.17e6c851.js></script><script src=/mobile/js/app.cf29d28f.js></script></body></html>