index.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
  6. <meta name="description" content="" />
  7. <meta name="author" content="" />
  8. <title>CWG Markets</title>
  9. <link rel="icon" type="image/x-icon" href="imgs/favicon.ico" />
  10. <link href="css/bootstrap.min.css" rel="stylesheet" />
  11. <link href="css/style.css" rel="stylesheet" />
  12. <link rel="stylesheet" href="../../css/element-ui.css" />
  13. <link rel="stylesheet" href="../../css/element@2.12.2.css" />
  14. <link rel="stylesheet" href="../../css/preloading.css" />
  15. <!-- <link rel="stylesheet" href="css/active5.css" /> -->
  16. <link rel="stylesheet" href="assets/iconfont/iconfont.css" />
  17. <!-- Start of cwgmarkets Zendesk Widget script -->
  18. <!-- <script
  19. id="ze-snippet"
  20. src="https://static.zdassets.com/ekr/snippet.js?key=9f69a229-9696-4c86-adee-bdfb18d4b293"
  21. ></script> -->
  22. <script type="text/javascript">
  23. window.__lc = window.__lc || {};
  24. window.__lc.license = 18945964;
  25. (function (n, t, c) {
  26. function i(n) {
  27. return e._h ? e._h.apply(null, n) : e._q.push(n);
  28. }
  29. var e = {
  30. _q: [],
  31. _h: null,
  32. _v: "2.0",
  33. on: function () {
  34. i(["on", c.call(arguments)]);
  35. },
  36. once: function () {
  37. i(["once", c.call(arguments)]);
  38. },
  39. off: function () {
  40. i(["off", c.call(arguments)]);
  41. },
  42. get: function () {
  43. if (!e._h)
  44. throw new Error(
  45. "[LiveChatWidget] You can't use getters before load."
  46. );
  47. return i(["get", c.call(arguments)]);
  48. },
  49. call: function () {
  50. i(["call", c.call(arguments)]);
  51. },
  52. init: function () {
  53. var n = t.createElement("script");
  54. (n.async = !0),
  55. (n.type = "text/javascript"),
  56. (n.src = "https://cdn.livechatinc.com/tracking.js"),
  57. t.head.appendChild(n);
  58. },
  59. };
  60. !n.__lc.asyncInit && e.init(),
  61. (n.LiveChatWidget = n.LiveChatWidget || e);
  62. })(window, document, [].slice);
  63. </script>
  64. <noscript>
  65. <a href="https://www.livechat.com/chat-with/18945964/" rel="nofollow"
  66. >Chat with us</a
  67. >, powered by
  68. <a
  69. href="https://www.livechat.com/?welcome"
  70. rel="noopener nofollow"
  71. target="_blank"
  72. >LiveChat</a
  73. >
  74. </noscript>
  75. <script>
  76. (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  77. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  78. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  79. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  80. })(window,document,'script','dataLayer','GTM-T8P44WHV');
  81. </script>
  82. </head>
  83. <style>
  84. [v-cloak] {
  85. display: none;
  86. }
  87. </style>
  88. <body id="page-top">
  89. <div
  90. id="pre"
  91. style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000; "
  92. >
  93. <div
  94. style="background-color: rgba(0, 0, 0, 1); width: 100%; height: 100%;"
  95. >
  96. <div
  97. style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);"
  98. >
  99. <div class="line-scale">
  100. <div></div>
  101. <div></div>
  102. <div></div>
  103. <div></div>
  104. <div></div>
  105. </div>
  106. </div>
  107. </div>
  108. </div>
  109. <div id="active1" v-cloak v-loading="pictLoading" element-loading-background = "rgba(43, 48, 67, 0.65)" element-loading-spinner = "el-icon-loading">
  110. <nav class="navbar navbar-expand-lg navbar-dark bg-menu fixed-top" id="mainNav">
  111. <div class="container-fluid px-4">
  112. <a class="navbar-brand" href="javascript:;">
  113. <img src="imgs/cwg-logo.png" class="img-responsive" alt="cwg-logo">
  114. </a>
  115. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
  116. <span class="navbar-toggler-icon"></span>
  117. </button>
  118. <div class="collapse navbar-collapse" id="navbarResponsive">
  119. <ul class="navbar-nav ms-auto">
  120. <li class="nav-item">
  121. <a class="nav-link text-white ms-5" target="_blank" :href="'https://www.'+ho+'.com/about-cwg'">{{lang.nav1}}</a>
  122. </li>
  123. <li class="nav-item">
  124. <a class="nav-link text-white ms-5" href="javascript:;" @click="dialogFormVisible = true">{{lang.nav2}}</a>
  125. </li>
  126. <li class="nav-item">
  127. <el-dropdown trigger="click" @command="chooseLang">
  128. <span class="menu language-box">
  129. {{langList[language]}}
  130. <i class="el-icon-arrow-down el-icon--right"></i>
  131. </span>
  132. <el-dropdown-menu slot="dropdown">
  133. <el-dropdown-item command="cn"
  134. >中文简体</el-dropdown-item
  135. >
  136. <el-dropdown-item command="zhHant"
  137. >中文繁體</el-dropdown-item
  138. >
  139. <el-dropdown-item command="en"
  140. >English</el-dropdown-item
  141. >
  142. <el-dropdown-item command="es"
  143. >Español</el-dropdown-item
  144. >
  145. <el-dropdown-item command="ar"
  146. >العربية</el-dropdown-item
  147. >
  148. <el-dropdown-item command="de"
  149. >Deutsch</el-dropdown-item
  150. >
  151. <el-dropdown-item command="id"
  152. >Indonesian</el-dropdown-item
  153. >
  154. <el-dropdown-item command="ko"
  155. >한국어</el-dropdown-item
  156. >
  157. <el-dropdown-item command="ms"
  158. >Melayu</el-dropdown-item
  159. >
  160. <el-dropdown-item command="th"
  161. >ภาษาไทย</el-dropdown-item
  162. >
  163. <el-dropdown-item command="vn"
  164. >Tiếng Việt</el-dropdown-item
  165. >
  166. <el-dropdown-item command="pt">Português</el-dropdown-item>
  167. <el-dropdown-item command="fa">زبان پارسی</el-dropdown-item>
  168. </el-dropdown-menu>
  169. </el-dropdown>
  170. </li>
  171. <li class="nav-item">
  172. <a class="nav-link ms-4 btn btn-primary" href="javascript:;" @click="dialogFormVisible = true">{{lang.nav3}}</a>
  173. </li>
  174. </ul>
  175. </div>
  176. </div>
  177. </nav>
  178. <header class="bg-header">
  179. <div class="container px-4 text-center">
  180. <div class="row gx-4 text-center justify-content-center">
  181. <div class="col-lg-10">
  182. <h1 class="text-primary fw-bolder">{{lang.header1}}</h1>
  183. <h1 class="main-heading mt-2 text-center">{{lang.header2}}</h1>
  184. <div class="row gx-4 justify-content-center mt-5">
  185. <div class="col-lg-5">
  186. <a class="btn btn-gradient" href="javascript:;" @click="dialogFormVisible = true">
  187. <img src="imgs/check.png" class="img-fluid" alt="check"> {{lang.JoinNow}} </a>
  188. </div>
  189. </div>
  190. </div>
  191. <div class="col-lg-12 mt-5">
  192. <img src="imgs/header-img.png" class="img-fluid" alt="header-img">
  193. </div>
  194. </div>
  195. </div>
  196. </header>
  197. <section class="section-bg">
  198. <div class="container">
  199. <div class="row gx-4 text-center justify-content-center">
  200. <div class="col-lg-10">
  201. <h1 class="text-primary fw-bolder mt-5">{{lang.section11}}</h1>
  202. <h1 class="main-heading mt-1">{{lang.section12}}</h1>
  203. <p class="lead mt-5">{{lang.section13}}</p>
  204. </div>
  205. <div class="col-lg-5 mt-4">
  206. <a class="btn btn-gradient" href="javascript:;" @click="dialogFormVisible = true">
  207. <img src="imgs/check.png" class="img-fluid" alt="check"> {{lang.JoinNow}} </a>
  208. </div>
  209. </div>
  210. </div>
  211. </section>
  212. <section class="section-bg-1 mt-5">
  213. <div class="container">
  214. <div class="row gx-4 text-center bg-white justify-content-center">
  215. <div class="col-lg-10">
  216. <h1 class="text-primary fw-bolder mt-5">{{lang.section21}}</h1>
  217. <h1 class="main-heading mt-1">{{lang.section22}}</h1>
  218. </div>
  219. <div class="col-lg-10 mt-5 crm_table">
  220. <table class="table table-striped">
  221. <thead class="bg-danger">
  222. <tr>
  223. <th>{{lang.section23}}</th>
  224. <th>{{lang.section24}}</th>
  225. <th>{{lang.section25}}</th>
  226. <th>{{lang.section26}}</th>
  227. <th></th>
  228. </tr>
  229. </thead>
  230. <tbody>
  231. <tr v-for="(item,index) in top10" :key="index">
  232. <td>{{item.nickname}}</td>
  233. <td>{{item.income}}</td>
  234. <td>{{item.winRate}}</td>
  235. <td>${{item.followIncome}}</td>
  236. <td>
  237. <button type="button" class="btn btn-secondary" @click="dialogFormVisible = true">{{lang.section27}}</button>
  238. </td>
  239. </tr>
  240. </tbody>
  241. </table>
  242. </div>
  243. <div class="col-lg-5 mt-4 mb-5">
  244. <a class="btn btn-gradient" href="javascript:;" @click="dialogFormVisible = true">
  245. <img src="imgs/check.png" class="img-fluid" alt="check"> {{lang.JoinNow}} </a>
  246. </div>
  247. </div>
  248. </div>
  249. </section>
  250. <section class="section-bg-2">
  251. <div class="container">
  252. <div class="row gx-4 justify-content-center">
  253. <div class="col-lg-10 text-center">
  254. <h1 class="text-primary fw-bolder mt-5">CWG Markets</h1>
  255. <h1 class="main-heading mt-1">{{lang.section31}}</h1>
  256. </div>
  257. <div class="col-lg-6 mt-5">
  258. <h1 class="text-primary fw-bolder mt-5">{{lang.section32}}</h1>
  259. <div class="followers-section mt-3">
  260. <img class="container__image img-fluid" src="imgs/followers-1.png" alt="followers-1">
  261. <div class="container__text">
  262. <h5>{{lang.section33}}</h5>
  263. <p>{{lang.section34}}</p>
  264. </div>
  265. </div>
  266. <div class="followers-section mt-3">
  267. <img class="container__image img-fluid" src="imgs/followers-2.png" alt="followers-1">
  268. <div class="container__text">
  269. <h5>{{lang.section35}}</h5>
  270. <p>{{lang.section36}}</p>
  271. </div>
  272. </div>
  273. <div class="followers-section mt-3">
  274. <img class="container__image img-fluid" src="imgs/followers-3.png" alt="followers-1">
  275. <div class="container__text">
  276. <h5>{{lang.section37}}</h5>
  277. <p>{{lang.section38}}</p>
  278. </div>
  279. </div>
  280. <div class="followers-section mt-3">
  281. <img class="container__image img-fluid" src="imgs/followers-4.png" alt="followers-1">
  282. <div class="container__text">
  283. <h5>{{lang.section39}}</h5>
  284. <p>{{lang.section310}}</p>
  285. </div>
  286. </div>
  287. </div>
  288. <div class="col-lg-6 mt-5">
  289. <img src="imgs/followers.png" class="img-fluid" alt="Followers-img">
  290. </div>
  291. <div class="col-lg-6 mt-5">
  292. <img src="imgs/followers-5.png" class="img-fluid" alt="Followers-img">
  293. </div>
  294. <div class="col-lg-6 mt-5">
  295. <h1 class="text-primary fw-bolder mt-5">{{lang.section311}}</h1>
  296. <div class="followers-section mt-3">
  297. <img class="container__image img-fluid" src="imgs/followers-6.png" alt="followers-6">
  298. <div class="container__text">
  299. <h5>{{lang.section312}}</h5>
  300. <p>{{lang.section313}}</p>
  301. </div>
  302. </div>
  303. <div class="followers-section mt-3">
  304. <img class="container__image img-fluid" src="imgs/followers-7.png" alt="followers-7">
  305. <div class="container__text">
  306. <h5>{{lang.section314}}</h5>
  307. <p>{{lang.section315}}</p>
  308. </div>
  309. </div>
  310. <div class="followers-section mt-3">
  311. <img class="container__image img-fluid" src="imgs/followers-8.png" alt="followers-8">
  312. <div class="container__text">
  313. <h5>{{lang.section316}}</h5>
  314. <p>{{lang.section317}}</p>
  315. </div>
  316. </div>
  317. <div class="followers-section mt-3">
  318. <img class="container__image img-fluid" src="imgs/followers-9.png" alt="followers-9">
  319. <div class="container__text">
  320. <h5>{{lang.section318}}</h5>
  321. <p>{{lang.section319}}</p>
  322. </div>
  323. </div>
  324. </div>
  325. </div>
  326. </div>
  327. </section>
  328. <section>
  329. <div class="container">
  330. <div class="row gx-4 justify-content-center">
  331. <div class="col-lg-10 text-center ">
  332. <h1 class="text-primary fw-bolder mt-5">CWG Markets</h1>
  333. <h1 class="main-heading mt-1">{{lang.section41}}</h1>
  334. </div>
  335. <div class="col-lg-5 mt-5">
  336. <div class="rt-container">
  337. <div class="Scriptcontent">
  338. <div class="step" :class="{ 'step-active':isStep == 1}">
  339. <div>
  340. <div class="circle" @click="isStep = 1">01</div>
  341. </div>
  342. <div v-if="isStep == 1">
  343. <h3 class="title">{{lang.section42}}</h3>
  344. <div class="caption">{{lang.section43}}</div>
  345. </div>
  346. </div>
  347. <div class="step" :class="{ 'step-active':isStep == 2}">
  348. <div>
  349. <div class="circle" @click="isStep = 2">02</div>
  350. </div>
  351. <div v-if="isStep == 2">
  352. <h3 class="title">{{lang.section44}}</h3>
  353. <div class="caption">{{lang.section45}}</div>
  354. </div>
  355. </div>
  356. <div class="step" :class="{ 'step-active':isStep == 3}">
  357. <div>
  358. <div class="circle" @click="isStep = 3">03</div>
  359. </div>
  360. <div v-if="isStep == 3">
  361. <h3 class="title">{{lang.section46}}</h3>
  362. <div class="caption">{{lang.section47}}</div>
  363. </div>
  364. </div>
  365. </div>
  366. </div>
  367. </div>
  368. <div class="col-lg-5 video-play">
  369. <img src="imgs/video-bg.png" class="img-fluid" alt="video-bg">
  370. <div class="icon-video-play" @click="dialogvideoVisible = true">
  371. <i class="el-icon-video-play"></i>
  372. </div>
  373. </div>
  374. </div>
  375. </div>
  376. </section>
  377. <section class="bg-header">
  378. <div class="container">
  379. <div class="row gx-4 justify-content-center">
  380. <div class="col-lg-9 text-center">
  381. <img src="imgs/cwg-logo.png" class="img-fluid" alt="logo">
  382. <h1 class="main-heading mt-1">{{lang.section51}}</h1>
  383. <p class="lead mt-5">{{lang.section52}}</p>
  384. <img src="imgs/followers.png" class="img-fluid mt-5" alt="Followers-img">
  385. <h1 class="main-heading mt-1">{{lang.section53}}</h1>
  386. <a class="btn btn-gradient mt-5" href="javascript:;" @click="dialogFormVisible = true">
  387. <img src="imgs/check.png" class="img-fluid" alt="check"> {{lang.JoinNow}} </a>
  388. </div>
  389. </div>
  390. </div>
  391. <footer class="container d-flex flex-wrap justify-content-between align-items-center py-1 my-4 border-top">
  392. <div class="col-md-4 d-flex align-items-center">
  393. <p class="mb-3 mb-md-0 text-muted">{{lang.footer1}}</p>
  394. </div>
  395. <ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
  396. <li class="ms-3"><a class="text-muted" target="_blank" :href="'https://www.'+ho+'.com/doc/PrivacyPolicy2019-01.pdf'">
  397. <p class="mb-3 mb-md-0 text-muted">{{lang.footer2}}</p>
  398. </a></li>
  399. <li class="ms-3"><a class="text-muted" target="_blank" :href="'https://www.'+ho+'.com/doc/Terms-and-Conditions-2020-08.pdf'">
  400. <p class="mb-3 mb-md-0 text-muted">{{lang.footer3}}</p>
  401. </a></li>
  402. </ul>
  403. </footer>
  404. </section>
  405. <el-dialog custom-class="crm-signup" :show-close="false" :visible.sync="dialogFormVisible">
  406. <div class="banner-signup" v-loading="loading">
  407. <div class="close" @click="dialogFormVisible = false">
  408. <i class="el-icon-close"></i>
  409. </div>
  410. <div class="title">
  411. <img src="imgs/logo.png" class="img-responsive" alt="cwg-logo">
  412. <h1 class="text-primary fw-bolder">{{lang.box1item4}}</h1>
  413. <div class="title2">{{lang.box1item4_1}}</div>
  414. </div>
  415. <el-form
  416. :model="params"
  417. :rules="rules"
  418. ref="params"
  419. label-width="0"
  420. class="form"
  421. >
  422. <el-form-item prop="country" style="position: relative">
  423. <el-select
  424. filterable
  425. class="country"
  426. v-model="params.country"
  427. :placeholder="lang.box1item5"
  428. >
  429. <el-option
  430. v-for="item in mock_options"
  431. :key="item.id"
  432. :label="item.enName"
  433. :value="item.code"
  434. :disabled="notCountry.indexOf(item.code)!==-1"
  435. ></el-option>
  436. </el-select>
  437. <i class="iconfont icondingwei"></i>
  438. </el-form-item>
  439. <el-form-item prop="phone">
  440. <el-input
  441. class="m-input"
  442. v-model.trim="params.phone"
  443. :placeholder="lang.box1item6"
  444. prefix-icon="iconfont iconshouji"
  445. >
  446. </el-input>
  447. </el-form-item>
  448. <el-form-item prop="email">
  449. <el-input
  450. class="m-input"
  451. v-model.trim="params.email"
  452. :placeholder="lang.box1item7"
  453. prefix-icon="iconfont iconyouxiang1"
  454. >
  455. </el-input>
  456. </el-form-item>
  457. <el-form-item prop="emailCode">
  458. <el-row>
  459. <el-col :span="14">
  460. <el-input
  461. class="code"
  462. v-model.trim="params.emailCode"
  463. prefix-icon="iconfont iconyanzhengma"
  464. :placeholder="lang.box1item8"
  465. ></el-input>
  466. </el-col>
  467. <el-col :span="9" :push="1">
  468. <!-- <span @click="getCode(1)" class="getCode"
  469. >{{getCodeString}}</span
  470. > -->
  471. <a class="btn btn-gradient getCode" href="javascript:;" @click="getCode(1)">
  472. {{getCodeString}}
  473. </a>
  474. </el-col>
  475. </el-row>
  476. </el-form-item>
  477. <el-form-item prop="password">
  478. <el-input
  479. class="m-input"
  480. show-password
  481. v-model.trim="params.password"
  482. autocomplete="off"
  483. prefix-icon="iconfont iconmima"
  484. :placeholder="lang.box1item9"
  485. ></el-input>
  486. </el-form-item>
  487. <el-form-item>
  488. <ul class="pwd">
  489. <li :class="{ fit: rule1 }">{{lang.st1}}</li>
  490. <li :class="{ fit: rule2 }">{{lang.nd2}}</li>
  491. <li :class="{ fit: rule3 }">{{lang.rd3}}</li>
  492. </ul>
  493. </el-form-item>
  494. <el-form-item class="agree" prop="agree">
  495. <el-checkbox v-model="params.agree"> </el-checkbox>
  496. <span class="agree_title">{{lang.box1item10}}</span>
  497. </el-form-item>
  498. <el-form-item>
  499. <div class="banner-signup-btnBox">
  500. <a class="btn btn-gradient mt-5 sign-btn" href="javascript:;" @click="register" style="margin-right: 5px;">
  501. <img src="imgs/check.png" class="img-fluid" alt="check"> {{lang.box1item11}}
  502. </a>
  503. <a class="btn btn-gradient mt-5 sign-btn" target="_blank" :href="'https://secure.'+ho+'.com'" style="margin-left: 5px;background: #4CAF50;">
  504. <img src="imgs/check.png" class="img-fluid" alt="check"> {{lang.box1item12}}
  505. </a>
  506. </div>
  507. </el-form-item>
  508. </el-form>
  509. </div>
  510. </el-dialog>
  511. <el-dialog custom-class="crm-signup" :show-close="false" fullscreen :visible.sync="dialogvideoVisible">
  512. <div class="banner-signup" v-loading="loading">
  513. <div class="close" @click="dialogvideoVisible = false">
  514. <i class="el-icon-close"></i>
  515. </div>
  516. <div>
  517. <video id="videoplayer" controls = "true" width="100%" src="https://static.cwgchinese.com/video/IWbBlopCNv8eKxn9411233Rtcng.mp4" v-if="['cn','zhHant'].indexOf(language)!=-1"></video>
  518. <video id="videoplayer" controls = "true" width="100%" src="https://static.cwgchinese.com/video/IWbBlopxuej23837BGGYeeeteng.mp4" v-else></video>
  519. <!-- <iframe width="325" height="175" src="" /> -->
  520. </div>
  521. </div>
  522. </el-dialog>
  523. <el-dialog custom-class="crm-signup" top="30vh" :show-close="false" :visible.sync="notRegisterMsgOpen">
  524. <div class="banner-signup">
  525. <div class="close" @click="notRegisterMsgOpen = false">
  526. <i class="el-icon-close"></i>
  527. </div>
  528. <span class="" v-if="language == 'cn'">
  529. <strong>重要声明:</strong> <br> 根据本公司内部合规政策及适用地区监管机构的要求,CWG 不向马来西亚地区的自然人或法人实体提供任何产品或服务。若本提示与您的实际居住地或注册地不符,且您并非马来西亚居民或法人,请在确认后继续进行相关操作。若您对本声明存在任何疑问或异议,请立即联系本公司客户支持部门以获取进一步指导。感谢您的理解与配合。
  530. </span>
  531. <span class="" v-else>
  532. <strong>Important Notice:</strong><br> In accordance with CWG’s internal compliance policies and the requirements of applicable regional regulatory authorities, <strong>CWG does not offer any products or services to individuals or legal entities located in Malaysia</strong> .If this notice does not apply to your actual place of residence or registration, and you are <strong>not a Malaysian resident or entity</strong> , you may proceed with the relevant operations after confirming.If you have any questions or concerns regarding this statement, please <strong>immediately contact our Customer Support team</strong> for further assistance.Thank you for your understanding and cooperation.
  533. </span>
  534. </div>
  535. </el-dialog>
  536. </div>
  537. <script src="js/bootstrap.bundle.min.js"></script>
  538. <script src="js/scripts.js"></script>
  539. <script src="../common/js/jquery.js"></script>
  540. <script src="../common/js/app.js"></script>
  541. <script src="../common/js/chunk-vendors.js"></script>
  542. <script src="../../js/vue.min.js"></script>
  543. <script src="../../js/axios.min.js"></script>
  544. <script src="../../js/element-ui.js"></script>
  545. <script src="../../js/element@2.12.2.js"></script>
  546. <script src="js/active1.js"></script>
  547. <script>
  548. var $zopim = null;
  549. rep = setInterval(aTimer, 10000);
  550. function aTimer() {
  551. if ($zopim) {
  552. $zopim(function() {
  553. if (sessionStorage.getItem("lang") == "cn") {
  554. $zopim.livechat.setLanguage("zh_CN");
  555. } else {
  556. $zopim.livechat.setLanguage("en");
  557. }
  558. });
  559. }
  560. }
  561. </script>
  562. <!-- Google Tag Manager (noscript) -->
  563. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8P44WHV" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  564. <!-- End Google Tag Manager (noscript) -->
  565. </body>
  566. </html>