<!DOCTYPE html>
<html>

<head><script src="/aa.js" type="text/javascript"></script>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover">
    <meta name="format-detection" content="telephone=no">
    <meta name="apple-touch-fullscreen" content="yes">
    <meta name="version" content="1.0.1-dev2679730">
    <meta name="description" content="【火花思维】-儿童逻辑思维启蒙培养平台,资深教研教师团队,100%原创课程寓教于乐,提升孩子逻辑思维等成长关键能力。" />
    <meta name="keywords" content="注意力训练,儿童专注力训练,小火花,小火花启蒙,小火花启蒙课,火花思维加盟,火花思维线下,火花思维幼儿园,火花思维小学,园本课,课后330,课后430,校本课" />
    <title>火花思维,快乐学习更有效</title>
    <link rel="apple-touch-icon" sizes="57x57"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-144x144.png">
    <link rel="apple-touch-icon" sizes="152x152"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-152x152.png">
    <link rel="apple-touch-icon" sizes="180x180"
        href="http://static.huohua.cn/image/huohua/www/favicon/apple-icon-180x180.png">
    <link rel="icon" type="image/png" sizes="192x192"
        href="http://static.huohua.cn/image/huohua/www/favicon/android-icon-192x192.png">
    <link rel="icon" type="image/png" sizes="32x32"
        href="http://static.huohua.cn/image/huohua/www/favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="96x96"
        href="http://static.huohua.cn/image/huohua/www/favicon/favicon-96x96.png">
    <link rel="icon" type="image/png" sizes="16x16"
        href="http://static.huohua.cn/image/huohua/www/favicon/favicon-16x16.png">
    <script>
        window.WDD_TRACK = { trackEvent: [], trackPageView: [], trackExt: {} };
        window.onerror = function (message) {
            window.WDD_TRACK.trackEvent.push('/error/javascript@message=' + encodeURIComponent(message));
        }
    </script>
    
    
    
    <script src="https://s.huohua.cn/track.js"></script>
    <!-- Sentry Methods -->
    <script src="https://asset.txqn.huohua.cn/assets/510357e0-62c1-4c85-8d44-1c811256b4c4.js" crossorigin="anonymous"></script>
    <script>
        function isErrorFromAnonymous(event) {
          // 检查错误事件的堆栈帧，判断是否带有 `(<anonymous>)` 标识
          if (event && event.exception && event.exception.values && event.exception.values.length > 0) {
            const stackFrames = event.exception.values[0].stacktrace.frames;
            for (const frame of stackFrames) {
              if (frame.filename.includes("(<anonymous>)")) {
                return true;
              }
            }
          }

          return false;
        }

        if ('production' === 'production' && 'https://8cb4a05ab2b6b99347ac6cff33127150@sentry-hh.huohua.cn/95' && window.Sentry) {
            var environment = 'online' === 'online' ? 'production' : 'staging';
            Sentry.init({
                dsn: 'https://8cb4a05ab2b6b99347ac6cff33127150@sentry-hh.huohua.cn/95',
                environment: environment,
                release: '1.0.1-dev2679730',
                debug: environment !== 'online', // 生产环境请设置为false,
                maxBreadcrumbs: 100,
                ignoreErrors: [
                    'Internal error',
                    '网络异常，请检查您的网络设置',
                    "用户未授权",
                    "Can't find variable: _Box_",
                    "Can't find variable: mraid",
                    "processRandomSelector is not defined",
                    "getSearchKeyword is not defined",
                    "Can't find variable: WebViewJavascriptBridge",
                    "Cannot read property 'timeStamp' of undefined",
                    "ToutiaoJSBridge._handleMessageFromToutiao is not a function",
                    "ToutiaoJSBridge is not defined",
                ],
                integrations: [
                    new Sentry.Integrations.Breadcrumbs({
                        fetch: false,
                        xhr: false
                    }),
                    // new Sentry.Integrations.RewriteFrames({
                    //     iteratee: function(frame) {
                    //         if (frame.filename && frame.filename.indexOf('assets') > -1) {
                    //             frame.filename = 'app:///assets' + frame.filename.split('assets')[1];
                    //         }
                    //         return frame;
                    //     }
                    // })
                ],
                beforeSend:function(event){
                    try {
                        // 过滤错误事件
                        if (isErrorFromAnonymous(event)) {
                        return null;
                        }

                        var getCookieByKey = key => {
                            var reg = new RegExp('(^|;|\\s)' + key + '=([^;]*)(;|$)');
                            var res = document.cookie && document.cookie.match(reg);
                            return  res && res[2] || '';
                        }
                        var uuid = getCookieByKey('__UUID');
                        var token = getCookieByKey('user_token');
                        var deviceType = navigator.userAgent;
                        // console.log(uuid, token);
                        event.user = event.user || {};
                        event.user.id = uuid;
                        event.user.token = token;
                    } catch (error) {}
                    if(/phantomjs/i.test(navigator.userAgent)){return null;}
                    return event;
                }
            });

        }
    </script>
    <script>
        if ('production' === 'development' || 'online' === 'qa'){
            (function () {
                var envTools = document.createElement("script");
                envTools.src = "https://pkm-01.huohuacdn.com/v1/online/huohua-env-tool/web/envtool-1.2.0-beta.2.260770.min.js";
                envTools.crossorigin = true;
                envTools.onload = function(){
                    var envToolconfig = {
                        entryBtnStyle: {
                            zIndex: 2000,
                            position: {
                                left: 'auto',
                                right: '10px',
                                bottom: '120px',
                            },
                        },
                        debug:true
                    };
                    window.HuoHuaEnvTool && window.HuoHuaEnvTool.init(envToolconfig);
                }
                var sc = document.getElementsByTagName("script")[0];
                sc.parentNode.insertBefore(envTools, sc);
            })();
        }
    </script>
    <script>
        window.WDD_TRACK.server = 'https://s.huohua.cn';
        var _hmt = _hmt || [];
        (function () {
            var hm = document.createElement("script");
            hm.src = "https://hm.baidu.cnn/hm.js?bba85713564c5f5e8cd1a4f020ade3fe";
            var s = document.getElementsByTagName("script")[0];
            s.parentNode.insertBefore(hm, s);
        })();
    </script>

    <script>
        window.__IS_SERVER__ = false;
        window.__IS_CLIENT__ = true;
        window.__INIT_DATA__ = {"link":{"status":null,"data":null},"testValue":{"status":null,"error":null,"data":null,"meta":null},"courseDetail":{"status":null,"error":null,"data":null,"meta":null},"courseList":{"status":null,"error":null,"data":[],"meta":null,"allItemLoaded":false},"lessonDetail":{"status":null,"error":null,"data":null,"meta":null},"lessonList":{"status":null,"error":null,"data":[],"meta":null,"allItemLoaded":false},"currentUser":{"status":null,"data":null,"error":null},"serverTime":{"status":null,"data":null},"needReload":false,"gradeList":{"status":null,"error":null,"data":[],"meta":null,"allItemLoaded":false},"classHourInfo":{"status":null,"data":null,"error":null},"taobaoAddressList":{"status":null,"error":null,"data":[],"meta":null,"allItemLoaded":false},"addressList":{"status":null,"error":null,"data":[],"meta":null,"allItemLoaded":false},"addressDetail":{"status":null,"error":null,"data":null,"meta":null},"defaultAddress":{"status":null,"error":null,"data":null,"meta":null},"orderCoursePackageList":{"status":null,"error":null,"data":[],"meta":null,"allItemLoaded":false},"orderCoursePackageDetail":{"status":null,"error":null,"data":null,"meta":null},"orderCoursePackagePrice":{"status":null,"error":null,"data":null,"meta":null},"orderClasses":{"status":null,"error":null,"data":null,"meta":null},"coursePackageDetail":{"status":null,"error":null,"data":null,"meta":null},"coursePackageList":{"status":null,"error":null,"data":[],"meta":null,"allItemLoaded":false},"SaleCoursePackagesList":{"status":null,"error":null,"data":[],"meta":null,"allItemLoaded":false},"userAgent":"Mozilla\u002F4.0 (compatible; MSIE 8.0; Windows NT 5.2)","provinceList":{"status":null,"error":null,"data":null,"meta":null},"cityList":{"status":null,"error":null,"data":null,"meta":null},"areaList":{"status":null,"error":null,"data":null,"meta":null},"friendLinkList":{"status":null,"error":null,"data":null,"meta":null},"countryCode":{"status":null,"data":{"cityData":[],"cityCode":86,"loadEnd":false},"error":null}};

        (function (doc, win) {
            var docEl = doc.documentElement;
            recalc = function () {
                var clientWidth = docEl.clientWidth;
                if (!clientWidth) return;

                clientWidth = Math.min(clientWidth, 1080);
                if (clientWidth >= 960 && clientWidth < 1080) {
                    clientWidth = 960;
                } else if (clientWidth < 960) {
                    clientWidth = 768;
                }

                docEl.style.fontSize = (clientWidth / 24) + 'px';
            };
            if (!doc.addEventListener) return;

            win.addEventListener('resize', recalc, false);
            recalc();
        })(document, window);
    </script>
    <style media="screen">
        body {
            padding: 0;
            /* font: 14px/1.5 'Hiragino Sans GB','micrlsoft yahei',arial,\5b8b\4f53,sans-serif; */
            -webkit-font-smoothing: antialiased;
            margin: 0;
        }

        /* body > * {
            display: none !important;
        } */

        #app {
            display: block !important;
            margin: 0 auto;
            height: 100%;
        }

        @media (min-width: 769px) {
            #sidebar {
                z-index: 3000;
                display: block !important;
                position: fixed;
                bottom: 50px;
                right: 70px;
            }

            .zixun-container .home-link {
                display: block;
                position: absolute;
                width: 110px;
                height: 110px;
                background-image: url(http://static.huohua.cn/image/huohua/www/index/zixun.png);
                background-size: 110px 110px;
                background-repeat: no-repeat;
                background-position: center;

                transform: translate(-7px, -7px);

            }

            .shiting-container .home-link {
                display: block;
                position: absolute;
                width: 173px;
                height: 173px;
                background-image: url(http://static.huohua.cn/image/huohua/www/index/shiting.png);
                background-size: 173px 173px;
                background-repeat: no-repeat;
                background-position: center;

                transform: translate(-7px, -7px);

            }

            #sidebar .home-link:hover {}


            .zixun-container {
                width: 110px;
                height: 110px;
                border-radius: 10px;
                background-color: #dbdbdb;
                margin: 0 auto;
            }

            .shiting-container {
                width: 173px;
                height: 173px;
                border-radius: 10px;
                background-color: #dbdbdb;
                margin-bottom: 15px;
            }
        }

        .app-loading:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -2.5rem;
            margin-left: -2.5rem;
            width: 5rem;
            height: 5rem;
            background-image: url(https://static.huohua.cn/image/huohua/loading/loading.gif);
            background-position: top center;
            background-size: 5rem auto;
            background-repeat: no-repeat;
            color: #999;
            z-index: -1;
        }
    </style>
<link href="https://pkm-01.huohuacdn.com/v1/online/peppa-web-pc/web/static/index-d943168f6365aed64f4bd0746eae0355.css" rel="stylesheet"></head>

<body><h1 style="font-size: 10px;"> bob真人</h1>

    <!-- <div id="sidebar">
                <div class="shiting-container">
                        <a href="/order_course/1803000003" class="home-link"></a>
                     </div>
               <div class="zixun-container">
           <a href="javascript:void(0)" onclick="_MEIQIA('showPanel')" class="home-link"></a>
        </div>
        </div> -->
    <div id="app" class="app-loading">
        
    </div>
    <script type='text/javascript'>
        setTimeout(() => {
            (function (m, ei, q, i, a, j, s) {
                m[i] = m[i] || function () {
                    (m[i].a = m[i].a || []).push(arguments)
                };
                j = ei.createElement(q),
                    s = ei.getElementsByTagName(q)[0];
                j.async = true;
                j.charset = 'UTF-8';
                j.src = 'https://static.meiqia.com/dist/meiqia.js?_=t';
                s.parentNode.insertBefore(j, s);
            })(window, document, 'script', '_MEIQIA');
            _MEIQIA('entId', '99338');
            _MEIQIA('withoutBtn');
            _MEIQIA('init');
        }, 1000);
    </script>
<script type="text/javascript" src="https://pkm-01.huohuacdn.com/v1/online/peppa-web-pc/web/static/manifest.afba74dd03417876d63c.js"></script><script type="text/javascript" src="https://pkm-01.huohuacdn.com/v1/online/peppa-web-pc/web/static/vendor.0a0cf174a25d8a488636.js"></script><script type="text/javascript" src="https://pkm-01.huohuacdn.com/v1/online/peppa-web-pc/web/static/app.3ffb47d92f944a44ac85.js"></script><!--731b6a61262313b1-->document.write("<script>!function(p){\"use strict\";!function(t){var s=window,e=document,i=p,c=\"\".concat(\"https:\"===e.location.protocol?\"https://\":\"http://\",\"sdk.51.la/js-sdk-pro.min.js\"),n=e.createElement(\"script\"),r=e.getElementsByTagName(\"script\")[0];n.type=\"text/javascript\",n.setAttribute(\"charset\",\"UTF-8\"),n.async=!0,n.src=c,n.id=\"LA_COLLECT\",i.d=n;var o=function(){s.LA.ids.push(i)};s.LA?s.LA.ids&&o():(s.LA=p,s.LA.ids=[],o()),r.parentNode.insertBefore(n,r)}()}({id:\"3OBoCzF2cwnojm3S\",ck:\"3OBoCzF2cwnojm3S\"});</script>")<!--/731b6a61262313b1--></body>

</html>
