{"id":519,"date":"2023-04-04T10:42:44","date_gmt":"2023-04-04T10:42:44","guid":{"rendered":"https:\/\/cubestation.com\/?page_id=519"},"modified":"2023-04-07T02:50:12","modified_gmt":"2023-04-07T02:50:12","slug":"codetest","status":"publish","type":"page","link":"https:\/\/cubestation.com\/zh\/codetest\/","title":{"rendered":"CodeTest"},"content":{"rendered":"<link rel=\"stylesheet\" href=\"\/homepage\/css\/swiper.min.css\"><link rel=\"stylesheet\" href=\"\/homepage\/css\/animate.min.css\"><link rel=\"stylesheet\" href=\"\/homepage\/css\/main.css\"><script src=\"\/homepage\/js\/jquery.min.js\"><\/script><script src=\"\/homepage\/js\/swiper.min.js\"><\/script><script src=\"\/homepage\/js\/wow.min.js\"><\/script>\r\n<script>\r\n$(\"#astra-theme-css-inline-css\").remove();\r\n$(\"#astra-theme-css-css\").remove()\r\n<\/script>\r\n    <div class=\"homepage en\">\r\n      <script>\r\n $(document).ready(function ($) {\r\n    var scenes = [\r\n      {\r\n        id: '#page-gan356i',\r\n        key: 'gan356i',\r\n        title: 'GAN356i'\r\n      },\r\n      {\r\n        id: '#page-gan-356-i-carry',\r\n        key: 'gan-356-i-carry',\r\n        title: 'GAN356i Carry'\r\n      },\r\n      {\r\n        id: '#page-gan-smart-timer',\r\n        key: 'gan-smart-timer',\r\n        title: 'gan Smart Timer'\r\n      },\r\n      {\r\n        id: '#page-cubestation',\r\n        key: 'cubestation',\r\n        title: 'CubeStation'\r\n      },\r\n      {\r\n        id: '#page-gan-robot',\r\n        key: 'gan-robot',\r\n        title: 'GAN ROBOT'\r\n      },\r\n    ]\r\n  \r\n    var wow = new WOW({\r\n      mobile: false,\r\n      animatedClass: 'animated'\r\n    })\r\n  \r\n    $('#weixinGuide').bind('click', function () {\r\n      $(this).hide()\r\n    })\r\n  \r\n    $('#langSelector').children('.current').click(function () {\r\n      $('#langSelector').children('.dropdown').toggle()\r\n    })\r\n  \r\n    \/\/ $('#langSelector').find('.dropdown span').on('click', function () {\r\n    \/\/   if (!location.href.indexOf('\/zh') > -1) {\r\n    \/\/     window.open(location.host, '_top')\r\n    \/\/   } else {\r\n    \/\/     window.open(location.host + '\/zh', '_top')\r\n    \/\/   }\r\n    \/\/ })\r\n  \r\n    var isMobile = window.innerWidth <= 768\r\n    var bannerSwiper = {}\r\n    var timer = null\r\n  \r\n    function initSwiper () {\r\n      bannerSwiper = new Swiper('#bannerSwiper', {\r\n        watchSlidesProgress: true,\r\n        slidesPerView: 3,\r\n        \/\/ loopedSlides: 3,\r\n        centeredSlides: true,\r\n        loop: true,\r\n        pagination: {\r\n          el: '#bannerSwiperPagination',\r\n          clickable: true\r\n        },\r\n        navigation: {\r\n          nextEl: '.swiper-button-next',\r\n          prevEl: '.swiper-button-prev',\r\n        },\r\n        on: {\r\n          progress: function (progress) {\r\n            for (i = 0; i < this.slides.length; i++) {\r\n              var slide = this.slides.eq(i)\r\n              var slideProgress = this.slides[i].progress\r\n              modify = 1\r\n              if (Math.abs(slideProgress) > 1) {\r\n                modify = (Math.abs(slideProgress) - 1) * 0.2 + 1\r\n              }\r\n              if (isMobile) {\r\n                translate = slideProgress * modify * 205 + 'px'\r\n              } else {\r\n                translate = slideProgress * modify * 400 + 'px'\r\n              }\r\n              scale = 1 - Math.abs(slideProgress) \/ 3.5\r\n              zIndex = 999 - Math.abs(Math.round(10 * slideProgress))\r\n              slide.transform('translateX(' + translate + ') scale(' + scale + ')')\r\n              slide.css('zIndex', zIndex)\r\n              slide.css('opacity', 1)\r\n              $(slide).children('.mask').css('opacity', 0.6 * (Math.abs(slideProgress) \/ i))\r\n              if (Math.abs(slideProgress) > 3) {\r\n                slide.css('opacity', 0)\r\n              }\r\n            }\r\n          },\r\n          setTransition: function(transition) {\r\n            for (var i = 0; i < this.slides.length; i++) {\r\n              var slide = this.slides.eq(i)\r\n              slide.transition(transition)\r\n            }\r\n          },\r\n          transitionEnd: function () {\r\n            if (!bannerSwiper) return false\r\n            var activeIndex = this.activeIndex%scenes.length\r\n            for (var i = 0; i < scenes.length; i++) {\r\n              var sceneId = scenes[i].id\r\n              if (i === activeIndex) {\r\n                var ftLinkId = sceneId.replace('#page-', '')\r\n                $(sceneId).show()\r\n                if (sceneId === '#page-cubestation') {\r\n                  $('#footer').removeClass('light')\r\n                } else if (!$('#footer').hasClass('light')) {\r\n                  $('#footer').addClass('light')\r\n                }\r\n                $('#homeBannerFooter').find('.ft-link-wrapper').hide()\r\n                $('#mbHeader').children('a').removeClass('active')\r\n                $('#homeBannerFooter').find('.ft-link-wrapper[data-parent=\"' + ftLinkId + '\"]').show()\r\n                $('#mbHeader').children('.mb-menu-' + ftLinkId).addClass('active')\r\n  \r\n                wow.init()\r\n              } else {\r\n                $(sceneId).hide()\r\n              }\r\n            }\r\n          }\r\n        }\r\n      })\r\n    }\r\n  \r\n    initSwiper()\r\n  \r\n    $('#mbHeader').children('a').on('click', function () {\r\n      var target = $(this).attr('class').replace('mb-menu-', '')\r\n      var index = scenes.findIndex(function (item) {\r\n        return target.indexOf(item.key) > -1\r\n      })\r\n      $(window).scrollTop(0)\r\n      bannerSwiper.slideTo(index)\r\n    })\r\n  \r\n    $('#scrollToTop').on('click', function () {\r\n      $('html, body').animate({\r\n        scrollTop: 0\r\n      }, 500)  \r\n    })\r\n  \r\n    if (location.hash) {\r\n      var target = 0\r\n      for (i = 0; i < scenes.length; i++) {\r\n        if (scenes[i].id === location.hash) {\r\n          target = i\r\n          break\r\n        }\r\n      }\r\n      bannerSwiper.slideTo(target)\r\n    }\r\n  \r\n    window.addEventListener('resize', function () {\r\n      clearTimeout(timer)\r\n      timer = setTimeout(function () {\r\n        if (isMobile !== window.innerWidth <= 768) {\r\n          isMobile = window.innerWidth <= 768\r\n          bannerSwiper.update()\r\n        }\r\n      }, 500)\r\n    })\r\n  \r\n    window.addEventListener('scroll', function () {\r\n      if (window.scrollY > window.innerHeight) {\r\n        $('#scrollToTop').show()\r\n      } else {\r\n        $('#scrollToTop').hide()\r\n      }\r\n  \r\n      if (window.scrollY > $('#homeBanner')[0].clientHeight) {\r\n        $('#homeBannerFooter').addClass('fixed')\r\n        $('#mbHeader').addClass('active')\r\n      } else {\r\n        $('#homeBannerFooter').removeClass('fixed')\r\n        $('#mbHeader').removeClass('active')\r\n      }\r\n    })\r\n  \r\n    $('.mb-download').bind('click', function () {\r\n      var userAgent = navigator.userAgent\r\n  \r\n      var isIpad = userAgent.match(\/(iPad).*OS\\s([\\d_]+)\/)\r\n      var isIpod = userAgent.match(\/(iPod)(.*OS\\s([\\d_]+))?\/)\r\n      var isIphone = !isIpad && userAgent.match(\/(iPhone\\sOS)\\s([\\d_]+)\/)\r\n      var isIOS = isIpad || isIpod || isIphone\r\n      \/\/ var isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Adr') > -1\r\n      var isWeixin = \/MicroMessenger\/i.test(navigator.userAgent)\r\n  \r\n    \r\n      if (isWeixin) {\r\n        $('#weixinGuide').show()\r\n      } else if (isIOS) {\r\n        location.href = 'https:\/\/apps.apple.com\/cn\/app\/id1524781423'\r\n      } else {\r\n        location.href='market:\/\/details?id=com.gan.cubestation'\r\n      }\r\n    })\r\n  \r\n    \/\/ $('#switchLang').bind('click', function () {\r\n    \/\/   var currentLang = $(this).attr('class')\r\n    \/\/   if (currentLang === 'zh') {\r\n    \/\/     setCookie('qtrans_front_language', 'en', 60*60*24*30*12)\r\n    \/\/   } else {\r\n    \/\/     setCookie('qtrans_front_language', 'zh', 60*60*24*30*12)\r\n    \/\/   }\r\n    \/\/   location.replace('https:\/\/www.cubestation.com')\r\n    \/\/ })\r\n  })\r\n  \r\n  \/\/ function setCookie(name, value, seconds) {\r\n  \/\/   seconds = seconds || 0 \/\/seconds\u6709\u503c\u5c31\u76f4\u63a5\u8d4b\u503c\uff0c\u6ca1\u6709\u5c31\u8bbe\u4e3a0\r\n  \/\/   var expires = ''\r\n  \/\/   if (seconds != 0 ) { \/\/\u8bbe\u7f6ecookie\u751f\u5b58\u65f6\u95f4\r\n  \/\/     var date = new Date()\r\n  \/\/     date.setTime(date.getTime()+(seconds*1000))\r\n  \/\/     expires = '; expires='+date.toGMTString()\r\n  \/\/   }\r\n  \/\/   document.cookie = name+'='+escape(value)+expires+'; path=\/' \/\/\u8f6c\u7801\u5e76\u8d4b\u503c\r\n  \/\/ }\r\n  \r\n<\/script>\r\n      <script>\r\n           var p1 = document.getElementById(\"p1\"); \r\n          p1.addEventListener(\"click\", function(){\r\n          var userAgent= navigator.userAgent\r\n          var isiOS = !!userAgent.match(\/\\(i[^;]+;( U;)? CPU.+Mac OS X\/);\r\n          var ua=navigator.userAgent.toLowerCase();\r\n          var isChrome = window.navigator.userAgent.indexOf(\"Chrome\") !== -1;\r\n  \u3000\u3000    var isAndroid = userAgent.indexOf('Android') > -1 || userAgent.indexOf('Adr') > -1;\r\n        \r\n          if(ua.match(\/MicroMessenger\/i)==\"micromessenger\"&&isAndroid){\r\n            location.href = 'market:\/\/details?id=com.gan.cubestation'\r\n           }else if(isiOS){\r\n            location.href = 'https:\/\/apps.apple.com\/cn\/app\/id1524781423'\r\n          }else if(isAndroid){\r\n            location.href='market:\/\/details?id=com.gan.cubestation'\r\n          }else{\r\n            location.href = 'market:\/\/details?id=com.gan.cubestation'\r\n         }        \r\n    });   \r\n     <\/script>\r\n      <div class=\"home-banner\" id=\"homeBanner\">\r\n        <div class=\"home-banner__hd\"><img decoding=\"async\" class=\"brand\" src=\"\/homepage\/static\/images\/homepage\/brand.png\">\r\n          <div class=\"lang-selector\" id=\"langSelector\"><a class=\"current\" href=\"javascript:;\"><span>English<\/span><img decoding=\"async\" class=\"icon\" src=\"\/homepage\/static\/images\/homepage\/icon-angle.png\"><\/a>\r\n            <div class=\"dropdown\" style=\"display: none;\"><a class=\"en\" id=\"switchLang\" href=\"https:\/\/cubestation.com\/zh\">\u7b80\u4f53\u4e2d\u6587<\/a><\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"home-banner__bd\">\r\n          <div class=\"swiper-container\" id=\"bannerSwiper\">\r\n            <div class=\"swiper-wrapper\">\r\n              <div class=\"swiper-slide\">\r\n                <div class=\"mask\"><\/div>\r\n                <div class=\"inner\">\r\n                  <div class=\"product cubestation\"><\/div>\r\n                  <div class=\"name name__cubestation\"><span class=\"app-sign\">App<\/span><span>Cube Station<\/span>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n              <div class=\"swiper-slide\">\r\n                <div class=\"mask\"><\/div>\r\n                <div class=\"inner\">\r\n                  <div class=\"product gan-robot\"><\/div>\r\n                  <div class=\"name name__gan-robot\"><span>GAN ROBOT<\/span>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n              <div class=\"swiper-slide\">\r\n                <div class=\"mask\"><\/div>\r\n                <div class=\"inner\">\r\n                  <div class=\"product gan356i\"><\/div>\r\n                  <div class=\"name name__gan356i\"><span>GAN356i<\/span>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n              <div class=\"swiper-slide\">\r\n                <div class=\"mask\"><\/div>\r\n                <div class=\"inner\">\r\n                  <div class=\"product gan-356-i-carry\"><\/div>\r\n                  <div class=\"name name__gan356i\"><span>GAN356i Carry<\/span>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n              <div class=\"swiper-slide\">\r\n                <div class=\"mask\"><\/div>\r\n                <div class=\"inner\">\r\n                  <div class=\"product gan-smart-timer\"><\/div>\r\n                  <div class=\"name name__gan-smart-timer\"><span>GAN Smart Timer<\/span>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"swiper-button-wrapper\">\r\n            <div class=\"swiper-button-prev swiper-button\"><\/div>\r\n            <div class=\"swiper-button-next swiper-button\"><\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"home-banner__ft\" id=\"homeBannerFooter\">\r\n          <div class=\"ft-container\"><img decoding=\"async\" class=\"slogan\" src=\"\/homepage\/static\/images\/homepage\/banner-slogan.png\">\r\n            <div class=\"ft-link-wrapper\" data-parent=\"cubestation\">\r\n                           <div class=\"link\"><a class=\"link-box qrcode-link\" id=\"banner-qrcode\" href=\"javascript:;\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/qrcode-mini.png\">\r\n                  <div class=\"qrcode-wrapper\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/qrcode.png\"><\/div><\/a><a class=\"link-box app-link\" href=\"https:\/\/cubestation.com\/ios-download\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/apple.png\"><span>App Store<\/span><\/a><a class=\"link-box app-link\" href=\"https:\/\/cubestation.com\/android-download\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/android.png\"  ><span>Android<\/span><\/a><\/div>\r\n              <div class=\"link-mb\" data-parent=\"cubestation\"  ><a class=\"link-btn download mb-download\" href=\"javascript:;\">\u7acb\u5373\u4e0b\u8f7d<\/a><\/div>\r\n\r\n            <\/div> \r\n            <div class=\"ft-link-wrapper\" data-parent=\"gan-robot\" style=\"display: none;\">\r\n              <div class=\"link-pc\"><a class=\"link-btn\" target=\"_blank\" href=\"https:\/\/shop.gancube.com\/product\/gan-intelligent-cube-robot\" rel=\"noopener noreferrer\">Buy now<\/a><\/div>\r\n              <div class=\"link-mb\"><a class=\"link-btn\" target=\"_blank\" href=\"https:\/\/shop.gancube.com\/product\/gan-intelligent-cube-robot\" rel=\"noopener noreferrer\">Buy now<\/a><\/div>\r\n            <\/div>\r\n            <div class=\"ft-link-wrapper\" data-parent=\"gan356i\" style=\"display: none;\">\r\n              <div class=\"link-pc\"><a class=\"link-btn\" target=\"_blank\" href=\"https:\/\/shop.gancube.com\/product\/gan-356i-intelligence-in-speedcubing\" rel=\"noopener noreferrer\">Buy now<\/a><\/div>\r\n              <div class=\"link-mb\"><a class=\"link-btn\" target=\"_blank\" href=\"https:\/\/shop.gancube.com\/product\/gan-356i-intelligence-in-speedcubing\" rel=\"noopener noreferrer\">Buy now<\/a><\/div>\r\n            <\/div>\r\n            <div class=\"ft-link-wrapper\" data-parent=\"gan-356-i-carry\" style=\"display: none;\">\r\n              <div class=\"link-pc\"><a class=\"link-btn\" target=\"_blank\" href=\"https:\/\/shop.gancube.com\/product\/gan356-i-carry\" rel=\"noopener noreferrer\">Buy now<\/a><\/div>\r\n              <div class=\"link-mb\"><a class=\"link-btn\" target=\"_blank\" href=\"https:\/\/shop.gancube.com\/product\/gan356-i-carry\" rel=\"noopener noreferrer\">Buy now<\/a><\/div>\r\n            <\/div>\r\n            <div class=\"ft-link-wrapper\" data-parent=\"gan-smart-timer\" style=\"display: none;\">\r\n              <div class=\"link-pc\"><a class=\"link-btn\" target=\"_blank\" href=\"https:\/\/shop.gancube.com\/product\/gan-smart-timer\" rel=\"noopener noreferrer\">Buy now<\/a><\/div>\r\n              <div class=\"link-mb\"><a class=\"link-btn\" target=\"_blank\" href=\"https:\/\/shop.gancube.com\/product\/gan-smart-timer\" rel=\"noopener noreferrer\">Buy now<\/a><\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n        <div id=\"weixinGuide\" style=\"display: none;\">\r\n          <div class=\"content\"><\/div>\r\n        <\/div>\r\n        <div class=\"mb-header\" id=\"mbHeader\"><a class=\"mb-menu-gan356i\" href=\"javascript:;\">GAN356i<\/a><a class=\"mb-menu-cubestation\" href=\"javascript:;\">Cube Station<\/a><a class=\"mb-menu-gan-robot\" href=\"javascript:;\">GAN ROBOT<\/a><\/div>\r\n      <\/div>\r\n      <div id=\"page-cubestation\" style=\"display: none;\">\r\n        <div class=\"cubestation-view\">\r\n                  <div class=\"showcase showcase-1\">\r\n                    <div class=\"showcase__container\">\r\n                      <div class=\"showcase__content-wrapper\">\r\n                        <div class=\"showcase__intro-side\">\r\n                          <div class=\"showcase__text-block\">\r\n                            <h2 class=\"wow fadeInUp\" data-wow-offset=\"300\">New\u00a0experience\u00a0in\u00a0speedcubing\r\n                            <\/h2>\r\n                            <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\" data-wow-offset=\"300\">Intelligent\u00a0capture\u00a0dynamic\u00a0state\u00a0on\u00a0screen<br>Enjoy\u00a0new\u00a0gameplay\u00a0of\u00a0speedcubing\r\n                            <\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                        <div class=\"showcase__image-side wow fadeInRight\" data-wow-offset=\"300\"><img decoding=\"async\" class=\"picture\" src=\"\/homepage\/static\/images\/cubestation\/showcase-1.png\"><\/div>\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                  <div class=\"showcase showcase-2\">\r\n                    <div class=\"showcase__container\">\r\n                      <div class=\"showcase__content-wrapper reverse\">\r\n                        <div class=\"showcase__intro-side\">\r\n                          <div class=\"showcase__text-block\">\r\n                            <h2 class=\"wow fadeInUp\">Global\u00a0battle\u00a0online\r\n                            <\/h2>\r\n                            <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Match\u00a0global\u00a0cubers  To\u00a0battle\u00a0anywhere\r\n                            <\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                        <div class=\"showcase__image-side wow fadeInLeft\" data-wow-offset=\"300\"><img decoding=\"async\" class=\"picture\" src=\"\/homepage\/static\/images\/cubestation\/showcase-2.png\"><\/div>\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                  <div class=\"showcase showcase-3\">\r\n                    <div class=\"showcase__container\">\r\n                      <div class=\"showcase__content-wrapper\">\r\n                        <div class=\"showcase__intro-side\">\r\n                          <div class=\"showcase__text-block\">\r\n                            <h2 class=\"wow fadeInUp\">Big data training\r\n                            <\/h2>\r\n                            <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Build\u00a0a\u00a0private\u00a0full-dimension\u00a0database<br>Targeted\u00a0skills\u00a0improvement\u00a0\r\n                            <\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                        <div class=\"showcase__image-side wow fadeInRight\" data-wow-offset=\"300\"><img decoding=\"async\" class=\"picture\" src=\"\/homepage\/static\/images\/cubestation\/showcase-3-en.png\"><\/div>\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                  <div class=\"showcase showcase-4\">\r\n                    <div class=\"showcase__container\">\r\n                      <div class=\"showcase__content-wrapper reverse\">\r\n                        <div class=\"showcase__intro-side\">\r\n                          <div class=\"showcase__text-block\">\r\n                            <h2 class=\"wow fadeInUp\">Friends\u00a0Battle\r\n                            <\/h2>\r\n                            <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Invite\u00a0friends\u00a0to\u00a0battle<br>More\u00a0practice\u00a0Quicker\u00a0improvement\r\n                            <\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                        <div class=\"showcase__image-side wow fadeInLeft\" data-wow-offset=\"300\"><img decoding=\"async\" class=\"picture\" src=\"\/homepage\/static\/images\/cubestation\/showcase-4.png\"><\/div>\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n                  <div class=\"showcase showcase-5\">\r\n                    <div class=\"showcase__container\">\r\n                      <div class=\"showcase__content-wrapper\">\r\n                        <div class=\"showcase__intro-side\">\r\n                          <div class=\"showcase__text-block\">\r\n                            <h2 class=\"wow fadeInUp\">Big Data Training\r\n                            <\/h2>\r\n                            <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Training\/Battle\/Friends<br>It\u00a0has\u00a0all\u00a0that\u00a0a\u00a0smart\u00a0cube\u00a0will\u00a0have\r\n                            <\/p>\r\n                          <\/div>\r\n                        <\/div>\r\n                        <div class=\"showcase__image-side wow fadeInRight\" data-wow-offset=\"300\"><img decoding=\"async\" class=\"picture\" src=\"\/homepage\/static\/images\/cubestation\/showcase-5.png\"><\/div>\r\n                      <\/div>\r\n                    <\/div>\r\n                  <\/div>\r\n        <\/div>\r\n        <div class=\"cubestation-footer\">\r\n          <div class=\"pc inner\"><img decoding=\"async\" class=\"slogan\" src=\"\/homepage\/static\/images\/homepage\/footer-slogan.png\">\r\n            <div class=\"download\"><a class=\"download-box\">\r\n                <div class=\"inner\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/qrcode.png\">\r\n                  <p>Scan code to download APP\r\n                  <\/p>\r\n                <\/div><\/a><a class=\"download-box\" href=\"http:\/\/cube.ganrobot.com\/cube\/free\/redirect\/v1\/download?terminalType=2\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n                <div class=\"inner\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/apple.svg\">\r\n                  <p>App Store<\/p>\r\n                <\/div><\/a><a class=\"download-box\" href=\"http:\/\/cube.ganrobot.com\/cube\/free\/redirect\/v1\/download?terminalType=1\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n                <div class=\"inner\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/android.svg\">\r\n                  <p>Android<\/p>\r\n                <\/div><\/a><\/div>\r\n          <\/div>\r\n          <div class=\"mb inner\"><img decoding=\"async\" class=\"slogan\" src=\"\/homepage\/static\/images\/homepage\/footer-slogan.png\">\r\n            <div class=\"qrcode-wrapper\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/qrcode.png\"><\/div>\r\n            <p class=\"qrcode-prompt\" style=\"text-align: center;\">IOS \/ Android&nbsp;<br>Scan code to download APP\r\n            <\/p>\r\n            <div class=\"btn mb-download\">Download\r\n            <\/div>\r\n         <div class=\"btn-border\">\r\n            <span class=\"border-span\">OTA Tool<\/span>\r\n        <\/div>\r\n          <a href=\"https:\/\/cn-cos.ganrobot.com\/res\/otanew\/GAN12_6.37.zip\" class=\"a-btn btn-rea\">\r\n             <div class=\"btn  mb-top btn-flex\">\r\n              <div>\r\n                <img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/border.png\" alt=\"\" class=\"btn-img\">\r\n              <\/div>\r\n                 <div class=\"btn-name\">\r\n                    <p class=\"btn-name-big\">GAN 12ui OTA<\/p>\r\n                    <p class=\"btn-name-small\">V6.37<\/p>\r\n                <\/div>\r\n            <\/div>\r\n          <\/a>\r\n         <span class=\"btn-tip\">Android only<\/span>\r\n         <a href=\"https:\/\/cn-cos.ganrobot.com\/res\/otanew\/DFU_V7.1.apk\" class=\"a-btn\">\r\n            <div class=\"btn  mb-top btn-flex\">\r\n              <div>\r\n                <img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/border.png\" alt=\"\" class=\"btn-img\">\r\n              <\/div>\r\n\r\n                <div class=\"btn-name\">\r\n                    <p class=\"btn-name-big\">DFU V7.1<\/p>\r\n                    <p class=\"btn-name-small\">GAN12ui\u6062\u590d\u5de5\u5177<\/p>\r\n                <\/div>\r\n            <\/div>\r\n         <\/a>\r\n        <span class=\"btn-tip\">Android only<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div id=\"page-gan356i\" style=\"display: none;\">\r\n        <div class=\"scene-gan356i\">\r\n          <div class=\"section section-1\">\r\n            <div class=\"element background wow fadeIn\" data-wow-delay=\"0.5s\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">All things imaginable are in the GAN356 i\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Imagine. Imagine that every solve you do can be recorded and analyzed, letting you finally practice with focus.<br>Imagine. Imagine that you can connect with speedcubers all around the world to interact and battle.<br>Imagine. Imagine an intelligent cube that can satisfy all possibilities.<br>Even imagine. Imagine a cube born with speedcubing performance, a brand new way to enjoy.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-2\">\r\n            <div class=\"element background wow fadeIn\" data-wow-delay=\"0.5s\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\"><span class=\"colorful\">Intelligent Motion Capture System<\/span><br>Intelligence made possible\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">We redesigned the internal structure to feature the Intelligent Numerical Sphere-plastic Gancore and Intelligent motion capture system built for speedcubing.<br>No matter how you twist and turn or how subtle your rotationsmay be, all motions are captured instantaneously.<br>This marks the first time every turn will be completely documented and displayed in high-speed motion. \r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-3\">\r\n            <div class=\"element background wow fadeIn\" data-wow-delay=\"0.7s\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\"><span class=\"colorful\">Cube Station APP<\/span><br>Calculated Mightness\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Cube Station, an application built for speedcubing, accomplishes all that you want with its diverse functions. Whether you wish to practice alone or battle online, <br>it will always respond in time and provide full support. When you wish to analyze your progress, it will present data such as Move Count, Rotations, TPS, and Fluency. <br>You can even use a virtual cube, allowing you to enjoy speedcubing with just your phone.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-4\">\r\n            <div class=\"element background wow fadeIn\" data-wow-delay=\"0.5s\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\"><span class=\"colorful\">Big Data Training<\/span><br>Help you develop your top speed\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Starting from your first training, Cube Station will intelligently capture your motion, collect 5 racing parameters,<br>count your AO5\/12\/100 and automatically analyze your solutions, providing real-time reconstructions and more to set up your own dynamic library of thousands of solves.<br>This data can help you understand your solves and plan more structured and targeted training programs. \r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-5\">\r\n            <div class=\"element background wow fadeIn\" data-wow-delay=\"0.5s\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\"><strong>Intelligent Timing<\/strong>&nbsp;&nbsp;&nbsp;Real-time Recording\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Through intelligently distinguishing start and solving statuses, the GAN356 i has zero delay, making timing more convenient and real.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-6\">\r\n            <div class=\"element background wow fadeIn\" data-wow-delay=\"0.5s\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\"><strong>Five Racing Parameters<\/strong>&nbsp;&nbsp;&nbsp;Complete Measurement\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Time\/Move\/Rotation\/TPS\/Fluency: 5 parameters are recorded intelligently thousands of times over to help you understand all your strengths and weaknesses.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-7\">\r\n            <div class=\"element background wow fadeIn\" data-wow-delay=\"0.5s\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\"><strong>Automated Recognition and Analysis of Solutions<\/strong><br>From now on, progress is reliable\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Cube Station records each move, segments solutions automatically according to CFOP,<br>analyzes 5 parameters in each segment, and optimizes solutions, leading to tangible and reliable progress.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-8\">\r\n            <div class=\"element background wow fadeIn\" data-wow-delay=\"0.5s\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\"><strong>Real-time Reconstruction<\/strong><br>A big advancement in a subtle area\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Reconstructions are done instantly on a real-time timeline. Solutions are thus easier to reconstruct, and cases can be researched at will,<br>making it convenient to perfect even the most subtle parts of your solve. \r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div id=\"page-gan-robot\" style=\"display: none;\">\r\n        <div class=\"scene-gan-robot\">\r\n          <div class=\"section section-1\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block wow fadeInUp\">\r\n              <p>GAN ROBOT | YOUR NEW START OF CUBING\r\n              <\/p>\r\n              <p class=\"large\">Learn Cubing with Wisdom\r\n              <\/p>\r\n              <p>One-key Solving\/4.3x10<sup>19<\/sup>Scramble States\/APP Control\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-2\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Hi. I\u2019m <span>GAN ROBOT<\/span><br>Your first intelligent cube robot.\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">GAN ROBOT(hereinafter called \u201cGR\u201d),<br>is GAN\u2019s pioneering global first intelligent<br>cube robot for vast consumers.NOW,<br>let GR show you how he work and play\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-3\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Incredible First: <br>You are not afraid to start<br>cubing any more.\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Instead spending lots of time studying algorithms to solvethe cube before you can solve a cube by yourself.<br>it will solve cubes easily by pressing only one button. <br>You are not afraid that the cube cannot be solved when you start cubing.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-4\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Incredible Second: <br>GR can solve a cube in 5s\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">No matter how complicated a cube is,<br>GR will calculate the bestsolving path in 0.01s<br>and solve it in less than 5s.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-5\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Give you<br>\u22484.3x10<sup>19<\/sup> kinds of scramble states\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Unable to scramble? Disinclined to scramble?<br>GR masters 4.3x10   kinds of scramble, <br>precisely cooperating with APP\u2019s training and battle functions.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-6\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element title\">\r\n              <h1 class=\"wow fadeInUp\">3 Kinds of Application Scenarios\r\n              <\/h1>\r\n            <\/div>\r\n            <div class=\"element scene scene-1 wow fadeInUp\" data-wow-delay=\"0.3s\">\r\n              <h1>Training\/Battle Assistant\r\n              <\/h1>\r\n              <p>Random\/Specified Scramble<br>Functions help you to solve<br>cubes intently.\r\n              <\/p>\r\n            <\/div>\r\n            <div class=\"element scene scene-2 wow fadeInUp\" data-wow-delay=\"0.4s\">\r\n              <h1>Competition Assistant\r\n              <\/h1>\r\n              <p>Scrambling cubes uniformly in<br>competitions is more<br>justice and accurate.\r\n              <\/p>\r\n            <\/div>\r\n            <div class=\"element scene scene-3 wow fadeInUp\" data-wow-delay=\"0.5s\">\r\n              <h1>AI Teaching Functioncoming soon\r\n              <\/h1>\r\n              <p>Cooperating with APP,<br>GR guides you to solve cubes<br>step by step.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-7\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <p class=\"subtitle wow fadeInUp\">Now is future.<\/p>\r\n              <h1 class=\"wow fadeInUp\">Infinite possibilities of GAN ROBOT in the future\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.5s\">Because of APP online iteration you can experience more and<br>newer gameplay, without changing the machine. \r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-8\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Microbrain Center<br>GR is full of wisdom.\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">GR\u2019s high command is Microbrain Center, being able to receive and send each command quickly, <br>guide five-axis servomechanism to perform instantaneously, and solve\/scramble cubes accurately.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-9\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Intelligent All-Direction Recognition<br>You can place cubes at will. GR can recognize them in any direction.\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Put cubes in any direction.GR will roundly recognize and intelligently scramble them. You can do whatever you want!\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-10\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Five-axis Servo System<br>Use GR to free your hands\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">The five-axis servo system on GR, is composed of power station, power arms and X-shaped grippers whichturn 90 degrees to place cubes accurately.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-11\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n          <\/div>\r\n          <div class=\"section section-12\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Dual-Stable System<br>Strong stability. Hold cubes steady.\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">Square Box Station fixes the power arm to avoid shaking.Non-slip rubber mat to strongly avoid shift.Dual-stable system is worth to choose.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-13\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Lightweight Folding<br>Portable to take, no hesitate to play.\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">GR weighs about 500g. After GR is folded, the volume reduces about 50%, easy to carry.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-14\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n          <\/div>\r\n          <div class=\"section section-15\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">Easy to Fetch<br>Easy operation improve your level.\r\n              <\/h1>\r\n              <p class=\"wow fadeInUp\" data-wow-delay=\"0.3s\">You press the LOGO button, the power arms will release, then you can put the cube in.You release the button, <br>the power arms will shrink and hold tightly to the cube.All movements within a second.\r\n              <\/p>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"section section-16\">\r\n            <div class=\"element background wow fadeIn\"><\/div>\r\n            <div class=\"element text-block\">\r\n              <h1 class=\"wow fadeInUp\">GAN ROBOT\r\n              <\/h1>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div id=\"page-gan-356-i-carry\" style=\"display: none;\">\r\n        <div class=\"scene-gan-356-i-carry\">\r\n            <div class=\"moduleBox\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en01.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en02.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en03.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en04.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en05.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en06.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en07.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en08.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en09.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en10.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en11.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en12.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANIcarry_en13.jpg\" alt=\"\">\r\n            <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div id=\"page-gan-smart-timer\" style=\"display: none;\">\r\n        <div class=\"scene-gan-smart-timer\">\r\n            <div class=\"moduleBox\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_01.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_02.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_03.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_04.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_05.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_06.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_07.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_08.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_09.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_10.jpg\" alt=\"\">\r\n              <img decoding=\"async\" src=\"https:\/\/cubestation.com\/wp-content\/uploads\/2021\/03\/GANsmarttimer_en_11.jpg\" alt=\"\">\r\n            <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"homepage-footer\" id=\"footer\">\r\n        <div class=\"homepage-footer-container\">\r\n          <div class=\"homepage-footer__hd\"><span>Friendlink<\/span><\/div>\r\n          <div class=\"homepage-footer__ft\">\r\n            <div class=\"link-group\"><span class=\"title\">Friendlink<\/span><a class=\"link-item\" href=\"https:\/\/www.gancube.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/logo-gan.png\"><span>GANCube<\/span><\/a><a class=\"link-item\" href=\"https:\/\/ganyd.tmall.com\/shop\/view_shop.htm\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/logo-tmall.png\"><span>Tmall<\/span><\/a><a class=\"link-item\" href=\"https:\/\/gancube.taobao.com\/shop\/view_shop.htm\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/logo-taobao.png\"><span>Taobao<\/span><\/a><a class=\"link-item\" href=\"https:\/\/gancube.jd.com\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/logo-jingdong.png\"><span>JD<\/span><\/a><a class=\"link-item\" href=\"https:\/\/www.amazon.com\/stores\/page\/A2BC5593-53F9-4015-ACE4-8A676E545007?channel=CubeStation\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"amazon-light\" src=\"\/homepage\/static\/images\/homepage\/logo-amazon.png\"><img decoding=\"async\" class=\"amazon-dark\" src=\"\/homepage\/static\/images\/homepage\/logo-amazon-dark.png\"><span>Amazon<\/span><\/a><\/div>\r\n            <div class=\"copyright\"><span style=\"text-align: center;\">Copyright \u00a9 2011-2022 <a id=\"comp-info\" href=\"https:\/\/cubestation.com\/introduction\">Guangzhou Ganyuan Intelligent Technology Co. Ltd.<\/a><br>All Rights Reserved<\/span><span><span><a class=\"link-item\" href=\"https:\/\/beian.miit.gov.cn\/\" target=\"_blank\" rel=\"noopener noreferrer\">\u7ca4ICP\u590716068632\u53f7 <\/a><\/span><img decoding=\"async\" id = \"beian-logo\"  src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5\/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP\/wBr28AAgBw1S4kEsfh\/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi\/mvwbyI+IfHf\/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3\/ldM9sJoFoK0Hr5i3k4\/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W\/gi372\/EAe\/tt68ABxmkCZrcCjg\/1xYW52rlKO58sEQjFu9+cj\/seFf\/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W\/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv\/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT\/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC\/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl\/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y\/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j\/i\/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM\/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c\/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m\/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl\/VfPV5bdra3kq3yu3rSOuk626s91m\/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r\/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q\/5n7duEd3T8Wej3ulewf2Re\/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq\/dawto22gPaG97+iMo50dXh1Hvrf\/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1\/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w\/eFIr1tv62X3y+1XPK509E3rO9Hv03\/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r\/y+2v3qB\/oP6n+0\/rFlwG3g+GDAYM\/DWQ\/vDgmHnv6U\/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59\/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm\/K3O233vuO+638e9H5ko\/ED+UPPR+mPHp9BP9z7nfP78L\/eE8\/sl0p8zAAA7SGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTUtMTEtMTBUMTQ6MDQ6NTArMDg6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDE1LTExLTEwVDE0OjA0OjUwKzA4OjAwPC94bXA6TWV0YWRhdGFEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNS0xMS0xMFQxNDowNDo1MCswODowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ODBiY2E5ODUtNGY5Yi02ZTRkLTlmYzktZThmNDkyNjdkZjRlPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD5hZG9iZTpkb2NpZDpwaG90b3Nob3A6ZWRkYWU4MGMtODc3MC0xMWU1LTg0OWEtYmNmZGE2MDI4ZjJlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6ZDAxN2I5NGUtOTRiZC0yNjQxLThmZjktYmY3YTBhMzY3N2IxPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmQwMTdiOTRlLTk0YmQtMjY0MS04ZmY5LWJmN2EwYTM2NzdiMTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0xMS0xMFQxNDowNDo1MCswODowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+c2F2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo4MGJjYTk4NS00ZjliLTZlNGQtOWZjOS1lOGY0OTI2N2RmNGU8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTUtMTEtMTBUMTQ6MDQ6NTArMDg6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgIDwvcmRmOlNlcT4KICAgICAgICAgPC94bXBNTTpIaXN0b3J5PgogICAgICAgICA8cGhvdG9zaG9wOkRvY3VtZW50QW5jZXN0b3JzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaT4zQ0I4RkVFOEMyRUJFNkU1QTREQTk3MzI4MzU0MTI0RTwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiZGRmY2Y2Zi04NzcwLTExZTUtODQ5YS1iY2ZkYTYwMjhmMmU8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6QmFnPgogICAgICAgICA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPnNSR0IgSUVDNjE5NjYtMi4xPC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MjA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MjA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI\/Pu6JurQAAAAgY0hSTQAAeiUAAICDAAD5\/wAAgOkAAHUwAADqYAAAOpgAABdvkl\/FRgAABRFJREFUeNpE1OtvW\/Udx\/H3ufj4+Ph2nDh2vLgrTSPaFNqGtd0Gy9LRTVymNoNM6ihCaEwdQ5sYAo0HTOwBYg\/Yk0pDiG3qmLSiPtjGJERbdZSQaUArykXt1la9hDRNY6dpYsexj30uPj7ntwcVyT\/w0ucrfT5fSQgBdguAEBlZhDhaiVikF2j22lfPjP77+Kc\/9ZyO9p37th7s2rLlbegveZ4g6jggS4AMAKkkkhAC366DJJADgaJlgA\/unTx+4qmT\/7oyKpxJfdYzUDIma7M6TsXoDH+3\/8jgnrG\/iOC2o8JrIiQJECjpvlt0Q7JoimWEkQHN1Sf+8MbE40+O7226M\/rtCYX9+k2e0me55+48XXfn1f1PvvfwiVdfOSLFlKitSbh8hq9+DitZFRlZSaHK1aJ35uV3f3+4zr79\/fy42CD9pwtULwdUpwLqu\/\/ID4JzPHPoEQ7+00dc\/vM\/Eoary3oCPR5dBROeRTxaH7x+9MWpkd3nRsyBPL\/InmP6cAN5jUlgtcELkXpMTj19kr3GGfLfuovv7T62Z\/GjN67aM2c3XHz\/nVUw6jmo7ruJI5eT2idz23lwu0XzbAP5eh3JjBJdCnBP3iSyrhu96VD562nG7m8z8cUm3vwwKCSkVgx5aBWsL1aK4cfvHwilGKg2KWuOxjxEAh+WXKT1Bto2E\/lGC42QyrRDX5cHkkStKRPtUQ9sHB5btwLOXHrvh+1yeTiT0KATRRQKZId7aSKw7ukm2Fck8dIQxjNbkHsMctuytOw2CEEhZ0Dp7L1Ls6d+sgIaicxgw\/Lp73FB7+bEaQN1V4rqnrUEZQvpfy3sYzfxp5fRnh+m69mtvHWoBsQZ2qzSmlrALU0VV8BwaW5Po6ZyZ9Gi+HWN19+M859XSgztKJA2ktgXaoQLHu65GsnyMudfvsKrh6Lkh0w299WplD38pUvDK6CstkyrIZNavMLe+wM6fgL\/6Dzdf\/scuS9Cu0chzKlkdxUoTFylcvA8rbbC2GiEZHUSq6GiJuUIgAoQM746Lm+4Nhrk+3jiGxYH+np4vTyIP3uB7uokcjqGc6GGNZCjnCnwdzkGKZMnvrlAJ1nEvEPCyKw5tgKCnBMNwdyUxZ2D0\/z2V9t48fkRjlqboeEzalfpMmXeOpakiQFkeO7nOjsGJpmbBFybsGNtXQFVs729k8zjz\/uUFi7yy+EoY+NxJo7bXJK38MCmLyjEKnSO9NGuOazZaPDrB65x89Q1bF9Hz2qoprYRuPUcvOYnj1ZP\/+6wM9\/Gq\/hQmmH9Q0NE8zoEVYKqSnPBIb2uC9Z2Q6nC9NuXcZJZEv0JYr0G6YF9O7XM9z+QhBAAdFr\/fWzp\/IHXAtdJVz6cR40LencOEiw5+HYL2dDRu+JIWoTqqSk6gUp6+3p8l2p6w8gjcTM1Lmn33TrZd2ZwFp2yOx9z9HyYzu8aIKi3CKwGGBqKZqLFoL3cpFWqoa\/tRi\/m8ZZt3LIlYmuaKKkUsS9rI9pXUfjohdzXkr2RTAGvHhIGKmGg4C5aIELa1TrNyUUkJQKShHujQiQmk\/92IasZ1s9Ch9Uta0qKaPeOhyw7\/ZpdKrU0ZZlUrkNEstEkH8VbRjgOyY1ZUgMpZK2JmtaQMr3XO+pdv1GN23+kaIus1kb4SBHVblTjTzsX8y859cUHPX9251c29WwKLSmhm3KXGkti3eB6rMe01dzI2aWphXFnpnaib2culBQFEbgA\/H8ALiI3EysggNoAAAAASUVORK5CYII=\"\/><span><a class=\"link-item\" href=\"https:\/\/www.beian.gov.cn\/portal\/registerSystemInfo?recordcode=44011502000894\" target=\"_blank\" rel=\"noopener noreferrer\"> \u7ca4\u516c\u7f51\u5b89\u590744011502000894\u53f7<\/a><\/span><\/span><\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"scroll-to-top\" id=\"scrollToTop\" style=\"display: none;\"><img decoding=\"async\" src=\"\/homepage\/static\/images\/homepage\/scroll-to-top.png\"><\/div>\r\n    <\/div>\r\n    <script src=\"\/homepage\/js\/index.js\"><\/script>\r\n<a class=\"mb-download scroll-to-top-downloadBtn\" href=\"https:\/\/cubestation.com\/download_new\/\" style=\"\">Downloads<\/a>\r\n<style>\r\n#beian-logo{\r\n    position:relative;\r\n    top:4px;\r\n}\r\n.link-item:visited,.link-item:-webkit-any-link{\r\ncolor:#66798E !important;\r\n}\r\n#comp-info{\r\ncolor:#66798E !important;\r\ntext-decoration:underline !important; \r\n}\r\n#comp-info:visited,.link-item:-webkit-any-link{\r\ncolor:#66798E !important;\r\ntext-decoration:underline !important; \r\n}\r\n.scroll-to-top-downloadBtn {\r\n    position: fixed;\r\n    bottom: 300px;\r\n    right: 30px;\r\n    z-index: 9;\r\n    display: block;\r\n    color: #fff;\r\n    font-size: 20px;\r\n    line-height: 44px;\r\n    width: 150px;\r\n    border-radius: 40px;\r\n    text-align: center;\r\n    background: linear-gradient(to bottom, #67b6ff, #0095e3);\r\n    text-decoration: initial;\r\n}\r\n@media (max-width: 768px) {\r\n    .scroll-to-top-downloadBtn{\r\n        display: none;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<!-- \u5e7f\u544a\u5c42 -->\r\n  <style>\r\n    .billBoard{\r\n      display: none; \r\n      position: fixed;\r\n      z-index: 999;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      text-align: center;\r\n      background: rgba(255,255,255,0.2);\r\n    }\r\n    .billBoardBox{\r\n      display: inline-flex;\r\n      position: relative;\r\n      top: 10%;\r\n      max-width: 80%;\r\n      min-height: 80%;\r\n    }\r\n    .billBoard a{\r\n    }\r\n    .billBoard img{\r\n      display: block;\r\n      position: relative;\r\n      max-width: 100%;\r\n      max-height: 100%;\r\n      margin: 0 auto;\r\n      width: 500px;\r\n      \/*opacity: 0.9;*\/\r\n    }\r\n    .billBoard .countDown{\r\n      position: absolute;\r\n      right: 0%;\r\n      top: 0%;\r\n      height: 30px;\r\n      line-height: 30px;\r\n      font-size: 16px;\r\n      color: #fff;\r\n      background: #777;\r\n      font-weight: 600;\r\n    }\r\n    .billBoard .countDown .close{\r\n      position: absolute;\r\n      top: 0;\r\n      right: 0;\r\n      background: #c30;\r\n      width: 30px;\r\n      height: 30px;\r\n      cursor: pointer;\r\n      text-align: center;\r\n      font-size: 16px;\r\n      font-family: '\u5fae\u8f6f\u96c5\u9ed1';\r\n    }\r\n\r\n \r\n.mb-top{\r\n        margin-top: 20px;\r\n        position: relative;\r\n    }\r\n\r\n    .btn-img{\r\n       position: absolute;\r\n    top: 10px;\r\n    left: 11px;\r\n    width: 28px;\r\n    height: 26px;\r\n    }\r\n      .btn-name{\r\n       width: 160px;\r\n       height: 100%;\r\n       line-height: 0px !important;\r\n    }\r\n    .btn-name-big{\r\n      height: 33px;\r\n    width: 100%;\r\n    padding-left: 11px;\r\n    padding-top: 15px;    }\r\n\r\n   .btn-name-small{\r\n        font-size: 10px;\r\n        padding-left: 14px;\r\n    }\r\n.btndown{\r\n        width: 3.5rem;\r\n    height: 0.88rem;\r\n    background: linear-gradient(180deg, #67b6ff 0%, #167ce7 100%);\r\n    border-radius: 0.44rem;\r\n    line-height: 0.88rem;\r\n    text-align: center;\r\n    font-size: 0.3rem;\r\n    }\r\n\r\n  .a-btn{\r\n        color: #fff;\r\n    }\r\n    .btn-flex{\r\n        display: flex;\r\n        justify-content: center;\r\n        align-items: center;\r\n    }\r\n .btn-border{\r\n    width: 100%;\r\n    display: block;\r\n    color: #fff;\r\n    position: relative;\r\n    border-top: solid 1px #243F5E;\r\n    margin-top: 36px;\r\n}\r\n .border-span{\r\ncolor: #66798E;\r\n    background-color: #002044;\r\n    font-size: 0.18rem;\r\n    width: 1.6rem;\r\n    display: block;\r\n    position: absolute;\r\n    left: 50%;\r\n    margin-left: -0.8rem;\r\n    text-align: center;\r\n    top: -0.13rem;\r\n    line-height: 1em;\r\n}\r\n\r\n.btn-tip{\r\ncolor:red\r\n}\r\n.btn-rea{\r\nmargin-top:48px;\r\n}\r\n.entry-header{\r\n  display:none;\r\n}\r\n  <\/style>\r\n  <div class=\"billBoard\">\r\n    <div class=\"billBoardBox\">\r\n      <a href=\"\/download_new\/\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2020\/07\/poster1en.png\" alt=\"\">\r\n      <\/a>\r\n      <div class=\"countDown\">\r\n        <div class=\"close\">X<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <script>\r\n    $(function(){\r\n      var billBoard=$('.billBoard'),\r\n      closeBtn=$('.billBoard .countDown .close'),\r\n      countDown=$('.billBoard .countDown span'),\r\n      Interval,count =7;\r\n\r\n      \/\/ setTimeout(billBoardON,1000)\r\n      closeBtn.click(billBoardOff);\r\n\r\n      function billBoardON(){\r\n        countDown.text(count+'');\r\n        billBoard.fadeIn(800);\r\n        Interval=setInterval(function(){\r\n          countDown.text(--count+'');\r\n          if(count<=0){billBoardOff()};\r\n        },1000);\r\n      };\r\n      function billBoardOff(){\r\n        billBoard.fadeOut(400);\r\n        clearInterval(Interval);\r\n      }\r\n    })\r\n  <\/script>","protected":false},"excerpt":{"rendered":"English \u7b80\u4f53\u4e2d\u6587 AppCube Station GAN ROBOT GAN356i GAN356i  &hellip;<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/cubestation.com\/zh\/codetest\/\"> <span class=\"screen-reader-text\">CodeTest<\/span> \u67e5\u770b\u5168\u6587 &raquo;<\/a><\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-519","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cubestation.com\/zh\/wp-json\/wp\/v2\/pages\/519","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cubestation.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cubestation.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cubestation.com\/zh\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cubestation.com\/zh\/wp-json\/wp\/v2\/comments?post=519"}],"version-history":[{"count":138,"href":"https:\/\/cubestation.com\/zh\/wp-json\/wp\/v2\/pages\/519\/revisions"}],"predecessor-version":[{"id":661,"href":"https:\/\/cubestation.com\/zh\/wp-json\/wp\/v2\/pages\/519\/revisions\/661"}],"wp:attachment":[{"href":"https:\/\/cubestation.com\/zh\/wp-json\/wp\/v2\/media?parent=519"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}